.news-detail-container{
	width: 950px;
	min-height: 500px;
	padding: 0 50px 16px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.news-detail-container .news-title{
	width: 100%;
    min-height: 72px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 42px;
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.we-media{
	position: relative;
    display: flex;
    height: 70px;
    margin-bottom: 20px;
}

.we-media .portrait{
	width: 70px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background-color: #c2c2c2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
}

.we-media .portrait img{
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.we-media .text{
    position: relative;
    width: 100%;
    overflow: hidden;
    flex: 1;
    line-height: 24px;
    padding: 10px 32px 0;
}

.we-media .text .nick{
	color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    font-size: 16px;
}

.we-media .text .create-time{
	margin-top: 6px;
	line-height: 20px;
	color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.we-media .text .follow-box{
	position: absolute;
	right: 0px;
	top: 10px;
} 

.we-media .text .follow-box .follow-btn{
	display: inline-block;
	width: 72px;
	height: 24px;
	text-align: center;
	margin: auto;
	line-height: 24px;
	background: linear-gradient(to right, #eb1010 , #c10106);
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
}

.we-media .text .follow-box .follow-btn.followed{
	line-height: 22px;
	background:none;
	border: 1px solid #eb1010;
	color: #eb1010;
}

.news-detail-container .news-detail-box .source{
	line-height: 30px;
	color: #999;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
}

.news-detail-container .news-detail-box .source .source-item{
	padding-left: 15px;
}

.news-detail-container .news-detail-box .content-edit{
	line-height: 30px;
	color: #999;
	font-size: 14px;
}

/* 视频 start */
.news-detail-container .news-detail-box .video-box{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.news-detail-container .news-detail-box .video-box video{
	display: block;
	max-width: 100%;
	margin: auto;
}
/* 视频 end */

/* 图集 start */
.news-detail-container .news-detail-box .gallery-container{
	width: 850px;
	height: 478.125px;
	margin-bottom: 15px;
}

.news-detail-container .news-detail-box .gallery-container .swiper-container{
	width: 100%;
	height: 100%;
}

.news-detail-container .news-detail-box .gallery-container .swiper-container a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
}

.news-detail-container .news-detail-box .gallery-container .swiper-container a img{
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.news-detail-container .news-detail-box .gallery-description{
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 16px;
}

.news-detail-container .news-detail-box .gallery-description .num{
	font-size: 30px;
	font-weight: bold;
    color: #cb301f;
}

.news-detail-container .news-detail-box .gallery-description .total{
	font-size: 18px;
    color: #333;
    margin-right: 20px;
}

.news-detail-container .news-detail-box .gallery-description .desc{
	color: #999;
	font-size: 16px;
}

/* 图集 end */

.news-detail-container .news-detail-box .detail-cont{
	padding: 10px 0;
}

.news-detail-container .news-detail-box .detail-cont p{
	margin: 0;
    padding: 5px 0;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
    word-break: normal;
    text-align: justify;
    color: #333;
}

.news-detail-container .news-detail-box .detail-cont img{
	display: block;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 5px 0;
}

.news-detail-container .news-detail-box .detail-cont video{
	display: block;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 5px 0;
}

/* 点赞、收藏 start */
.news-detail-container .praise-collect-box{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.news-detail-container .praise-collect-box .praise-box{
	display: inline-block;
	height: 40px;
	padding: 7px 22px;
    border: 1px solid #f0f0f0;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
}

.news-detail-container .praise-collect-box .praise-box .praise{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
    background: url(../images/praise2.png) no-repeat left center;
    background-size: 20px 22px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.news-detail-container .praise-collect-box .praise-box.praised{
	border-color: #cb301f;
}

.news-detail-container .praise-collect-box .praise-box.praised .praise {
    background-image: url(../images/praised2.png);
    color: #cb301f;
}

.news-detail-container .praise-collect-box .collect-box{
	display: inline-block;
	height: 40px;
	padding: 7px 22px;
    border: 1px solid #f0f0f0;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
}

.news-detail-container .praise-collect-box .collect-box .collect{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
    background: url(../images/collect.png) no-repeat left center;
    background-size: 22px 21px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.news-detail-container .praise-collect-box .collect-box.collected{
	border-color: #cb301f;
}

.news-detail-container .praise-collect-box .collect-box.collected .collect {
    background-image: url(../images/collected.png);
    color: #cb301f;
}
/* 点赞、收藏 end */

/* 分享 start */
.news-detail-container .share-box{
	padding-top: 10px;
}

.news-detail-container .share-box ul{
	max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.news-detail-container .share-box ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.news-detail-container .share-box ul li span{
	cursor: pointer;
	color: #999;
	font-size: 14px;
}

.news-detail-container .share-box ul li .icon{
	display: inline-block;
	height: 36px;
    padding-left: 36px;
    background-color: #fff;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
}

.news-detail-container .share-box ul li .wechat{
    background-image: url(../images/share/share_wx.png);
}

.news-detail-container .share-box ul li .friends{
    background-image: url(../images/share/share_pyq.png);
}

.news-detail-container .share-box ul li .weibo{
    background-image: url(../images/share/share_wb.png);
}
.news-detail-container .share-box ul li.share-wechat .wechat-qrcode{
	left: -64px;
}
/* 分享 end */

.related-news-title{
	width: 950px;
    height: 54px;
    background-color: #fff;
    padding-top: 8px;
    box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%), -4px -3px 6px 0px rgb(222 222 222 / 58%);
    margin-bottom: 10px;
}

.related-news-title .box-title{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 16px;
	padding-right: 16px;
}

.related-news-title .box-title span{
	display: inline-block;
	position: relative;
	padding-left: 14px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.related-news-title .box-title span:before{
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 16px;
	background-color: #cb301f;
	content: '';
	border-radius: 2px;
}

.related-news-container .related-news-list{
	width: 965px;
}

.related-news-container .related-news-list .related-news-item{
	float: left;
	position: relative;
	width: 308px;
	height: 312px;
    padding: 16px;
    background: #fff;
    margin: 0 13px 16px 0;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.related-news-container .related-news-list .related-news-item:hover{
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
}

.related-news-container .related-news-list .related-news-item .news-img{
	width: 276px;
	height: 156px;
}

.related-news-container .related-news-list .related-news-item .news-img a{
	display: flex;
	width: 100%;
	height: 100%;
    justify-content: center;
}

.related-news-container .related-news-list .related-news-item .news-img img{
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.related-news-container .related-news-list .related-news-item .news-info .title{
	width: 272px;
	min-height: 48px;
	max-height: 48px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 2px;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-news-container .related-news-list .related-news-item .news-info .title a{
	color: #333;
	font-weight: bold;
    font-size: 18px;
}

.related-news-container .related-news-list .related-news-item .news-info .title:hover,
.related-news-container .related-news-list .related-news-item .news-info .title:hover a{
	color: #cb301f;
}

.related-news-container .related-news-list .related-news-item .news-info .share-box{
	position: absolute;
	bottom: 48px;
	left: 16px;
	right: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.related-news-container .related-news-list .related-news-item .news-info .share-box .lb{
	float: left;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}

.related-news-container .related-news-list .related-news-item .news-info .share-box .icon-wechat{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icon_wechat.png) no-repeat center center;
	background-size: 100%;
	margin-right: 8px;
	cursor: pointer;
}

.related-news-container .related-news-list .related-news-item .news-info .share-box .icon-weibo{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icon_weibo.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}


.related-news-container .related-news-list .related-news-item .news-info .other{
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.related-news-container .related-news-list .related-news-item .news-info .other .left{
	float: left;
}

.related-news-container .related-news-list .related-news-item .news-info .other .left span{
	color: #999;
	font-size: 12px;
}

.news-comments{
	width: 950px;
    min-height: 150px;
    padding-top: 8px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%), -4px -3px 6px 0px rgb(222 222 222 / 58%);
    margin-bottom: 20px;
}

.news-comments .box-title{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 16px;
	padding-right: 16px;
}

.news-comments .box-title span{
	display: inline-block;
	position: relative;
	padding-left: 14px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.news-comments .box-title span:before{
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 16px;
	background-color: #cb301f;
	content: '';
	border-radius: 2px;
}

.news-comments .news-comment-list{
	padding-left: 16px;
	padding-right: 30px;
}

.news-comments .news-comment-list .comment-item{
	position: relative;
    display: flex;
    padding: 15px 0 15px 14px; 
	border-top: 1px solid #e8e8e8;
}

.news-comments .news-comment-list .comment-item .portrait{
	position: relative;
	width: 50px;
    height: 50px;
}

.news-comments .news-comment-list .comment-item .portrait img{
	width: 100%;
	height: 100%;
	line-height: 50px;
	overflow: hidden;
	border-radius: 100%;
	display: flex;
	justify-content: center;
}

.news-comments .news-comment-list .comment-item .portrait .img{
	width: 100%;
	height: 100%;
	line-height: 50px;
	overflow: hidden;
	background-color: #c2c2c2;
	border-radius: 100%;
	display: flex;
	justify-content: center;
}

.news-comments .news-comment-list .comment-item .portrait .img img{
	-o-object-fit: cover;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

.news-comments .news-comment-list .comment-item .portrait .pos{
	position: absolute;
	border-radius: 0;
}

.news-comments .news-comment-list .comment-item .portrait .pos1{
	left: -2px;
	top: -2px;
	width: 16px;
	height: 16px;
}

.news-comments .news-comment-list .comment-item .portrait .pos2{
	right: -2px;
	top: -2px;
	width: 16px;
	height: 16px;
}

.news-comments .news-comment-list .comment-item .portrait .pos3{
	left: -2px;
	bottom: -2px;
	width: 16px;
	height: 16px;
}

.news-comments .news-comment-list .comment-item .portrait .pos4{
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: auto;
	height: 16px;
	transform: translateX(-50%);
}

.news-comments .news-comment-list .comment-item .portrait .pos5{
	right: -2px;
	bottom: -2px;
	width: 16px;
	height: 16px;
}

.news-comments .news-comment-list .comment-item .text{
	position: relative;
    width: 100%;
    overflow: hidden;
    flex: 1;
    line-height: 24px;
    padding-left: 20px;
}

.news-comments .news-comment-list .comment-item .text .name{
	float: left;
	color: #771e1a;
	font-size: 16px;
}

.news-comments .news-comment-list .comment-item .text .create-time{
	float: left;
	color: #b8b8b8;
	font-size: 14px;
	margin-left: 30px;
}

.news-comments .news-comment-list .comment-item .text .praise-box{
	float: right;
	margin-left: 20px;
	color: #333;
}

.news-comments .news-comment-list .comment-item .text .praise-box .praise{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 22.5px;
    background: url(../images/praise2.png) no-repeat left top 2px;
    background-size: 15px 16.5px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.news-comments .news-comment-list .comment-item .text .praise-box .praise.praised {
    background-image: url(../images/praised2.png);
    color: #cb301f;
}

.news-comments .news-comment-list .comment-item .text .reply{
	float: right;
	cursor: pointer;
}

.news-comments .news-comment-list .comment-item .text .comm-text{
	color: #333;
	text-align: justify;
	word-break: break-all;
	padding: 5px 0;
}

.news-comments .news-comment-list .comment-item .text .comm-replay .comment-text{
	width: 100%;
	min-height: 34px;
	padding: 5px 10px;
	line-height: 24px;
	border-color: #f0f0f0;
	resize: horizontal;
    overflow-wrap: break-word;
    overflow: hidden;
}

.news-comments .news-comment-list .comment-item .text .comm-replay .comment-text:focus{
	outline: none;
	border-color: #f0f0f0;
}

.news-comments .news-comment-list .comment-item .text .comm-replay .submit-btn{
	width: 90px;
	height: 36px;
	background: #f0f0f0;
	color: #777;
	text-align: center;
	border: none;
	outline: none;
}

.news-comments .news-comment-list .comment-item .text .sub_comm{
	margin-top: 10px;
	padding: 10px;
	background: #efefef;
}

.news-comments .news-comment-list .comment-item .text .sub_comm .sub_comm_list .sub_comm_item .username{
	float: left;
    color: #771e1a;
    font-size: 16px;
}

.news-comments .news-comment-list .comment-item .text .sub_comm .sub_comm_list .sub_comm_item .sub_comm_more{
	cursor: pointer;
	color: #3d64a7;
}

.praise-box{
	/*float: right;*/
	margin-left: 20px;
	color: #333;
}

.news-comments .news-comment-new{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.news-comments .news-comment-new .comment-text{
	width: 100%;
	min-height: 84px;
	padding: 5px 10px;
	line-height: 24px;
	border-color: #f0f0f0;
	resize: horizontal;
    overflow-wrap: break-word;
    overflow: hidden;
}

.news-comments .news-comment-new .comment-text:focus{
	outline: none;
	border-color: #f0f0f0;
}

.news-comments .news-comment-new .word-tip{
	display: inline-block;
	line-height: 24px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #777;
}

.news-comments .news-comment-new .submit-btn{
	width: 90px;
	height: 36px;
	background: #f0f0f0;
	color: #777;
	text-align: center;
	border: none;
	outline: none;
}

/* 回复 start */
/*.comment-item .comment-reply{
	margin-top: 5px;
	!*padding-left: 30px;*!
	padding-right: 30px;
}

.comment-item .comment-reply .comment-text{
	width: 100%;
	min-height: 42px;
	padding: 5px 10px;
	line-height: 12px;
	border-color: #f0f0f0;
	resize: horizontal;
	overflow-wrap: break-word;
	overflow: hidden;
}

.comment-item .comment-reply .comment-text:focus{
	outline: none;
	border-color: #f0f0f0;
}

.comment-item .comment-reply .reply-btn{
	width: 60px;
	height: 24px;
	background: #f0f0f0;
	color: #777;
	text-align: center;
	border: none;
	outline: none;
}*/
/* 回复 end */