.press-conter-content .swiper-header {
  display: flex;
  justify-content: space-between;
}
.press-conter-content .swiper-header .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
.press-conter-content .swiper-header .more {
  font-size: 16px;
  color: #4b4b4d;
}
.press-conter-content .top-swiper-container {
  position: relative;
  width: 100%;
  height: 180px;
}
.press-conter-content .top-swiper-container .swiper-wrapper {
  position: relative;
  z-index: -1;
}
.press-conter-content .top-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-conter-content .top-swiper-container .swiper-wrapper .swiper-slide .description {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  position: absolute;
  z-index: 3;
  color: #fff;
}
.press-conter-content .top-swiper-container .swiper-wrapper .swiper-slide .description .container {
  opacity: 1;
  box-sizing: border-box;
  padding: 12px 12px 26px 12px;
}
.press-conter-content .top-swiper-container .swiper-wrapper .swiper-slide .description .time {
  font-size: 14px;
}
.press-conter-content .top-swiper-container .swiper-wrapper .swiper-slide .description .title {
  margin-top: 8px;
  font-size: 16px;
}
.press-conter-content .top-swiper-container .top-swiper-pagination {
  position: absolute;
  bottom: 16px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.press-conter-content .top-swiper-container .top-swiper-pagination .swiper-pagination-bullet {
  width: 90px;
  height: 2px;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
}
.press-conter-content .pagination {
  align-items: center;
  gap: 8px;
}
.press-conter-content .pagination .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.press-conter-content .pagination .page-item.active .page-link {
  background-color: #b81c26;
  color: #fff;
}
.press-conter-content .pagination .page-item:last-of-type .page-link,
.press-conter-content .pagination .page-item:first-of-type .page-link {
  background: #fff;
  color: #19191a;
  font-size: 16px;
}
.press-conter-content .pagination .page-item .page-link[data-checked="true"] {
  background: #b81c26;
  color: #fff;
}
.press-conter-content .pagination .page-item .page-link:hover {
  background: #b81c26;
  border-color: #b81c26;
}
.press-conter-content .pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  color: #19191a;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 999px;
}
@media screen and (min-width: 1000px) {
  .press-conter-content .swiper-header,
  .press-conter-content .container {
    padding: 0;
  }
  .press-conter-content .top-swiper-container {
    height: 720px;
    margin-bottom: 60px;
  }
  .press-conter-content .top-swiper-container .swiper-wrapper .swiper-slide .description {
    bottom: 0;
    position: absolute;
    z-index: 3;
    color: #fff;
  }
  .press-conter-content .top-swiper-container .swiper-wrapper .swiper-slide .description .container {
    opacity: 1;
    padding: 36px 0 56px 0;
  }
  .press-conter-content .top-swiper-container .swiper-wrapper .swiper-slide .description .title {
    margin-top: 16px;
    font-size: 36px;
  }
}
