gusucode.com > 数码公司网站源码程序 > 数码公司网站源码程序/news/templates/css/newslist.css

    /* ============文章列表============== */

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

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

a.newslist:link,a.newslist:visited,a.newslist:active{
color:#505050;
text-decoration: none;
font:12px/22px simsun;
}

a.newslist:hover{
color:#ff0000;
text-decoration: underline;
font:12px/22px simsun;
}