@charset "utf-8";
/* CSS Document */
/*右边新闻 */
.r_news_top{
	float:right;
	width:270px;
}
.news_top{
	width:270px;
	height:50px;
	background:url("/img/r_news_top.jpg");
}
.news_list{
	 border: 1px solid #d3d3d3;
	 padding:15px 15px 10px 15px;
	 float:left;
}
.news_text,.news_more{
	height:35px;
	line-height:35px;
	width:238px;
	overflow:hidden;
	font-size:16px;
}
.news_text a,.news_more a{
	color:#939393;	
}
.news_more{
	padding-top:10px;
	text-align:right;
}