.banner{
    width: 100%;
    height: auto;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.banner-img{
    width: 15rem;
    height: 2.9rem;
    display: block;
}
.main{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news-box{
    margin:1rem auto 0;
    width: 13rem;
    height: auto;
}
.news-list{
    border-bottom: .05rem solid #c9c9c9;
    padding-bottom: .5rem;
    width: 100%;
    margin-bottom: .5rem;
}
.news-list:nth-last-child(1){
    border-bottom: none;
}
.news-img{
    width: 100%;
    height: 9.2rem;
}
.news-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.news-inf{
    width: 100%;
    height: auto;
}
.news-left{
    width: 9rem;
    float: left;
}
.news-title{
    font-size: .46rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .5rem;
}
.news-del{
    font-size: .4rem;
    color: #999;
    line-height: .8rem;
    height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-right{
    float: right;
    width: 3rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-top: .05rem solid #999;
    border-bottom: .05rem solid #999;
    text-align: center;
    margin-top: 1rem;
    color: #999;
}
.page{
    margin-top: .6rem;
    text-align: center;
    margin-bottom: 1.6rem;
}
.page span{
    display: inline-block;
    margin-right: .2rem;
    padding: .1rem .16rem;
    border: .05rem solid #252525;
    font-size: .46rem;
    cursor: pointer;
}
.page span.active{
    background: #fdd000;
    color: #fff;
    border: 1px solid #fdd000;
}