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

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

li.viewhot {
margin:0;
padding-left:16px;
list-style-type: none;
color:#505050;
}

a.viewhot:link,a.viewhot:visited,a.viewhot:active{
color:#505050;
text-decoration: none;
font:12px/22px Verdana, Arial, Helvetica, sans-serif;
}

a.viewhot:hover{
color:#ff0000;
text-decoration: underline;
font:12px/22px Verdana, Arial, Helvetica, sans-serif;
}
</pre></body></html>