@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        /* opacity: 1; */
    }

    to {
        /* opacity: 0; */
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        /* opacity: 1; */
    }

    to {
        /* opacity: 0; */
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("//www.news.cn/info/rdzt/czwwlt/images/cover.png") center 0 no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.topic1 {
    position: absolute;
    width: 1102px;
    height: 794px;
    left: 50%;
    margin-left: -551px;
    top: 50px;
    background: url("//www.news.cn/info/rdzt/czwwlt/images/cover01.png") center 0 no-repeat;
    background-size: 100% 100%;
}

.topic2 {
    position: absolute;
    width: 1250px;
    height: 63px;
    left: 50%;
    margin-left: -625px;
    top: 790px;
    background: url("//www.news.cn/info/rdzt/czwwlt/images/cover02.png") center 0 no-repeat;
    background-size: 100% 100%;
}

html {
    min-width: 1200px;
}

/*头部*/
.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 650px;
    background: url("//www.news.cn/info/rdzt/czwwlt/images/banner.jpg") no-repeat 50% 0;
}

.nav_box {
    width: 100%;
    height: 96px;
    background: url("//www.news.cn/info/rdzt/czwwlt/images/nav_bg.png") no-repeat 50% 0;
    margin-top: -7px;
}

.nav_list {
    width: 1200px;
    height: 96px;
    margin: 0 auto;
    list-style: none;
}

.nav_list li {
    float: left;
    font-size: 23px;
    color: #fff;
    line-height: 96px;
    margin-left: 120px;
}

.nav_list li a {
    color: #fff;
}

/*聚焦区*/
.part1_bg {
    width: 100%;
    height: auto;
    background: url("//www.news.cn/info/rdzt/2023ylblh/images/20230505ylblh_conBg01_v1.jpg") 50% 0 no-repeat;
    overflow: hidden;
}

.dtt {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px dotted #8aacc6;
    padding-bottom: 20px;
}

.dtt .tit {
    width: 1200px;
    font-size: 36px;
    color: #305798;
    font-weight: bold;
    overflow: hidden;
    line-height: 47px;
    margin-top: 45px;
    text-align: center;
}

.dtt .tit a {
    color: #305798;
    font-weight: bold;
}

.dtt .txt {
    width: 1200px;
    font-size: 16px;
    color: #333;
    /* height: 24px; */
    overflow: hidden;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
    text-indent: 2em;
}

.dtt .txt a {
    color: #333;
}

.jj_left {
    float: left;
    width: 700px;
    height: 394px;
    margin-top: 30px;
    overflow: hidden;
}

.part1-left {
    width: 700px;
    height: 394px;
    position: relative;
    float: left;
}

.part1-left .arrow-left {
    background: url(//www.xinhuanet.com/politics/xhstjh/image/left.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 56px;
    z-index: 2;
    display: none;
}

.part1-left .arrow-right {
    background: url(//www.xinhuanet.com/politics/xhstjh/image/right.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 56px;
    z-index: 2;
    display: none;
}

.part1-left:hover .arrow-left,
.part1-left:hover .arrow-right {
    display: block;
}

.part1-left .swiper-container {
    width: 700px;
    height: 394px;
}

.swiper-slide {
    position: relative;
}

.part1-left .swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    z-index: 2;
}

.part1-left .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 3px;
    cursor: pointer;
}

.part1-left .swiper-pagination-bullet-active {
    background: #007aff;
}

.part1-left .picTitle {
    position: relative;
    width: 100%;
    height: 394px;
    overflow: hidden;
}

.part1-left .picTitle .img img {
    width: 100%;
    height: auto;
    display: block;
}

.part1-left .picTitle .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: url(//www.xinhuanet.com/politics/xhstjh/image/gray1.png) top left repeat-x;
    z-index: 0;
}

.part1-left .picTitle .name {
    bottom: 40px;
    color: #fff;
    /*	height: 90px;*/
    left: 0;
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    position: absolute;
    text-indent: 1em;
    text-align: center;
    width: 100%;
    z-index: 11;
}

.part1-left .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

/* .part1-left .picTitle .name a:hover { text-decoration: underline; } */
/*chooseBox*/
.icon {
    display: inline-block;
    vertical-align: middle;
    background: url("//www.news.cn/2015/img2015/icon_all.png") no-repeat;
    overflow: hidden;
}

.iconDownArrowWhite {
    width: 14px;
    height: 14px;
    background-position: -19px -45px;
}

.chooseBox-enter {
    position: absolute;
    z-index: 2;
    font-size: 14px;
    font-family: "微软雅黑";
    right: 30px;
    top: 10px;
    color: #fff;
    width: 95px;
    text-align: center;
}

.chooseBox-enter a {
    color: #fb964c;
    font-family: "微软雅黑";
    font-size: 14px;
}

.chooseBox-language {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 40px;
    width: 95px;
    overflow: hidden;
    height: 20px;
    margin-left: 556px;
}

.chooseBox-language ul {
    z-index: 2;
    position: relative;
}

.chooseBox-language li {
    height: 20px;
    line-height: 19px;
    position: relative;
    color: #6ac6f0;
    text-align: left;
    padding-left: 12px;
}

.chooseBox-language li a {
    color: #fff;
    font-size: 12px;
    font-family: Arial;
}

.chooseBox-language-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #142751;
    opacity: 0.2;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    z-index: 1;
}

.chooseBox-icon {
    position: absolute;
    right: 5px;
    top: 3px;
}


.jj_right {
    float: right;
    width: 460px;
    height: 425px;
    overflow: hidden;
}

.jj_list li {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
    padding-top: 18px;
    margin-top: 18px;
}
.jj_list li + li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #004d86;
    border-radius: 100%;
    position: absolute;
    top: 27px;
    left: 0;
}
.jj_list li a {
    color: #305dbd;
}

.jj_list li:first-child {
    font-weight: bolder;
    color: #305dbd;
    font-size: 22px;
}

.jj_list li:first-child a {
    color: #305dbd;
}
.jj_list li+li {
    border-top: 1px dashed #8aacc6;
}
.part_ybgd {
    width: 1200px;
    margin: 40px auto 0;
    overflow: hidden;
}

.part_ybgd li {
    width: 48%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.part_ybgd li+li {
    float: right;
}

.part_ybgd li img {
    width: 260px;
    height: 146px;
}

.part_ybgd li .tit {
    box-sizing: border-box;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
}

.part_ybgd li:hover {
    background: rgb(0, 124, 247);
    background: -moz-linear-gradient(-45deg, rgba(0, 124, 247, 1) 0%, rgba(0, 68, 175, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 124, 247, 1) 0%, rgba(0, 68, 175, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 124, 247, 1) 0%, rgba(0, 68, 175, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007cf7', endColorstr='#0044af', GradientType=1);

}

.part_ybgd li:hover .tit {
    color: #fff;
}

.part_ybgd li:hover .tit a {
    color: #fff;
}

.dh_lm {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 34px;
    margin-bottom: 30px;
    overflow: hidden;
}

.jbfc_list {
    width: 100%;
    height: 410px;
    list-style: none;
}

.jbfc_list li {
    float: left;
    width: 267px;
    height: 410px;
    background: url("//www.news.cn/info/rdzt/czwwlt/images/jbfc_bg.jpg") no-repeat;
}

.jbfc_list li+li {
    margin-left: 20px;
}

.jbfc_list li .img {
    width: 232px;
    height: 276px;
    margin: 0 auto;
}

.jbfc_list li .img img {
    width: 232px;
    height: 276px;
    border-top-left-radius: 5em 5.5em;
    border-bottom-right-radius: 5em 5.5em;
}

.jbfc_list li .text {
    width: 222px;
    height: 100px;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;
}

.jbfc_list li .text h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.jbfc_list li .text h2 a {
    font-size: 24px;
    color: #fff;
}

.jbfc_list li .text p {
    font-size: 16px;
    color: #a7d1ff;
    line-height: 25px;
    margin-top: 12px;
}

.part03_content {
    width: 1200px;
    margin: 40px auto 0;
    position: relative;
    padding-bottom: 55px;
}

.part03_content .swiper-container {
    padding: 0px 0;
    width: 1200px;
    margin: 0 auto;
    /* height: 500px; */
}

.part03_content .swiper-slide {
    width: 960px;
    height: auto;
    overflow: hidden;
}

.part03_content .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    font-weight: bolder;
}

.part03_content .swiper-slide .tit a {
    color: #fff;
}

.part03_content .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.part03_content .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.part03_content .swiper-slide-active:after {
    display: none;
}

.part03_content .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.part03_content .swiper-button-prev {
    width: 28px;
    height: 48px;
    background: url("//www.news.cn/politics/jxdqjhjzjhgs/images/20200907_hjz_jzfcAn_v1.png") 0 0 no-repeat;
    right: auto;
    left: -50px;
}

.part03_content .swiper-button-prev:hover {
    opacity: 0.6;
}

.part03_content .swiper-button-next {
    width: 28px;
    height: 48px;
    background: url("//www.news.cn/politics/jxdqjhjzjhgs/images/20200907_hjz_jzfcAn_v1.png") 100% 100% no-repeat;
    left: auto;
    right: -50px;
}

.part03_content .swiper-button-next:hover {
    opacity: 0.6;
}

.foot {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background: #114198;
}
