


.details_mian {
	width: 67%;
	/* height: 1348px; */
	border-radius: 10px;
	opacity: 1;
	margin: auto;
	/* 自动布局 */
	flex-direction: row;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	margin-top: 50px;
}

.returnimg {
	width: 21px;
	height: 21px;
	background-image: url(../img/static/img/news_details/返回.png);
}

.returntext {
	font-family: PingFangSCBold-Bold;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;
	padding: 5px;
	margin-top: -8px;
	margin-left: 5px;
}

.details_headtext {

	font-family: 思源黑体;
	font-size: 34px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;

	font-feature-settings: "kern" on;
	color: #333333;
}

.details_headmian {
	font-family: 思源黑体;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	width: 90%px;
	/* 裁剪多余的 */
	overflow: hidden;
	/* 多余的以省略号出现 */
	text-overflow: ellipsis;
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 限制再一个块元素再文本显示的行数 */
	/* -webkit-line-clamp: 2; */
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-box-orient: vertical;
	font-feature-settings: "kern" on;
	color: #999999;
	margin-top: 30px;
}

.details_headtime {

	font-family: 思源黑体;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;

	font-feature-settings: "kern" on;
	color: #999999;
	margin-top: 30px;
}

.details_headimg {
	/* height: 288px; */
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	margin-top: 30px;
	/* background: url(../img/static/img/news_details/头部图片.png); */
	background-size: 100%;
	width: 100%;
	background-repeat: no-repeat;
	margin: auto;
	border: 0px;
}

.details_miancontent {
	/* display: flex; */
	margin-top: 80px;
	flex-direction: column;
	width: 106%;
	/* overflow-y: auto; */
	/* height: 850px; */
}

.details_miancontent p,a{
	font-size: 16px;
}
.details_miancontent::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}