html,body{
	width: 100%;
}
body{
	background: #f9f9f9;
}
.bannerwrap{
	width: 100%;
	height: 3.2916rem;
	background: #fff;
	padding: 0 1rem;
}
.bannerwrap .swiper-slide{
	text-align: center;
	line-height: 3.2916rem;
	color: #000000;
}
.bannerwrap .swiper-slide.active{
	text-align: center;
	line-height: 3.2916rem;
	color: #58b0ff;
	border-bottom: 2px solid #58B0FF;
}
.qiehuanwrap{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.qiehuanwrap .swiper-slide{
	padding:0 0.8333rem ;
	width: 100%;
}
.nov{
	border-bottom: 1px solid #f6f6f6;
	height: 8.5rem;
	width: 100%;
	padding-left: 0.8333rem;
	padding-right: 0.8333rem;
	overflow: hidden;
}
.nov-title{
	height: 3.75rem;
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #004444;
	margin-top: 1.25rem;
}
.nov-time{
	margin-top: 1rem;
	font-size: 0.6666rem;
	color: #d0d0d0;
}
.content{
	border-bottom: 1px solid #f6f6f6;
	/*height: 20rem;*/
	width: 100%;
	padding-left: 0.8333rem;
	padding-right: 0.8333rem;
	overflow: hidden;
	padding-bottom:1.25rem;
	max-height:25rem;
	overflow:hidden;
}
.content-title{
	/*height: 1.875rem;*/
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #004444;
	margin-top: 1.25rem;
	margin-bottom: 0.8333rem;
}
.content-img{
	display: block;
	max-width: 100%;
	/*max-height: 12.5rem;*/
	margin-bottom: 1.1666rem;
	margin: auto;
}
.content-time{
	font-size: 0.6666rem;
	color: #d0d0d0;
}


/*20190110 add*/
.content-title{ color:#333;}
.content-imgbox{
	max-height: 12rem;
	overflow: hidden;
	margin-bottom: 10px;
}

/*20191023 add*/
.content-img{
	margin-bottom: 10px;
}
.content .img {
	overflow: hidden;
	width: 100%;
	height: 0px;
	padding-bottom: 50%;
	position: relative;
	margin-bottom: 10px;
}
.content .img .content-img{
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	position: absolute;
	width: 100%;
	height: auto;
}
.content{
	max-height: none;
}

@media (min-width:1070px) and (max-width:1081px) {
	.title div span{
		height: 4rem;
		line-height: 4rem;
	}
	.title div span em{
		font-size: 1.6rem;
	}
	.title div span img{
		top: -10%!important;
	}
	.content-img{
		width: 100%;
		margin: 1rem 0 1rem;
	}
	.content-title{
		font-size: 1.6rem;
		margin: 1.3rem 0;
	}
	.content-time{
		font-size: 1.4rem;
	}
}