.content-box-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 2.25rem;
  color: #CB0000;
  position: relative;
}
.content-box-title > div:last-child {
  color: #666666;
  font-size: 0.75rem;
}
.content-box-title::before {
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -0.5rem;
  left: -1.625rem;
  z-index: 0;
  background: rgba(203, 0, 0, 0.2);
  border-radius: 50%;
}
.content-box-1 {
  padding: 13.125rem 0 3.1875rem;
}
.list-container {
  background: #F8FAFB;
}
.list-container .page {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  color: #666666;
}
.list-container .page :first-child {
  font-weight: bold;
  font-size: 1.5rem;
  color: #CB0000;
}
.list-container .swiper-content {
  background: #FFFFFF;
  box-shadow: 0 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.625rem;
  width: 100%;
  display: flex;
}
.list-container .swiper-content > img {
  min-width: 50%;
  height: 31.25rem;
  background: #111111;
  border-radius: 0.625rem;
  object-fit: cover;
}
.list-container .swiper-content .swiper-text {
  padding: 3.75rem 2.75rem 4.3125rem 3.75rem;
  position: relative;
}
.list-container .swiper-content .swiper-text .time {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.25rem;
}
.list-container .swiper-content .swiper-text .time .day {
  font-weight: bold;
  font-size: 3.75rem;
  color: #111111;
  margin-right: 1.0625rem;
  border-bottom: 0.1875rem solid #CB0000;
  line-height: 60px;
}
.list-container .swiper-content .swiper-text .time .month {
  font-size: 0.875rem;
  color: #666666;
}
.list-container .swiper-content .swiper-text .title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #111111;
  line-height: 2.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-container .swiper-content .swiper-text .text {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5625rem;
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.list-container .swiper-content .swiper-text .more {
  font-weight: bold;
  font-size: 1rem;
  color: #111111;
  position: absolute;
  bottom: 5%;
  left: 3.75rem;
}
.list-container .swiper-content .swiper-text .more span {
  color: #CB0000;
  font-weight: bold;
  font-size: 1.3125rem;
}
.list-container .swiper-btn {
  display: flex;
  justify-content: right;
  margin: 1.25rem 0 1.875rem 0;
}
.list-container .swiper-btn .btn {
  width: 3.4375rem;
  height: 3.4375rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 1.75rem;
  margin-left: 0.625rem;
}
.list-container .swiper-btn .btn:hover {
  background: #CB0000;
}
.list-container .content {
  width: 100%;
  min-height: 17.8125rem;
  padding: 1.875rem 1.625rem 1.875rem 2.5rem;
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .list-container .content {
    flex-wrap: nowrap;
  }
}
.list-container .content .time {
  text-align: center;
  margin-right: 2rem;
}
.list-container .content .time .day {
  font-weight: bold;
  font-size: 3.75rem;
  color: #111111;
}
.list-container .content .time .month {
  font-size: 0.875rem;
  color: #666666;
}
.list-container .content .img-box {
  width: 18.75rem;
  height: 14.0625rem;
  margin-right: 1.875rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .list-container .content .img-box {
    flex: 1;
  }
}
.list-container .content .img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.list-container .content .img-box > img:hover {
  transform: scale(1.2);
}
.list-container .content .text {
  height: 14.0625rem;
}
.list-container .content .text .title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #111111;
  line-height: 2.1875rem;
  margin-top: 1.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-container .content .text .text-con {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5625rem;
  margin-top: 0.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-container .content .icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.625rem;
  bottom: 2.5rem;
}
#content-box-1-pagination {
  margin-top: 6.25rem;
  flex-wrap: wrap;
  gap: 0.625rem;
}
#content-box-1-pagination .page-item {
  margin-right: 0.5rem;
}
#content-box-1-pagination .page-item.active .page-link {
  background: #CB0000;
  border: none;
  color: #fff;
}
#content-box-1-pagination .page-item.disabled {
  cursor: not-allowed;
}
#content-box-1-pagination .page-item.disabled .page-link {
  background: rgba(0, 0, 0, 0.05);
  cursor: not-allowed;
}
#content-box-1-pagination .page-link {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.1875rem;
  cursor: pointer;
}
#content-box-1-pagination .page-link.page-input {
  width: 4.375rem;
  padding: 0;
}
#content-box-1-pagination .page-link .form-control {
  background: transparent !important;
  border: 0;
  width: 100%;
  height: 100%;
}
#content-box-1-pagination .page-link input::-webkit-outer-spin-button,
#content-box-1-pagination .page-link input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#content-box-1-pagination .page-link input[type=number] {
  -moz-appearance: textfield;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #CB0000;
}
