.new_banner {
    position: relative;
    margin-top: 60px;
}

.new_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_banner .newb_txt {
    position: absolute;
    top: 50%;
    left: 3.125vw;
    right: 3.125vw;
    transform: translateY(-50%);
}


.new_banner .newb-tit {
    font-size: 62px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
}

.new_banner .newb-des {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    font-weight: 200;
    margin-top: 11px;
}

.new-classify {
    display: flex;
    border-bottom: 1px solid rgba(15, 25, 70, 0.10);
}

.new-classify .new-classifyitem {
    flex: 1;
    line-height: 60px;
    font-size: 14px;
    color: #122333;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 200;
    position: relative;
    text-align: center;
    transition: all .5s;
}
.new-classify .new-classifyitem a{
    width: 100%;
    height: 100%;
        text-align: center;
        display: block;
}
.new-classify .new-classifyitem:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    height: 4px;
    background: transparent;
    transition: all .5s;
}

.new-classify .new-classifyitem.active {
    color: #1368B7;
}

.new-classify .new-classifyitem.active:after {
    content: '';
    background: #1368B7;
}


.list .item3-more {
    margin-top: 3.073vw;
}

.list .item3-more a {
    display: flex;
    transition: all .5s;
    background: #1368B7;
    border-radius: 9px;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
}

.list .item3-more a img:nth-child(2) {
    display: none;
}

.list .item3-more a img:nth-child(1) {
    width: 5.2px;
}

.list .item3-more a img:nth-child(2) {
    width: 11px;
}

.list .item3-more a:hover {
    width: 36px;
}

.list .item3-more a:hover img:nth-child(1) {
    display: none;
}

.list .item3-more a:hover img:nth-child(2) {
    display: block;
}

.list {
    margin-top: 10px;
    margin-bottom: 1.5625vw;
}

.list .item {
    display: flex;
    padding: 2.08vw 30px 21px;
    background: #fff;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.list .item:after {
    content: '';
    position: absolute;
    left: 186px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(15, 25, 70, 0.10);
}

.list .item:hover {
    background: #F3F3F3;

}

.list .time {
    flex: 0 0 156px;
    display: flex;
    height: 100%;
    align-items: center;
}

.list .time .lf {
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.104;
    margin-right: 10px;
    font-family: Arial-BoldMT;
}

.list .time .rg p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 5px;
}

.list .time .rg p:nth-child(2) {
    margin-bottom: 0px;
}

.list .center-txt {
    flex: 1;
}

.list .item>.rg {
    flex: 0 0 18.125%;
    margin-left: 9.375%;
}

.list .rg .img {
    height: 0;
    position: relative;
    padding-bottom: 44.26%;
}

.list .rg img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
     object-fit: contain;
    position: absolute;
}

.list .new-tit {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 9px;
}

.list .new-des {
    font-size: 14px;
    color: rgba(15, 25, 70, 0.60);
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    display-radio: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p_page {
    margin-bottom: 2.08vw;
}

@media screen and (max-width:1600px) {
    .new_banner .newb-tit {
        font-size: 46px;
    }
}

@media screen and (max-width:1440px) {
    .new_banner .newb-tit {
        font-size: 42px;
    }
}

@media screen and (max-width:1200px) {
    .new_banner .newb-tit {
        font-size: 36px;
    }

}

@media screen and (max-width:768px) {
    .new_banner .newb-tit {
        font-size: 24px;
    }

    .new_banner {
        margin-top: 40px;
    }

    .new_banner img {
        height: 200px;
    }

    .list .time {
        display: none;
    }

    .list .item {
        flex-direction: column-reverse;
        padding: 12px 5%;
    }

    .list .item>.rg {
        margin-left: 0;
    }

    .list .item:after {
        left: 5%;
        right: 5%;
        width: 90%;
    }

    .list .new-tit {
        margin-top: 10px;
        margin-bottom: 6px;
    }

    .new-classify .new-classifyitem {
        line-height: 40px;
    }

    .new-classify {
        width: 90%;
        margin: 0 auto;
    }
    .p_page {
    margin-bottom: 20px;
    margin-top：15px;
}
}
