@charset "utf-8";
/* CSS Document */

.news_list{
	width:800px;
}
.centent{
	width:802px;
	height:135px;
	margin-top:15px;
	border-bottom:1px dashed #CCCCCC;
}
.news_list_img{
	width:200px;
	height:120px;
	float:left;
	border:1px solid #ccc;
}
.news_list_img img{
	width:200px;
	height:120px;
}
.news_list_xx{
	width:590px;
	height:120px;
	float:left;
	margin-left:10px;
}
.news_list_name{
	width:590px;
	height:30px;
	line-height:30px;
	margin-top:10px;
}
.news_list_name a:link{
	font-size:16px;
	font-weight:bold;
	color:#0478c3;
}
.news_list_name a:hover{
	font-size:16px;
	font-weight:bold;
	color:#0478c3;
}
.news_list_name a:visited{
	font-size:16px;
	font-weight:bold;
	color:#0478c3;
}
.news_list_date{
	width:590px;
	height:20px;
	line-height:20px;
	color:#999;
	margin-top:5px;
}
.news_list_outline{
	width:570px;
	height:20px;
	line-height:20px;
	color:#999;
}
.news_page{ margin:0 auto; display: block; margin-top:20px; text-align: center; } 
.news_page a{display:inline-block;border: 1px solid #999; color: #fff; background-color:#666; padding: 0 10px; height: 30px; margin: 0 10px; text-align: center; line-height: 30px;}
.news_page span{display:inline-block;border: 1px solid #999; color: #fff; background-color:#0478c3; padding: 0 10px; height: 30px; margin: 0 10px; text-align: center; line-height: 30px;}
.news_page a.active,.news_page a:hover{background-color:#0478c3;;}