
/**news说界面**/
.newsBanner{
	background: url(../img/nBanner.jpg) no-repeat;
	height: 4.6rem;
	background-size: 100%;
	position: relative;
}

.newsBanner p{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: .5rem;
	background: url(../img/titBack.png);
	line-height: 1.2rem;
}

.contperson{
	background: #e7e7e7;
	padding: .4rem 0;
}

.contperson ul li{
	padding: .4rem 3% .2rem 3%;
	background: #fff;
	margin-bottom: .2rem;
	border-top: 1px solid #c8c7cc;
}

.new-del{
	display: flex;
	display: -webkit-flex;
}

.new-del .avatImg{
	width: 40%;
	margin-right: 4%;
	
}

.new-del .avatImg img{
	width: 90%;
	height: 2.4rem;
	border: 1px solid #c8c7cc;
}

.new-del .contrImg img{
	/*border-radius: 100%;*/
	height: 3rem;
}

.new-del .avaInfor{
	width: 66%;
	position: relative;
}

.avaInfor a{
	color: #646464;
	margin-bottom: .2rem;
	font-size: .38rem;
   word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.contrbut a{
	margin-top: .4rem;
}

.avaInfor p {
    color: #646464;
    font-size: .34rem;
    margin-bottom: .2rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3; */
    overflow: hidden;
    line-height: .42rem;
}

.avaInfor p a{
	color: #e62222;
}

.avaInfor span{
	font-size: .3rem;
	color: #909090;
	position: absolute;
	bottom: .2rem;
}

.more-btn{
	text-align: center;
}

.more-btn .more-a{
	padding: .2rem .5rem;
	background: #cb160d;
	color: #fff;
	font-size: .42rem;
	border-radius: 4px;
	
}

.more-btn .more-a span{
	background: url(../img/right.png) right no-repeat;
	background-size: .5rem;
	padding-right: .6rem;
}


/**edgeDel界面**/
.highlsBack{
	background: #e7e7e7;
	padding: .4rem 0;
}

.higDetial{
	background: #fff;
	padding: .2rem 0;
}

.highlsBack h2{
	color: #646464;
	font-size: .46rem;
	font-weight: bold;
	margin: 0 3%;
	border-left:5px solid #E62222 ;
	padding-left: .1rem;
}



.higDetial ul{
	background: #fff;
	padding: 3%;
	font-size: 0;
}

.higDetial ul li{
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	margin-bottom: .3rem;
	vertical-align: top;
}

.higDetial ul li p{
	background: url(../img/titleBack.png) center no-repeat;
	font-size: .38rem;
	color: #fff;
	padding: .1rem;
	line-height: .6rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: .6rem;
}

.higDetial ul li img{
	width: 100%;
	height: 4rem;
}

.higDetial ul li:nth-child(2n){
	margin-right: 0;
}

.video{
	background: #fff;
	padding-top: .2rem;
	width: 100%;
	overflow: hidden;
}

.video ul{
	font-size: 0;
	padding: 3% 0;
	overflow: hidden;
	width: 2200rem;
}

.video ul li{
	display: inline-block;
	width: 5rem;
	margin-right: .5rem;
	vertical-align: top;
}

.videImg{
	position: relative;
	width: 100%;
	margin-bottom: .1rem;
}

.videImg p{
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: .4rem;
	background: url(../img/videborder.png);
	line-height: 1rem;
	width: 4.8rem;
	padding: 0 .1rem;
	height: 1rem;
    overflow: hidden;
}

.videImg p span{
	background: url(../img/vides.png) left no-repeat;
	background-size: .5rem;
	padding-left:.64rem ;
	
}

.videImg img{
	width: 5rem;
}

.videTitle{
	color: #646464;
	font-size: .42rem;
}

.videTitle a{
	color: #e62222;
}

/**recomm界面**/
.swiper-container {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: 18rem;
        background: url(../img/remBack.png) #83b7d0 no-repeat;
        background-size: 100%;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 6rem;
        height: 9rem;
    }


.swiper-slide-active{
	width: 7rem;
	height: 10rem;
	background-size: 100% 100%;
}

.wisdomTit{
	font-size: .4rem;
	color: #feeec6;
	padding: 1.2rem 2.4rem;
}

.enter-dl{
	font-size: .36rem;
	color: #fff;
	text-align: center;
	height: 4.8rem;
	overflow: hidden;
	margin-top: .8rem;
}


.swiper-slide .enter-dl{
	height: 2.5rem;
}
.swiper-slide-active .enter-dl{
	height: 4.8rem;
}

.swiper-wrapper{
	padding-top: 2rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 6rem;
}
