html {
    min-width: 1200px;
}

.lmt {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
    overflow: hidden;
}

.lmt img {
    margin-left: -35px;
}

/*头部*/
.banner {
    width: 100%;
    height: 540px;
    background: url(/skin/zt204/images/banner.png) no-repeat 50% 0;
}

.nav_box {
    width: 100%;
    height: 70px;
    background: #cf0307;
}

.nav_list {
    list-style: none;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.nav_list li {
    float: left;
    font-size: 20px;
    color: #ffe5bb;
    margin-top: 20px;
}

.nav_list li:hover {
    border-bottom: 3px solid #ffe5bb;
    padding-bottom: 5px;
}

.nav_list li a {
    color: #ffe5bb;
}

.nav_list li + li {
    margin-left: 42px;
}

/*聚焦区*/
/* 大头条 */
.dbt_box {
    width: 100%;
    height: auto;
    background: #fdf6e4;
    padding: 35px 0;
}

.dtt {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}

.tt_logo {
    width: 133px;
    height: 108px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wz_box {
    /* float: right; */
    width: 1100px;
    height: auto;
    /* border-left: 1px solid #f26343; */
    margin: 0 auto;
}

.dtt .tit {
    font-size: 40px;
    color: #cf0307;
    font-weight: bold;
    overflow: hidden;
    line-height: 47px;
    text-align: center;
}

.dtt .tit a {
    color: #cf0307;
    font-weight: bold;
}

.dtt .txt {
    /* width: 1200px; */
    font-size: 16px;
    color: #f51617;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
}

.dtt .txt a {
    color: #f51617;
}

/* part01 */
.part01_box {
    width: 100%;
    height: auto;
    background: url(//www.news.cn/zt/ddesjszqh/images/jj_box_bg.jpg?v1) no-repeat 50% 0;
    overflow: hidden;
}

.part01 {
    width: 1160px;
    margin: 0 auto 20px;
}

/* 焦点图 */
.part1-left {
    width: 785px;
    height: 519px;
    position: relative;
    float: left;
}

.part1-left .arrow-left {
    background: url("//www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -45px;
    width: 34px;
    height: 73px;
    z-index: 2;
    display: none;
}

.part1-left .arrow-right {
    background: url("//www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -45px;
    width: 34px;
    height: 73px;
    z-index: 2;
    display: none;
}

.part1-left:hover .arrow-left,
.part1-left:hover .arrow-right {
    display: block;
}

.part1-left .swiper-container {
    width: 785px;
    height: 519px;
}

.swiper-slide {
    position: relative;
}

.part1-left .swiper-pagination {
    position: absolute;
    width: 45%;
    text-align: right;
    top: 415px;
    z-index: 2;
    right: 10px;
}

.part1-left .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
    opacity: 1;
}

.part1-left .swiper-pagination-bullet-active {
    background: #ffb72f;
}

.part1-left .picTitle {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.part1-left .picTitle .img img {
    width: 100%;
    height: 443px;
    display: block;
}

.part1-left .name {
    width: 100%;
    height: 74px;
    font-weight: bolder;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    background: url(//www.news.cn/zt/ddesjszqh/images/jj_bg.jpg) no-repeat;
    overflow: hidden;
    color: #fff275;
    padding-top: 12px;
}

.part1-left .name a {
    color: #fff275;
}

/*part01右侧蓝*/
.part1_right {
    width: 368px;
    float: right;
    background: #fffef6;
    overflow: hidden;
}

.part1_right ul {
    overflow: hidden;
    margin: 0px auto 0;
}

.part1_right li {
    font-size: 16px;
    color: #333;
    border-left: 6px solid #ea2313;
    padding: 9px 15px 9px 15px;
    height: 56.5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.part1_right li + li {
    border-top: 1px solid #f8e7d2;
    padding: 8px 15px 8px 15px
}

.part1_right li:hover {
    background: url(//www.news.cn/zt/ddesjszqh/images/jj_wz_hover.jpg) no-repeat;
    background-size: 100% 100%;
    border-left: 6px solid #ea2313;
    color: #fff;
}

.part1_right li a {
    color: #333;
    /* display: contents; */
}

.part1_right li:hover a {
    color: #fff;
}

/* .part1_right li * {
    vertical-align: middle;
} */

/* 视频播放按钮 */
.mul-play {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 85px;
    left: 10px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.mul-play img {
    width: 100%;
    height: 100%;
}

.videoPart {
    width: 785px;
    height: 519px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.videoPart video {
    width: 785px;
    height: 519px;
}

.videoPart .videoPart-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -21;
    z-index: 50;
    background: url("//www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png") no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

/*最新播报*/
.latest {
    width: 1201px;
    margin: 15px auto 0;
}

.latest .part {
    height: 65px;
    background: url(//www.news.cn/zt/ddesjszqh/images/zxbb.png) no-repeat;
}

.latest .latest-title {
    display: block;
    width: 175px;
    height: 45px;
    margin-top: 8px;
    float: left
}

.latest .latest-cont {
    width: 1020px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    height: 50px;
}

.latest .latest-cont ul {
    white-space: nowrap;
    font-size: 0
}

.latest .latest-cont li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.latest .latest-cont li .txt:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #d4171b;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 29px;
}

.latest .latest-cont li .txt .tit {
    font-size: 16px;
    line-height: 65px;
    margin-right: 10px;
    color: #101010;
    display: inline-block;
    padding-left: 20px;
}

.latest .latest-cont li .txt .tit a {
    color: #101010
}

.latest .latest-cont li .txt .time {
    font-size: 14px;
    line-height: 32px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #666;
    display: inline-block
}

/*会议公报*/
.part02_bg {
    width: 100%;
    height: auto;
    background: url(//www.news.cn/zt/ddesjszqh/images/part2_bg.jpg) no-repeat 50% 0;
    overflow: hidden;
    margin-top: 45px;
}

.hygb_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.hygb_box .dh {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

.hygb_nr {
    width: 1280px;
    height: 515px;
    background: url(//www.news.cn/zt/ddesjszqh/images/hygb_bg.png) no-repeat;
    margin: 0 auto;
    margin-top: 30px;
}

.gygb_left {
    width: 582px;
    height: 422px;
    float: left;
    margin: 48px 0 0 52px;
    overflow: hidden;
}

.hygb_list {
    float: left;
    width: 582px;
    height: 422px;
    /* display: flex;
flex-direction: column;
justify-content: center; */
}

.hygb_list li {
    overflow: hidden;
    padding-right: 20px;
}

.hygb_list li + li {
    margin-top: 15px;
}

.hygb_list li h2 {
    font-size: 18px;
    color: #333;
    height: 50px;
}

.hygb_list li h2 a {
    color: #333;
}

.hygb_list li p {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 15px;
    /* height: 65px; */
    overflow: hidden;
    /* display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis; */
}

.gygb_right {
    width: 570px;
    height: 422px;
    float: left;
    margin: 48px 0 0 25px;
    overflow: hidden;
}

.gygb_right .swiper-button-next,
.gygb_right .swiper-button-prev {
    display: none;
}

.gygb_right:hover .swiper-button-next,
.gygb_right:hover .swiper-button-prev {
    display: block;
}

.hygb_nr .pic {
    width: 570px;
    height: 422px;
    overflow: hidden;
}

.hygb_nr .pic .img {
    width: 570px;
    height: 320px;
}

.hygb_nr .pic .img img {
    width: 570px;
    height: 320px;
}

.hygb_nr .pic .tit {
    width: 530px;
    height: 32px;
    background: url(//www.news.cn/zt/ddesjszqh/images/hygb_img_bg.jpg) no-repeat;
    font-size: 20px;
    color: #fff275;
    padding: 35px 20px;
    line-height: 32px;
    text-align: center;
}

.hygb_nr .pic .tit a {
    color: #fff275;
}

/*评论综述*/
.plzs_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.plzs_box .dh {
    width: 1200px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

.plzs_list {
    list-style: none;
    overflow: hidden;
    overflow: hidden;
    margin-top: 20px;
}

.plzs_list li {
    float: left;
    width: 548px;
    height: 162px;
    border: 1px solid #e4e4e4;
    padding: 35px 15px;
}

.plzs_list li .data {
    float: left;
    width: 80px;
    height: 100px;
}

.plzs_list li .data h2 {
    font-size: 26px;
    color: #333;
}

.plzs_list li .data h3 {
    font-size: 16px;
    color: #333;
}

.plzs_list li .data .line {
    width: 18px;
    height: 5px;
    background: #d0271c;
    margin-top: 10px;
}

.plzs_list li .wz {
    float: left;
    width: 430px;
    height: 155px;
    overflow: hidden;
    margin-left: 30px;
}

.plzs_list li .wz h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.plzs_list li .wz h2 a {
    color: #333;
}

.plzs_list li .wz p {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    line-height: 23px;
}

.plzs_list li + li {
    float: right;
}

.plzs_list li:hover {
    background: linear-gradient(to right, rgba(208, 39, 28, 1) 1%, rgba(253, 74, 61, 1) 100%);
    width: 550px;
    height: 164px;
    border: none;
}

.plzs_list li:hover .data h2 {
    color: #fff;
}

.plzs_list li:hover .data h3 {
    color: #fff;
}

.plzs_list li:hover .data .line {
    background: #fff0d0;
}

.plzs_list li:hover .wz h2 {
    color: #fff;
}

.plzs_list li:hover .wz h2 a {
    color: #fff;
}

.plzs_list li:hover .wz p {
    color: #fff;
}

/*新时代改革开放*/
.ggkf_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.ggkf_box .dh {
    width: 1200px;
    height: auto;
    margin-top: 60px;
}

.ggkf_left {
    float: left;
    width: 580px;
    /* height: 600px; */
    margin-top: 20px;
}

.ggkf_left .pic {
    width: 580px;
    height: auto;
}

.ggkf_left .pic img {
    width: 580px;
    height: 326px;
}

.ggkf_left .pic h2 {
    background-image: linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    font-size: 18px;
    color: #ffffff;
    padding: 15px 15px;
    text-align: center;
    text-align: center;
    margin-top: -55px;
    z-index: 33;
    position: relative;
}

.ggkf_left .pic h2 a {
    color: #fff;
}

.ggkf_l_list {
    overflow: hidden;
    margin-top: 15px;
}

.ggkf_l_list li {
    /* height: 25px; */
    overflow: hidden;
    font-size: 18px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    /* padding-left: 20px; */
}

.ggkf_l_list li img {
    width: 100%;
    height: auto;
}

.ggkf_l_list li a {
    color: #333;
}

.ggkf_l_list li:before {
    /* content: "";
    width: 9px;
    height: 9px;
    background: url(//www.news.cn/zt/ddesjszqh/images/xsdgg_list.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: 9px; */
}

.ggkf_right {
    float: right;
    width: 579px;
    overflow: hidden;
    margin-top: 20px;
}

.ggkf_right li {
    width: 579px;
    height: 135px;
    overflow: hidden;
}

.ggkf_right li img {
    float: left;
    width: 240px;
    height: 135px;
    margin-right: 20px;
}

.ggkf_right li h2 {
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;

}

.ggkf_right li h2 a {
    color: #333;
}

.ggkf_right li p {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ggkf_right li:hover {
    background-image: linear-gradient(75.27deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -moz-linear-gradient(75.27deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -webkit-linear-gradient(75.27deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -ms-linear-gradient(75.27deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);

}

.ggkf_right li:hover h2 {
    color: #fff;
}

.ggkf_right li:hover h2 a {
    color: #fff;
}

.ggkf_right li:hover p {
    color: #fff;
}

.ggkf_right li + li {
    margin-top: 18px;
}

/*融媒视角*/
.rmsj_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.rmsj_box .dh {
    width: 1200px;
    height: auto;
    margin-top: 60px;
}

.rmsj_nr {
    width: 1198px;
    height: 580px;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

.focusBox2 {
    width: 1198px;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.rmsj_left {
    width: 42px;
    height: 79px;
    background: url(//www.news.cn/zt/ddesjszqh/images/rmsj_left.png) no-repeat;
    position: absolute;
    left: -50px;
    top: 250px;
    z-index: 99;
    cursor: pointer;
}

.rmsj_right {
    width: 42px;
    height: 79px;
    background: url(//www.news.cn/zt/ddesjszqh/images/rmsj_right.png) no-repeat;
    position: absolute;
    right: -50px;
    top: 250px;
    z-index: 99;
    cursor: pointer;
}

.video_scoll {
    width: 1200px;
    height: 580px;
    position: relative;
}

.video_scoll li:first-child {
    width: 512px;
    height: 288px;
    position: absolute;
    left: 0;
    top: 0;
}

.video_scoll li:first-child img {
    width: 512px;
    height: 288px;
    display: block;
}

.video_scoll li:first-child .text {
    position: absolute;
    width: 512px;
    height: 288px;
    bottom: 0px;
    left: 0;
    z-index: 14;
    display: none;
}

.video_scoll li:first-child .text h3 {
    margin-top: 35px;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: center;
    line-height: 30px;
}

.video_scoll:first-child .text h3 a {
    color: #fff;
}

.video_scoll li:first-child .bg {
    width: 512px;
    height: 288px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 13;
    display: none;
}

.video_scoll li:nth-child(2) {
    width: 512px;
    height: 288px;
    position: absolute;
    left: 0;
    top: 292px;
}

.video_scoll li:nth-child(2) img {
    width: 512px;
    height: 288px;
    display: block;
}

.video_scoll li:nth-child(2) .text {
    position: absolute;
    width: 512px;
    height: 288px;
    bottom: 0px;
    left: 0;
    z-index: 14;
    display: none;
}

.video_scoll li:nth-child(2) .text h3 {
    margin-top: 35px;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: center;
    line-height: 30px;
}

.video_scoll:nth-child(2) .text h3 a {
    color: #fff;
}

.video_scoll li:nth-child(2) .bg {
    width: 512px;
    height: 288px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 13;
    display: none;
}

.video_scoll li:nth-child(3) {
    width: 684px;
    height: 385px;
    position: absolute;
    right: 0;
    top: 0;
}

.video_scoll li:nth-child(3) img {
    width: 684px;
    height: 385px;
    display: block;
}

.video_scoll li:nth-child(3) .text {
    position: absolute;
    width: 512px;
    height: 288px;
    bottom: 0px;
    left: 0;
    z-index: 14;
    display: none;
}

.video_scoll li:nth-child(3) .text h3 {
    margin-top: 35px;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: center;
    line-height: 30px;
}

.video_scoll:nth-child(3) .text h3 a {
    color: #fff;
}

.video_scoll li:nth-child(3) .bg {
    width: 684px;
    height: 385px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 13;
    display: none;
}

.video_scoll li:nth-child(4) {
    width: 341px;
    height: 192px;
    position: absolute;
    left: 515px;
    top: 388px;
}

.video_scoll li:nth-child(4) img {
    width: 341px;
    height: 192px;
    display: block;
}

.video_scoll li:nth-child(4) .text {
    position: absolute;
    width: 341px;
    height: 192px;
    bottom: 0px;
    left: 0;
    z-index: 14;
    display: none;
}

.video_scoll li:nth-child(4) .text h3 {
    margin-top: 35px;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: center;
    line-height: 30px;
}

.video_scoll:nth-child(4) .text h3 a {
    color: #fff;
}

.video_scoll li:nth-child(4) .bg {
    width: 341px;
    height: 192px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 13;
    display: none;
}

.video_scoll li:nth-child(5) {
    width: 341px;
    height: 192px;
    position: absolute;
    right: 0;
    top: 388px;
}

.video_scoll li:nth-child(5) img {
    width: 341px;
    height: 192px;
    display: block;
}

.video_scoll li:nth-child(5) .text {
    position: absolute;
    width: 341px;
    height: 192px;
    bottom: 0px;
    left: 0;
    z-index: 14;
    display: none;
}

.video_scoll li:nth-child(5) .text h3 {
    margin-top: 35px;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: center;
    line-height: 30px;
}

.video_scoll:nth-child(5) .text h3 a {
    color: #fff;
}

.video_scoll li:nth-child(5) .bg {
    width: 341px;
    height: 192px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 13;
    display: none;
}

/* 学习贯彻三中全会精神 */
.qhjs_bg {
    background: url(//www.news.cn/zt/ddesjszqh/images/qhjs_bg.jpg) no-repeat 50% bottom;
    overflow: hidden;
    padding-bottom: 80px;
}

.qhjs_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.qhjs_box .dh {
    width: 1200px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.qhjs_left {
    float: left;
    width: 770px;
    height: 453px;
}

.qhjs_left .text {
    overflow: hidden;
    border-bottom: 1px dotted #666;
    padding-bottom: 15px;
    height: 95px;
    overflow: hidden;
}

.qhjs_left .text h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.qhjs_left .text h2 a {
    color: #333;
}

.qhjs_left .text p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    line-height: 23px;
}

.qhjs_list {
    overflow: hidden;
}

.qhjs_list li {
    font-size: 18px;
    color: #333;
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
}

.qhjs_list li a {
    color: #333;
}

.qhjs_list li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: url(//www.news.cn/zt/ddesjszqh/images/xsdgg_list.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: 9px;
}

.qhjs_pic {
    float: right;
    width: 400px;
    height: 450px;
    list-style: none;
}

.qhjs_pic li {
    width: 380px;
    height: 214px;
    position: relative;
    margin: 0 12px 25px 12px;
}

.qhjs_pic li img {
    width: 380px;
    height: 214px;
}

.qhjs_pic li h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    font-size: 18px;
    color: #fff;
    /* display: none; */
}

.qhjs_pic li h2 a {
    color: #fff;
}

/* footer */
.foot {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background: #d0271c;
}

.zsjgg_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #fff6e4;
    padding-bottom: 18px;
    overflow: hidden;
}

.zsjgg_box .dh {
    width: 1200px;
    height: auto;
    margin-top: 20px;
}

.zsjgg_list {
    list-style: none;
}

.zsjgg_list li {
    float: left;
    width: 530px;
    height: 114px;
    padding: 18px 12px;
    border: 1px dotted #e06960;
    overflow: hidden;
    background: #fff;
    margin-left: 28px;
}

.zsjgg_list li h2 {
    font-size: 18px;
    color: #d2281d;
    font-weight: bold;

}

.zsjgg_list li h2 a {
    color: #d2281d;
}

.zsjgg_list li p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

/*改革近镜头*/
.ggjjt_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.ggjjt_box .dh {
    width: 1200px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

.ggjjt {
    width: 1200px;
    height: 426px;
    position: relative;
    margin-top: 30px;
}

.ggjjt_nr {
    width: 580px;
    height: 426px;
    overflow: hidden;
    margin: 0 10px;
    float: left;
}

.ggjjt_nr img {
    float: left;
    width: 240px;
    height: 426px;
    padding-right: 20px;
}

.ggjjt_nr h2 {
    font-size: 18px;
    color: #d2281d;
    margin-top: 75px;
    font-weight: bold;
}

.ggjjt_nr h2 a {
    color: #d2281d;
}

.ggjjt_nr p {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    line-height: 24px;
    text-indent: 2em;
}

.ggjjt_left {
    width: 30px;
    height: 63px;
    background: url(//www.news.cn/zt/ddesjszqh/images/ggjjt_left.png) no-repeat;
    position: absolute;
    left: -35px;
    top: 150px;
    z-index: 99;
    cursor: pointer;
}

.ggjjt_right {
    width: 30px;
    height: 63px;
    background: url(//www.news.cn/zt/ddesjszqh/images/ggjjt_right.png) no-repeat;
    position: absolute;
    right: -35px;
    top: 150px;
    z-index: 99;
    cursor: pointer;
}

.ggzsg_box {
    margin-top: 60px;
    padding: 70px 0;
    background: url(zwsww-bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.ggzsg {
    width: 1250px;
    height: auto;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgb(255, 252, 246);
}

.ggzsg_box .dh {
    width: 1200px;
    height: auto;
    margin-bottom: 20px;
}

.ggzsg .list-flex ul {
    display: flex;
    justify-content: space-between;
}

.ggzsg .list-flex li {
    width: 48%;
    height: auto;
    margin-top: 18px;
}

.ggzsg .list-flex li img {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
}

.ggzsg_box .ggkf_l_list li {
    /* height: 25px; */
    overflow: hidden;
    font-size: 18px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 28px;
    min-height: 56px;
}

.ggzsg_box .ggkf_right .pic {
    position: relative;
}

.ggzsg_box .ggkf_right .pic img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.ggzsg_box .ggkf_right .pic h2 {
    background-image: linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    font-size: 18px;
    color: #ffffff;
    padding: 15px 15px;
    text-align: center;
}

.ggzsg_box .ggkf_right .pic h2 a {
    color: #ffffff;
}

.zyxjt_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.zyxjt_box .dh {
    width: 1200px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}


.listNews {
    /* margin-top: 30px */
}

.listNews ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.listNews li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    height: 87px;
    padding: 17px 5px 17px 20px;
    color: #333;
    border-bottom: 1px dashed #fe9356;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.listNews li a {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.listNews li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 30px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c00
}

.listNews li i {
    width: 38px;
    height: 24px;
    margin-top: 3px;
    margin-right: 5px;
    display: none;
}

.listNews li i.first {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAACXBIWXMAAAsTAAALEwEAmpwYAAABLklEQVQ4ja2UwXGDMBBFH9g3TmmBFmhBKcEpISkgB1ICHGiANnyMSwgt0IJOOTLOwSvmR5Y0PnhnmJG+dp7+7gIVT4zfz0MLnA5PBPbAGeiOhSQH+GbalgJkSBwtVSb5HZiBzp63ArwDfkQaj1HCAPTARzNts2lXc/SaqyoKXwvQGRABvtixk3UcbbS/1LLpgyhal1lT0NfaHHWAM1F7F7tIheaszbTt5Ts9kHWu5JzTBSAF1fJVv5u+9bmNcwI03OabaVOnqvuEy7g9q0JDmbsb++SCru41XLS/Qe1VCpGbfA76r+fhA6mjJC1RS8tB74aUgmo/QwVz1OeHoPummbYL7FN15nxM0ezd1vL3i2ub6igwuP1QAL4KLk8ZnUpgg7kLkDE4F3cO+M7BLPwf8GFsB4gl9lQAAAAASUVORK5CYII=) center top no-repeat
}

.listNews li i.second {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAARCAYAAAA2cze9AAAACXBIWXMAAAsTAAALEwEAmpwYAAABgklEQVQ4ja2UsZmDMAyF/5h0rrgRuBG4EbJCGIEMQJGMAIUHSEa4jBBGCCuwAhWlv7sCmVMcoDo1+BPPT9KTLPgnG6vkHPt2K8AUyIHeOt9vENbAGylwsc43uwicCvgA3IEjMACFdX6IcA8JXogvA55AGgKYKOJDyAvrfANcJFAZ4WogD8QAUmGjMOVMLprlQKukCFkco6xLOf+MVTL/kyqDZSaSA6DVAPnmyqfPRFVl6twbBQhZ9ivgpexg6k0wXcV9L4eDcnZb5Nb5bqySkyQzWOdvAGOVlAo/ALeYPB694NcBCYTBZFJq5Sqs870Zq0Rr2KkL2r816xnTlKVy/8s63wLs+dM6znAxaER8AL6F4yLjO5vZINF666YF4qNk3AIfMXHIXJsuPwR9WwHSvCuTtm+BF8lXmvmSkUhRM2m7KFcwo7KdH496dZ2eDHlsV+C0RjxWyTlsSCNldbw2NiysU3S3lICLUqjV0IKsXBm7WgXogEbLJJjnEmlkvXX+E+AXkIqh20FmJmAAAAAASUVORK5CYII=) center top no-repeat
}

.listNews li i.third {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAAACXBIWXMAAAsTAAALEwEAmpwYAAABtklEQVQ4jaWUvXHDMAyFP5vqWGmFrKCMII9gj2APwCIaISk4QDRCPIK1gkaIRogqlrxLIcCCFNtFjDudYRB8IB5+NjwpKbgSqOTv6GPu9WzzJOibfB1Qy9EAND7m87/ABfgClMCrj3k0Ns1it71zuUrB1bfORL4EpAReAHzMI/BhfI4L8BRcnYL7BvZAnYL7ScEdb4BrYKVGZTR6eQVPwe0lrc7H3PiYG6AH3iVl7oB0Rn8x+lAIcAl8ivFso8tXr+wnARp9zO2NjADaQpSjgOBjti/R4tgX4WO2gZAHVkx0Apx8zL3Sorz1xnkB+EgE+MJE10GzKaQrlNPe3HkILjU6MvX1nqlTWukaALbMqa/BrX24gT8ALVMtOuCdVfGL/4LLmKt/l4L7kUyqFNzOxzxumSnB7gXu7IsHoj6VBKFgbp9rl0hqyvnZ2Cvm4p8sv/aRKoXRbep/qFrtE7V/3LkDTAV9BD6YIdFdsggqgfcs5azg/dqZeRgaYxvN70GHzaxelcbHPCi4plaKcyWvbO0kSlE7Ae+Nr12zjY/5StVGnN6YB6IUYLszriK+NctG6OXOomV/AfrJsWaAarJ9AAAAAElFTkSuQmCC) center top no-repeat
}

.listNews li i.fourth {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAATCAYAAACKsM07AAAACXBIWXMAAAsTAAALEwEAmpwYAAABlElEQVQ4ja2UwXWCQBCGP8TbnrAEW8ASsISkBFPAHrAEOGwBWoKWEEqQErSEcOK4Lzk4a4YVNHnPubDMDPP//8wyCS+23qYZsJHX4/zVAEClAZJXVu5t+gYc5LUzzi9mD5KL3qb5P4ovgZ1ytQB3AL1Ny96mZyAHyt6m5z8CHYAsBhjMoLdpBZTAh3F+L75vrn1dP2BfSsGlAukAEpVUAJ8AxvlEfBnwJSkL43w3UjwX9u/ASYVWxvlWt6iUZ6N8+cQ5FM9U8WUUvoDMQFgUEmhVUvxRbDtgb5xvo9xLUBsUFDqoznpoMfsNkBnna3FphTeSYcgaQLdI+28fyZUsGQ5+oCAcgoKA3hnntQLt1wM+ANuQK7MYVRAAsjggLIO/Uf4KaIzzxwn2AwVzuZ7Bpm5Qo5iWci6ZtlNvU4D3eNnpNmhWDYC06W5/qR8UoDXOr0IsXhW6/0HZPprLmI32PwDcHMZ53YqCq6Ka56YBBmRmIrtWheF3n2+fsZdZ6P9lMHC9cyphHQrWQdGDwtUD7LVxvvkB53Sab//dChYAAAAASUVORK5CYII=) center top no-repeat
}

.listNews li i.fifth {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAATCAYAAACKsM07AAAACXBIWXMAAAsTAAALEwEAmpwYAAABmElEQVQ4jaWUzXGDMBCFP4NvOrkFXAIpAZeAS4ACOOASzEENpIRQQmiBFmjBJ46ayYEVXgTEE+fN6CLevn3aH+BNjFV8evV9rOLk+G4CIBuruAA6oFf3CZACOXD9T4IUyORsoTTWdZsJ5PkpMBjrhh2BPeEBuBnrWoBFAhGuJbgF7mMVP4Crse4RCJ2Aixjx6I11nSaFL/iWgLOxbhiruJe7AmiUkQzoRKzjF0QqqBbxTpXFT0oexKVMpXiJo4j70hA4SpSgRgbcJDZVRlY98yUqNGkjQYgESMYq/go5YxW3TBP0gGeJ9ESEM72AOE7kXIx1B+BDGct5VmOVIHyivw+Tlsa6xnONdT1qCIDab/pRHK3cB/dzUj/fGwibngJdxLP2odPNxH/AAFOT94R0/WfXsgN+nPcMzaUOF00/Mw3Jsit3xT2/MhSpS3Ya3GzcLcxIQ/0yPnRMpIidCvDk3lj3yRo9smgCvUel/m9FMhU9y2bn4qQMhL2Juf5ipvb8cMoOQkqZauuT9ECz9auWPhQieJLT7vF/AKiaqVivD2M+AAAAAElFTkSuQmCC) center top no-repeat
}

.listNews li i.sixth {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAASCAYAAACw50UTAAAACXBIWXMAAAsTAAALEwEAmpwYAAABkklEQVQ4jaWVwW2DQBBFH+DbnnAJTgmkBFogJUABHOwS7MMWYEqIS7BbcAmhhHDiuFIOnsHDGkuOPBJi9fnzd2b2a0l4M8Y2q4A9MAiUAwfnQ5e8KXwEaqBxPnSC7YEt8Jk+SSrGNitfFD5FwrVQyjRKKMc2+wEqoBzb7Hdss5ooxjbbGhEVLqTiXPAhMQkV8A10zodGsDNQAB/Oh0GwHPgRkcH5sF7AO+dDszIfjrLPyRSZy1MavDLVXZQom6/HNsu1EB1LrQnOhylBqgbYGMyexZUoVBhgJe9tTB7bzAraqMy6NwcLt+6aqXJxhbZpK3kQX3DQUQTXQC8bn/Vjyr31WNzi/QIGsHM+XKTSTjnqsP+Kz0L9vRCFiueGvCQ+GNyOxR58XEyu4mVMFmvqzK01bcTd2DO6qvgS+dmoBrOe+FKMzbm8It5Hc33wtcTM+zrG1CTYRPXyLhKxI7JdWO83ukiBg6xzmC6ggtv9MJu386E3/NLwK9nsy5oiEYLecj33i+eZzSx/IzkXbj+I2SH/AdZKqMY6iYu3AAAAAElFTkSuQmCC) center top no-repeat
}

.xxjdhd_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.xxjdhd_box .dh {
    width: 1200px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

.xdh {
    width: 1200px;
    height: auto;
    margin-top: 35px;
    margin-bottom: 20px;
}

.listNews2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.listNews2 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    height: 105px;
    padding: 17px 5px 17px 20px;
    color: #333;
    border-bottom: 1px dashed #fe9356;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.listNews2 li a {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.listNews2 li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 30px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c00
}

.listNews3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.listNews3 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    height: 135px;
    padding: 17px 5px 17px 20px;
    color: #333;
    border-bottom: 1px dashed #fe9356;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.listNews3 li a {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.listNews3 li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 30px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c00
}

.xxjdhd_box .pic {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 370px;
    overflow: hidden;
}

.xxjdhd_box .pic img {
    width: 100%;
    height: auto;
}

.xxjdhd_box h2 {
    /* height: 25px; */
    overflow: hidden;
    background: #fff6e4;
    font-size: 17px;
    color: #333;
    padding: 10px;
    text-align: center;
    background-image: linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
    color: #fff;
}

.xxjdhd_box .swiper-slide {
    transform: scale(0.8);
    transition: transform 0.8s;
}

.xxjdhd_box .swiper-slide-active {
    transform: scale(1);
}

/* .xxjdhd_box .swiper-slide-active h2 {
    display: block;
} */

.xxjdhd_box h2 a {
    color: #fff;
}

.mckp {
    width: 1200px;
    position: relative;
    margin-top: 25px;
}

.mckp_left {
    width: 30px;
    height: 63px;
    background: url(//www.news.cn/zt/ddesjszqh/images/ggjjt_left.png) no-repeat;
    position: absolute;
    left: -35px;
    top: 177px;
    z-index: 99;
    cursor: pointer;
}

.mckp_right {
    width: 30px;
    height: 63px;
    background: url(//www.news.cn/zt/ddesjszqh/images/ggjjt_right.png) no-repeat;
    position: absolute;
    right: -35px;
    top: 144px;
    z-index: 99;
    cursor: pointer;
}

.mc_more {
    text-align: right;
    font-size: 18px;
    color: #c00;
    margin-top: 10px;
    font-weight: bold;
}

.mc_more a {
    color: #c00;
}
