.re-design-body .KV_story .newwrap{
    bottom: 5%;
}

.re-design-body .KV_story .newwrap .KV_text h2{
    color: #fff;
}

.re-design-body .KV_story .news-back{
    background: linear-gradient(to top, #fecc33, transparent);
}

.re-design-body .KV_story .cba-new-pc{
    display: block;
}

.re-design-body .KV_story .cba-new-mb{
    display: none;
}

.re-design-body  .cbaSection{
    margin: 0 auto;
}

.re-design-body .cbaSection .cba-intro{
    width: 100%;
    margin: 60px 0;
}

.re-design-body .cbaSection .cba-intro p{
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 30px;
}

.re-design-body .cbaSection .swiper-pagination{
    display: none;
}

.re-design-body  .cba-news-right-more{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 110px;
    height: 28px;
    text-align: center;
    padding-top: 2px;
    padding-right: 12px;
    font-size: 15px;
    background: url(/redesign/img/news-list-more.png) no-repeat;
    background-size: cover;
}
/*news swiper */
.re-design-body .cbaSection .cba-news{
    display: flex;
    flex-direction: row;
    margin-bottom: 120px;
}

.re-design-body .cbaSection .cba-news .cba-news-left{
    width: calc(100% - 920px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.re-design-body .cbaSection .cba-news .cba-news-left-mb{
    display: none;
}

.re-design-body .cbaSection .cba-news .cba-news-right{
    position: relative;
    max-width: 920px;
}

.re-design-body .cbaSection .common-btn-prev{
    background: transparent;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}

.re-design-body .cbaSection .common-btn-next{
    width: 2.6vw;
    height: 2.6vw;
    position: absolute;
    top: 40%;
    right: 0;
    background: transparent;
    z-index: 2;
}

.re-design-body .cbaSection #cbaNews{
    border: 1px solid #000;
}

.re-design-body .cbaSection .common-btn-prev img,
.re-design-body .cbaSection .common-btn-next img{
    width: 2.6vw;
    height: 2.6vw;
    object-fit: cover;
}

.re-design-body .cbaSection .cba-news-card .cba-news-right-img img{
    max-width: 920px;
}

.re-design-body .cbaSection  .cba-news-right .swiper-section{
    width: 100%;
}

.re-design-body .cbaSection  .cba-news-left .cba-news-left-more a{
    color: #000;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.re-design-body .cbaSection  .cba-news-left .cba-news-left-more a img{
    width: 1.215vw;
    height: 1.736vw;
    object-fit: cover;
    margin-left: 0.5vw;
}

.re-design-body .cbaSection .cba-news .cba-news-left .cba-news-left-title{
    font-size: 48px;
    font-weight: 700;
}

.re-design-body .cbaSection .cba-news-card  .cba-news-right-text{
    color: #000;
    padding: 25px 50px;
}

.re-design-body .cbaSection .cba-news-card  .cba-news-right-text .cba-news-right-title{
    font-size: 24px;
    font-weight: 600;
}

.re-design-body .cbaSection .cba-news-card  .cba-news-right-text .cba-news-right-content{
    font-size: 18px;
    height: 26px;
}

/*videos swiper */
.re-design-body .cbaSection .cba-video{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.re-design-body .cbaSection .cba-video .cba-video-left{
    position: relative;
    max-width: 920px;
}

.re-design-body .cbaSection .cba-video .cba-video-right{
    width: calc(100% - 920px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.re-design-body .cbaSection .cba-video .cba-video-right-mb{
    display: none;
}

.re-design-body .cbaSection .cba-video .cba-video-right .cba-video-right-title{
    font-size: 48px;
    font-weight: 700;
}

.re-design-body .cbaSection .cba-video-card img{
   max-width: 920px; 
}


.re-design-body .cbaSection  .cba-video-left .swiper-section{
    width: 100%;
}

.re-design-body .cbaSection .cba-video-left .common-btn-prev,
.re-design-body .cbaSection .cba-video-left .common-btn-next{
    top: 50%;
}

.re-design-body .cbaSection  .cba-video-right .cba-video-right-more a{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: end;
}

.re-design-body .cbaSection  .cba-video-right .cba-video-right-more a img{
    width: 1.215vw;
    height: 1.736vw;
    object-fit: cover;
    margin-left: 0.5vw;
}

.re-design-body .cbaSection  .cba-video-left .cba-video-card img.paly-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    cursor: pointer;
}

.re-design-body .KV_story img{
    max-width: unset;
}

.re-design-body .cbaSection .cba-intro h2{
    padding-bottom: 20px;
}

@media (min-width: 1367px) {
    .re-design-body  .cbaSection{
        max-width: 1363px;
       
    }
}

@media (min-width: 1181px) and (max-width: 1366px) {
    .re-design-body  .cbaSection{
        max-width: 1180px;
    }

     .re-design-body .cbaSection .cba-video .cba-video-left{
       max-width: 800px;
    }

    .re-design-body .cbaSection .cba-news .cba-news-left{
        width: calc(100% - 800px);  
    }

    .re-design-body .cbaSection .cba-news .cba-news-right{
        max-width: 800px;
    }

    .re-design-body .cbaSection .cba-news-card .cba-news-right-img img{
        max-width: 800px;
    }

    .re-design-body .cbaSection .cba-video .cba-video-left{
       max-width: 800px;
    }

    .re-design-body .cbaSection .cba-video .cba-video-right{
        width: calc(100% - 800px);
      
    }

    .re-design-body .cbaSection .cba-video-card img{
        max-width: 800px; 
    }

}

@media (min-width: 1025px) and (max-width: 1180px) {
    .re-design-body  .cbaSection{
        max-width: 980px;
    }

    .re-design-body .cbaSection .cba-video .cba-video-left{
       max-width: 700px;
    }

    .re-design-body .cbaSection .cba-news .cba-news-left{
        width: calc(100% - 700px);  
    }

    .re-design-body .cbaSection .cba-news-card .cba-news-right-img img{
        max-width: 700px;
    }

    .re-design-body .cbaSection .cba-news .cba-news-right{
        max-width: 700px;
    }

    .re-design-body .cbaSection .cba-video .cba-video-left{
       max-width: 700px;
    }


    .re-design-body .cbaSection .cba-video .cba-video-right{
        width: calc(100% - 700px);
      
    }

    .re-design-body .cbaSection .cba-video-card img{
        max-width: 700px; 
    }

}

@media  (max-width: 1023.9px) {
    .re-design-body .KV_story img{
        height: 56.1vw;
    }

    .re-design-body .KV_story .cba-new-pc{
        display: none;
    }

    .re-design-body .KV_story .cba-new-mb{
        display: block;
    }

    .re-design-body .cbaSection .cba-intro h2{
         font-size: 3.5vw;
         padding-bottom: 3vw;
    }

    .re-design-body .cbaSection .cba-intro p{
        font-size: 2.727vw;
        padding-bottom: 3vw;
    }

    .re-design-body .cbaSection{
        display: flex;
        flex-wrap: wrap;
        margin-top: 4vw;
        padding: 0 2vw;
    }

    .re-design-body .cbaSection .cba-intro{
        margin: 3vw 0;
    }
    /*news*/
    .re-design-body .cbaSection .cba-news{
        flex-direction: column;
        width: 100%;
        margin-bottom: 6vw;
    }

    .re-design-body .cbaSection .cba-news .cba-news-left{
        display: none;
    }

    .re-design-body .cbaSection .cba-news .cba-news-left-mb{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 2vw;
    }

    .re-design-body .cbaSection  .cba-news-left-mb .cba-news-left-more a{
        color: #000;
        display: flex;
        align-items: center;
        font-size: 2.727vw;
    }

    .re-design-body .cbaSection  .cba-news-left-mb .cba-news-left-more a img{
       
        object-fit: cover;
        margin-left: 0.5vw;
        width: 4.772vw;
        height: 6.136vw;
    }

    .re-design-body .cbaSection .cba-news .cba-news-left-mb .cba-news-left-title{
        font-size: 3.661vw;
        font-weight: 700;
    }

    .re-design-body .cbaSection .cba-news .cba-news-left-mb  .cba-news-left-more {
        align-items: end;
        display: flex;
        padding-bottom: 1vw;
    }

    .re-design-body .cbaSection .cba-news-card .cba-news-right-img img{
        max-width: unset;
        width: 100%;
    }

    .re-design-body .cbaSection .cba-news .cba-news-right{
        max-width: unset;
        width: 100%;
    }

    .re-design-body .cbaSection .cba-news-card  .cba-news-right-text{
        padding: 1.5vw 3vw;
    }

    .re-design-body  .cba-news-right-more{
        bottom: 1vw;
        width: 16vw;
        height: 4vw;
        font-size: 2vw;
    }

    .re-design-body .cbaSection .cba-news-card .cba-news-right-text .cba-news-right-title{
        font-size: 2.954vw;
    }
    /*video*/

    .re-design-body .cbaSection .cba-video{
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 2vw;
    }

    .re-design-body .cbaSection .cba-video .cba-video-right{
        display: none;
    }

    .re-design-body .cbaSection .cba-video .cba-video-right-mb{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 2vw;
    }

    .re-design-body .cbaSection .cba-video .cba-video-right-mb .cba-video-right-title{
        font-size: 3.661vw;
        font-weight: 700;
    }

    .re-design-body .cbaSection  .cba-video-right-mb .cba-video-right-more a{
        color: #000;
        display: flex;
        align-items: center;
        justify-content: end;
        font-size: 2.727vw;
    }

    .re-design-body .cbaSection  .cba-video-right-mb .cba-video-right-more a img{
        width: 4.772vw;
        height: 6.136vw;
        object-fit: cover;
        margin-left: 0.5vw;
    }

    .re-design-body .cbaSection .cba-video .cba-video-right-mb  .cba-video-right-more{
        align-items: end;
        display: flex;
         padding-bottom: 1vw;
    }


    .re-design-body .cbaSection .cba-video .cba-video-left{
        max-width: unset;
        width: 100%;
    }

    .re-design-body .cbaSection .cba-video-card img{
        max-width: unset;
        width: 100%;
    }

    .re-design-body .cbaSection .common-btn-prev,
    .re-design-body .cbaSection .common-btn-next{
        display: none;
    }

    .re-design-body .cbaSection .swiper-pagination{
        display: block;
    }

    .re-design-body .cbaSection .cba-news .swiper-pagination{
        bottom: 18vw;
    }
}