html {
  min-width: 1200px;
  height: 100%;
}

.lmt {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
  overflow: hidden;
}

.lmt img {
  margin-left: -35px;
}
body {
  background: linear-gradient(
    to bottom,
    rgba(94, 229, 251, 1),
    rgba(39, 108, 245, 1)
  );
  /* background-color: rgb(94, 229, 251); */
  background-attachment: fixed;
  min-height: 100%;
}

/*头部*/
.banner img {
  width: 100%;
}

.nav_box {
  width: 100%;
  height: 70px;
  background: url(https://www.news.cn/zt/jssswdhsgz/index/images/dh.jpg)
    no-repeat 50% 0;
}

.nav_list {
  list-style: none;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.nav_list li {
  float: left;
  font-size: 20px;
  color: #ffe5bb;
  margin-top: 20px;
}

.nav_list li:hover {
  border-bottom: 3px solid #ffe184;
  padding-bottom: 5px;
  color: #ffe184;
}

.nav_list li a:hover {
  color: #ffe184;
}

.nav_list li a {
  color: #fff;
  font-weight: bold;
}

.nav_list li + li {
  /* margin-left: 50px; */
  margin-left: 69px;
}

/*聚焦区*/
/* 大头条 */
.dbt_box {
  width: 100%;
  height: auto;

  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: #005caa;
  font-weight: bold;
  overflow: hidden;
  line-height: 47px;
  text-align: center;
}

.dtt .tit a {
  color: #005caa;
  font-weight: bold;
}

.dtt .txt {
  /* width: 1200px; */
  font-size: 16px;
  color: #808080;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}

.dtt .txt a {
  color: #808080;
}

/* part01 */
.part01_box {
  width: 100%;
  height: auto;

  overflow: hidden;
}
.part01_box .dh {
  width: 1200px;
  height: auto;
  margin: 60px auto 40px;
}
.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: #005caa;
  width: 12px;
  height: 12px;
}

.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: 22px;
  line-height: 74px;
  background: #005caa;
  overflow: hidden;
  color: #fffedf;
}

.part1-left .name a {
  color: #fffedf;
}

/*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 #005caa;
  padding: 9px 15px 9px 15px;
  height: 56.5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  margin-bottom: 2px;
  background: #fffef6;
}

.part1_right li + li {
  padding: 8px 15px 7px 15px;
}

.part1_right li:hover {
  background: #005caa;
  background-size: 100% 100%;
  border-left: 6px solid #005caa;
  color: #fff;
}

.part1_right li a {
  color: #333;
  /* display: contents; */
}

.part1_right li:hover a {
  color: #fffedf;
}

.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("https://www.news.cn/zt/mjlsmhxl/index/images/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(https://www.news.cn/zt/jssswdhsgz/index/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: #005caa;
  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;
}

.part2 {
  width: 100%;
  background: url(https://www.news.cn/zt/jssswdhsgz/index/images/bg1.jpg)
    no-repeat 50% 0;
  height: 1398px;
}

.part3 {
  width: 100%;
  /* background: url(https://www.news.cn/zt/jssswdhsgz/index/images/bg2.jpg)
    no-repeat 50% 0; */
}

/*会议公报*/
.part02_bg {
  width: 100%;
  height: auto;

  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: 1200px;
  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 30px;
  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;
  min-height: 30px;
  /* display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis; */
}

.hygb_list li h2 a {
  color: #333;
}

.hygb_list li p {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 15px;
  /* height: 65px; */
  overflow: hidden;
  /* display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis; */
}

.hygb_list li img {
  float: left;
  margin-right: 20px;
  width: 240px;
  height: 135px;
}

.gygb_right {
  width: 526px;
  height: 427px;
  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 {
  height: 25px;
  overflow: hidden;
  background: #fffef6;
  font-size: 18px;
  color: #333;
  padding: 25px 15px;
  text-align: center;
  font-weight: bold;
}

.ggkf_left .pic h2 a {
  color: #333;
}

.ggkf_l_list {
  overflow: hidden;
}

.ggkf_l_list li {
  /* height: 25px; */
  overflow: hidden;
  font-size: 22px;
  color: #333;
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: bold;
}

.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: #333;
  margin-top: 15px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ggkf_right li:hover {
  background: #005caa;
}

.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;
}

.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(https://www.news.cn/zt/jssswdhsgz/index/images/left1.png)
    no-repeat;
  position: absolute;
  left: -50px;
  top: 250px;
  z-index: 99;
  cursor: pointer;
}

.rmsj_right {
  width: 42px;
  height: 79px;
  background: url(https://www.news.cn/zt/jssswdhsgz/index/images/right1.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: 682px;
  height: 385px;
  display: block;
}

.video_scoll li:nth-child(3) .text {
  position: absolute;
  width: 682px;
  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: 339px;
  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;
  margin-top: 5px;
}

.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: #005caa;
}

.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 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.ggzsg_box .dh {
  width: 1200px;
  height: auto;
  margin-top: 60px;
  margin-bottom: 20px;
}

.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 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.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: 100%;
  height: auto;
  padding: 0 5px 17px 0;
  color: #333;
  border-bottom: 1px dashed #ccc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.listNews2 li + li {
  padding-top: 17px;
}

.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 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.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: 1200px;
  height: auto;
  margin-top: 25px;
  margin: 0 auto;
}

.xxjdhd_box .pic img {
  width: 1200px;
  height: 675px;
}

.xxjdhd_box .pic h2 {
  height: 25px;
  overflow: hidden;
  background: #fff6e4;
  font-size: 17px;
  color: #333;
  padding: 25px 10px;
  text-align: center;
}

.xxjdhd_box.qwftwp .pic h2 {
  height: 45px;
  overflow: hidden;
  background: #fff6e4;
  font-size: 17px;
  color: #333;
  padding: 25px 10px;
  text-align: left;
}

.xxjdhd_box .pic h2 a {
  color: #333;
}

.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: 115px;
  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: 115px;
  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;
}

.dt {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.part02 {
  width: 1200px;
  margin: 40px auto 0;
  position: relative;
  padding-bottom: 55px;
}

.part02 .swiper-container {
  padding: 0px 0;
  width: 1200px;
  margin: 0 auto;
  /* height: 500px; */
}

.part02 .swiper-slide {
  width: 960px;
  height: auto;
  overflow: hidden;
}

.part02 .swiper-slide .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  padding: 20px 5px 35px 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(0, 0, 0, 0.6);

  font-weight: bolder;
  display: none;
}

.part02 .swiper-slide-active .tit {
  display: block;
}

.part02 .swiper-slide .tit a {
  color: #fff;
}

.part02 .swiper-slide .tit h3 {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 5px;
}

.part02 .swiper-slide .tit p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.part02 .swiper-slide-active:after {
  display: none;
}

.part02 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.part02 .swiper-button-prev {
  width: 39px;
  height: 51px;
  background: url("left2.jpg") 0 0 no-repeat;
  right: auto;
  left: 120px;
  margin-top: -69px;
}

/* .part02 .swiper-button-prev:hover {
            opacity: 0.6;
        } */

.part02 .swiper-button-next {
  width: 39px;
  height: 51px;
  background: url("right2.jpg") 100% 100% no-repeat;
  left: auto;
  right: 120px;
  margin-top: -69px;
}

/* .part02 .swiper-button-next:hover {
            opacity: 0.6;
        } */

.part02 .swiper-pagination-bullet {
  background: #f4fcff;
  opacity: 1;
}

.part02 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #005caa;
  width: 13px;
  height: 13px;
}

.zxc_box,
.part02_con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.part02_con .swiper-container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  float: right;
  padding-top: 60px;
  padding-bottom: 20px;
}

.part02_con .swiper-slide {
  width: 235px !important;
  height: auto;
  overflow: hidden;
  margin: 0 2px;
  /* border-radius: 10px; */
}

/* .part02_con .swiper-slide::after {
content: "";
width: 327px;
height: 95px;

position: absolute;
left: 0;
bottom: 0;
z-index: 1;
} */
.part02_con .swiper-slide-active {
  position: relative;
  margin-right: 9px;
  margin-left: 9px;
}

.part02_con .swiper-slide-prev {
  /* margin-right: 9px !important; */
}

.part02_con .swiper-slide-active:before {
  content: "";
  width: 6px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 10px;
  bottom: 5px;
}

.part02_con .swiper-slide span {
  width: 86px;
  height: 86px;
  display: block;
  position: absolute;
  left: 50%;
  top: 180px;
  margin-left: -43px;
  z-index: 999;
}

.part02_con .swiper-slide span img {
  width: 100%;
  height: 100%;
}

.part02_con .swiper-slide .img {
  width: 92%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 17px auto 0;
}

.part02_con .swiper-slide img {
  width: 100%;
  height: auto;
}

.part02_con .swiper-slide .txt {
  width: 216px;
  height: 84px;
  padding-top: 7px;
  position: relative;
  margin: 0px auto 0;
  background: #015daa;
}

.part02_con .swiper-slide-active .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.part02_con .swiper-slide-active img {
  width: 100%;
}

.part02_con .swiper-slide-active .txt {
  width: 100%;
}

.part02_con .swiper-slide h3 {
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  line-height: 26px;
}

.part02_con .swiper-slide h3 a {
  color: #fff;
}

.part02_con .swiper-button-next {
  width: 27px;
  height: 50px;
  background: url("right.jpg") no-repeat;
  position: absolute;
  top: 270px;
  right: -43px;
  z-index: 99;
  cursor: pointer;
}

.part02_con .swiper-button-prev {
  width: 27px;
  height: 50px;
  background: url("left.jpg") no-repeat;
  position: absolute;
  top: 270px;
  left: -43px;
  z-index: 99;
  cursor: pointer;
}

/* 媒体观察 */
.mtgc .dh {
  width: 1240px;
  margin: 60px auto 40px;
}

.dtxx {
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.dtxx .zks {
  float: left;
  margin: 20px 16px 0px 20px;
  padding: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.dtxx .zks .ppcx {
  width: 560px;
  overflow: hidden;
}
.dtxx .zks .ppcx img {
  width: 250px;
  height: 140px;
  float: left;
  border-radius: 5px;
}
.dtxx .zks .ppcx .ppwz {
  float: left;
  width: 300px;
  margin-left: 10px;
}
.dtxx .zks .ppcx .btxx {
  margin-bottom: 5px;
  padding: 8px 10px 0 10px;
}
.txt11 a {
  color: #438ca5;
  text-decoration: none;
  line-height: 140%;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.dtxx .zks .ppcx .btxm {
  color: #438ca5;
  font-size: 14px;
  padding: 5px 0px 0px 0px;
  line-height: 130%;
  margin-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.dtxx .zks:hover {
  border: 1px solid #fff;
  background: rgba(0, 129, 255, 0.6);
  box-shadow: 0 0 15px rgb(0, 129, 255);
}
.dtxx .zks:hover .txt11 a,
.dtxx .zks:hover .btxm {
  color: #fff;
}
.gkm {
  margin: 50px auto 0 auto;
  width: 1200px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 50px;
}
.gkm .ann {
  width: 205px;
  height: 55px;
  -webkit-border-radius: 28px;
  text-align: center;
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-size: 16px;
  position: relative;
  background: #005caa;
  overflow: hidden;
  left: 50%;
  margin-left: -102px;
}

.txt10 a {
  color: #fff;
  text-decoration: none;
  line-height: 52px;
  font-size: 16px;
  font-family: \5FAE\8F6F\96C5\9ED1;
}

.bj_par1 {
  margin-top: 50px;
}
.partlast {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.partlast .preview {
  width: 1200px;
  height: 168px;
  position: relative;
  margin-top: 10px;
}

.partlast .preview .swiper-container {
  width: 1200px;
  height: auto;
  margin: 0px auto 0px;
}

.partlast .preview .swiper-slide dl {
  margin: 0 auto;
  width: 288px;
  position: relative;
  border: 2px solid #e2e5e9;
}

.partlast .preview .swiper-slide img {
  width: 288px;
  height: 163px;
}
.partlast .preview .active-nav dl {
  border: 2px solid #789ce3;
}

.partlast .view {
  width: 1200px;
  height: 600px;
  position: relative;
}

.partlast .view img {
  /* width: 1050px; */
  width: 1200px;
  height: 600px;
  display: block;
  float: right;
}

.wznr {
  bottom: 0;
  right: 0;
  /* padding-left: 94px; */
  position: absolute;
  width: 1200px;
  padding: 20px 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* padding: 60px 20px; */
  text-align: center;
  z-index: 100;
}
.view-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 7px;
}

.view-box .intro {
  box-sizing: border-box;
  width: 293px;
  height: 514px;
  background-position: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.view-box .intro h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.view-box .intro p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  text-indent: 2em;
}

.partlast .view .name {
  color: #fff;
  left: 0;
  font-size: 18px;
  font-weight: bolder;
  line-height: 28px;
  /* text-align: center; */
  z-index: 100;
}

.partlast .view .name a {
  color: #fff;
}

.partlast .view .wz {
  color: #fff;
  /* height: 35px; */
  left: 0;
  font-size: 16px;
  /* padding-left: 94px; */
  line-height: 24px;
  z-index: 100;
  margin-top: 20px;
}

.partlast .view .arrow-left {
  background: url(//www.news.cn/world/zt/dqjzggjjkblh/index/images/left2.png)
    no-repeat;
  position: absolute;
  width: 12px;
  height: 19px;
  z-index: 10;
  top: 690px;
  transition: none;
  left: -19px;
}
.partlast .view .arrow-right {
  background: url(//www.news.cn/world/zt/dqjzggjjkblh/index/images/right2.png)
    no-repeat;
  position: absolute;
  width: 12px;
  height: 19px;
  z-index: 10;
  top: 690px;
  transition: none;
  right: -19px;
}

.yx {
  width: 100%;
  /* height: 775px; */
  margin-top: 60px;
  margin-bottom: 50px;
}

.part03_left {
  width: 1200px;
  margin: auto;
  padding-top: 10px;
}

.part03_leftcon {
  position: relative;
  margin-top: 50px;
}

.part03_leftcon .view1 {
  width: 1000px;
  height: auto;
  overflow: hidden;
}

.part03_leftcon .view1 {
  position: relative;
  z-index: 3;
  float: left;
  /* background: url(images/20230703dyh_pcPart01Bg_v1.png) 0 100% no-repeat; */
}

.part03_leftcon .view1 .swiper-container {
  width: 1200px;
  height: 567px;
}

.part03_leftcon .view1 img {
  width: 1000px;
  height: 567px;
  border-radius: 10px;
}

.part03_leftcon .view1 .tit {
  width: 970px;
  height: 90px;
  color: #fff;
  padding: 0 15px;
  font-size: 22px;
  display: table;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background: #063f81;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(6, 63, 129, 0)),
    to(rgba(6, 63, 129 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(6, 63, 129, 0) 0%,
    rgba(6, 63, 129, 0.6) 50%,
    rgba(6, 63, 129, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(6, 63, 129, 0) 0%,
    rgba(6, 63, 129, 0.6) 50%,
    rgba(6, 63, 129, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(6, 63, 129, 0) 0%,
    rgba(6, 63, 129, 0.6) 50%,
    rgba(6, 63, 129, 1) 100%
  );
  border-radius: 0 0 10px 10px;
}

.part03_leftcon .view1 .tit a {
  width: 100%;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.part03_leftcon .preview1 {
  width: 224px;
  height: 560px;
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 0px;
}

.part03_leftcon .preview1 .arrow-left {
  background: url(//www.news.cn/zt/dejlbh/img/yxj_up.png) no-repeat left top;
  position: absolute;
  left: 105px;
  top: 0px;
  margin-top: -14px;
  width: 22px;
  height: 14px;
  z-index: 10;
  opacity: 0.6;
}

.part03_leftcon .preview1 .arrow-right {
  background: url(//www.news.cn/zt/dejlbh/img/yxj_down.png) no-repeat left
    bottom;
  position: absolute;
  left: 105px;
  bottom: 5px;
  margin-bottom: -29px;
  width: 22px;
  height: 14px;
  z-index: 10;
  opacity: 0.6;
}

.part03_leftcon .preview1 .swiper-container {
  width: auto;
  height: 560px;
  margin: 0 auto;
}

.part03_leftcon .preview1 .swiper-slide {
  width: 224px;
  height: 129px;
  cursor: pointer;
  margin: 11px auto 0;
}

.part03_leftcon .preview1 .swiper-slide img {
  width: 216px;
  height: 121px;
  text-align: center;
  display: block;
  margin: 0px auto;
  background: #ffffff58;
  border: 3px solid #ffffff00;
  border-radius: 10px;
}

.part03_leftcon .preview1 .active-nav img {
  padding: 0;
  margin: 0;
  border: 3px solid #475eee;
  background: #0146d08a;
}
