/*顶部推广条*/
.news_banner{ 
	height:0.88rem; 
	padding:.14rem .2rem 0.25rem .2rem; 
	position:relative; 
	overflow:hidden;
	border-bottom:1px solid #EBEBEB;
}
.news_banner li{
width:100%;
margin-right:30px;
position:relative;
}
.app_logo{
	width:1.5rem;
	float:left;
	height:.84rem;
	margin-right:.2rem;
	background: url(../img/top_bg.jpg) no-repeat center center;
	margin-top: .1rem;
	background-size: cover;
}
.banner_test{ 
    font-size: .24rem;
    line-height: .32rem;
    float: left;
    padding-top: 0.2rem;
}
.dow_app_btn{ 
	margin-top:.2rem;
	position:absolute;
	right:0;
	display:inline-block; 
	width:1.25rem; 
	height:.54rem; 
	text-align:center; 
	line-height:.54rem; 
	font-size:.24rem; 
	background:#e40177; 
	color:#fff; 
	border-radius:5px;
	text-decoration: none;
}
.news_banner .swiper-pagination,.news_banner .swiper-pagination-bullets{ 
	width:100%; 
	bottom:.06rem
}
.news_banner .swiper-pagination .swiper-pagination-bullet {
	background: #ebebeb;
	opacity: 1; margin:0 .06rem;
}
.news_banner .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #c8c8c8;
}