body.news-page.prohibited-layout,
.news-page {
  background: #f6f6f6;
  color: #30343b;
  min-height: 100vh;
}

.news-main {
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.news-main * {
  box-sizing: border-box;
}

.news-hero {
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.news-hero__media {
  background:
    linear-gradient(135deg, rgba(82, 97, 121, 0.96), rgba(112, 130, 153, 0.92)),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 82% 12%, rgba(255, 214, 143, 0.24), transparent 12rem);
  inset: 0;
  position: absolute;
}

.news-hero__media::before {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  content: "";
  height: 240px;
  position: absolute;
  right: 80px;
  top: -72px;
  transform: rotate(-8deg);
  width: 360px;
}

.news-hero__media::after {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  content: "";
  height: 180px;
  position: absolute;
  right: 220px;
  top: 30px;
  transform: rotate(-8deg);
  width: 180px;
}

.news-hero__inner {
  margin: 0 auto;
  min-height: 220px;
  padding: 38px 0 84px;
  position: relative;
  width: 1200px;
  z-index: 1;
}

.news-hero__copy {
  color: #ffffff;
  max-width: 520px;
  text-align: left;
}

.news-hero__copy p {
  color: rgba(255, 245, 225, 0.92);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.6;
  margin: 0 0 12px;
}

.news-hero__copy h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.news-hero__copy span {
  color: rgba(255, 255, 255, 0.86);
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9;
  margin-top: 16px;
}

.news-content {
  margin: 0 auto;
  padding: 48px 24px 70px;
  width: min(1200px, calc(100vw - 48px));
}

.news-status {
  color: #737984;
  font-size: 16px;
  padding: 44px 0;
  text-align: center;
}

.news-layout {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
}

.news-list-panel {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-color: #b8c5d9 transparent;
  scrollbar-width: thin;
}

.news-list-panel::-webkit-scrollbar {
  width: 6px;
}

.news-list-panel::-webkit-scrollbar-thumb {
  background: #b8c5d9;
  border-radius: 999px;
}

.news-list {
  display: grid;
}

.news-item {
  align-items: start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  color: #30343b;
  cursor: pointer;
  display: grid;
  gap: 28px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 26px 0;
  text-align: left;
  width: 100%;
}

.news-item:first-child {
  padding-top: 0;
}

.news-item__date {
  align-items: center;
  background: #eeeeee;
  border-radius: 4px;
  color: #30343b;
  display: flex;
  flex-direction: column;
  height: 72px;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  width: 72px;
}

.news-item__date strong {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.05;
}

.news-item__date em {
  font-size: 18px;
  font-style: normal;
  line-height: 1.2;
  margin-top: 5px;
}

.news-item__copy {
  display: grid;
  min-width: 0;
  padding-top: 2px;
}

.news-item__copy strong {
  color: #2f3135;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item__copy span {
  color: #8d929b;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
}

.news-item:hover .news-item__date,
.news-item:focus-visible .news-item__date,
.news-item.is-active .news-item__date {
  background: #4778c8;
  color: #ffffff;
}

.news-item:hover .news-item__copy strong,
.news-item:focus-visible .news-item__copy strong,
.news-item.is-active .news-item__copy strong {
  color: #4778c8;
}

.news-list__empty,
.news-detail__empty {
  color: #737984;
  font-size: 16px;
  padding: 42px 0;
}

.news-pagination {
  align-items: center;
  color: #737984;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 28px;
}

.news-pagination button {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #30343b;
  min-height: 38px;
  padding: 0 16px;
}

.news-pagination button:disabled {
  color: #b5b7bc;
  cursor: default;
}

.news-pagination button:not(:disabled):hover,
.news-pagination button:not(:disabled):focus-visible {
  border-color: #4778c8;
  color: #4778c8;
}

.news-detail {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(49, 54, 62, 0.08);
  max-height: calc(100vh - 160px);
  min-height: 380px;
  overflow: auto;
  position: sticky;
  top: 120px;
}

.news-detail__header {
  background: linear-gradient(135deg, #4778c8, #315a9f);
  color: #ffffff;
  padding: 28px 30px;
}

.news-detail__header p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0 0 12px;
}

.news-detail__header h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  margin: 0;
}

.news-detail__header time {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-top: 16px;
}

.news-detail__body {
  color: #42474f;
  font-size: 16px;
  line-height: 1.9;
  padding: 30px;
  word-break: break-word;
}

.news-detail__body p {
  margin: 0 0 16px;
}

.news-detail__body img {
  height: auto;
  max-width: 100%;
}

.news-detail__body table {
  max-width: 100%;
  width: 100%;
}

.news-modal {
  display: none;
}

@media (max-width: 1023px) {
  .news-hero {
    min-height: 220px;
  }

  .news-hero__inner {
    min-height: 220px;
    padding: 38px 16px 72px;
    width: min(1200px, calc(100vw - 32px));
  }

  .news-hero__copy h1 {
    font-size: 38px;
  }

  .news-hero__copy span {
    font-size: 15px;
  }

  .news-content {
    padding: 34px 16px 48px;
    width: 100%;
  }

  .news-layout {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .news-list-panel {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .news-detail {
    display: none;
  }

  body.news-modal-open {
    overflow: hidden;
  }

  .news-modal {
    display: none;
    inset: 0;
    position: fixed;
    z-index: 10050;
  }

  .news-modal.is-open {
    display: block;
  }

  .news-modal__backdrop {
    background: rgba(20, 25, 34, 0.56);
    inset: 0;
    position: absolute;
  }

  .news-modal__dialog {
    background: #ffffff;
    border-radius: 14px 14px 0 0;
    bottom: 0;
    box-shadow: 0 -16px 42px rgba(18, 24, 34, 0.22);
    left: 0;
    max-height: min(82vh, 720px);
    overflow: hidden;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.22s ease;
  }

  .news-modal.is-open .news-modal__dialog {
    transform: translateY(0);
  }

  .news-modal__close {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    border-radius: 999px;
    color: #315a9f;
    display: inline-flex;
    font-size: 18px;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 38px;
    z-index: 2;
  }

  .news-modal__content {
    max-height: min(82vh, 720px);
    overflow-y: auto;
  }
}

@media (max-width: 640px) {
  .news-item {
    gap: 16px;
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 22px 0;
  }

  .news-item__date {
    height: 62px;
    width: 62px;
  }

  .news-item__date strong {
    font-size: 20px;
  }

  .news-item__date em {
    font-size: 15px;
  }

  .news-item__copy strong {
    font-size: 18px;
    white-space: normal;
  }

  .news-item__copy span {
    font-size: 14px;
  }

  .news-detail__header,
  .news-detail__body {
    padding: 22px;
  }

  .news-modal__dialog,
  .news-modal__content {
    max-height: 84vh;
  }
}
