body{
	padding-top:0.8rem;
	background:#fafafa;
}
dd,dl,dt{
	margin:0;padding:0;
}
.banner .main-wrap{
	padding-bottom: 35.3%;
	position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
}
.banner-page-wrap{
	width: 7.5rem;
	position: absolute;
	left:50%;
	margin-left:-7.75rem;
	top:50%;
}
.banner .swiper-slide{
	background-size: cover;
	background-position: center center;
}
.banner .swiper-pagination-bullet{
	background-color:#fff;
	width:4px;
	height:4px;
	border-radius: 4px;
	opacity: 1;
	position: relative;
}
.banner .swiper-pagination-bullet-active{
	width:0.3rem;
	height:4px;
	border-radius: 4px;
}
.content-wrap{
	margin-top:0.5rem;
}
.content-nav h2{
	font-size:0.2rem;
	color:#4D4D4D;
	font-weight: normal;
    line-height:0.48rem;
	text-align: center;
}
.content-nav a{
	display: inline-block;
	margin:0 0.2rem;
	color:#4D4D4D;
	position:relative;
	width:1.3rem;
}
.content-nav a.active{
	font-size:0.3rem;
	font-weight: bold;
}
.content-nav a.active::after{
	content: "";
	position: absolute;
	left:50%;
	bottom:-2px;
	width:0.4rem;
	height: 4px;
	margin-left:-0.2rem;
	background:#4D4D4D;
	display: block;
}
.nav-det{
	display: none;
	padding-top:0.4rem;
	padding-bottom: 1rem;
}
.main-content{
	padding-bottom: 0.5rem;
}
.nav-det.show{
	display: block;
}
.part-news .news-list{
	margin-top:0.36rem;
}
.one-news{
	background-color: #fff;
	height:1.5rem;
	position: relative;
	cursor: pointer;
	cursor: hand;
	padding-top:0.4rem;
	padding-bottom: 0.4rem;
}
.one-news::before{
	position: absolute;
	left:0;
	top:0;
	content:'';
	display: block;
	width:100%;
	height:1px;
	background:#ededed;
	-webkit-transform:scaleY(0.5);
	transform:scaleY(0.5);
}
.one-news .news-img{
	position: absolute;
	left:0;
	top:0.4rem;
	width:2.3rem;
	height:1.5rem;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.one-news .news-info{
	margin-left:2.5rem;
}
.one-news:hover .news-title{
	color: #003997;
}
.one-news .news-title{
	line-height:0.28rem;
	margin-bottom: 0.2rem;;
	font-size:0.28rem;
	font-weight: bold;
	color:#333333;
	white-space: nowrap;
	word-break: break-all;
	height:0.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.one-news .news-time {
	line-height:0.25rem;
	font-size:0.16rem;
	color:#808080;
	margin-top:0.2rem;
}
.one-news .news-desc{
	line-height:0.3rem;
	height:0.6rem;
	font-size:0.18rem;
	color:#808080;
	 overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.page-end{
	font-size:0.16rem;
	text-align: center;
	color:#808080;
	display: none;
}