@media only screen and (min-width: 992px) {
	.header_top .header_logo img:nth-of-type(1) {
		display: none;
	}
	.header_top .header_logo img:nth-of-type(2) {
		display: block;
	}
	.header_search img:nth-of-type(1) {
		display: none;
	}
	.header_search img:nth-of-type(2) {
		display: block;
	}
	.header_top .header_right a {
		color: #000000;
	}
	.header_search {
		border-left: 1px solid #000000;
	}
	header .header_top {
		border-bottom: 1px solid #999999;
	}
	.header_menu li>a {
		color: #333333;
	}
	.header_menu li>a span {
		background-color: #000000;
	}
	.header_content .header_twoBg,.header_bottom .header_twoBg {
		background-color: rgba(0,0,0,0.18);
	}
}
.news_details {
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 185px 0 55px;
}
.news_details .news_return {
	display: block;
	width: 75px;
	height: 25px;
	background-color: #e60012;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
}
.news_details .details_title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #888888;
	font-size: 14px;
	margin: 30px 0 0;
}
.details_title h1 {
	line-height: 40px;
	color: #000000;
	margin: 0 0 15px;
}
.details_title span:nth-of-type(2) {
	margin: 0 30px;
}
.news_details .details_content {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
	padding: 30px 0;
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.details_content img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news_details .details_bottom {
	width: 100%;
	overflow: hidden;
	padding: 0 24px;
	font-size: 14px;
	color: #888888;
	line-height: 25px;
}
.news_details .details_bottom p {
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_details .details_bottom a {
	color: #888888;
}
.news_details .details_bottom a:hover {
	color: #e60012;
}
@media only screen and (max-width: 991px) {
	.news_details .details_bottom {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.news_details {
	    padding: 85px 0 40px;
	}
	.news_details .details_title {
	    font-size: 12px;
	    margin: 20px 0 0;
	}
	.details_title h1 {
		font-size: 26px;
	    line-height: 35px;
	    margin: 0 0 15px;
	}
	.news_details .details_content {
	    margin: 15px 0;
	    padding: 20px 0;
	    font-size: 12px;
	    line-height: 20px;
	}
}