body{
	/* background-color: #f6f6f6; */
}
.head .right li:nth-child(6) a{
	color: #d53d3a;
}
.fr{
	float: right;
}
.details{
	/* background:rgba(246,246,248,1); */
	background-color: #fff;
	padding-top: 100px;
	width: 1200px;
	margin: 0 auto;
	line-height: 1;
	margin-bottom: 106px;
}
.details .title{
	font-size: 30px;
	color: #343434;
	text-align: center;
	margin-bottom: 30px;
}
.details .article-details {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-bottom: 46px;
}
.details .article-details .date{
	padding-right: 90px;
}
.details .line{
	width: 1075px;
	margin: 0 auto 30px;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.details .img{
	width: 1075px;
	margin: 0 auto 49px;
}
.details .img img:nth-child(2){
	float: right;
}
.div_btn_last {
    margin-top: 95px;
	padding-bottom: 55px;
    width: 1075px;
    height: 74px;
	margin-left: auto;
	margin-right: auto;
    /* background: pink; */
}

.div_btn {
   /* width: 189px; */
   
    /* padding: 3px 0px 3px 2px; */
    
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
	/* float: left; */
	display: block;
}
.div_btn a{
	display: inline-block;
	background: #DADFE4;
	border-radius: 12px;
	/* height: 100px; */
	/* height: 24px; */
	padding: 5px 15px 5px 5px;
	color: #666;
}
.radius {
    /* width: 20px;
    height: 20px; */
    padding: 0 6px 0 6px;
    background: #c3cada;
    border-radius: 50%;
    color: #ffffff;
    margin: 0 15px 0 2px;
}

.right_return {
    padding: 2px 29px 2px 29px;
    margin-top: -64px;
    background: #c3cada;
    border-radius: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
	height: 19px;
	line-height: 19px;
}
.right_return a{
	color: #fff;
}
.btn {
    margin-top: 25px;
}
.channel{
	text-align: center;
	line-height: 1;
	padding-bottom: 140px;
}
.channel .content{
	width: 1200px;
	margin: 0 auto;
}
.channel .content:after{
	content: "";
	width: 0;
	display: block;
	clear: both;
}
.channel .title{
	font-size: 26px;
	color: #343434;
	margin-bottom: 20px;
}
.channel .sub-title{
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 80px;
}
.channel li{
	width: 588px;
	height: 166px;
	padding: 28px 37px 0 55px;
	box-sizing: border-box;
	float: left;
	text-align: left;
	margin-bottom: 26px;
}
.channel li:hover{
	box-shadow: 0px 0px 16px 0px rgba(52, 52, 52, 0.11);
}
.channel li:nth-child(2n){
	float: right;
}
.channel .text-title{
	font-size: 22px;
	color: #343434;
	margin-bottom: 12px;
}
.channel .text-description{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.channel .date{
	font-size: 14px;
	color: #cccccc;
	margin-top: 14px;
}
.channel .more a{
	display: inline-block;
	width: 140px;
	height: 36px;
	border: 1px solid #343434;
	font-size: 16px;
	color: #343434;
	line-height: 36px;
	border-radius: 18px;
	margin-top: 20px;
}
@media only screen and (max-width:768px) {
	.div_map_wrap.{
		width: 100%;
	}
	.div_map_wrap img{
		width: 100%;
		height: auto;
	}
	.details{
		width: 100%;
		padding: 30px 10px 0;
		box-sizing: border-box;
		background-color: transparent;
		margin-bottom: 0;
		
	}
	.details img{
		width: 100%!important;
		height: 100%!important;
	}
	.details .title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.details .article-details .date{
		padding-right: 20px;
	}
	.details .article-details{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.details .line{
		width: 100%;
		font-size: 16px;
	}
	.div_btn_last{
		margin-top: 40px;
		width: 100%;
	}
	.details .img{
		width: 100%;
	}
	.details .img img{
		width: 100%;
	}
	.channel .title{
			font-size: 18px;
	}
	.channel .sub-title{
		margin-bottom: 30px;
	}
	.channel .content{
		width: 100%;
	}
	.channel li{
		width: 100%;
	}
	.channel li{
		padding: 10px;
	}
	.channel .text-title{
		font-size: 16px;
		line-height: 1;
	}
	.channel .text-description{
		font-size: 14px;
	}
	.channel{
		padding-bottom: 50px;
	}
	.right_return{
		margin-top: 10px;
	}
}