/*改变首页的foot样式*/
.foot{
	position: relative;
}
/*新闻动态页面样式开始*/
.news_bg{
	width: 100%;
	max-width: 1920px;
	min-width: 1220px;
	height: 300px;
	background: url("../Img/news_bg.jpg") center center no-repeat;
	position: relative;
	top: -125px;
	left: 0px;
	margin: 0 auto;
}
.container{
	width: 1220px;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	margin-top: -85px;
	margin-bottom: 20px;
}
/*.container .news_box .news a{
	display: block;
	width: 380px;
	height: auto;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.container .news_box .news a:hover h5{
	color: #0846b3;
}
.container .news_box .news a:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);  
}
.container .news_box .news a img{
	width: 380px;
	height: 220px;
}
.container .news_box .news a h5{
	width: 360px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	padding:5px 10px;
	color: #333;
	font-size: 16px;
}
.container .news_box .news a p{
	width: 360px;
	padding:5px 10px;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
}
*/

/*内容页样式*/
.news_txt{
	width: 1100px;
	height: auto;
	margin:0 auto;
}
.news_tit h3{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.news_tit span{
	display: block;
	width: 200px;
	margin:10px auto 40px;
	margin-left: 770px;
	text-align: center;
	color: #999;
	font-size: 14px;
}
.news_txt > p{
	text-indent: 2em;
	width: 1100px;
	padding:0 20px;
	line-height: 25px;
	font-size: 14px;
	color: #666;

}
.news_txt > p img{
	display: block;
	width: auto;
	margin:10px auto;
}
/*分页样式*/
.pages{
	width: 1220px;
	height: 50px;
	text-align: right;
	margin-top: 10px;
}
.pages a{
	display: inline-block;
	padding: 0px 8px;
	height: 25px;
	line-height: 25px;
	border:1px solid #dedede;
	margin-right: 15px;
}
.pages a:hover{
	background: #537ECA;
	border: 1px solid #537ECA;
	color: #fff;
}
.pages a:last-child:hover{
	background: #fff;
	border: 1px solid #dedede;
	color: #555;
}
.pages a.current{
	background: #537ECA;
	border: 1px solid #537ECA;
	color: #fff;
}

/*新样式*/
.new_title{
	width: 100%;
	height: 50px;
	margin-bottom:11px;
}
.new_title a{
	display: block;
	float: left;
	width:148px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #dedede;
	color: #666;
	background: #fff;
	font-size: 18px;
	text-align: center;
	margin-right:20px;
}
.new_title a.current{
	background: #0846b3;
	border: 1px solid #0846b3;
	color: #fff
}
.new_box{
	width: 100%;
	height: auto;
}
.new_box ul li{
	width: 1220px;
	height: 144px;
	border-bottom: 1px solid #dedede;
}
.new_box ul li .time{
	width: 88px;
	height: 83px;
	border: 1px solid #dedede;
	margin-top: 29px;
	margin-right:20px;
	float: left;
}
.new_box ul li .time span{
	display: block;
}
.new_box ul li .time span.day{
	width: 88px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	color: 333px;
	font-size: 60px;
}
.new_box ul li .time span.year{
	width: 88px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #999;
	font-size: 16px;
	background: #dedede;
}
.news_main{
	float: left;
	width: 1110px;
	height: 115px;
	overflow: hidden;
	margin-top: 29px;
}
.news_main a{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}

.news_main a:hover{
	color: #0846b3;
}
.news_main p{
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
}