
.banner-comm2 {
    position: relative;
/*    overflow: hidden*/
}

    .banner-comm2 img {
        display: block;
        width: 100%;
        -webkit-animation: a 10s linear infinite alternate;
        animation: a 10s linear infinite alternate
    }

    .banner-comm2 .title {
        position: absolute;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 2.604167vw;
        line-height: 1.2;
        color: #fff
    }

    
.content-list:first-child {
    display: block
}

.new-box {
    font-size: 0;
    margin: 0 -1.302083vw 1.041667vw
}

.new-box .list {
    display: inline-block;
    width: 33.33%;
    padding: 3.125vw 1.302083vw 1.041667vw;
    vertical-align: top
}

.new-box .list .list-box {
    display: block;
    background: #f7f7f7;
    padding-bottom: 1.041667vw
}

.new-box .list .list-box:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.new-box .list .img {
    height: 12.96875vw;
    overflow: hidden
}

.new-box .list .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s;
    transition: all .4s
}

.new-box .list .time {
    padding: 1.5625vw .9375vw 1.302083vw;
    font-size: .729167vw;
    line-height: 1;
    color: #666;
    font-weight: 700
}

.new-box .list .title {
    font-size: 1.25vw;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 .9375vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333
}

.new-box .list .text {
    padding: 0 .9375vw;
    margin-top: 1.302083vw;
    font-size: .833333vw;
    line-height: 1.9;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.news {
    padding-bottom: 6.25vw
}

@media (max-width:640px) {


    .new-box .list {
        width: 50%
    }

    .new-box .list .img {
        height: 90px
    }

    .new-box .list .time {
        font-size: 12px;
        padding: 15px 8px 8px
    }

    .new-box .list .title {
        font-size: 14px;
        padding: 0 8px
    }

    .new-box .list .text {
        font-size: 13px;
        margin-top: 8px;
        padding: 0 8px
    }
}