.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .container {
	position: absolute;
	left: calc(50% - 700px);
	bottom: 0px;
}

.banner ul.typelist {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.banner ul.typelist li {
	width: 50%;
}

.banner ul.typelist li a {
	display: block;
	font-family: 'pingfang';
	font-size: 20px;
	color: #000000;
	line-height: 52px;
	text-align: center;
	background-color: #f7f7f7;
}

.banner ul.typelist li.active a {
	background-color: #1b1b1b;
	color: #ffffff;
}

.main {
	padding-bottom: 110px;
}

.main .title {
	padding-top: 77px;
	border-bottom: 1px solid #bfbfbf;
}

.main .title h5 {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
}

.main .title p.addtime {
	font-family: 'pingfang';
	font-size: 16px;
	text-align: center;
	line-height: 56px;
}

.main .content .article {
	padding-top: 65px;
	padding-bottom: 65px;
	border-bottom: 1px solid #bfbfbf;
}

.main .content .article p {
	font-family: 'pingfang';
	font-size: 18px;
	color: #000000;
	line-height: 31px;
	text-indent: 2em;
}

.main .content .article p img {
	display: block;
	max-width: 100%;
}

.main .article_page {
	padding-top: 70px;
	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: #000000;
	text-align: center;
	line-height: 54px;
	background-color: #e5e5e5;
	margin: 0 auto;
}

@media screen and (max-width: 1430px) {
	
	.banner .container {
		left: calc(50% - 600px);
	}
	
}

@media screen and (max-width: 550px ) {
	
	.main .title {
		padding-top: 20px;
	}
	
	.main .title h5 {
		font-size: 18px;
		line-height: 36px;
	}
	
	.main .content .article {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.main .content .article p {
		font-size: 16px;
		line-height: 32px;
	}
	
	.main .article_page {
		padding-top: 40px;
	}
	
	.main .article_page a.infolist2,
	.main .article_page a.return {
		font-size: 14px;
	}
	
}