.news_detail_box {
	position: relative;
}

.news_detail_top {
	width: 100%;
	height: 65px;
	position: absolute;
	top: -65px;
	left: 0;
}

.news_detail_top div {
	width: 1200px;
	height: 65px;
	background-color: #fff;
	margin: 0 auto;
}

.news_detail_top a {
	position: absolute;
	top: 0;
	right: 50px;
	width: 120px;
	line-height: 16px;
	color: #fff;
	background: url(/frontend/img/icon_back.png) no-repeat right center;
}

.news_detail_content {
	width: 1200px;
	margin: 0 auto;
	padding: 0 180px 110px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news_detail_content h5 {
	font-size: 48px;
	color: #000;
	line-height: 1.3;
	font-weight: 500;
}

.news_detail_content span.time {
	display: block;
	font-size: 12px;
	color: #EC6F3A;
	margin: 30px 0 50px;
}

.news_detail_content .content {
	line-height: 1.6;
	color: #333;
}

.news_detail_content .content img {
	max-width: 100% !important;
}

.recommend_box {
	width: 100%;
	background-color: #f5f5f5;
	padding: 60px 0;
}

.recommend_box .recommend {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.recommend_box .recommend .img {
	width: 500px;
	height: 280px;
}

.recommend_box .recommend .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.recommend_box .recommend .text {
	width: 640px;
	height: 100%;
	position: relative;
}

.recommend_box .recommend .text span.time {
	display: block;
	font-size: 12px;
	color: #EC6F3A;
	margin: 0 0 30px;
}

.recommend_box .recommend .text strong {
	display: block;
	font-size: 40px;
	color: #000;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 30px;
}

.recommend_box .recommend p {
	font-size: 16px;
	color: #777;
	line-height: 1.5;
}

.recommend_box .recommend span.more {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
	background: url(/frontend/img/icon_right1.png) no-repeat 80px center;
}


.news-box {
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	display: grid;
	gap: 10px;
}

.news-title{
	text-align: center;
	margin-top: 20px;
	
	
}

.time-wap {
	text-align: center;
	
	margin-top: 10px;
}

.news-box img {
    max-width:100%;
    height:auto;
    margin: 10px 0;
    object-fit: cover; 
    display: block;
}

.news-img-t {
	width: 100%;
	height: 400px;
	margin: 10px 0px;
}

.footer-news {
	width: 100%;
	height: auto;

		padding: 20px 0px;

	background-color: #f5f5f5;
}

.footer-news-img {
	width: 200px;
	height: 140px;

}

.footer-item {
	width: 98%;
	margin: 0 auto;
	margin-top: 20px;
	/* padding-top: 20px; */
	display: flex;
	gap: 10px;
}

