@charset "UTF-8";
body {
    min-width: 1280px;
    background: -webkit-linear-gradient(bottom, #ffdacc, #fff 30%, #fff);
    background: -moz-linear-gradient(bottom, #ffdacc, #fff 30%, #fff);
    background: -o-linear-gradient(bottom, #ffdacc, #fff 30%, #fff);
    background: linear-gradient(0deg, #ffdacc, #fff 30%, #fff);
}

.list-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.container h2 {
    width: 100%;
    text-align: center;
}

.empty {
    height: 84px;
}

/* 头部 */
.header-container {
    min-height: 1062px;
    background: url(/statics/yntdi/images/special/zqxxgn/top-bg.png) no-repeat top center/cover;
}

/*内容区域 */
.content-container {
    position: relative;
    margin: -526px auto 0;
    padding: 45px 40px 100px;
    width: 1280px;
    max-width: 1280px;
    background: #fff;
    box-shadow: 5px 5px 18px rgba(133, 133, 133, 0.4);
    z-index: 999;
}

/* 中央精神 */
.zyjs-swiper {
    width: 700px;
    height: 425px;
}
.zyjs-swiper p {
    color: #fff;
    padding: 0 8em 0 1em;
    height: 40px;
    line-height: 40px;
}
.zyjs-swiper .zyjs-pagination {
    height: 40px;
    line-height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0.5em;
    left: auto;
    bottom: 0;
    top: auto;
}
.zyjs-swiper .zyjs-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.zyjs-swiper .zyjs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #cb0005;
}

.zyjs-list {
    padding: 0 10px 0 15px;
    width: 500px;
    height: 425px;
    background: -webkit-linear-gradient(125deg, #ff714f, #fd100b);
    background: -moz-linear-gradient(125deg, #ff714f, #fd100b);
    background: -o-linear-gradient(125deg, #ff714f, #fd100b);
    background: linear-gradient(-35deg, #ff714f, #fd100b);
    padding-top: 30px;
}
.zyjs-list ul {
    position: relative;
    height: 100%;
}
.zyjs-list ul .list-more {
    right: 0;
    bottom: 0.5em;
    color: #fff;
}
.zyjs-list ul .list-more:hover {
    font-weight: bold;
}
.zyjs-list li {
    min-height: 110px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.zyjs-list li a {
    color: #fff;
}
.zyjs-list li a:hover {
    font-weight: bold;
}
.zyjs-list li h5 {
    font-size: 20px;
    font-weight: bold;
}
.zyjs-list li p {
    font-size: 16px;
}

/* 省内要闻 */
.snyw-main h2 {
    margin: 40px 0;
}
.snyw-main ul {
    padding: 75px 50px 0;
    width: 100%;
    height: 497px;
    background: url(/statics/yntdi/images/special/zqxxgn/ul-bg.png) no-repeat top left/cover;
}
.snyw-main ul li {
    padding: 25px 60px 0;
    float: left;
    width: 542px;
    height: 145px;
    background: url(/statics/yntdi/images/special/zqxxgn/li-bg.png) no-repeat;
}
.snyw-main ul li:nth-of-type(2n) {
    float: right;
}
.snyw-main ul li:nth-of-type(-n + 2) {
    margin-bottom: 62px;
}
.snyw-main ul li h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 学习贯彻 */
.xxgc-main h2 {
    margin: 80px 0;
}
.xxgc-main ul {
    position: relative;
    padding: 0 17px;
}
.xxgc-main ul li {
    position: relative;
    float: left;
    padding: 0 80px 0 100px;
    width: 550px;
    height: 78px;
    border: 1px solid #e25041;
}
.xxgc-main ul li::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 50%;
    width: 43px;
    height: 50px;
    background: url(/statics/yntdi/images/special/zqxxgn/li-icon.png) no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xxgc-main ul li:nth-of-type(2n) {
    float: right;
}
.xxgc-main ul li:nth-of-type(-n + 2) {
    margin-bottom: 25px;
}
.xxgc-main ul li a {
    height: 78px;
    line-height: 78px;
}
.xxgc-main ul .list-more {
    right: 1em;
    bottom: -3em;
    font-size: 12px;
    font-size: 12px;
    color: #c70004;
}
.xxgc-main ul .list-more:hover {
    font-weight: bold;
}
