* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cf_header {
  height: 900px;
  background: url(../images/hd_bg.png?v=1) no-repeat top center;
}

.cf_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  overflow: hidden;
}

.logo {
  position: absolute;
  top: 20px;
  left: 12%;
  width: 300px;
}

.logo img {
  width: 100%;
}

.cf_text {
  width: 935.93px;
  margin: 0 auto;
  padding-top: 150px;
}

.cf_text img {
  width: 100%;
}

.gzdt_title {
  width: 100%;
  position: relative;
}

.gzdt_title a {
  width: 100%;
  height: 54px;
  display: block;
  background: url(../images/gzdt_title.png) no-repeat center;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  background: url(../images/bd_bg.png) bottom;
  /* overflow: hidden;

            position: relative; */
}

.gzdt {
  margin-top: -250px;
}

.gengduo {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

.gzdt_nr {
  margin-top: -40px;
  background: url(../images/gzdt_bg1.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  padding: 80px 44px 50px;
}

.gzdt_tt {
  text-align: center;
}

.gzdt_tt a {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 42.28px;
  color: rgba(56, 56, 56, 1);
}

.gzdt_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.gzdt_list li {
  width: 48%;
  padding-left: 15px;
  position: relative;
  border-bottom: 0.5px dashed rgba(166, 166, 166, 1);
   display: flex;
            justify-content: space-between;
}

 .time {line-height: 48px;}
.gzdt_list li a {
  font-size: 18px;
  line-height: 48px;
  color: rgba(56, 56, 56, 1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
   width: 70%;
}

.gzdt_list li::before {
  width: 5.14px;
  height: 5.14px;
  display: block;
  background: rgba(168, 168, 168, 1);
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
}

.rdwd {
  margin-top: 50px;
  padding-bottom: 50px;
}

.rdwd_title {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.rdwd_title a {
  width: 100%;
  height: 54px;
  display: block;
  background: url(../images/rdwd_title.png) no-repeat center;
}

.gengduo1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(166, 166, 166, 1);
  position: absolute;
  right: 0;
}

.rdwd_nr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rdwd_nr li {
  width: 49%;
  background-image: url(../images/rdwd_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 220px;
  margin-top: 20px;
  padding: 30px 20px 0;
}

.li_title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 31.86px;
  color: rgba(77, 130, 98, 1);
  display: flex;
}

.rdwd_nr .li_title::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../images/w_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
  flex-shrink: 0;
}

.li_nr {
  margin-top: 36px;
  font-size: 17.38px;
  line-height: 48.88px;
  color: rgba(56, 56, 56, 1);
  position: relative;
  text-indent: 2em;
  height: 97px;
padding-left: 7px;
}

.rdwd_nr .li_nr::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../images/d_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: absolute;
  top: 11px;
    left: 0;
}

.title1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elli-m {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.ckgd {
  height: 38.01px;
  border-radius: 32.58px;
  background: rgba(44, 163, 96, 1);
  position: absolute;
  right: 0;
  bottom: -15px;
  text-align: center;
  line-height: 38px;
  padding-right: 29px;
}

.ckgd a {
  color: white;
}

.cf_sp_title {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.cf_sp_title a {
  width: 100%;
  height: 54px;
  display: block;
  background: url(../images/sp_title.png) no-repeat center;
}

.cf_sp {
  padding-bottom: 50px;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 232px;
  object-fit: cover;
}

.lb_bottom {
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 60px;
  position: absolute;
  bottom: 0;
  width: 80%;
  text-align: left;
  padding-left: 35px;
}

.lh_tpxw {
  margin-top: 20px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.lb_bottom a {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.mySwiper a {
  display: block;
  width: 80%;
}

.swiper-button-prev {
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 120px;
  color: transparent;
}

.swiper-button-next {
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 120px;
  color: transparent;
}

.swiper-pagination {
  text-align: right;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 17px);
  top: var(--swiper-pagination-top, auto);
  left: -151px;
}

.swiper-pagination-bullet {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 1);
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
  width: 10px;
  height: 10px;
}

/* 工作进展 */
.gzjz-box {
  width: 100%;
  background-size: 100% 100%;
  margin-top: -150px;
  overflow: hidden;
  /* position: relative;
            z-index: -2; */
}

.gzjz-box .tw-list {
  width: 100%;
  position: relative;
}

.gzjz-box .tw-list .tw-item:not(:last-child) {
  margin-right: 20px;
}

.gzjz-box .gzjz-swiper {
  width: 130%;
  height: 527px;
  position: relative;
  margin-top: 180px;
  margin-left: -15%;
}

.gzjz-box .gzjz-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper {
  width: 100%;
  height: 527px;
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-slide {
  width: 791px;
  height: 100%;
  /* background-color: #666666; */
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper .swi-img {
  width: 791px;
  height: 100%;
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper .swi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gzjz-box .gzjz-swiper .swiper-container .swiper-pagination {
  bottom: 0;
}

.gzjz-box .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 216px);
  width: 44px;
  height: 44px;
  background-image: url(../images/arrow_bg.png);
}

.gzjz-box .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 216px);
  width: 44px;
  height: 44px;
  background-image: url(../images/arrow_right.png);
}

/* 工作进展 swiper */

/* 两会访谈 e */

@media (max-width: 1480px) {
  .gzjz-box .gzjz-swiper {
    width: 120%;
    margin-left: -10%;
  }
}

@media (max-width: 1200px) {
  .gzjz-box .gzjz-swiper {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 431px) {
  .gzjz-box .gzjz-swiper {
    height: 250px;
  }

  .gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper {
    height: 250px;
  }

  .gzjz-box .gzjz-swiper .swiper-container .swiper-slide {
    width: 100%;
  }

  .gzjz-box .gzjz-swiper .swiper-container .swiper-wrapper .swi-img {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .logo {
    width: 281px;
  }
}

@media (max-width: 1400px) {
  .logo {
    width: 261px;
  }
}

@media (max-width: 1200px) {
  .logo {
    width: 261px;
  }

  .cf_text {
    width: 838.93px;
  }

  .logo {
    left: 5%;
  }

  .gzjz-box .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 29px);
  }

  .gzjz-box .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 29px);
  }
}

@media (max-width: 992px) {
  .logo {
    width: 200px;
  }

  .cf_text {
    width: 747.93px;
  }

  .gzdt_list li {
    width: 100%;
  }

  .gzdt_nr {
    padding: 118px 44px 71px;
  }

  .rdwd_nr li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cf_text {
    width: 640.93px;
  }
}

@media (max-width: 650px) {
  .cf_text {
    width: 500px;
  }
}

@media (max-width: 480px) {
  .cf_text {
    width: 300px;
  }

  .cf_header {
    height: 558px;
  }
  .time {
                font-size: 14px;
            }
}
