.c_list {
    padding: 0 1rem;
}

/* 轮播 */
.loop {
    background: #fff;
}

.loop_box {
    width: 16rem;
    margin: 1rem auto;
    display: flex;
    overflow: hidden;

    background: #F6F6F6;
}

.swiper-wrapper {
    display: flex;
}

.news_loopitem {
    display: flex;
}

.loop_box .img_box {
    width: 7.8rem;
    height: 4.7rem;
}

.loop_box .new_info {
    padding: 0.6rem 0.5rem 0.2rem 0.5rem;
    width: 8.2rem;
}

.new_info .date {
    font-size: 0.2rem;
    font-weight: 900;
    color: #C6982F;
}

.new_info .p_subtitle {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    line-height: 0.4rem;
    margin: 0.2rem 0 0.3rem 0rem;
}

.new_info .p_summary {
    font-size: 0.18rem;
    font-weight: bold;
    color: #666666;
    line-height: 0.4rem;
}

/* 新闻列表 */
.news_box {
    padding-top: 0.6rem;
    background: #F5F6F8;
    padding-bottom: 1rem;
}

.new_list {
    width: 16rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.new_list .container {
    flex: 0 0 calc(100% / 3);
    padding: 0 0.17rem;
}

.new_list .container .scale_box {
    height: 2.97rem;
}

.news_box .date::before {
    background: url(../img/index/index55.png);
}

.new_list .container .title {
    background: #fff;
}

.new_list .container .title .line2 {
    height: 0.58rem;
}

.new_list .scale_box {
    width: 100%;
}

.new_list .item {
    flex: 0 0 calc(100% / 3);
    margin-bottom: 0.3rem;
}

.new_list .title {
    padding: 0.2rem;
    background-color: #fff;
    line-height: 0.32rem;
    width: 100%;
}

.new_list .line2 {
    margin-top: 0.1rem;
    height: 0.64rem;
}

.new_list .date {
    color: #005BAB;
    padding-left: 0.25rem;
    position: relative;
    line-height: 0.36rem;
}

.new_list .date::before {
    content: '';
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/index/index55.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: 100% 100%;
}

.new_list .more {
    width: 1.14rem;
    height: 0.41rem;
    line-height: 0.41rem;
    background: #005BAB;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    margin-top: 0.25rem;
}

.new_items {
    width: 5rem;
    /*height: 4.2rem;*/
    border-bottom: 0.01rem solid #CCCCCC;
    background: #F5F6F8;
    transition: var(--tran_03);
    margin-right: 0.5rem;
    margin-top: 0.4rem;


}

.new_items:nth-child(3n) {
    margin-right: 0rem;
}

.new_items .pic {
    width: 5rem;
    height: 3.2rem;
}

.new_items .txt {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
    padding: 0 0.2rem;
    margin: 0.15rem 0px;
}

.scale_box:hover .scale_img {
    transform: scale(1.1);
}

.new_items:hover {
    background-color: #fff;
    border-bottom: 1px solid #005BAB;
}

.new_items:hover .txt {
    font-weight: bold;
    color: #333;
}





.news_wrap {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.v_flex {
    margin: 0 -0.25rem;
}

.v_flex .item {
    margin-bottom: 0.33rem;
    padding: 0 0.25rem;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.v_flex .item .scale_box {
    height: 3.2rem;
}

.v_flex .item .title_box {
    margin-top: 0.13rem;
    justify-content: space-between;
}

.v_flex .item .line1 {
    text-align: center;
    transition: var(--tran_03);
}

.v_flex .item:hover .line1 {
    font-weight: bold;
    color: var(--c);
}

.v_flex .cover .coverImage img {
    height: 2.58rem;
}

.v_flex .cover>img {
    width: 0.56rem;
    height: 0.56rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.v_flex .p_video {
    position: relative;
}

body .videoBox .name {
    color: #fff;
    margin-top: 0.34rem;
    text-align: center;
}

body .videoBox .closeVideo {
    color: #333;
}

body .videoBox .closeVideo:hover {
    color: #fff;
}

body .videoBox {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
}

body .videoBox svg {
    color: #fff !important;
}


@media only screen and (max-width: 1024px) {
    .news_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .loop_box,
    .loop,
    .loop_box .img_box,
    .loop_box .new_info,
    .new_list {
        width: 100% !important;
    }

    .loop_box {
        margin: 0;
    }

    .new_info .p_summary,
    .news_box .date,
    .new_list .container .title .line2,
    .news_box .more,
    .v_flex .item .line1,
    .v_flex .item .date {
        font-size: 12px;
    }

    .news_box {
        margin-top: 10px;
    }

    .news_wrap .prev,
    .news_wrap .next {
        top: 99% !important;
    }

    .news_wrap .prev {
        right: 15% !important;
    }

    .new_list .item {
        flex: 0 0 calc(100% / 2);
    }

    .new_list .container .scale_box {
        height: 2.5rem;
    }

    .v_flex .item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .news_loopitem {
        display: block;
    }

    body .videoBox .name {
        font-size: 14px;
    }
}