* {
    box-sizing: border-box;
}

.page-banner img,
.page-bg img {
    width: 100%;
    display: block;
    /* height: 820px; */
}

.page-bg {
    position: relative;
    z-index: 1;
}

.page-wrap {
    width: 100%;
    background: url("../images/zybxgd/page_bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 70px;
}

.page-container {
    width: 1200px;
    margin: 0 auto;
}

.title-container {
    width: 100%;
    position: relative;
}

.title-container img {
    width: 1200px;
    display: block;
}

.title-container a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 2.5%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #b17823;
}

.link-nav {
    width: 100%;
    height: 60px;
    background: fixed;
    /* margin-top: -4px; */
    /* background: url("../images/esjszqh/daohang.png") no-repeat; */
    background-color: #C40109;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-nav a {
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    /* color: #ffe093; */
    color: white;
    position: relative;
}

.link-nav a:nth-child(1) {
    background-color: #FF8A00;
}


.link-nav a:hover {
    -webkit-animation: zoom 0.5s linear;
    -moz-animation: zoom 0.5s linear;
    -o-animation: zoom 0.5s linear;
    -ms-animation: zoom 0.5s linear;
    animation: zoom 0.5s linear;
}

@keyframes zoom {
    0% {
        font-size: 18px;
    }

    50% {
        font-size: 22px;
    }

    100% {
        font-size: 18px;
    }
}

/* .link-nav a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #ffe093;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.link-nav a:last-child:after {
    display: none;
} */

.bza {
    width: 100%;
    height: 230px;
    background-color: #f9e1c2;
}

.bza .center-div {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.bza .center-div img {}

.bza .text-info {
    width: 1080px;
    /* height: 138px; */
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #bb0102;
    line-height: 40px;
    text-indent: 2em;
    /* background-color: #f9e1c2; */
}

/* .bza:before {
    content: '';
    display: block;
    width: 50px;
    height: 164px;
    background: url('../images/djxxjy/bza_text.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
} */

/* 中央精神 start */
.zyjs-container {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 70px;
}

.cont-swiper {
    width: 600px;
    height: 400px;
    float: right;
    display: inline-block;
}

.cont-swiper .swiper-wrapper {
    position: relative;
}

.cont-swiper .swiper-wrapper img {
    width: 600px;
    height: 400px;
    display: block;
}

.cont-swiper .swiper-container {
    position: relative;
}

.cont-swiper .swiper-button-next img,
.cont-swiper .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.swiper-container.swiper-hot-top {
    margin-top: 22px;
}

.swiper-container.swiper-hot-top a {
    width: 100%;
    height: 100px;
    display: block;
}

.cont-news {
    width: 543px;
    margin-left: 20px;
    padding-top: 14px;
    height: 400px;
    /* background: url("../images/djxxjy/zyjs_bg.png") no-repeat; */
    background-size: 100% 100%;
    display: inline-block;
    box-sizing: border-box;
}


.news-list ul li {
    background: url("../images/zybxgd/yuanquan.png") no-repeat 0px 10px;
    background-size: 12px 12px;
    position: relative;
    height: 79px;
    display: flex;
    padding-left: 26px;
    /* border-bottom: 0.39px dashed #8c8c8c; */
    align-items: center;
}



.news-list ul li:last-child {
    border-bottom: 0 none;
}

.news-list ul li a {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    height: 100%;
    color: #fff;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #333333;
    width: 100%;
    text-align: left;
    /* border-bottom: 1px dashed #8c8c8c; */
}

/* 中央精神 end */
/* 权威解读 start */
.qwjd-container {
    width: 100%;
    height: 517px;
    background: url('../images/zybxgd/qwjd_bg.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    /* background: #ffffff; */
    /* border: 2px solid #e34321; */
    /* border-radius: 20px; */
    margin-top: 38px;
    margin-bottom: 56px;
    display: flex;
}

.qwjd-container .left-div {
    width: 600px;
    padding: 60px 55px;
}

.qwjd-container .top-div,
.bottom-div {
    height: 185px;
    display: flex;
}

.qwjd-container .top-div {
    border-bottom: 1px dashed #b5b5b5;
}

.qwjd-container .bottom-div {
    margin-top: 30px;
}


.qwjd-container .left-div .title {
    width: 260px;
    font-size: 18px;
    margin-left: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #bb0102;
    line-height: 34px;
}

.qwjd-container .left-div img {
    width: 220px;
    height: 150px;
}

.qwjd-container a {
    display: inline-block;
    width: 510px;
    height: 80px;
    /* border-bottom: 1px dashed #b5b5b5; */
    vertical-align: top;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 34px;
    margin: 0;
    padding-top: 20px;
}

.qwjd-container a:nth-child(2n) {
    margin-left: 68px;
}

.qwjd-container a div {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #222222;
    line-height: 26px;
}

.qwjd-container a .icon {
    flex: 0 0 auto;
    width: 40px;
    /* height: 28px; */
    /* background: url("../images/djxxjy/qwjd_icon.png") no-repeat; */
    background: url("../images/esjszqh/dian.png") no-repeat;
    background-size: 24px 15px;
    /* margin-right: 15px; */
    padding: 0;
    position: relative;
    top: 2px;

}

.qwjd-image-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.qwjd-image-container .item-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.333%;
}


.qwjd-image-container .item-image img {
    width: 380px;
    height: 220px;
}


.qwjd-image-container .item-image .title {
    margin-top: 16px;
    width: 380px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #222222;
    line-height: 26px;
}


.qwjd-right {
    width: 460px;
    margin-left: 30px;
    padding-top: 57px;
    height: 400px;
    /* background: url("../images/djxxjy/zyjs_bg.png") no-repeat; */
    background-size: 100% 100%;
    display: inline-block;
    box-sizing: border-box;
}


.qwjd-right ul li {
    background: url("../images/zybxgd/yuanquan.png") no-repeat 0px 10px;
    background-size: 14px 14px;
    position: relative;
    height: 90px;
    display: flex;
    padding-left: 26px;
    /* border-bottom: 0.39px dashed #8c8c8c; */
    align-items: center;
}



.qwjd-right ul li:last-child {
    border-bottom: 0 none;
}

.qwjd-right ul li a {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    height: 100%;
    color: #fff;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #222222;
    width: 100%;
    text-align: left;
    /* border-bottom: 1px dashed #8c8c8c; */
}



/* 权威解读 end */
/* 工作部署 start */
.gzbs-container {
    width: 100%;
    height: 400px;
    /* background: linear-gradient(180deg, #f87751 0%, #fc3f01 99%); */
    margin-top: 54px;
    position: relative;
    display: flex;
    margin-bottom: 70px;
}

.gzbs-container .left-image {
    display: flex;
    align-items: center;
}


.gzbs-container .left-image img {
    width: 600px;
    height: 400px;
}

.right-view {
    width: 600px;
    height: 400px;
    background: #ffffff;
}

.right-view .item-view {
    background: url("../images/zybxgd/gzbs_other.png") no-repeat;
    background-size: 555px 100px;
    width: 556px;
    margin-top: 24px;
    height: 100px;
    margin-left: 20px;
    padding: 15px 35px 15px 50px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 34px;
}

.right-view .item-view:first-child {
    background: url("../images/zybxgd/gzbs_one.png") no-repeat;
    background-size: 555px 100px;
}

.gzbs-wrap {
    width: 1152px;
    height: 553px;
    background: #ffffff;
    position: absolute;
    left: 24px;
    top: -40px;
    display: flex;
    justify-content: space-between;
    padding: 34px 30px;
}

.gzbs-wrap a {
    display: block;
    width: 344px;
    height: 476px;
    background: url("../images/djxxjy/gzbs_item_bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.gzbs-wrap a img {
    width: 344px;
    height: 264px;
    display: block;
}

.gzbs-wrap a .text {
    display: block;
    padding: 0 38px;
    margin-top: 22px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 34px;
}

.gzbs-wrap a .btn {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    width: 154px;
    height: 48px;
    background: #d52e2e;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #ffffff;
    line-height: 48px;
}

/* 工作部署 end */

/* 学习动态start */
/* .xxdt-container {
    height: 674px;
    background: linear-gradient(180deg, #e23418 39%, #fff9e7 98%);
    margin-top: 27px;
    padding-top: 49px;
} */

.xxdt-container {
    width: 100%;
    height: 621px;
    /* background-size: 100% 100%; */
    /* padding-top: 20px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* background: #ffffff; */
    /* border: 2px solid #e34321; */
    border-radius: 20px;
    margin-top: 34px;
    width: 100%;
    display: flex;
    background: url('../images/zybxgd/xxdt_list_bg.png') no-repeat;
    background-size: 100% 100%;
}

.xxdt-left,
.xxdt-right {
    height: 100%;
    width: 50%;
    padding: 40px 50px;
}

.xxdt-container .item-view .title {
    /* height: 52px; */
    width: 455px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 34px;
}

.xxdt-container .item-view {
    height: 120px;
    margin-top: 20px;
    border-bottom: 1px dashed #b88f46;
}

.xxdt-container .xxdt-left .item-view:last-child {
    border-bottom: none;
}

.xxdt-container .xxdt-right .item-view:last-child {
    border-bottom: none;
}

.xxdt-container .item-view .time {
    /* margin-top: 24px; */
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #b88f46;
    line-height: 47px;
}

.xxdt-container a {
    display: inline-block;
    width: 520px;
    height: 80px;
    /* border-bottom: 1px dashed #b5b5b5; */
    vertical-align: top;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 34px;
    margin: 0;
    padding-top: 20px;
}

.xxdt-container a:nth-child(2n) {
    margin-left: 68px;
}

.xxdt-container a div {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #222222;
    line-height: 26px;
}

.xxdt-container a .icon {
    flex: 0 0 auto;
    width: 40px;
    /* height: 28px; */
    /* background: url("../images/djxxjy/qwjd_icon.png") no-repeat; */
    background: url("../images/esjszqh/wjx.png") no-repeat;
    background-size: 29px 29px;
    /* margin-right: 15px; */
    padding: 0;
    position: relative;
    top: 2px;

}

.xxdt-bottom {
    height: 120px;
    width: 100%;
}


/* .xxdt-list {
    background-color: #fff;
    height: 574px;
    width: 100%;
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;

}

.xxdt-list .list-swiper {
    flex: 0 0 50%;
    height: 330px;
}

.xxdt-list .list-swiper .swiper-container {
    width: 576px;
    height: 330px;
    position: relative;
}

.xxdt-next-btn,
.xxdt-prev-btn {
    width: 28px;
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.xxdt-next-btn img,
.xxdt-prev-btn img {
    width: 100%;
    height: 100%;
}

.xxdt-next-btn {
    right: 0;
}

.xxdt-prev-btn {
    left: 0;
}

.xxdt-list .list-swiper .swiper-slide {
    width: 576px;
    height: 330px;
    position: relative;
}

.xxdt-list .list-swiper .slide-img {
    width: 576px;
    height: 330px;
    display: block;
}

.xxdt-list .list-swiper .slide-title {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.50);
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 40px;
    padding-left: 18px;
}

.xxdt-list .list-right {
    flex: 0 0 50%;
    height: 330px;
    padding: 0 24px;
}

.xxdt-list .list-right .title {
    height: 66px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #222222;
    position: relative;
}

.xxdt-list .list-right .title:after {
    content: '';
    display: block;
    width: 515px;
    height: 0px;
    border: 1px dashed #b5b5b5;
    position: absolute;
    left: 37px;
    bottom: 0;
    transform: scaleY(0.5);
}

.xxdt-list .list-right .title:nth-child(5):after {
    display: none;
}

.xxdt-list .list-right .title img {
    display: block;
    width: 18px;
    height: 16px;
    margin-right: 17px;
}

.xxdt-list .list-bottom {
    flex: 0 0 100%;
    height: 190px;
    background: linear-gradient(0deg, #ffffff 55%, #f9e1e1 98%);
    border-radius: 12px;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.xxdt-list .list-bottom .title {
    flex: 0 0 50%;
    height: 55px;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #333;
    padding: 0 24px;
}

.xxdt-list .list-bottom .title img {
    display: block;
    width: 18px;
    height: 16px;
    margin-right: 17px;
} */

/* 学习动态end */

.footer-common {
    margin-top: 0 !important;
}

#cnzz_stat_icon_1280157434 {
    display: none;
}