.page-touzizhe {
  padding: 175px 0 0;
}

.page-touzizhe .news-img .img {
  height: 422px;
}

.page-touzizhe .news-img .text {
  box-sizing: border-box;
  width: calc(100% - 1px);
}

.page-touzizhe .news-img .text-tit span {
  font-size: 16px;
}

.page-touzizhe .icon-video {
  top: 45%;
}

.page-touzizhe .news-img-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.4);
}

.page-touzizhe .news-img-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

.icon-video {
  position: absolute;
  width: 63px;
  height: 63px;
  background: url(../img/tzz/icon_play.png) 0 0/cover no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-news ul {
  margin-top: 25px;
}

.page-news ul li {
  border-bottom: 1px dashed #e5e5e5;
  line-height: 42px;
  height: 42px;
}

.page-news ul li a {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
}

.page-news ul li p {
  font-size: 16px;
  display: inline-block;
  max-width: calc(100% - 125px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-news ul li .new {
  vertical-align: top;
  display: inline-block;
  width: 29px;
  height: 15px;
  position: relative;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  top: 15px;
  margin-left: 5px;
}

.page-news ul li span {
  position: absolute;
  right: 0;
  top: 0;
}

.page-news ul li a:hover p {
  color: #012A8C;
}

.page-news .read-more {
  margin: 20px 0 0 15px;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.page-tzpg {
  background: url(../img/tzz/bg_tzzz.jpg) center bottom/cover no-repeat;
}

.page-rlv-tzz {
  padding-top: 190px;
  padding-bottom: 90px;
  overflow: hidden;
}

.page-rlv-tzz .cont {
  margin-left: -22px;
  margin-right: -23px;
}

.page-rlv-tzz .item {
  width: 33.33%;
  padding: 0 23px 0 22px;
  float: left;
}

.page-rlv-tzz .title {
  position: relative;
  height: 140px;
}

.page-rlv-tzz .title .img {
  height: 100%;
}

.page-rlv-tzz .title .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-rlv-tzz .title h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

.page-rlv-tzz .lists {
  height: 266px;
  background-color: #f0f3f8;
  padding: 10px;
  box-sizing: border-box;
}

.page-rlv-tzz .lists li {
  border-bottom: 1px dashed #d8dfed;
  margin-bottom: 5px;
  line-height: 42px;
}

.page-rlv-tzz .lists li a {
  display: block;
  position: relative;
  padding-right: 77px;
}

.page-rlv-tzz .lists li a p {
  font-size: 16px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-rlv-tzz .lists li a span {
  position: absolute;
  right: 0;
  top: 0;
}

.page-rlv-tzz .lists li a:hover p {
  color: #012A8C;
}

.page-rlv-tzz .lists .more {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  display: inline-block;
  margin-left: 10px;
}

.page-rlv-tzz .lists .more:hover {
  color: #012A8C;
}

@media screen and (max-width: 1440px) {
  .page-rlv-tzz {
    padding-top: 100px;
  }
  .page-news ul li p {
    font-size: 14px;
  }
  .page-news ul li {
    height: 38px;
    line-height: 38px;
  }
  .page-touzizhe .news-img .img {
    height: 380px;
  }
  .page-rlv-tzz .lists li a p {
    font-size: 14px;
  }
  .page-rlv-tzz .lists li {
    line-height: 38px;
  }
  .page-rlv-tzz .lists .more {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .page-touzizhe {
    padding-top: 50px;
  }
  .page-touzizhe .news-img .img {
    height: 320px;
  }
  .page-news ul {
    margin-top: 5px;
  }
  .page-news ul li {
    height: 36px;
    line-height: 36px;
  }
  .page-news .read-more {
    margin-top: 5px;
  }
  .page-rlv-tzz .lists {
    height: 242px;
  }
}

@media screen and (max-width: 768px) {
  .page-touzizhe .news-img .img {
    height: 65vw;
  }
  .page-rlv-tzz .item {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .page-rlv-tzz .item {
    width: 100%;
  }
  .page-rlv-tzz {
    padding: 60px 0;
  }
}
