/* 备用1 */
.mbxdh{
	background-color:#f6f6f6;
}
.mbxdh .min-box{
	width: 1600px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.mbxdh .min-box a{
	color: #757575;
	max-width: 280px;
	font-size: 14px;
	line-height:40px;
}
.mbxdh .min-box a::after{
	content: ">";
	margin: 0 6px;
}
.mbxdh .min-box a:last-child:after{
	content: "";
	margin: 0;
}

.news-dets .min-box{
	width: 1600px;
	min-height: 600px;
	margin-top: 60px;
}
.news-dets .min-box .max-title{
	width: 100%;
	font-size: 36px;
	text-align: center;
	margin-bottom: 23px;
}
.news-dets .min-box .dets{
	font-size: 14px;
	color: #ADADAD;
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}
.news-dets .min-box .cent-text{
	padding-top: 25px;
	border-top: solid 1px #D9DBDD;
	width: 100%;
	min-height: 500px;
	font-size: 16px;
	line-height:2;
	overflow: hidden;
}
.news-dets .min-box .cent-text img{
	max-width: 100%;
}

.switch-df{
	margin-top: 25px;
	margin-bottom:80px;
}
.switch-df .min-box{
	width: 1600px;
	border-top:solid 1px #D9DBDD;
	padding-top:20px;
}
.switch-df .min-box a{
	display: block;
	color: #666;
	font-size:14px;
	line-height:40px;
}
.switch-df .min-box a:hover{
	color:#e62129;
}