.banner {
    width: 100%;
    height: 405px;
    position: relative;
    overflow: hidden;
    /*border-radius: 8px;*/
}

.banner .hd {
    position: absolute;
    bottom: 25px;
    left: 810px;
    z-index: 1;
}

.banner .hd ul {
    width: fit-content;
    /*margin: 0 auto;*/
}

.banner .hd ul li {
    margin-right: 10px;
    display: inline-block;
    width: 22px;
    height: 4px;
    background: #BDCEDC;
    cursor: pointer;
    /*border-radius: 50%;*/
}

.banner .hd ul li.on {
    background: #2B64AC;
}

.banner .bd {
    position: relative;
    height: 328px;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd li a {
    display: block;
    width: var(--main-width);
    /*position: relative;*/
}

.banner .bd li a img {
    width: 780px;
    height: 405px;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.banner .c-box {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    float: right;
    width: 420px;
    height: 405px;
    background: url(../images/news_c_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
}

.c-box-m {
    width: 360px;
    margin: 0 auto;
}

.c-box-m .c-title {
    font-size: 28px;
    color: var(--main-font-color);
    line-height: 45px;
}

.c-box-m .c-time {
    font-size: var(--font-size-base);
    color: var(--main-font-color);
    line-height: 30px;
    padding: 10px 0;
}

.c-box-m .c-cnt {
    font-size: var(--font-size-lg);
    color: var(--main-font-color);
    line-height: 30px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.common-slide-news {
    width: calc(50% - 20px);
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
}

.common-slide-news .hd {
    background: none;
}

.common-slide-news .hd li.on a:after {
    width: 3px;
    height: 40%;
    bottom: 30%;
}

.common-slide-news .hd li.on a {
    padding-left: 20px;
}

.common-title .more,
.common-slide-news .hd .more {
    margin-right: 0;
}

.content {
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .common-slide-news {
        width: 100%;
        margin: 0;
    }

    .common-title .more,
    .common-slide-news .hd .more {
        display: block;
        position: relative;
        bottom: -3px;
        float: right;
        right: 0;
    }

    /*.common-title,*/
    .common-slide .hd {
        border-bottom: 1px solid #D2D2D2;;
    }

    .common-title ul,
    .common-slide .hd ul {
        width: 50%;
    }

    .banner {
        width: 90%;
        margin-left: 5%;
        /*height: 800px;*/
        height: auto;
    }

    .banner .bd {
        height: auto;
    }

    .banner .bd li a img {
        width: 100%;
        height: 180px;
    }

    .swiper-container-news {
        width: 100%;
        height: 100%;
    }

    .swiper-wrapper-news {

    }

    .swiper-slide-news {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide-news a {
        width: 100%;
    }

    .swiper-pagination-news {

    }

    .swiper-container-news > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        width: auto;
        left: auto;
        right: calc(50% - 75px);
    }

    .swiper-container-news .swiper-pagination-bullet {
        background: #BDCEDC;
        opacity: 1;
        width: 22px;
        height: 4px;
        border-radius: 0;
    }

    .swiper-container-news .swiper-pagination-bullet-active {
        background: #2B64AC;
        opacity: 1;
        width: 22px;
        height: 4px;
        border-radius: 0;
    }

    .banner .c-box {
        width: 100%;
        float: none;
        height: 320px;
        padding: 20px 0 30px 0;
    }

    .c-box-m {
        width: 90%;
        margin: 0 auto;
    }

    .c-box-m .c-title {
        font-size: 24px;
        line-height: 36px;
    }
}
