@charset "UTF-8";
/**
* 学习贯彻二十届四中全会精神
*/
body {
    min-width: 1200px;
    background: -webkit-linear-gradient(top, #ffe7b3 600px, #fff, #fff);
    background: -moz-linear-gradient(top, #ffe7b3 600px, #fff, #fff);
    background: -o-linear-gradient(top, #ffe7b3 600px, #fff, #fff);
    background: linear-gradient(to bottom, #ffe7b3 600px, #fff, #fff);
}

/* 更多按钮 */
.con-more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 2px 23px 0 25px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    background: #dba570;
    border-radius: 25px;
}
.con-more:hover {
    font-weight: bold;
}

/* 头部 */
.xxgc-header {
    margin-bottom: 50px;
    min-height: 524px;
    background: url(/statics/jgdj/images/specials/xxgcers/header-bg.png) no-repeat center 100%;
}
.xxgc-header #logo {
    position: absolute;
    left: 136px;
    top: 45px;
}

.swiper-box {
    position: relative;
    margin-bottom: 85px;
}
.swiper-box .con-more {
    bottom: -50px;
}

.yw-swiper {
    width: 770px;
    height: 500px;
}
.yw-swiper a p {
    padding: 0 1em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.yw-swiper a:hover p {
    font-weight: bold;
}

.yw-prev,
.yw-next {
    width: 52px;
    height: 52px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 250px;
}
.yw-prev::after,
.yw-next::after {
    display: none;
}
.yw-prev:hover,
.yw-next:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.yw-prev {
    background: url(/statics/jgdj/images/specials/xxgcers/prev.png);
}

.yw-next {
    background: url(/statics/jgdj/images/specials/xxgcers/next.png);
}

.yw-list {
    margin-top: 40px;
    width: 100%;
}
.yw-list li {
    padding: 22px;
    float: left;
    width: -webkit-calc((100% - 50px) / 2);
    width: -moz-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
    min-height: 119px;
    border-top: 2px solid var(--defaultHoverColor);
    background: #fffbec;
}
.yw-list li:nth-of-type(2n) {
    float: right;
}
.yw-list li:nth-of-type(-n + 2) {
    margin-bottom: 20px;
}
.yw-list li a {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: var(--defaultHoverColor);
}

.s-content {
    position: relative;
    margin-bottom: 90px;
    padding: 0 85px 0 105px;
    min-height: 510px;
    background: url(/statics/jgdj/images/specials/xxgcers/txt-bg.png) no-repeat center bottom;
}
.s-content h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 77px;
}
.s-content .s-list {
    width: 500px;
}
.s-content .s-list li {
    height: 50px;
    line-height: 50px;
    list-style-type: square;
}
.s-content .s-swiper {
    width: 455px;
    height: 300px;
}
.s-content .s-swiper p {
    height: 36px;
    color: #fff;
    text-align: center;
    padding: 0 5em 0 1em;
    line-height: 2;
}
.s-content .s-swiper .s-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0.5em;
    bottom: 0;
    left: auto;
    top: auto;
    height: 36px;
    line-height: 36px;
}
.s-content .s-swiper .s-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.s-content .s-swiper .s-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--defaultHoverColor);
}
.s-content .con-more {
    bottom: -55px;
    right: 1em;
}

/* 州市动态 */
.z-content {
    position: relative;
    margin-bottom: 65px;
}
.z-content h2 {
    margin-bottom: 30px;
    text-align: center;
}
.z-content ul li {
    float: left;
    width: -webkit-calc((100% - 77px) / 2);
    width: -moz-calc((100% - 77px) / 2);
    width: calc((100% - 77px) / 2);
    border-bottom: 1px dashed #eb6c2d;
    height: 70px;
    line-height: 70px;
    list-style-type: square;
}
.z-content ul li a {
    line-height: 70px;
}
.z-content ul li:nth-of-type(2n) {
    float: right;
}
.z-content ul li:nth-last-of-type(-n + 2) {
    border-bottom: none;
}
.z-content .con-more {
    bottom: -40px;
}
/* 2025-11-11 */
.xxgc-banner {
    padding-top: 20px;
    margin-bottom: 80px;
}
.xxgc-banner a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.xxgc-banner a:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
