.container{
    font-size: 0.28rem;
    padding: 0 0.3rem;
}
/* 澶撮儴淇℃伅杩斿洖 */
.top-title{
	width:100% ;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}
.top-title img{
	position: absolute;
	top:0.24rem;
	left: 0rem;
	width: 0.48rem;
	height: 0.48rem;
}
.top-title span{
	font-size:0.32rem;
	color:rgba(0,0,0,1);
	font-weight: bold;
}

/* 轮博  */
.swiper-container{
    width: 100%;
    height: 2.76rem;
    margin-top: 0.16rem;
    border-radius: 0.12rem;
}
.swiper-wrapper img{
	width: 100%;
}
.content{
	width: 100%;
}
.test-nav{
	width: 100%;
	display: flex;
	margin-top: 0.3rem;
	justify-content: space-between;
}
.test-nav li{
	width: 2.06rem;
	height: 1.5rem;
	text-align: center;
	background:rgba(15,103,214,1);
	border-radius:0.12rem;
	color: #fff;
}
.test-nav li img{
	width:0.8rem;
	height: 0.8rem;
	margin-top: 0.24rem;
}
.test-message{
	width: 100%;
	display: flex;
	line-height: 0.7rem;
	justify-content: space-between;
	margin-top: 0.4rem;
}
.test-message img{
	width: 1.54rem;
	height: 0.36rem;
	margin-top: 0.2rem;
}
.test-message span{
	font-size:0.24rem;
	color:rgba(15,103,214,1);
}

.information{
	margin-bottom: 1.6rem;
}
/* 新闻资讯 */
.information-list{
	width: 100%;
	height: 1.8rem;
	margin-top: 0.2rem;
}
.information-list img{
	width: 2.4rem;
	height: 1.8rem;
	vertical-align: top;
	border-radius: 0.1rem;
}
.information-list p{
	width: 4.4rem;
	font-size:0.32rem;
	color:rgba(51,51,51,1);
}
.information-con{
	display: inline-block;
	width: 4.3rem;
	height: 1.8rem;
	margin-left: 0.2rem;
	position: relative;
}
.information-con p{
	font-size:0.32rem;
	width: 4.3rem;
	line-height:0.4rem;
	color:rgba(51,51,51,1);
	box-sizing: border-box;
}
.information-con div{
	/* margin-top: 0.68rem; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4.3rem;
	display: flex;
	justify-content: space-between;
}
.information-con img{
	width: 0.32rem;
	height: 0.24rem;
	/*vertical-align: top;*/
	margin-top: 0.02rem;
	margin-right: 0.1rem;
}
.information-con span{
	font-size:0.26rem;
	color:rgba(153,153,153,1);
}
.information-con span:nth-of-type(2){
	color: #999999;
}
