.layer-outer {
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    width: 100%;
}

.layer-content {
    width: 1280px;
    margin: 0 auto;
}

.layer-jj {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.layer-jj-left {
    width: 620px;
}
#jjSwiper {
    position: relative;
}

.jj-desc {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
}

#jjSwiper .swiper-pagination {
    width: 45%;
    left: 65%;
    bottom: 14px;
}

#jjSwiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
}

#jjSwiper .swiper-pagination-bullet-active {
    width: 30px;
    height: 13px;
    border-radius: 10px;
}
#jjSwiper img {
    width: 100%;
    height: auto;
}

.layer-jj-right {
    width: 620px;
}

.jj-right-card-title {
    display: flex;
    justify-content: space-between;
}

.jj-title {
    font-size: 35px;
    font-weight: bold;
    color: #2663af;
}

.jj-more {
    color: #2663af;
    font-size: 18px;
}

.jj-card-list {
    margin-top: 30px;
}

.jj-card-list li {
    margin: 35px 0px;
}

.jj-card-list li a {
    color: #0f0f0f;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.layer-wyjp {
    margin-top: 50px;
}

.whjp-title img {
    width: 100%;
    height: auto;
}

.whjp-content {
    /* display: flex;
    justify-content: space-between;
    margin-top: 50px; */
    position: relative;
}

.layer-bg {
    width: 87.5%;
    background-color: #ecf8fa;
}

.whjp-left {
    width: 595px;
    margin-top: 60px;
    position: relative;
}

.whjp-more {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.whjp-more a {
    color: #2663af;
    font-size: 18px;
}

.whjp-right {
    width: 665px;
    position: absolute;
    top: -30px;
    right: 0px;
}

.jp-desc {
    width: 100%;
    position: absolute;
    bottom: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.whjp-right .swiper-pagination {
    bottom: 0px;
    left: 220px;
    bottom: -30px;
}

.whjp-right .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-left: 15px;
}

.whjp-right img {
    width: 100%;
    height: auto;
}

.whjp-list {
    padding: 30px;
}

.whjp-list li {
    padding: 20px 0px;
    border-bottom: 1px solid #c8ddf7;
}

.whjp-list li div a {
    font-size: 18px;
    color: #0f0f0f;
}

.whjp-list li h3 a {
    font-size: 18px;
    color: #0f0f0f;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whjp-list li p {
    margin-top: 10px;
    font-size: 16px;
    color: #828280;
    line-height: 32px;
}

.layer-whgg {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.whgg-left {
    width: 615px;
}

.whgg-left img {
    width: 100%;
    height: auto;
}
.whgg-right {
    width: 625px;
}

.whgg-title-cont {
    display: flex;
    justify-content: space-between;
}

.whgg-title {
    font-size: 35px;
    color: #2663af;
    font-weight: Bold;
}

.whgg-more a {
    color: #2663af;
    font-size: 18px;
}

.whgg-list {
    margin-top: 20px;
}

.whgg-list li {
    padding: 20px 10px;
    border-bottom: 1px solid #d8d8d8;
}

.whgg-list li a {
    color: #0f0f0f;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        padding: 0px 10px;
    }
    .layer-content {
        width: 100%;
    }

    .layer-jj {
        display: block;
    }

    .layer-jj-left {
        width: 100%;
    }

    .layer-jj-right {
        width: 100%;
        margin-top: 20px;
    }

    .whjp-content {
        display: block;
        margin-top: 10px;
    }

    .whjp-left {
        width: 100%;
    }

    .whjp-right {
        width: 100%;
        position: relative;
        top: 0px;
    }

    .whgg-left {
        width: 100%;
    }

    .layer-whgg {
        display: block;
    }

    .whgg-right {
        width: 100%;
        margin-top: 20px;
    }

    .layer-wyjp {
        margin-top: 20px;
    }
    .whjp-list {
        padding: 5px;
    }

    .whjp-list li {
        padding: 10px 0;
    }

    .layer-bg {
        width: 100%;
    }

    .whjp-right .swiper-pagination {
        left: 30%;
        bottom: -20px;
    }

    .whjp-right .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}
