.page-banner {
  margin-top: 122px;
  position: relative;
}

.banner-img img {
  height: 716px;
}

.banner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 980px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.banner-title {
  font-size: 60px;
}

.banner-desc {
  font-size: 60px;
  position: relative;
}

.banner-desc::after {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 146px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.page-wrap {
  margin-top: 74px;
}

.page-wrap>div {
  width: 1200px;
  margin: 0 auto;
}

.nav-tab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-bottom: 2px solid #999;
}

.nav-tab-item {
  width: 170px;
  height: 45px;
  font-size: 18px;
  color: #666;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.current .nav-tab-title {
  position: relative;
  color: #2e60ad;
}

.current .nav-tab-title::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 8px;
  height: 8px;
  background-color: #2e60ad;
  border-radius: 50%;
}

.current {
  position: relative;
}

.current span {
  position: absolute;
  height: 2px;
  width: 170px;
  bottom: -2px;
  left: 0;
  background-color: #2e60ad;
}

.tab-list .item-show img {
  width: 352px;
  height: 352px;
}

.tab-list .item-show {
  display: flex;
}

.tab-list .item-show .img {
  margin-right: 74px;
}

.tab-list .item-show .date {
  color: #666;
  font-size: 14px;
  text-align: center;
}

.tab-list .item-show .date p {
  color: #333;
  font-size: 50px;
  margin-bottom: -4px;
}

.tab-list {
  margin-top: 58px;
}

.tab-list li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 66px;
  margin-bottom: 44px;
}


.tab-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-list .item-info {
  width: 635px;
  font-size: 14px;
  color: #666;
}

.tab-list .item-info .info-title {
  font-size: 22px;
  margin-bottom: 18px;
  color: #000;
}

.tab-list .item-info .info-desc {
  line-height: 24px;
}

.tab-list .item-info .btn img {
  width: 62px;
  height: 62px;
}

.pag-list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pag-list-wrap li {
  width: 52px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.pag-list-wrap .now {
  color: #597cb9;
  font-size: 24px;
}

.tab-2,
.tab-3,
.tab-4 {
  display: none;
}

.pag-list-wrap .pagination {
  height: 46px;
  padding: 0;
}

.pag-list-wrap .pagination a,
.pag-list-wrap .pagination p {
  height: auto;
}

/* 自适应 */
@media screen and (max-width: 1000px) {
  .page-banner {
    margin-top: 0;
  }

  .banner-img img {
    height: 100%;
  }

  .banner-title,
  .banner-desc {
    font-size: 26px;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
  }

  .banner-desc::after {
    width: 130px;
  }

  .page-wrap>div {
    width: 100%;
  }

  .nav-tab {
    border-bottom: none;
  }

  .tab-list .item-info {
    margin-top: 50px;
  }

  .tab-list .item-show img {
    height: 100%;
  }

  .tab-list li {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .pag-list-wrap {
    width: 350px;
  }

  .pagination a:nth-child(6),
  .pagination a:nth-child(7),
  .pagination a:nth-child(8) {
    display: none;
  }
}