.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;
	}

}
.main .content{
	    display: block;
	}
.news_read_mobile{
    display: none;
}
@media screen and (max-width: 600px) {
    .main .news_next .l a {
        line-height: 2.5;
    }
	.main .content h4.title {
		font-size: 25px;
		line-height: 40px;
	}
	
	.main .content{
	    display: none;
	}
	
	.news_read_mobile{
	    display: block;
	    width: 100%;
	    overflow: hidden;
	    .news_read_pic{
	       width: 80%;
	       height: auto;
	       margin: auto;
	       margin-top: 15px;
	       img{
	         width: 100%;
	         height: 100%;
	         object-fit: cover;
	       }
	    }
	    .news_read_time{
	        color: #ff6601;
	        font-size: 16px;
	        margin-top: 20px;
	    }
	    .news_read_title{
	         color: #111;
	        font-size: 18px;
	        margin-top: 20px;
	        line-height: 1.5;
	        font-weight: bold;
	    }
	    .news_read_con{
	         color: #666;
	        font-size: 16px;
	        margin-top: 20px;
	        line-height: 1.5;
	        p{
	             text-align: left !important;
	        }
	  
	    }
	}
	

}