
/* 公司动态 */
.news-wrap{
    /* padding-bottom: 2rem; */
    width: 100%;
}
.news-wrap>a>.item{
    padding: .23rem  0rem ;
    margin: 0 .24rem;
    border-bottom: .01rem solid #e4e4e4;
}

.news-wrap>a>.item>.title-cont>.btm>.tag {
    font-size: .34rem;
    color: #1a1a1a;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei,Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
}


.news-wrap>a>.item>.title-cont>.btm>.des {
    color:#a8a8a8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-size:.26rem;
    margin-top: .3rem;
}
.news-wrap>a>.item>.pic-wrap{
    display: block;
    width: 2.3rem;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    overflow: hidden;
    height: 1.49rem;
    margin-left: .15rem;

}
.news-wrap>a>.item>.pic-wrap>.pic {
    width: 2.3rem;
    height: auto;
    min-height: 1.49rem;
    display: block;
 

}
.btn-wrap{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1;
    padding-top: .26667rem;
    padding: 0 .3rem;
    padding-bottom: .5rem;
    padding-top: .2rem;

}
.preBtn{
    width: 3.3rem;
    height: .8rem;
    color: #ffffff;
    border-radius: .1rem;
    font-size: .35rem;
}
.nextBtn{
    width: 3.3rem;
    height: .8rem;
    color: #ffffff;
    border-radius: .1rem;
    font-size: .35rem;
}

