/* Write your styles */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;} 
a{color:#2d374b;text-decoration:none} 
a:hover{color:#cd0200;text-decoration:none} 
em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word} 


.news{
	width:100%;
	height:100%;
	background-color:#f8f8f8;
	position:relative;
	overflow:hidden;
	padding-bottom:30px;
}
.news_middle{
	width:1200px;
	/*
	height:1188px;
	*/
	background-color:#fff;
	margin:0 auto; 
	margin-top:48px;
	padding-bottom:20px;	
}
.news_middle_top{
	width:1200px;
	height:125px;
	margin:0 auto;
}
.news_middle_top_nav{
	width:585px;
	height:94px;
	margin:0 auto;	
}
.news_middle_top_nav ul li a{
	width:172px;
	height:52px;
	display:block;
	float:left;
	font-size:18px;
	color:#757575;
	line-height:52px;
	border:1px solid #d2d2d2;
	margin-right:20px;
	text-align:center;	
}
.news_middle_top_nav ul li a:hover{
	background-color:#da2e39;
	color:#ffffff;
}
.news_middle_bottom{
	width:1200px;
	/*
	height:910px;
	*/
	margin:0 auto;
}
.news_middle_bottom_top{
	width:1200px;
	height:200px;
	margin:0 auto;
}
.news_middle_bottom_top_left{
	width:300px;
	height:173px;
	float:left;
	padding-left:6px;
	padding-top:18px;
}
.news_middle_bottom_top_right{
	width:841px;
	height:173px;
	float:right;
	padding-right:18px;
}
.news_middle_bottom_top_right_top{
	width:841px;
	height:165px;
	
}
.news_middle_bottom_top_title{
	font-size:16px;
	color:#2f2f2f;
	padding-top:32px;
}
.news_middle_bottom_top_text{
	font-size:14px;
	color:#5d5d5d;
	padding-top:17px;
	line-height:24px;
}
.news_middle_bottom_top_right_more{
	width:105px;
	height:27px;
	line-height:27px;
	text-align:center;
	font-size:14px;
	float:right;
	
}

.news_middle_bottom_top_right_more a{
	display:block;
	width:105px;
	height:27px;
	color:#d2d2d2;
	border:1px solid #d2d2d2;
}
.news_middle_bottom_top_right_more a:hover{
	border:1px solid #da2e39;
	color:#dd2e1d;
}

.news_middle_footer{
	width:1200px;
	height:70px;
	margin:0 auto;
}
.news_middle_footer_right{
	width:298px;
	height:34px;
	float:right;
	
}
.news_middle_footer_right a{
	color:#757575;
}
.news_middle_footer_pre{
	width:67px;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#757575;
	float:left;
	text-align:center;
	border-radius:9px;
	border:1px solid #cccccc;
	margin-right:2px;
	
}
.news_middle_footer_1{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#757575;
	float:left;
	text-align:center;	
	margin-right:2px;
}
.news_middle_footer_2{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#757575;
	float:left;	
	text-align:center;
	border-radius:9px;
	border:1px solid #cccccc;
	margin-right:2px;
}
.news_middle_footer_next{
	width:67px;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#757575;
	float:left;
	text-align:center;
	border-radius:9px;
	border:1px solid #cccccc;
	margin-right:2px;	
}
.news_middle_footer_now{
	width:83px;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#4f4f4f;
	float:left;
	text-align:center;
	border-radius:9px;
	border:1px solid #cccccc;
	margin-right:2px;	
}


.clear{
	clear:both;
}