/*.news_menu .nav_child {*/
/*	top: 65px !important;*/
/*}*/
.detail-title {
	border-bottom: 1px dashed #ccc;
	padding: 30px 20px 26px 20px;
}
.detail-title > .title {
	font-size: 1.5rem;
	color: var(--color-333);
}
.detail-title > .new_date {
	margin-top: 20px;
}
/*.article_detail {*/
.detail p{
	text-indent: 30px;
	line-height: 26px;
	margin-top: 26px;
	margin-bottom: 36px;
	padding: 0 25px;
	font-size: 14px;
}
.detail_img {
	text-align: center;
}
.turn {
	display: flex;
	justify-content: space-between;
	color: var(--color-666);
	font-size: .875rem;
	border-top: 1px dashed #ccc;
	margin:0 20px;
	padding: 36px 0;
}
.turn_on,
.turn_up {
	display: flex;
}
.turn .text_overflowe {
	display: inline-block;
	color: var(--color-666);
	max-width: 305px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 14px;
}
.turn_on:hover,
.turn_up:hover {
	cursor: pointer;
	color: var(--main-color);
}
.news_box>.left>.detail{
	flex: 1;
}
