/* ============分类列表============== */

ul.newsclass{
margin:0px;
padding:0px;
height100%;
color: #797979;
}

li.newsclass {

height:33px;
margin:0;
padding-top:13px;
padding-left:60px;
list-style-type: none;
color: #797979;
font-weight:100;

background: transparent url(../images/lif.gif) left no-repeat;
}



a.newsclass:link,a.newsclass:visited,a.newsclass:active{
color: #797979;
height:33px;
font-size: 12px;
font-family: "宋体";
color: #797979;

text-decoration: none;
font: 12px/20px simsun;
}

a.newsclass:hover{
height:33px;
font-size: 12px;
font-family: "宋体";
color:#ff0000;
text-decoration: underline;
font: 12px/20px simsun;
}
