@charset "utf-8";
.content-bg{
	background-color: #FFFFff;
}
.mainbao-nav span {
	color: #3e3e3e;
	font-size: 14px;
}
.mainbao-nav span a{
	color: #3e3e3e;
	font-size: 14px;
}
.next-scroll{
	display: block;
	position: relative;
}
.router-line{
	width: 2px;
	height: 18px;
	background-color: var(--mainColor);
	margin-right:7px;
}
.top-title-box{
	display: flex;
	align-items: center;
	margin-top:22px;
	font-size: 14px;
	color: #3e3e3e;
}
.detail-title{
	
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}
.detail-time-box{
	text-align:center;
	font-size: 16px;
	color: var(--minorFontColor);
	margin-top: 32px;
}
hr{
	background-color: #F0F0F0;
}
.new-detail{
	/* text-align: justify; */
	font-size:18px;
	color: #222222;
	line-height: 32px;
	line-height: 38px;
}
.new-detail img{
	max-width: 100%;
	/* max-width:960px; */
	width:expression(
		document.body.clientWidth > 992 ? "1000px" : auto
	);
	overflow:hidden;
}
.mianbao-nav{
	font-size: 14px;
	color: #3e3e3e;
}
/* 小屏幕 手机 start */
@media screen and (max-width:768px){
	.detail-title{
		font-size:20px;
	}
	.detail-time-box{
		margin-top: 15px;
	}
	hr{
		margin: 18px 0;
	}
	.new-detail{
		padding-bottom:45px;
	}
}
/* 小屏幕 手机 end */
/* 平板 start */
@media screen and (min-width:768px){
	.detail-title{
		font-size:20px;
	}
	.detail-time-box{
		margin-top: 15px;
	}
	hr{
		margin: 18px 0;
	}
	.new-detail{
		padding-bottom:45px;
	}
}
/* 平板 end */
/* 大屏幕md,lg start*/
@media screen and (min-width:992px){
	.new-detail,.detail-title{
		padding:0 100px;
		padding: 0 100px;
	}
	.new-detail{
		padding-bottom: 125px;
		
	}
	hr{
		margin: 24px 100px;
	}
	.detail-time-box{
		margin-top: 32px;
	}
	.detail-title{
		font-size: 36px;
	}
	.top-title-box{
		padding: 0 100px;
	}
}
/* 大屏幕md,lg end */


