.artice_banner{
	width: 100%;
	height: 400px;
	background: url(../img/news_bj.png) 100% no-repeat;
	overflow: hidden;
}
.artice_title{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin-top: 180px;
	line-height: 30px;
}

.artice_title h1{
	font-size: 32px;
	font-family: Arial Black;
	font-weight: 400;
	color: #FFFFFF;
}
.artice_title span{
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 14px;
	display: block;
}
.artice_nav{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.artice_nav p{
	height: 70px;
	line-height: 70px;
	color: #a7a7a7;
	display: block;
}
.artice_nav p a{
	color: #a7a7a7;
}
.artice_cont{
	width: 100%;
	height: auto;
	background: #f4f5f7;
}
.artice_wrap{
	width: 1200px;
height: auto;
margin: 0 auto;
overflow: hidden;
margin-bottom: 80px;
}
.artice_tit{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}
.artice_tit h1{
	font-size: 28px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
	margin-top: 105px;
}
.artice_tit time{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	margin-top: 15px;
	display: block;
}
.artice_abstract{
	width: 1200px;
	margin: 0 auto;
}
.artice_abstract p{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
}
.artice_abstract img{
	margin: 20px auto;
	display: inline-block;
}
.page_list{
	width: 1200px;
	height: auto;
	border-top: 1px solid #e6e6e6;
	margin: 0 auto;
	padding: 42px 0px;
}
.page_list p{
	display: block;
	line-height: 50px;
	font-size: 14px;
}
.page_list span:hover{
	color:red;
}
.page_list a:hover{
	color:red;
}
.page_next{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	margin-top: 42px;
}
.page_next a{
	width: 140px;
	height: 50px;
	background: #b63037;
	display: block;
	border-radius: 50px;
	text-align: center;
	margin: 0 auto;
	line-height: 50px;
	color: white;
}





