.body {
    background-color: #fff;
}

.layer-container {
    max-width: 1920px;
    width: 100%;
    margin: 40px auto 0px;
}

.layer1-content {
    width: 1280px;
    margin: 0 auto;
}
.big-img {
    width: 100%;
    background-color: #0d66b3;
    margin: 0 auto;
}

#bigImgSw {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#bigImgSw .swiper-slide img {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}

#bigImgSw .swiper-button-next {
    background-image: url("/statics/ynxcwv2/images/xcdt/right.png");
    width: 26px;
    height: 34px;
    background-size: 26px 34px;
    right: 45px;
    top: 96%;
}

#bigImgSw .swiper-button-prev {
    background-image: url("/statics/ynxcwv2/images/xcdt/left.png");
    width: 26px;
    height: 34px;
    background-size: 26px 34px;
    left: 45px;
    top: 96%;
}

#bigImgSw .swiper-pagination {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    left: -500px;
    bottom: 20px;
}

#bigImgSw .swiper-slide {
    position: relative;
}
#bigImgSw .swiper-title {
    width: 100%;
    position: absolute;
    z-index: 10;
    font-size: 22px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    height: 80px;
    line-height: 80px;
    bottom: 0;
}

/* 专题 */
.xxsk-topic h3 {
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 30px;
    font-weight: bold;
    color: #1492ff;
}

.topic-list li {
    float: left;
    margin-right: 3.5%;
    width: 22.2%;
}

.topic-list li img {
    width: 100%;
}

.topic-list li:last-child {
    margin-right: 0;
}

.topic-list li .topic-title {
    width: 100%;
    background-color: #f9fafb;
    color: #3f3f3f;
    font-size: 18px;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

/*最新动态 */
.layer-zxdt {
    max-width: 1920px;
    width: 100%;
    background: url("/statics/ynxcwv2/images/xxsk/zxdt_bag.png") no-repeat left top;
    margin: 0 auto;
    padding-bottom: 50px;
    background-size: 100% 100%;
}
.zzxdt-container {
    width: 1280px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 50px;
}

.zxdt-title {
    font-size: 30px;
    font-weight: bold;
    color: #1492ff;
    padding: 35px 0px;
}

.zxdt-list li {
    background: url("/statics/ynxcwv2/images/xxsk/dian.png") no-repeat left center;
    width: 95%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 35px;
    padding-left: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.zxdt-list li a {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zxdt-list li span {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #999999;
}

/* 手机端适配 */
@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
    }
    .layer-container {
        margin: 10px auto 0px;
    }

    .layer-container {
        width: 100%;
    }

    .layer1-content {
        width: 100%;
    }

    .layer-zxdt {
        width: 100%;
        padding-bottom: 0;
    }

    .zzxdt-container {
        width: 100%;
        padding: 10px;
    }

    #bigImgSw .swiper-slide img {
        width: 100%;
    }

    #bigImgSw .swiper-title {
        font-size: 14px;
    }

    .topic-list li .topic-title {
        /* font-size: 8px;
        height: 20px;
        line-height: 20px; */
    }

    .zxdt-list li {
        width: 100%;
        margin-left: 0;
        /* background: none; */
        padding-left: 10px;
        padding-right: 10px;
    }

    .zxdt-list li span {
        display: none;
    }

    .topic-list li {
        float: none;
        width: 100%;
        padding: 10px;
    }
    #bigImgSw .swiper-title {
        height: 35px;
        line-height: 35px;
    }

    .xxsk-topic h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .zxdt-title {
        padding: 15px;
    }
    .zxdt-list li a {
        padding-left: 5px;
    }

    #bigImgSw .swiper-button-next {
        display: none;
    }

    #bigImgSw .swiper-button-prev {
        display: none;
    }
}
