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

ul.newslistprop{
margin:0px 0px 0px 5px;
padding:0px;
}

li.newslistprop {
margin:0;
padding-left:16px;
list-style-type: none;
font-weight:100;
color:#fff;
background: transparent url(../images/li1.gif) left no-repeat;
}

a.newslistprop:link,a.newslistprop:visited,a.newslistprop:active{
text-decoration: none;
font:14px/28px  'Microsoft YaHei',Verdana, Arial,Sans-Serif;
}

a.newslistprop:hover{
color:#ff0000;
text-decoration: none;
font:14px/28px  'Microsoft YaHei',Verdana, Arial,Sans-Serif;
}
</pre></body></html>