.swiper {
  position: relative;
  height: 54.5rem;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide a img {
  width: 100%;
  height: 38rem;
  border-radius: 2.81rem;
}

.swiper-slide .time {
  margin: 3.13rem 0 1.38rem;
  width: 22.44rem;
  height: 2.94rem;
  font-size: 2.5rem;
  color: #999999;
}

.title-box {
  display: flex;
  width: 100%;
  height: 9.06rem;
  justify-content: space-between;
  align-items: center;
}

.title-box-left {
  width: 48.75rem;
  height: 9.5rem;
  font-size: 4.38rem;
  font-weight: bold;
  line-height: 100%;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-box-more {
  width: 11.25rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  border-radius: 2.97rem;
  background: #000000;
  font-size: 2.5rem;
  color: #FFFFFF;
}

.swiper .swiper-pagination {
  position: absolute;
  top: 34.25rem;
  left: 50%;
}

.box-list {
  margin-top: 4.38rem;
}


.box-list-1 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-list-1 a {
  display: block;
  width: 29.5rem;
  height: 27.94rem;
  margin-bottom: 3.38rem;
  color: #000;
}

.box-list-1 a img {
  width: 100%;
  height: 16.88rem;
  border-radius: 1.56rem;
}

.box-list-1-time {
  width: 18.13rem;
  height: 2.94rem;
  margin: 2rem 0;
  font-size: 2.5rem;
  color: #999999;
}

.box-list-1-title {
  width: 100%;
  height: 3.2rem;
  font-size: 2.81rem;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-list-2 {
  display: flex;
  height: 56.38rem;
  margin-top: 2.5rem;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.box-list-2::-webkit-scrollbar {
  display: none;
}

.box-list-2 a {
  display: block;
  width: 53.13rem;
  height: 100%;
  margin-right: 2.38rem;
}

.box-list-2 a img {
  width: 53.13rem;
  height: 33.38rem;
  border-radius: 1.56rem;
}

.box-list-2-time {
  width: 18.31rem;
  height: 2.94rem;
  font-size: 2.5rem;
  color: #999999;
  margin: 3.44rem 0 2.25rem;
}

.box-list-2-title {
  height: 3.1rem;
  font-size: 2.81rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.81rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-list-2-subtitle {
  height: 8.75rem;
  font-size: 2.19rem;
  line-height: 200%;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}