/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 15 version
*/

.news-view{background-color: #f1f1f1;padding: 80px 0;}
.main-content{padding: 50px 150px 40px;background: #fff;margin-top: 80px;}
.main-content .news-title .desc{margin-top: 40px;padding-bottom: 10px;border-bottom: 1px solid #dbdbdb;line-height: 40px;}
.main-content .content {line-height: 2;text-align: justify;padding:60px 0;}
.main-content .content img,.main-content .content p{max-width: 100%;margin: 0 auto;}
.main-content .content p img{text-align: center;}
.last-next{background-color: #fff;padding: 40px 70px;}
.last-next a {max-width: 34%;}
.last-next a.to-list {max-width: 100%;}
.last-next a.prev{padding-right: 40px;}
.last-next a span{color: #F4822F;}
.last-next a.next{padding-left: 40px;}
.last-next a:hover{color: #042f64;font-weight: 900;}
.social-share .icon-wechat{position: relative;}
.social-share .social-share-icon::before{content: '';width: 100%;height: 100%;background-image: url(/home/static/images/wechat.png);position: absolute;left: 0;top: 0;background-repeat: no-repeat;background-position: center;background-size: 60%;}
.social-share .icon-wechat::before{background-image: url(/home/static/images/wechat.png);}
.social-share .icon-weibo::before{background-image: url(/home/static/images/weibo.png);}
.social-share .social-share-icon{border-color: #e1e1e1;}
.social-share .social-share-icon:hover{background-color: transparent;}

@media screen and (max-width: 1366px){
	.main-content{padding: 50px 120px 40px;background: #fff;margin-top: 80px;}
}

@media screen and (max-width: 1280px){
	.news-view{padding: 60px 0;}
	.main-content{padding: 40px 100px;background: #fff;margin-top: 60px;}
	.last-next{padding: 40px 60px;}
}

@media screen and (max-width: 991px){
	.news-view{padding: 40px 0;}
	.main-content{padding: 40px 60px;background: #fff;margin-top:40px;}
	.main-content .content {padding-top: 40px;}
	.main-content .news-title .desc{margin-top: 20px;}
	.last-next{padding: 20px 40px;line-height: 2;}
	.last-next .tr{text-align: left;}
	.last-next a.prev{padding-right: 0;}
	.last-next a.next{padding-left: 0;}
	.last-next a.to-list{position: static;-webkit-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0);}
	.last-next a {max-width: 100%;}
}

@media screen and (max-width: 767px){
	.news-view{padding: 30px 0;}
	.main-content{padding: 20px;background: #fff;margin-top:30px;}
	.main-content .content {padding-top: 20px;}
	.main-content .news-title .desc{margin-top: 15px;}
	.last-next{padding: 20px;}
	.main-content .news-title .desc p:last-child{display: none;}
	.main-content .news-title .desc{line-height: 2;}
}