.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f5f5f5;
	padding-bottom: 120px;
}

.main .content {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 100px 200px 72px 200px;
}

.main .content h4.title {
	/* font-family: pingfang; */
	font-size: 45px;
	color: #999999;
	line-height: 85px;
	text-align: center;
	font-weight: 500;
}

.main .content p.addtime {
	/* font-family: pingfang; */
	font-size: 14px;
	line-height: 14px;
	color: #b2b2b2;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
}

.main .content .article p {
	/* font-family: pingfang !important; */
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	padding-top: 22px;
}

.main .content .article p>* {
	/* font-family: pingfang !important; */
	font-size: 14px !important;
	line-height: 30px !important;
	color: #999999 !important;
}
.main .content .article .pic {
	text-align: center;
}
.main .content .article .pic img {
	width: 80%;
}

.main .news_next {
	margin-top: 40px;
}

.main .news_next .l a {
	font-family: pingfang;
	font-size: 16px;
	color: #808080;
	display: block;
	line-height: 87px;
	/* border-bottom: 1px solid #e6e6e6; */
}

.main .news_next .r .share {
	text-align: right;
	margin-top: 40px;
}

.main .news_next .r .share a {
	display: inline-block;
	margin-left: 20px;
}


.share {
	padding: 20px 45px 0;
	
	text-align: center;
}

.share a {
	display: inline-block;
	margin: 0 10px;
}





@media screen and (max-width: 1050px) {
	.main {
		padding-bottom: 50px;
	}
	
	.main .content {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
	}
	
	.main .news_next .l {
		width: 100%;
	}
	
	.main .news_next .l a {
		width: 100%;
	 	overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
	}
	.main .news_next {
		margin-top: 10px;
	}
	.main .news_next .r {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.main {
		padding-bottom: 20px;
	}

}
@media screen and (max-width: 600px) {
	.main .content h4.title {
		font-size: 25px;
		line-height: 40px;
	}
	
}