.center-box {
	margin-bottom: 104px;
}

.center {
	padding-top: 140px;
	background-color: #f6f6f8;
}

.center h3.news_title_new {
	color: #343434;
	font-size: 30px;
	text-align: center;
}

.center .top-title .census {
	padding: 0 380px;
	margin-top: 30px;
	font-size: 16px;
	color: #666;
}

.center .top-title .census .date i {
	margin-right: 8px;
}

.center .top-title .census .read {
	margin-left: 80px;
}

.center .top-title .census .read i {
	margin-right: 8px;
}

.center .top-title p {
	padding: 0 62px;
	/* margin-top:47px; */
	/* font-size: 20px; */
	color: #666;
	/* line-height: 40px; */
}
.center .top-title h3:not(.news_title_new){
	padding: 0 62px;
}


.center .img {
	padding: 0 62px;
	margin-top: 64px;
}

.center .img img {
	display: inline-block;
}

.center .img:after {
	content: "";
	display: block;
	clear: both;
}

.center .img img:nth-of-type(1) {
	float: left;
}

.center .img img:nth-of-type(2) {
	float: right;
}

.center .foot-title {
	margin-top: 50px;
	padding: 0 62px;
}

.center .foot-title p {
	font-size: 20px;
	color: #666;
	line-height: 40px;
}

.center .bottom {
	margin-top: 42px;
	padding: 52px 62px 62px 52px;
}

.center .bottom:after {
	content: "";
	display: block;
	clear: both;
}

.center .bottom .left {
	display: inline-block;
	float: left;
}

.center .bottom .right {
	display: inline-block;
	float: right;
}

.center .bottom .left a {
	position: relative;
	display: block;
	/* width:180px; */
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #dadfe4;
	padding: 2px 6px;
	box-sizing: border-box;
	font-size: 14px;
	color: #97b8af;
	line-height: 20px;
}

.center .bottom .left a:nth-of-type(1) {
	margin-bottom: 26px;
}

.center .bottom .left a i {
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #c3cada;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.center .bottom .left a b {
	/* position: absolute; */
	/* left:37px; */
	display: inline-block;
	color: #97b8af;
	font-size: 14px;
}

.center .bottom .left a span {
	/* position: absolute; */
	left: 93px;
	display: inline-block;
	color: #97b8af;
	font-size: 14px;
}

.center .bottom .right a {

	text-align: center;
	font-size: 14px;
	color: #97b8af;
	display: block;
	width: 84px;
	height: 20px;
	line-height: 20px;
	border-radius: 9px;
	background-color: #dadfe4;
	padding: 0 6px;
	box-sizing: border-box;
}

@media screen and (max-width:780px) {
	.center {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		padding-top: 70px;

	}

	.center h3 {
		font-size: 20px;
	}

	.center .top-title .census {
		padding: 0;
		font-size: 14px;
		text-align: center;
		margin-bottom: 20px;
	}

	.center .top-title .census .date {
		display: inline-block;
		/* margin-left: 120px; */
	}
	.center .top-title .census .read{
		margin-left: 60px;
	}
	.center .img img {
		width: 49%;
	}
	.center .top-title p{
		padding: 0;
	}
	.center .top-title h3:not(.news_title_new){
		padding: 0;
	}
	.center .top-title img{
		max-width: 100%;
	}
	.center .bottom{
		padding: 0 10px 20px;
	}
	.center .bottom .left{
		margin-bottom: 15px;
	}
	/* .center{
		width: 100%;
		padding-top: 60px;
	}	 */

}
