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

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

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

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

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

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