
.newsBack {
    width: 100%;
    height:1.3333333333333333rem;
    display: flex;
    align-items: center;
    font-size: .37333333333333335rem;
    color: #666;
    padding: 0 .4rem;
    background-color: #FFFFFF;
    border-bottom: .013333333333333334rem solid #efefef;

}

.newsBack a:first-child {
    margin-right: .06666666666666667rem;
}
.newsBack a:last-child {
    margin-left:.13333333333333333rem ;
}

.rightJian {
    display: inline-block;
    width: .21333333333333335rem;
    height: .21333333333333335rem;
    border-right: .02666666666666667rem solid #666;
    border-top: .02666666666666667rem solid #666;
    transform: rotate(45deg);
}


.newsbox {
    width: 100%;
    height: auto;
}
.newsbox ul {
    width: 100%;
    height: 100%;
}

.newsbox ul li:last-child {
    border-bottom: none !important;
}

.newsLi {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-bottom: .013333333333333334rem solid  #efefef;
    padding:.3466666666666667rem .4rem;
}

.nlTit {
    font-size: .37333333333333335rem;
    color: #222222;
    font-weight: bold;
}

.nlContnt {
    margin: .26666666666666666rem 0;
    font-size: .32rem;
    color: #979797;
}

.nlTime {
    font-size: .32rem;
    color: #999999;
}

.textHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* 新闻详情页面 */

.detailsTit {
    width: 100%;
    height: auto;
    padding:0 .4rem;
    box-sizing: border-box;
    font-size: .4266666666666667rem;
    color: #333333;
    margin-top: .5333333333333333rem;
}

.detailsTime {
    width: 100%;
    height: auto;
    padding:0 .4rem .3466666666666667rem;
    box-sizing: border-box;
    font-size: .37333333333333335rem;
    color: #999999;
    border-bottom: .013333333333333334rem solid  #efefef;
    margin: .26666666666666666rem 0;
}

.detailsData {
    width: 100%;
    height: auto;
    padding: 0 .4rem;
    font-size: .4266666666666667rem;
}