.news-detail-container{
	width: 960px;
    min-height: 500px;
    padding: 20px 30px;
    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: 50px;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.news-detail-container .junior{
	height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail-container .junior span{
    color: #9e9e9e;
    font-size: 14px;
}

.news-detail-container .junior span.time{
	margin-left: 10px;
}

.news-detail-container .junior span.readnum{
	margin-left: 10px;
}

.news-detail-container .content{
    padding-top: 5px;
    padding-bottom: 15px;
    color: #2d2d2d;
}

.news-detail-container .editor{
    line-height: 40px;
    color: #9e9e9e;
    font-size: 16px;
}

.news-detail-container .line{
	border-bottom: 1px solid #ececec;
}

/* 针对135编辑器特殊处理 */
.news-detail-container .content .block-inner[data-inner-name="135editor-spread"] {
	overflow: hidden;
}
.news-detail-container .content .block-inner[data-inner-name="135editor-spread"] {
	overflow: hidden;
}
.news-detail-container .content * {
	max-width: 100%;
	white-space: normal;
	word-break: break-all;
}
.news-detail-container .content p {
	margin: 0;
	padding: 7px 0;
	line-height: 30px;
	font-size: 18px;
	text-indent: 2em;
	word-break: normal;
	text-align: justify;
}

.news-detail-container .content p * {
	text-indent: 0 !important;
}

.news-detail-container .content video {
	display: block;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 6px 0;
}
.news-detail-container .content img {
	display: block;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 6px 0;
}

.news-detail-container .tag-list{
	padding-top: 5px;
}

.news-detail-container .tag-list ul{
	padding: 0;
	margin: 0;
}

.news-detail-container .tag-list li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #f1f1f1;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 24px;
	color: #777777;
	font-size: 14px;
}

.news-detail-container .related-news{
	width: 100%;
    min-height: 150px;
    padding-top: 15px;
}

.related-news .related-news-title .title-box{
	width: 100%;
	height: 36px;
	line-height: 36px;
}

.related-news .related-news-title .title-box span{
	display: inline-block;
	position: relative;
	padding-left: 14px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.related-news .related-news-title .title-box span:before{
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 16px;
	background-color: #cb301f;
	content: '';
	border-radius: 2px;
}

.related-news .related-news-list{
	padding-top: 15px;
}

.related-news .related-news-list ul{
	padding: 0;
	margin: 0;
}

.related-news .related-news-list .related-news-item{
	float: left;
	position: relative;
	width: 290px;
	height: 256px;
    padding: 10px;
    background: #fff;
    margin: 0 15px 15px 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 .related-news-list .related-news-item:nth-child(3n){
	margin-right: 0;
}

.related-news .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 .related-news-list .related-news-item .news-img{
	position: relative;
	display: block;
	width: 270px;
	height: 151.875px;
}

.related-news .related-news-list .related-news-item .news-img a{
	display: flex;
	width: 100%;
	height: 100%;
    justify-content: center;
    background-image: url(../images/default_bg_16_9.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.related-news .related-news-list .related-news-item .news-img img{
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.related-news .related-news-list .related-news-item .news-info .title{
	width: 270px;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    line-height: 24px;
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.related-news .related-news-list .related-news-item .news-info .title a{
	color: #333;
	font-weight: bold;
    font-size: 16px;
}

.related-news .related-news-list .related-news-item .news-info .title:hover,
.related-news .related-news-list .related-news-item .news-info .title:hover a{
	color: #cb301f;
}

.related-news .related-news-list .related-news-item .news-info .others{
	margin-top: 5px;
	color: #a1a1a1;
	font-size: 14px;
}

.related-news .related-news-list .related-news-item .news-info .others .source{
	margin-right: 10px;
}


@media screen and (min-width: 0px) and (max-width: 750px){
	.news-detail-container{
		width: 100%;
		height: 100%;
		padding: 0 15px 10px;
	    background-color: #fff;
	    overflow-x: hidden;
	    overflow-y: auto;
	    margin: 0;
	    box-shadow: none;
	}

	.related-news .related-news-list{
		padding: 0;
	}

	.related-news .related-news-list .related-news-item{
		float: none;
		display: flex;
		width: 100%;
		height: auto;
		padding: 15px 0;
		margin: 0;
		box-shadow: none;
		border-bottom: 0.5px solid #ececec;
	}

	.related-news .related-news-list .related-news-item:hover{
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.related-news .related-news-list .related-news-item .news-img{
		width: 120px;
		height: 90px;
	    line-height: 90px;
	    margin-right: 12px;
	    overflow: hidden;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: 50%;
	    border-radius: 5px;
	    display: flex;
	}

	.related-news .related-news-list .related-news-item .news-info{
		position: relative;
	    width: 100%;
	    padding: 0 0 16px 0;
	    overflow: hidden;
	    flex: 1;
	}

	.related-news .related-news-list .related-news-item .news-info .title{
		width: auto;
		min-height: auto;
		max-height: 67.5px;
	    line-height: 22.5px;
	    padding: 0;
	    margin-top: 0px;
	    margin-bottom: 8px;
	    overflow: hidden;
	    color: #1a1a1a;
	    font-size: 18px;
	    font-weight: 400;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    text-align: justify;
	}

	.related-news .related-news-list .related-news-item .news-info .title a{
		font-weight: 400;
	}

	.related-news .related-news-list .related-news-item .news-info .others{
		position: absolute;
		left: 0;
		bottom: 0;
	}

}

/*@media screen and (min-width: 751px) and (max-width: 960px){

}

@media screen and (min-width: 961px) and (max-width: 1200px){
    
}*/