body.news-list-body {
  margin: 0;
  padding: 0;
  background: rgba(245, 246, 247, 1);
  color: rgba(31, 41, 55, 1);
  font-family: "AlibabaPuHuiTi-Regular", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
}

.news-list-page {
  --news-list-sticky-offset: 0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background: rgba(245, 246, 247, 1);
}

.news-list-page * {
  box-sizing: border-box;
}

.news-list-page a,
.news-list-page button,
.news-list-page input {
  font: inherit;
}

.news-list-shell {
  width: min(1200px, calc(100vw - 48px));
  min-width: 0;
}

.news-list-breadcrumb {
  display: flex;
  justify-content: center;
  background: rgba(242, 242, 242, 1);
}

.news-list-breadcrumb__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  line-height: 16px;
}

.news-list-breadcrumb__link {
  color: rgba(153, 153, 153, 1);
  text-decoration: none;
}

.news-list-breadcrumb__slash {
  color: rgba(153, 153, 153, 1);
}

.news-list-breadcrumb__current {
  color: rgba(95, 95, 95, 1);
  text-decoration: none;
}

.news-list-hero {
  display: flex;
  justify-content: center;
  min-height: 240px;
  padding: 91px 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url(https://img.js.design/assets/img/69b90a3fb5e8b987e54aa420.png#c8539af5dad79292cb169df937e7a3c1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-list-hero__title {
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansCN-Bold", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.news-list-tabs-sentinel {
  height: 0;
}

.news-list-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 1);
  position: sticky;
  top: var(--news-list-sticky-offset);
  z-index: 40;
}

.news-list-tabs.news-list-tabs--stuck {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.news-list-tabs .news-list-shell {
  width: min(1920px, 100%);
  padding: 0 24px;
  display: flex;
  justify-content: center;
}

.news-list-tabs__inner {
  width: min(1200px, 100%);
  display: flex;
  align-items: end;
  padding: 11px 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.news-list-tabs__item {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 153px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(218, 36, 29, 1);
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}

.news-list-tabs__item--active {
  border-top: 1px solid rgba(218, 36, 29, 1);
  border-right: 1px solid rgba(218, 36, 29, 1);
  border-left: 1px solid rgba(218, 36, 29, 1);
  border-bottom: 0;
  color: rgba(218, 36, 29, 1);
}

.news-list-tabs__line {
  min-width: 120px;
  flex: 1 0 120px;
  height: 34px;
  border-bottom: 1px solid rgba(218, 36, 29, 1);
  background: rgba(255, 255, 255, 1);
}

.news-list-main {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  padding: 0 0 90px;
}

.news-list-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: rgba(255, 255, 255, 1);
}

.news-list-card-list {
  display: flex;
  flex-direction: column;
}

.news-list-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 32px 24px;
  border-bottom: 1px solid rgba(196, 196, 196, 1);
  color: rgba(107, 107, 107, 1);
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.news-list-panel__head {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 0 2px;
}

.news-list-panel__title {
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-family: "SourceHanSansCN-Bold", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
}

.news-list-card {
  min-height: 146px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  gap: 29px;
  padding: 26px 29px 12px 18px;
  border-bottom: 1px solid rgba(196, 196, 196, 1);
  background: rgba(255, 255, 255, 1);
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transform: translateY(18px);
  will-change: transform, opacity;
  transition:
    background-color 0.2s ease,
    opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0ms;
}

.news-list-card--delay-0 {
  transition-delay: 0ms, 0ms, 0ms;
}

.news-list-card--delay-1 {
  transition-delay: 0ms, 55ms, 55ms;
}

.news-list-card--delay-2 {
  transition-delay: 0ms, 110ms, 110ms;
}

.news-list-card--delay-3 {
  transition-delay: 0ms, 165ms, 165ms;
}

.news-list-card--delay-4 {
  transition-delay: 0ms, 220ms, 220ms;
}

.news-list-card--delay-5 {
  transition-delay: 0ms, 275ms, 275ms;
}

.news-list-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.news-list-card--featured {
  background: rgba(245, 245, 245, 1);
}

.news-list-card:hover {
  background: rgba(245, 245, 245, 1);
}

.news-list-card__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
}

.news-list-card__title {
  color: rgba(0, 0, 0, 1);
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.news-list-card__title--featured {
  color: rgba(221, 33, 40, 1);
}

.news-list-card:hover .news-list-card__title {
  color: rgba(221, 33, 40, 1);
}

.news-list-card__description {
  color: rgba(107, 107, 107, 1);
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.news-list-card__meta {
  color: rgba(153, 153, 153, 1);
  font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.news-list-card__image {
  width: 180px;
  min-height: 100px;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-list-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  flex-wrap: wrap;
}

.news-list-pagination__pages {
  display: flex;
  align-items: center;
  gap: 0;
}

.news-list-pagination__button {
  min-width: 39.8px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(238, 238, 238, 1);
  background: rgba(255, 255, 255, 1);
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  font-family: "AlibabaPuHuiTi-Regular", sans-serif;
}

.news-list-pagination__button {
  cursor: pointer;
}

.news-list-pagination__button--nav {
  min-width: 60.8px;
}

.news-list-pagination__button--wide {
  min-width: 47.58px;
}

.news-list-pagination__button--disabled {
  color: rgba(210, 210, 210, 1);
  cursor: default;
}

.news-list-pagination__button--active {
  border-color: rgba(221, 33, 40, 1);
  background: rgba(221, 33, 40, 1);
  color: rgba(255, 255, 255, 1);
}

.news-list-pagination__button:disabled {
  pointer-events: none;
}

.news-list-pagination__button--ellipsis {
  cursor: default;
}

.news-list-pagination__total {
  width: 85px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(238, 238, 238, 1);
  border-left: 0;
  background: rgba(255, 255, 255, 1);
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  font-family: "AlibabaPuHuiTi-Regular", sans-serif;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .news-list-panel__head {
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .news-list-pagination {
    justify-content: flex-start;
  }

  .news-list-tabs__line {
    min-width: 220px;
    flex-basis: 220px;
  }
}

@media (max-width: 920px) {
  .news-list-hero {
    min-height: 200px;
    padding: 71px 0;
  }

  .news-list-hero__title {
    font-size: 32px;
    line-height: 44px;
  }

  .news-list-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 24px 18px 18px;
  }

  .news-list-card__image {
    width: 100%;
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .news-list-shell {
    width: calc(100vw - 32px);
  }

  .news-list-breadcrumb__inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0;
  }

  .news-list-hero {
    min-height: 168px;
    padding: 52px 0;
  }

  .news-list-hero__title {
    font-size: 28px;
    line-height: 38px;
  }

  .news-list-main {
    padding: 0 0 64px;
  }

  .news-list-panel__head {
    min-height: 0;
    gap: 18px;
    padding: 20px 0;
  }

  .news-list-panel__title {
    font-size: 18px;
    line-height: 26px;
  }

  .news-list-card {
    padding: 20px 16px 16px;
  }

  .news-list-card__title {
    font-size: 16px;
    line-height: 24px;
  }

  .news-list-card__description,
  .news-list-card__meta {
    font-size: 13px;
    line-height: 19px;
  }

  .news-list-card__image {
    min-height: 180px;
  }

  .news-list-empty {
    min-height: 180px;
    font-size: 15px;
    line-height: 22px;
  }

  .news-list-pagination {
    justify-content: flex-start;
    padding-top: 24px;
  }

  .news-list-pagination__pages {
    flex-wrap: wrap;
  }

  .news-list-pagination__total {
    width: auto;
    min-width: 85px;
    padding: 0 12px;
    border-left: 1px solid rgba(238, 238, 238, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-list-card {
    opacity: 1;
    transform: none;
    transition-duration: 0.01ms;
    transition-delay: 0ms;
  }
}
