@charset "utf-8";
/* CSS Document */

#rightcol_sitenews {
margin:0;
padding:0;
border:none;
height:600px;
overflow: scroll;
}
.newsContent {
margin:5px 0;
padding:5px 5px;
background-color:#D0F1C2;
font-family: "Arial Unicode MS", 微软雅黑, 黑体, sans-serif;
}
#rightcol_sitenews .newsContent h4 {
font-weight:200;
font-size:1em;
color:#FF954F;
line-height:1.1em;
}
#rightcol_sitenews .newsContent p {
font-size:.85em;
line-height:1.1em;
}
#rightcol_sitenews .newsContent a {
text-decoration:underline;
color:#FF954F;
}