.wp {
  width: 1440px;
  margin: 0 auto;
}

.newstit {
  padding: 0 0 60px;
  display: flex;
  justify-content: space-between
}

.newstit h1 {
  font-size: 26px;
  line-height: 1.2;
  color: #212121;
  font-weight: 700;
  font-weight: 700
}

.newstit .time {
  padding: 30px 0 0
}

.newstit .time span {
  font-size: 14px;
  color: #666
}

.news-content {
  line-height: 2;
  font-size: 17px;
  color: #666;
  border-top: 1px solid #eee;
  padding: 40px 0 20px
}

.news-content p {
  margin-bottom: 20px
}

.news-content strong {
  color: #333
}

.news-content h5 {
  font-size: 22px;
  color: #000009;
  font-weight: 700;
  margin-bottom: 20px
}

.news-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto
}

.news-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  color: #484848;
  font-size: 14px
}

.news-content table tr>th {
  padding: 10px 20px;
  color: #212121;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  text-align: center
}

.news-content table tr>td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  text-align: center
}



.pnbar {
  margin: 0 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 70px 0 30px
}

.pnbar>a {
  width: 40%;
  position: relative;
  overflow: hidden
}

.pnbar>a.m {
  width: 20%;
  text-align: center;
  font-size: 16px;
  color: #999
}

.pnbar>a.l,
.pnbar>a.r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center
}

.pnbar>a.r {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right
}

.pnbar i {
  color: #999;
  font-size: 16px;
  text-align: left;
  vertical-align: middle
}

.pnbar em {
  font-size: 16px;
  color: #999;
  margin: 0 0 0 10px
}

.pnbar p {
  margin: 0 0 0 50px;
  color: #212121;
  line-height: 28px;
  font-size: 18px
}

.pnbar>a.r em {
  margin: 0 10px 0 0
}

.pnbar>a.r p {
  margin: 0 50px 0 0
}

.pnbar>a.m:hover {
  color: var(--active-color)
}

.pnbar>a:hover i {
  color: #212121
}

.pnbar>a:hover em {
  color: #212121
}

.pnbar>a:hover p {
  color: var(--active-color);
  text-decoration: underline
}


.rela-pro>h5 {
  font-size: 26px;
  color: #212121;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px
}

.rela-pro .list {
  position: relative
}

.rela-pro .swiper-slide {
  text-align: center
}

.rela-pro .swiper-slide img {
  width: 100%
}

.rela-pro .swiper-slide h6 {
  font-size: 17px;
  color: #212121;
  line-height: 24px;
  font-weight: 700;
  margin: 27px 0 0
}

.rela-pro .bot {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 50px auto 0;
  line-height: normal
}

.rela-pro .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden
}

.rela-pro .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7
}

.rela-pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px
}

.rela-pro .bot .page {
  font-size: 0
}

.rela-pro .swiper-button-prev,
.rela-pro .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: 0 0;
  margin-top: 0;
  text-align: center;
  color: #202020;
  display: inline-block;
  border-radius: 0
}

.rela-pro .swiper-button-next::after,
.rela-pro .swiper-button-prev::after {
  display: none
}

.rela-pro .swiper-button-prev i,
.rela-pro .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block
}

.rela-pro .swiper-button-prev,
.rela-pro .swiper-container-rtl .swiper-button-next {}

.rela-pro .swiper-button-next,
.rela-pro .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px
}

.rela-pro .swiper-button-prev:hover,
.rela-pro .swiper-button-next:hover {
  color: var(--active-color)
}


.main {
  padding-top: 100px;
  padding-bottom: 100px
}

.main2 {
  padding-top: 60px
}


@media screen and (max-width: 1441px) {
  .main {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media screen and (max-width: 1367px) {
  .main {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media screen and (max-width: 1281px) {
  .main {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media screen and (max-width: 992px) {
  .main {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 35px;
    padding-bottom: 30px
  }

  .rela-pro>h5 {
    font-size: 24px;
    margin-bottom: 30px
  }

  .rela-pro .swiper-slide h6 {
    font-size: 16px;
    margin: 15px 0 0
  }

  .rela-pro .bot {
    margin: 30px auto 0
  }

  .newstit {
    padding: 0 0 30px;
    display: block
  }

  .newstit h1 {
    font-size: 22px
  }

  .newstit span {
    margin: 10px 0 0;
    font-size: 15px;
    display: inline-block
  }

  .news-content {
    line-height: 1.5;
    font-size: 16px;
    padding: 25px 0 15px
  }

  .news-content h5 {
    font-size: 20px;
    margin-bottom: 15px
  }

  .news-content p {
    margin-bottom: 15px
  }

  .pnbar {
    margin: 0 0 30px;
    display: flex;
    padding: 30px 0
  }

  .pnbar>a {
    width: 100%
  }

  .pnbar>a.l,
  .pnbar>a.r {
    justify-content: center
  }

  .pnbar>a.m {
    width: 100%;
    display: block;
    margin: 10px 0
  }
}

@media screen and (max-width: 480px) {

  .newstit {
    padding: 0 0 20px
  }

  .news-content {
    line-height: 1.3;
    font-size: 15px;
    padding: 20px 0 15px
  }
  
  .news-content p{
  font-size: 12px;
        margin-bottom: 5px;
  }
  
}