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

.sqxj-bigimg {
    width: 100%;
    margin: 0 auto;
}

.sqxj-bigimg img {
    width: 100%;
    height: auto;
}
.layer-c-bg {
    background: url(/statics/ynxcwv2/topic/images/sqxj/bg1.jpg) no-repeat center top;
    background-size: 100% 100%;
    margin-top: -2px;
}

.layer-content {
    width: 1200px;
    margin: 0 auto;
}
.jj-title {
    padding: 45px 0px;
}

.layer-jj {
    display: flex;
    justify-content: space-around;
}

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

#swiper1 .swiper-button-prev {
    background-image: url(/statics/ynxcwv2/topic/images/sqxj/s_left.png);
    left: 0;
}

#swiper1 .swiper-button-next {
    background-image: url(/statics/ynxcwv2/topic/images/sqxj/s_right.png);
    right: 0;
}
#swiper1 img {
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.sw-cont {
    position: relative;
}

.sw-desc {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: #fff;
    padding: 10px 25px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layer-jj-right {
    width: 48%;
    background-color: #ffd589;
    margin-top: 20px;
    padding: 40px;
    height: 445px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.jj-list li {
    padding-top: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #d4a970;
}

.jj-l-title a {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}

.jj-l-desc {
    font-size: 14px;
    color: #717171;
    margin-top: 20px;
    line-height: 20px;
}

.layer-cont-list {
    margin-top: 50px;
}

.list-content {
    display: flex;
    justify-content: space-between;
}
.list-content:first-child {
    border-top: 3px dotted #717171;
}
.list-left {
    width: 27%;
}

.list-right {
    width: 73%;
    padding-left: 30px;
}

.list-content {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 3px dotted #717171;
}

.list-right-title a {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}
.list-right-desc {
    font-size: 16px;
    color: #717171;
    margin-top: 20px;
    line-height: 30px;
    text-indent: 2em;
}

.list-right-time {
    font-size: 16px;
    color: #717171;
    margin-top: 20px;
    line-height: 20px;
    margin-left: 25px;
}
.list-more {
    width: 300px;
    margin: 50px auto;
    background-color: #d7d7d7;
    text-align: center;
    padding: 10px 0px;
}

.list-more a {
    font-size: 16px;
    color: #717171;
}
.list-left img {
    width: 100%;
    height: auto;
}

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

    .layer-outer {
        max-width: inherit;
        margin: 0 auto;
        min-width: auto;
        width: 100%;
    }

    .layer-content {
        width: 100%;
    }

    .layer-jj {
        display: block;
    }

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

    .layer-jj-right {
        width: 100%;
        margin-top: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 10px;
        height: auto;
    }

    .list-content {
        padding: 10px;
        display: block;
        margin-top: 20px;
    }
    .list-left {
        width: 100%;
    }

    .list-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    #swiper1 img {
        border-radius: 0px;
    }
}
