.seize-news {
  padding: 100px 0;
}

.seize-news .wp {
  display: -webkit-flex;
  display: flex
}

.seize-news .tit {
  width: 390px
}

.seize-news .tit h3 {
  font-size: 72px;
  line-height: 1;
  color: #2c2c2c;
  text-transform: uppercase
}

.seize-news .tit h3 span {
  font-weight: 700
}

.seize-news .bot {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 30px 0 0
}

.seize-news .tips {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 25px;
  text-align: center
}

.seize-news .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 1px;
  background: silver
}

.seize-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background:#2e4883;
  top: -2px;
  height: 5px
}

.seize-news .swiper-button-prev,.seize-news .swiper-button-next {
  position: static;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid rgba(1,1,1,.38);
  overflow: hidden;
  background: #fff;
  margin-top: 0;
  text-align: center;
  color: #333;
  display: inline-block;
  border-radius: 50%
}

.seize-news .swiper-button-next::after,.seize-news .swiper-button-prev::after {
  display: none
}

.seize-news .swiper-button-prev i,.seize-news .swiper-button-next i {
  color: inherit;
  font-size: 25px;
  display: inline-block
}

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

.seize-news .swiper-button-prev:hover,.seize-news .swiper-button-next:hover {
  background: #2e4883;
  border-color: #f1f3f7;
  color: #fff
}

.seize-news .list {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 25px;
  overflow: hidden
}

.seize-news .swiper-slide .box {
  display: -webkit-flex;
  display: flex;
  background: #fff;
  border: 2px solid #ececec;
  border-radius: 8px;
  padding: 24px
}

.seize-news .swiper-slide .time {
  width: 90px
}

.seize-news .swiper-slide .time em {
  font-size: 36px;
  color: #121212
}

.seize-news .swiper-slide .time span {
  font-size: 18px;
  color: #acacac;
  margin: 3px 0 0
}

.seize-news .swiper-slide .time hr {
  width: 100%;
  height: 2px;
  background: #acacac;
  margin: 35px 0 0
}

.seize-news .swiper-slide .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px
}

.seize-news .swiper-slide .txt h5 {
  font-size: 22px;
  color: #000;
  font-weight: 500
}

.seize-news .swiper-slide .txt h5 a {
  display: block;
  line-height: 30px;
  height: 60px;
  overflow: hidden
}

.seize-news .swiper-slide .txt h5 a:hover {
  color: var(--active-color)
}

.seize-news .swiper-slide .txt p {
  font-size: 17px;
  margin: 13px 0;
  color: #7e7e7e;
  line-height: 24px;
  height: 48px;
  overflow: hidden
}

.seize-news .swiper-slide .txt .more {
  margin: 5px 0 0;
  width: 180px;
  height: 35px;
  line-height: 35px;
  background: #2e4883;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff
}

.seize-news .swiper-slide .txt .more:hover {
  background: #2e4883
}

.seize-news .list .swiper-pagination-bullets {
  position: static;
  width: 100%;
  margin-top: 25px;
  display: none
}

.seize-news .list .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: #a5a5a5;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box
}

.seize-news .list .swiper-pagination-bullet-active {
  background: #17a549
}


@media screen and (max-width: 1600px) {
  .seize-news .tit h3{
    font-size: 66px;
  }
}
@media screen and (max-width: 1500px) {
  .seize-news .tit h3{
    font-size: 60px;
  }
  .seize-news .swiper-slide .txt h5 a {
    line-height: 27px;
    height: 54px
  }

  .seize-news .swiper-slide .txt h5 {
      font-size: 20px
  }
}
@media screen and (max-width: 1400px) {
  .seize-news .tit h3{
    font-size: 54px;
  }
  .seize-news {
    padding: 70px 0
  }

  .seize-news .swiper-slide .txt .more {
      width: 160px;
      font-size: 15px
  }

  .seize-news .swiper-slide .time em {
      font-size: 32px
  }
}
@media screen and (max-width: 1300px) {
  .seize-news .tit h3{
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .seize-news .tit h3{
    font-size: 30px;
  }
  .seize-news {
    padding: 30px 0
  }

  .seize-news .wp {
      display: block
  }

  .seize-news .tit {
      width: 100%;
      text-align: center
  }

  .seize-news .bot {
      display: none
  }

  .seize-news .list {
      margin: 25px 0 0;
      overflow: hidden
  }
  .seize-news .swiper-slide .box {
    padding: 15px
  }

  .seize-news .swiper-slide .time {
      width: 75px
  }

  .seize-news .swiper-slide .time em {
      font-size: 26px
  }

  .seize-news .swiper-slide .time span {
      font-size: 16px
  }

  .seize-news .swiper-slide .time hr {
      margin: 25px 0 0
  }

  .seize-news .swiper-slide .txt {
      margin-left: 25px
  }

  .seize-news .swiper-slide .txt h5 {
      font-size: 18px
  }

  .seize-news .swiper-slide .txt p {
    font-size: 16px;
    line-height: 22px;
    height: 44px
  }

  .seize-news .swiper-slide .txt .more {
      display: none
  }

  .seize-news .list .swiper-pagination-bullets {
      display: block
  }
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1600px) {}
