<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============分类列表============== */

ul.newsclass{
margin:0px;
padding:0px;
}

li.newsclass {
float:left;
margin-right:12px;
padding-left:16px;
list-style-type: none;
white-space: nowrap;
background: transparent url(../images/li.gif) left no-repeat;
}



a.newsclass:link,a.newsclass:visited,a.newsclass:active{
color:#555;
text-decoration: none;
line-height:28px;
}</pre></body></html>