@charset "utf-8";
/* CSS Document */
/*订阅列表*/
 .moduleWrap {
	width: 100%;
}
.news-item {
    padding: .3rem;
    cursor: pointer;
	position: relative;
}
/*.news-item:hover{background: #ff789c26}*/
.news-item-wrapper .news-info {
	min-height: 1.3rem;position: relative
}
.class  .news-info {
    min-height: .71rem;
	}
.news-item-wrapper:after {
    content: "";
    display: inline-block;
    width: calc(100% - .6rem);
    height: 1px;
    background: #DFDFDF;
    position: absolute;
    left: .3rem;
    bottom: 0rem;
}	
 .news-title {
	font-size: .32rem;
	font-weight: initial;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all
}

 .news-abstract {
	color: #666;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-height: .4rem;
	margin-top: .08rem;
}
.news-abstract i{margin-left: .06rem}
.news-abstract > span{color:#FF4D64;font-size: .24rem;margin-left: .2rem}
.news-time,.price-wrap {
	font-size: .24rem;
	color: #858585;
	position: absolute;
	left: 1.53rem;
	bottom: 0
}
.news-time{border:1px solid #FF4D64;padding: .05rem .1rem;color:#FF4D64;border-radius: .05rem;left: 2.53rem;}
.news-img {
	float:left;
	padding-right: .24rem;
}	
 .news-img img {
	width: 1.3rem;
	height: 1.3rem;
	border-radius: .08rem;
	border: 0
}
.news-info-img{
	position: absolute;
	right: 0;
	top:0;
	width: 1.06rem;
	height: 1.9rem;
	text-align: center;
	
	}
.news-item-order .price-wrap {    bottom: 0;    position: absolute;left:0;width: 100%;}
.news-item-order .news-abstract {margin-top: .08rem}
.playig{background:#fff url(../img/right.png) no-repeat center center; background-size: .16rem .28rem;}

.price-wrap{width: calc(100% - 1.56rem);}	
.class .news-info .news-time{left:0}	
.class .news-info-img{height: 1.2rem;line-height: 1.2rem;}
.news-item-order .C_FE8{color:#FF4D64;}

.price-wrap small { margin-left:  .1rem;    height: .25rem;    position: relative;    top: -.02rem;}
.price-wrap b{background-image: -webkit-linear-gradient(0deg, #FF789C, #FF5067);width: 1.2rem;height: .6rem;line-height: .6rem;position: absolute;color:#fff;right: 0;bottom: 0;text-align: center;border-radius: .3rem;font-size: .26rem}

/*内容详情*/
.details img{width: 100%}	
.details .details_describe{padding: .25rem .3rem;box-sizing: border-box;}	
.details_title{font-size: .3rem;color:#242424}	
.details_click,.details_word{font-size: .24rem;color:#858585;margin-top: .17rem;}	
.weui_navbar{ margin:0 auto;}
.weui_navbar a{position: relative; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;text-align: center;  background:#fff;	color:#242424;	width: 33.3%;	height:.7rem;line-height: .7rem;  float: left;    -webkit-tap-highlight-color: transparent;font-size: .28rem;    border-bottom: 1px solid #F3F3F3;}	
.weui_navbar .active {color:#FF5067;}	
.item-box {	margin: .7rem 0 1.2rem; display: none;clear: both;  }	

.wrap-input input{width: calc(100% - 1.7rem); height: .5rem; outline: none;box-sizing: border-box; border:none;  background:  #F5F5F5 ; font-size: .2rem; margin-left: .3rem;   border-radius: .1rem;    color: #858585;    text-indent: .2rem;    }	

.cont-title img{width: 100%}	



/*轮播图*/
.swiper-container {
	width: 100%;
    height: 3.4rem;
	margin-top:2.4rem;
}
.swiper-pagination-bullets{
    bottom: .2rem;
    left: 0;
    width: 100%;
}   
.swiper-slide img{width: 100%;  height: inherit;}
.swiper-pagination-bullet {
    width: .09rem;
    height: .09rem;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
	margin: 0 .07rem;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
	}
