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

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

ul.newslistmemo li{
margin-bottom:15px;
padding:0px;
list-style-type: none;
font: 12px/24px "宋体";
font-weight:100;
color:#555;
}

ul.newslistmemo div.newstitle{
margin-bottom:5px;
}
ul.newslistmemo div.newsmemo{
font:12px/22px  "宋体";
}

a.newstitle:link,a.newstitle:visited,a.newstitle:active{
color:#bb2a31;
text-decoration: none;
font: 20px/24px "黑体";
}

a.newstitle:hover{
color:#bb2a310;
text-decoration:underline;
font: 20px/24px "黑体";
}
