.body,html{
	height: 100%;
	background-color: rgb(253,253,253);

}
p{
	margin:0px;
}
.center1000 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.top_bg{
	position: relative;
	width: 100%;
	height: 80%;
	background-image: url(../../img/huifu/news.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.title{
	line-height: 90px;
	font-size: 25px;
	text-align: center;
	background-image: url(../../img/huifu/titlebg.png);
	background-size: 80%;
	background-position: 40% center;
	background-repeat: no-repeat;
}
.page1{
	line-height: 30px;
	font-size: 16px;
	padding-top: 20px;
	 background: rgb(253,253,253);
}
.page2{
	width: 100%;
	height: 800px;
	background-image: url(../../img/huifu/com-bg2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page2 img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.font-box{
	text-align: center;
	color: #fff;
	background: rgb(55,127,235);
	width: 100px;
}
.area-list{
	position: absolute;
	font-size: 17px;
	top: 450px;
	left: 850px;
	color: #5c99f4;
	padding-left: 10px;
	line-height: 28px;
	border-left: 1px solid #5c99f4;
}
.page3{
	width: 100%;
	height: 500px;
}
.page3 img{
	position: relative;
	top:20px;
	float: right;
}
.font-box2{
	text-align: center;
	color: #fff;
	background: rgb(55,127,235);
	width: 150px;
}
.data{
	position: absolute;
	top: 150px;
	left: 100px;
	font-size: 20px;
	text-align: center;
}
.news_box{
	margin-left: 35px;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	width: 450px;
	background: #fff;
	height: 500px;
	cursor: pointer;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .3);
}
.news_detail{
	position: relative;
	padding:20px 20px 0px;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 100%;
	background: #fff;
	height: auto;
	min-height: 680px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .3);
}
.news_img{
	width: 100%;
	height: 250px;
	/*background-image: url(../../img/banner_no1.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;*/
}
.news_img img{
	width: 100%;
	height: 100%;
}
.news_title{
	margin:10px 5px 5px;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.news_type{
	margin: 10px;
	width: 80px;
	text-align: center;
	float: left;
	background: rgb(102,163,254);
	color: #fff;
}
.news_date{
	float: left;
	margin: 10px;
	color: #999;
}
.news_back{
		float: right;
	margin: 10px;
	color: #0000FF;
	cursor: pointer;
}
.news_body{
	padding: 10px;
	width: 100%;
	float: left;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
}
.news_body p{
	width: 430px;
}
.news_more{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.news_more a{
	cursor: pointer;
}
.content{
	margin-top: 60px;
}
.news_contact{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-top: 1px dashed #999;
}
.prev{
	position: absolute;
	left: 160px;
	cursor: pointer;
}
.back{
	position: absolute;
	left: 460px;
	cursor: pointer;
}
.next{
	position: absolute;
	left: 760px;
	cursor: pointer;
}
