body{
	padding-top:0.8rem;
	background:#fafafa;
	font-size:0.18rem;
}
.ad-banner{
	padding-bottom: 62%;
	position: relative;
	background-size: 100%;
}

.artibanner .swiper-container {
    width: 100%;
    height: auto;
}
.artibanner .swiper-slide{
	width:3.15rem;
}
.artibanner .swiper-pagination-bullet{
	background-color:#fff;
	width:6px;
	height:6px;
	border-radius: 6px;
	opacity: 1;
	position: relative;
}
.artibanner .swiper-pagination-bullet-active{
	background:#91CB96;
}


.content{
	padding-bottom: 1rem;
	margin-top:-2.85rem;
}


.article-box{
	min-height:7.3rem;
	background:#fff;
	padding-bottom: 0.5rem;
}
.artice-inner{
	padding:0.3rem;
}
.article-title{
	font-size:0.36rem;
	color:#1A1A1A;
	line-height:0.36rem;
	text-align: center;
	margin-top:0.5rem;
	margin-bottom: 0.3rem;
}
.article-title span{
	display: inline-block;
	border-bottom: 5px solid rgba(0, 57, 151, 0.25);
}
.artice-rich{
	color:#4D4D4D;
}
.page-other{
	overflow: hidden;
	margin-top:0.5rem;
	margin-left:0.2rem;
	margin-right:0.2rem;
	padding-bottom: 1rem;
	text-align: justify;
}
.page-other a{
	display: inline-block;
	border:1px solid #ccc;
	color:#333;
	font-size:0.2rem;
	line-height: 0.4rem;
	padding:0 0.3rem;
	text-decoration: none;
	max-width: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.page-other a:hover{
	background:#003997;
	color:#fff;
	border:1px solid #003997;
}
.page-other a.last{
	float:right;
	background-color:#003997;
	color:#fff;
	border:1px solid #003997;
}