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

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

ul.newslistmemo li{
margin-bottom:25px;
padding:0px;
list-style-type: none;
color:#555;  border-bottom:1px dotted #999999;
}

ul.newslistmemo div.newstitle{
margin-bottom:5px;
}
ul.newslistmemo div.newsmemo{
font: 14px/35px "Microsoft YaHei UI";
}

a.newstitle:link,a.newstitle:visited,a.newstitle:active{
color:#555;
text-decoration: none; font-family:"Microsoft YaHei UI"; font-size:16px; line-height:25px; font-weight:600;
}

a.newstitle:hover{
color:#ff6600;
text-decoration:none; font-family:"Microsoft YaHei UI"; font-size:16px; line-height:25px; font-weight:600;
}
</pre></body></html>