.banner {
	width: 100%;
	display: none;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f4f4f4;
	padding-bottom: 120px;
	padding-top: 80px;
}

.main .title {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 30px 0px;
	border-bottom: 1px solid #d5d5d5;
}

.main .title h5 {
	font-size: 28px;
	color: #222222;
	font-weight: 500;
	line-height: 42px;
}

.main .title .addtime:after {
	display: table;
	content: "";
	clear: both;
}

.main .title .addtime {
	font-family: 'pingfang';
	font-size: 18px;
	color: #53b141;
	line-height: 32px;
}

.main .title a.return {
	display: block;
	width: 54px;
	height: 54px;
	background-color: #222222;
	background-image: url(../images/news_return.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.main .content .article {
	padding-bottom: 90px;
	border-bottom: 1px solid #e1e1e1;
}

.main .content .article p {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	padding-top: 42px;
}

.main .content .article p img {
	display: block;
	width: 100%;
}

.main .article_page {
	padding-top: 60px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .article_page a.infolist2 {
	display: block;
	width: 184px;
	height: 54px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #222222;
	text-align: center;
	line-height: 54px;
}

.main .article_page a.return {
	width: 184px;
	height: 54px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 54px;
	margin: 0 auto;
	cursor: pointer;
	background-color: #53b141;
}

@media screen and (max-width: 550px) {
	.main .article_page a.return{
		background-color: #53b141;
	}

	.main {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	span{
		font-size: 15px !important;
		padding: 5px 0;
	}

	.main .article_page{
		padding-top: 30px;
	}

	.main {
		padding-top: 20px;
		padding-bottom: 70px;
	}

	.main .content .article .center span {
		display: block;
	}

	.main .title {
		box-sizing: border-box;
		padding: 0 10px;
	}

	.main .title a.return {
		display: none;
	}

	.main .title h5 {
		font-size: 20px;
		line-height: 44px;
	}

	.main .content .article {
		box-sizing: border-box;
		padding-bottom: 20px;
	}

	.main .content .article p {
		padding-top: 20px;
	}

	.main .title .addtime .date {
		line-height: 40px;
	}

	.main .title .addtime .year {
		line-height: 40px;
	}

	.main .article_page a.infolist2 {
		margin-left: -1px;
		height: 54px;
		line-height: 54px;
		font-size: 14px;
	}

	.main .article_page a.return {
		margin-left: -1px;
		height: 54px;
		line-height: 54px;
		box-sizing: border-box;
		font-size: 14px;
	}

}