@charset "utf-8";
/* CSS Document */
.Content{
	width:1100px;
	margin:0 auto;	
	padding-top:15px;
	padding-bottom:30px;
	overflow: hidden;
	font-family:'微软雅黑';
	font-size: 16px;
	color:#666;
}
.at{
	width:1100px;
	height:50px;
	background:url("/img/news_top.jpg") no-repeat;	
	
}
.list{
	float:left;
	width:1098px;	
	border-top:0px;	
	overflow:hidden;
}
.news{
	height:60px;
	line-height:60px;
	border-bottom:1px dashed #d3d3d3;
	margin:0px 30px;
}
.news_t{
	float:left;	
}
.news_t a{
	color:#777;	
}
.news_d{
	color:#777;
	float:right;
}

.fenye{	
	float:left;
	width:1038px;
	height:50px;
	line-height:50px;
	border:1px dashed #d3d3d3;	
	margin:30px;	
	text-align: center;
}
.curr,.page{
	display: inline-block;
	border: 1px solid #d3d3d3;
	height:30px;
	line-height:30px;
	width:30px;
	margin:0 5px;
}
.page{	
	color:#69F;
}
