.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .path {
	background-color: #eeeeee;
	height: 66px;
}

.main .path .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .path ul.typelist {
	padding-top: 14px;
}

.main .path ul.typelist:after {
	display: table;
	content: "";
	clear: both;
}

.main .path ul.typelist li {
	float: left;
	margin-left: 15px;
}

.main .path ul.typelist li a {
	display: block;
	font-family: 'pingfang';
	font-size: 18px;
	color: #000000;
	line-height: 38px;
	padding: 0 20px;
	border-radius: 19px;
}

.main .path ul.typelist li.active a {
	background-color: #102673;
	color: #FFFFFF;
}

.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;
}

.main .content .article p {
	font-family: 'pingfang';
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

.main .content .article p img {
	display: block;
	max-width: 100%;
}

.main .article_page {
	padding-top: 60px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .article_page a.infolist2 {
	display: block;
	width: 166px;
	height: 46px;
	box-sizing: border-box;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	background-color: #707070;
	margin: 0 17px;
}

@media screen and (max-width: 550px ) {
	
	.main .path {
		display: none;
	}
	
	.main .title {
		padding-top: 10px;
	}
	
	.main .title h5 {
		font-size: 24px;
		line-height: 36px;
	}
	
	.main .content .article {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.main .content .article p {
		font-size: 16px;
		text-indent: 2em;
	}
	
}