.text {
  padding-top: 15px;
  text-align: center;
}

body {
  background: url(../images/body_bg.png) no-repeat top center;
}

.logo {
  position: absolute;
  top: 10px;
}

.container {
  width: 1300px;
}

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

.swiper-slide {
  font-size: 18px;
  display: flex;
}

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

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

.gzdt_left {
  width: 57%;
}

.gzdt_right {
  width: 41%;
}

.mySwiper img {
  height: 450px;
  width: 100%;
}

.mySwiper p {
  height: 80px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.68) 100%
  );
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 80px;
  color: rgba(255, 255, 255, 1);
  padding-left: 20px;
  padding-right: 150px;
}

/* 单行省略号 */
.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

/* 多行省略号 */
.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;
}

.swiper-pagination {
  text-align: right;

  font-size: 20px;
  bottom: 20px;
  color: rgba(255, 255, 255, 1);
width: 200px;
    left: 71%;
}

.swiper-pagination-current {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.44px;
  line-height: 0px;
  color: rgba(255, 255, 255, 1);
}

.swiper-pagination-total {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}

.mySwiper .swiper-button-prev {
  width: 30px;
  height: 60px;
  background: url(../images/arrow.png) no-repeat center;
}

.mySwiper .swiper-button-next {
  width: 30px;
  height: 60px;
  background: url(../images/arrow_right.png) no-repeat center;
}

.gzdt_title a {
  display: block;
  height: 53px;
  background: url(../images/gzdt_title.png) no-repeat left;
}

.gzdt_top {
  height: 147px;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 30px rgba(42, 130, 228, 0.25);
  margin-top: 22px;
  box-sizing: border-box;
}

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

.sj {
  display: flex;
  width: 68px;
  height: 68px;
  text-align: center;
  background: url(../images/tuoyiuanx.png) no-repeat top center / 100% 100%;
  flex-direction: column;
  padding-top: 9px;
  box-sizing: border-box;
}

.ri {
  font-size: 26px;
  font-weight: 700;
  line-height: 34.29px;
  color: rgba(24, 94, 199, 1);
}

.y {
  font-size: 12px;
  font-weight: 700;
  color: rgba(125, 175, 232, 1);
}

.gj_title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: rgba(0, 0, 0, 1);
  margin-left: 10px;
  padding-top: 10px;
}

.bottomdiv {
  border-top: 1px solid rgba(196, 200, 208, 1);
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.12px;
  color: rgba(128, 128, 128, 1);
  padding-top: 10px;
}

.list {
  margin-top: 28px;
}

.list li {
  display: flex;
  position: relative;
  padding-left: 15px;
  justify-content: space-between;
}

.list li a {
  width: 85%;
  font-size: 1.125rem;
  line-height: 50px;
  color: rgba(56, 56, 56, 1);
}

.list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(204, 204, 204, 1);
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
}

.time {
  font-size: 1.125rem;
  line-height: 50px;
  color: rgba(166, 166, 166, 1);
}

.listContent li a {
  width: 100%;
}

.jffw_title a {
  display: block;
  height: 53px;
  background: url(../images/jffu_title.png) no-repeat center;
  margin-top: 50px;
}

.jffwSwiper {
  padding-bottom: 50px;
}

.jffwSwiper .swiper-slide a {
  display: block;
  background: url(../images/jffw_libg.png) no-repeat center;
  height: 124px;
  box-shadow: 0px 0px 20px rgba(42, 130, 228, 0.25);
  width: 100%;
  margin-top: 20px;
  padding: 22px 22px 0 53px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(51, 51, 51, 1);
}

.jffw .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: url(../images/arrow_tw.png) no-repeat center;
  left: -40px;
}

.jffw .swiper-button-next {
  width: 30px;
  height: 30px;
  background: url(../images/arrow_twt.png) no-repeat center;
  right: -40px;
}

.jffw {
  position: relative;
}

.jfsp {
  background: url(../images/jfsp_bg.png) no-repeat;
  padding: 50px 0 70px;
  box-sizing: border-box;
}

.jfsp_title a {
  display: block;
  height: 53px;
  background: url(../images/jfsp_title.png) no-repeat center;
  position: relative;
  z-index: 99;
}

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

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

.gzjz-box .tw-list .tw-item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 260px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgb(235, 243, 239);
  padding: 36px 20px;
}

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

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

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

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

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

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

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

.jfck {
  padding: 65px 0 80px;
}

.jfck_title a {
  display: block;
  height: 53px;
  background: url(../images/jfck_title.png) no-repeat center;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

th,
td {
  border: 1px solid rgba(42, 130, 228, 1);
  padding: 12px 10px;
  text-align: center;
  font-size: 20px;
}

th {
  background-color: rgba(184, 217, 255, 1);

  color: rgba(32, 79, 149, 1);
  font-weight: bold;
}

.jjlssyl_tb {
  padding: 40px;
  border-radius: 10px;
  background: rgba(222, 242, 255, 1);
}

@media (max-width: 768px) {
  table {
    overflow-x: auto;
    display: block;
  }
}

.jfck_nr .h1 {
  margin-top: 22px;
  height: 50px;
  opacity: 1;
  background: rgba(184, 217, 255, 1);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 50px;
  color: rgba(32, 79, 149, 1);
  border: 1px solid rgba(42, 130, 228, 1);
  border-bottom: 0;
  text-align: center;
}

.gzdt_left .swiper-slide a {
  width: 100%;
}
.jfspSwiper {
            margin-top: 50px;
        }

        .jfspSwiper .swiper-slide a {
            text-align: center;
            margin: 0 auto;

        }

        .jfspSwiper .swiper-slide a img {
            height: 600px;
        }

        .jfspSwiper .swiper-pagination {
            text-align: center;
        }
@media (max-width: 1400px) {
  .gzjz-box .gzjz-swiper {
    width: 120%;
    margin-left: -10%;
  }

  .container {
    width: 1100px;
  }

  .gzdt_title a {
    background: url(../images/gzdt_title.png) no-repeat left;
  }
  .swiper-pagination {
            left: 64%;
        }
}

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

  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gzdt {
    flex-direction: column-reverse;
  }

  .gzdt_right {
    width: 100%;
  }

  .gzdt_left {
    width: 100%;
  }

  .mySwiper img {
    height: auto;
  }
}

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

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

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

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

  .text {
    padding-top: 84px;
  }

  .list li a {
    width: 80%;
  }

  .jffw .swiper-button-prev {
    left: 0px;
  }

  .jffw .swiper-button-next {
    right: 0px;
  }
  .swiper-pagination {
            left: 34%;
        }
 .jfspSwiper .swiper-slide a img {
            height: 193px;
        }
}

/* 工作进展 swiper */
