body.hy-news-page-active {
  margin: 0;
  background: #e0e5e8;
  overflow-x: hidden;
  scroll-behavior: auto;
}

body.hy-news-page-active #root {
  display: none !important;
}

body.hy-news-page-active:not(.hy-news-header-solid) .hy-common-header {
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}


.hy-news-page {
  --blue: #0067c7;
  --ink: #11213a;
  --muted: #6b7d8b;
  --pale: #e0e5e8;
  --footer: #123b68;
  --line: rgba(47, 70, 86, 0.14);
  --max: min(1520px, calc(100% - 80px));
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  background: #fff;
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.hy-news-page *,
.hy-news-page *::before,
.hy-news-page *::after {
  box-sizing: border-box;
}

.hy-news-page a {
  color: inherit;
  text-decoration: none;
}

.hy-news-page button {
  font: inherit;
}

.hy-news-banner {
  position: relative;
  height: 300px;
  min-height: 300px;
  margin-top: 100px;
  overflow: hidden;
  color: #fff;
  background: #bccbd4;
}

.hy-news-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hy-news-banner__bg {
  background-size: cover;
  background-position: 78% center;
  background-repeat: no-repeat;
}

.hy-news-banner__plane {
  position: absolute;
  z-index: 1;
  top: 45.5%;
  right: clamp(28px, 2.78vw, 48px);
  width: clamp(624px, 50.16vw, 722px);
  max-width: none;
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
  opacity: 1;
  filter:
    brightness(0.92)
    contrast(1.02)
    saturate(0.88)
    sepia(0.05)
    drop-shadow(0 4px 10px rgba(55, 42, 25, 0.08));
}

.hy-news-banner__inner {
  position: relative;
  z-index: 2;
  width: min(1520px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  padding-left: clamp(0px, 4.6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hy-news-kicker {
  color: #0b85db;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hy-news-banner h1 {
  max-width: 620px;
  margin: 9px 0 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.hy-news-banner p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}

.hy-news-container {
  position: relative;
  width: var(--max);
  margin: 0 auto;
}

.hy-news-feature-section {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  min-height: calc(100svh - (100px + 300px) + 2px);
  box-sizing: border-box;
  padding: 72px 0 58px;
  background: var(--pale);
}

.hy-news-list-section {
  padding: 78px 0 84px;
  background: #fff;
}

.hy-news-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 38px;
  align-items: center;
  margin: 0 0 34px;
}

.hy-news-tabs button {
  position: relative;
  border: 0;
  padding: 0 0 9px;
  color: #526474;
  background: transparent;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.hy-news-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--blue);
  transition: width var(--hy-common-fast) var(--hy-common-ease);
}

.hy-news-tabs button.is-current {
  color: #1e3244;
}

.hy-news-tabs button.is-current::after,
.hy-news-tabs button:hover::after {
  width: 100%;
}

.hy-news-state {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hy-news-plane-mark {
  position: absolute;
  z-index: 0;
  right: clamp(-300px, -11vw, -216px);
  top: -72px;
  width: min(1145px, 74vw);
  height: calc(100% + 130px);
  object-fit: fill;
  opacity: 0.60;
  pointer-events: none;
  transform: none;
}

.hy-featured-news {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 480px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  max-width: none;
}

.hy-featured-news__media,
.hy-news-card__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #7e878d;
}

.hy-featured-news__media {
  height: 360px;
}

.hy-news-placeholder {
  height: 100%;
  min-height: 100%;
  background: #7e878d;
}

.hy-news-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hy-featured-news__media::after,
.hy-news-card__media::after {
  content: none;
}

.hy-news-placeholder span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hy-featured-news__body {
  min-width: 0;
  padding-top: 4px;
}

.hy-news-inline-meta,
.hy-news-detail__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: #7c8c98;
  font-size: 13px;
  line-height: 1.6;
}

.hy-news-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #7a8a96;
  background: rgba(170, 184, 193, 0.34);
  font-size: 13px;
  font-weight: 700;
}

.hy-news-inline-meta .hy-news-tag {
  color: var(--blue);
  background: transparent;
  padding: 0;
}

.hy-news-inline-meta span + span::before,
.hy-news-detail__meta span + span::before {
  content: "·";
  margin-right: 12px;
  color: #a4b0b8;
}

.hy-news-inline-meta .hy-news-tag::before,
.hy-news-detail__meta .hy-news-tag::before {
  content: "";
  margin: 0;
}

.hy-featured-news h2,
.hy-news-card h3,
.hy-news-detail h1 {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.hy-featured-news h2 {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.hy-featured-news p {
  max-width: 850px;
  margin: 17px 0 0;
  color: #405363;
  font-size: 14px;
  line-height: 2;
}

.hy-news-read {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 22px;
  font-size: 13px;
  font-weight: 700;
}

.hy-news-page .hy-news-read,
.hy-news-read:visited {
  color: #2487db;
}

.hy-news-page .hy-news-read:hover,
.hy-news-read:hover {
  color: #0067c7;
}

.hy-news-read::after {
  content: "→";
  margin-left: 4px;
  transition: transform var(--hy-common-fast) var(--hy-common-ease);
}

.hy-news-read:hover::after {
  transform: translateX(4px);
}

.hy-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 94px;
  row-gap: 50px;
}

.hy-news-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hy-news-card__media {
  height: 232px;
}

.hy-news-card__body {
  min-width: 0;
  padding-top: 2px;
}

.hy-news-card h3 {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 900;
}

.hy-news-card p {
  margin: 12px 0 0;
  color: #405363;
  font-size: 14px;
  line-height: 1.9;
}

.hy-news-list-section .hy-news-card p {
  display: -webkit-box;
  max-height: calc(1.9em * 3);
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hy-news-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: 76px;
  color: #536574;
}

.hy-news-pagination::before {
  content: "";
  position: absolute;
  right: 0;
  top: -34px;
  width: 118px;
  height: 3px;
  background: var(--blue);
}

.hy-news-pagination button {
  min-width: auto;
  height: auto;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.hy-news-pagination button.is-current {
  color: var(--blue);
  font-weight: 900;
}

.hy-news-pagination button:disabled,
.hy-news-pagination button.is-disabled {
  color: #a7b1b9;
  cursor: default;
  pointer-events: none;
}

.hy-news-pagination__ellipsis {
  color: #536574;
  font-size: 15px;
  line-height: 1;
}

.hy-news-detail {
  padding: 54px 0 96px;
  background: var(--pale);
}

.hy-news-detail__container {
  max-width: 1200px;
}

.hy-news-back {
  display: inline-flex;
  align-items: center;
  border: 0;
  margin-bottom: 46px;
  padding: 0;
  color: #233445;
  background: transparent;
  font-size: 13px;
  cursor: pointer;
}

.hy-news-back::before {
  content: "←";
  margin-right: 8px;
}

.hy-news-back:hover {
  color: var(--blue);
}

.hy-news-detail__meta {
  justify-content: flex-start;
  margin-bottom: 52px;
}

.hy-news-detail h1 {
  max-width: 940px;
  margin: 0 auto 36px;
  text-align: center;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 900;
}

.hy-news-detail__image {
  max-width: 920px;
  margin: 0 auto 36px;
  overflow: hidden;
  background: #dce4ea;
}

.hy-news-detail__image .hy-news-media-img {
  width: 100%;
  max-height: 520px;
  display: block;
  object-fit: cover;
}

.hy-news-detail__content {
  margin: 42px auto 0;
}

.hy-news-detail__content p {
  margin: 0 0 30px;
  color: #4f6170;
  font-size: 14px;
  line-height: 2.1;
}

.hy-news-detail__content h2,
.hy-news-detail__content h3 {
  margin: 42px 0 18px;
  color: var(--ink);
  line-height: 1.45;
}

.hy-news-detail__content h2 {
  font-size: 22px;
}

.hy-news-detail__content h3 {
  font-size: 18px;
}

.hy-news-detail__content ul,
.hy-news-detail__content ol {
  margin: 0 0 30px 1.4em;
  padding: 0;
  color: #4f6170;
  font-size: 14px;
  line-height: 2.1;
}

.hy-news-detail__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 34px auto;
}

.hy-news-detail__content video,
.hy-news-detail__content iframe {
  width: 100%;
  max-width: 920px;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  margin: 34px auto;
  background: #000;
}

.hy-news-detail__video {
  margin: 34px auto 0;
  padding: 16px;
  background: #07111f;
}

.hy-news-detail__video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.hy-news-detail__video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

.hy-news-detail__video strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
}

.hy-news-source {
  margin: 58px auto 0;
  padding: 24px 28px;
  color: #728390;
  background: rgba(194, 207, 216, 0.72);
  font-size: 14px;
}

.hy-news-attachments {
  margin: 52px auto 0;
  padding: 28px;
  border: 1px solid rgba(88, 110, 126, 0.16);
  background: rgba(255, 255, 255, 0.38);
}

.hy-news-attachments h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.4;
}

.hy-news-attachments__list {
  display: grid;
  gap: 12px;
}

.hy-news-attachment {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  color: #435565;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(88, 110, 126, 0.14);
}

.hy-news-attachment:hover {
  border-color: rgba(0, 103, 199, 0.34);
  color: var(--blue);
}

.hy-news-attachment__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.hy-news-attachment__meta {
  flex: 0 0 auto;
  color: #728390;
  font-size: 13px;
}

.hy-news-empty {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 42px 0;
}

.hy-news-detail .hy-news-empty {
  margin: 0 auto;
  text-align: center;
}

.hy-news-empty h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.35;
}

.hy-news-empty p {
  margin: 14px 0 0;
  color: #607383;
  font-size: 14px;
  line-height: 1.9;
}

.hy-news-source a {
  color: var(--blue);
  font-weight: 800;
}

.hy-news-neighbor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 72px;
}

.hy-news-neighbor button {
  min-width: 0;
  min-height: 94px;
  border: 1px solid rgba(88, 110, 126, 0.2);
  padding: 20px 28px;
  color: #6d7d8a;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: border-color var(--hy-common-fast) var(--hy-common-ease), background var(--hy-common-fast) var(--hy-common-ease);
}

.hy-news-neighbor button:hover {
  border-color: rgba(0, 103, 199, 0.4);
  background: rgba(255, 255, 255, 0.28);
}

.hy-news-neighbor button.is-disabled,
.hy-news-neighbor button:disabled {
  cursor: default;
  opacity: 0.58;
}

.hy-news-neighbor button.is-disabled:hover,
.hy-news-neighbor button:disabled:hover {
  border-color: rgba(88, 110, 126, 0.2);
  background: transparent;
}

.hy-news-neighbor button:last-child {
  text-align: right;
}

.hy-news-neighbor span {
  display: block;
  color: #7e8e9a;
  font-size: 13px;
}

.hy-news-neighbor strong {
  display: block;
  margin-top: 12px;
  color: #647684;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hy-news-page.is-switching {
  opacity: 0.46;
  transform: translateY(6px);
  transition: opacity var(--hy-common-normal) var(--hy-common-ease), transform var(--hy-common-normal) var(--hy-common-ease);
  pointer-events: none;
}

@media (max-width: 1500px) {
  .hy-news-page {
    --max: min(1180px, calc(100% - 64px));
  }

  .hy-news-grid {
    column-gap: 44px;
  }

  .hy-news-card {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .hy-news-card__media {
    height: 190px;
  }

}

@media (max-width: 1180px) {
  .hy-news-page {
    --max: min(960px, calc(100% - 56px));
  }

  .hy-featured-news {
    grid-template-columns: 360px minmax(0, 1fr);
  }

  .hy-news-grid {
    grid-template-columns: 1fr;
  }

  .hy-news-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }

}

@media (max-width: 900px) {
  .hy-news-banner__plane {
    z-index: 2;
    top: 70%;
    right: 12px;
    width: min(480px, 81.6vw);
    transform: translateY(-50%);
  }

  .hy-news-page {
    --max: min(100% - 32px, 720px);
  }

  .hy-news-banner {
    height: 260px;
    min-height: 260px;
    margin-top: 64px;
  }

  .hy-news-banner__inner {
    width: min(100% - 28px, 720px);
  }

  .hy-news-banner h1 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .hy-news-banner p {
    max-width: 96%;
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .hy-news-feature-section {
    padding: 36px 0 44px;
  }

  .hy-news-tabs {
    gap: 26px;
    overflow-x: auto;
    margin-bottom: 28px;
    padding-bottom: 4px;
  }

  .hy-news-tabs button {
    flex: 0 0 auto;
    font-size: 16px;
  }

  .hy-news-plane-mark {
    display: none;
  }

  .hy-featured-news,
  .hy-news-card,
  .hy-news-neighbor {
    grid-template-columns: 1fr;
  }

  .hy-featured-news__body,
  .hy-news-card__body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
  }

  .hy-featured-news__media,
  .hy-news-card__media {
    height: 230px;
  }

  .hy-news-grid {
    row-gap: 36px;
  }

  .hy-news-list-section {
    padding: 48px 0 60px;
  }

  .hy-news-pagination {
    justify-content: flex-start;
    gap: 13px;
    margin-top: 56px;
  }

  .hy-news-pagination button {
    font-size: 14px;
  }

  .hy-news-detail {
    padding: 38px 0 54px;
  }

  .hy-news-detail__meta {
    margin-bottom: 34px;
  }

  .hy-news-detail h1 {
    margin-bottom: 34px;
    text-align: left;
    font-size: 22px;
    width: 100%;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: strict;
  }

  .hy-featured-news h2,
  .hy-news-card h3,
  .hy-featured-news h2 a,
  .hy-news-card h3 a,
  .hy-news-detail h1 {
    max-width: 100%;
    white-space: normal !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
  }

  .hy-news-detail__content {
    margin-top: 38px;
  }

  .hy-news-source {
    margin-top: 36px;
  }

  .hy-news-attachments {
    margin-top: 36px;
    padding: 20px;
  }

  .hy-news-attachment {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .hy-news-attachment__name {
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hy-news-neighbor {
    gap: 16px;
    margin-top: 42px;
  }

  .hy-news-neighbor button:last-child {
    text-align: left;
  }

}

@media (max-width: 560px) {
  .hy-news-banner__plane {
    top: 73%;
    right: 12px;
    width: 78vw;
  }

  .hy-news-page {
    --max: calc(100% - 28px);
  }

  .hy-news-banner {
    height: 260px;
    min-height: 260px;
  }

  .hy-news-banner h1 {
    font-size: 28px;
  }

  .hy-news-banner p {
    line-height: 1.75;
  }

  .hy-news-banner h1,
  .hy-news-banner p,
  .hy-featured-news h2,
  .hy-news-card h3,
  .hy-featured-news h2 a,
  .hy-news-card h3 a,
  .hy-news-detail h1,
  .hy-featured-news p,
  .hy-news-card p,
  .hy-news-detail__content p,
  .hy-news-source,
  .hy-news-neighbor strong {
    max-width: 100%;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .hy-featured-news h2,
  .hy-news-card h3,
  .hy-news-detail h1,
  .hy-featured-news h2 a,
  .hy-news-card h3 a {
    display: block;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .hy-featured-news__media,
  .hy-news-card__media {
    height: 210px;
  }

  .hy-featured-news h2,
  .hy-news-card h3 {
    font-size: 18px;
  }

  .hy-news-card p,
  .hy-featured-news p,
  .hy-news-detail__content p {
    font-size: 14px;
  }

}

body.hy-news-page-active .hy-news-page .hy-news-banner {
  height: 300px !important;
  min-height: 300px !important;
  margin-top: 100px !important;
}

body.hy-news-page-active .hy-news-page .hy-news-banner__inner {
  width: min(1520px, calc(100% - 80px)) !important;
  padding-left: 80px !important;
}

body.hy-news-page-active .hy-news-page .hy-news-kicker {
  color: #0b85db !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

body.hy-news-page-active .hy-news-page .hy-news-banner h1 {
  font-size: 44px !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

body.hy-news-page-active .hy-news-page .hy-news-banner p {
  max-width: 650px !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

@media (max-width: 1120px) {
  .hy-news-banner,
  body.hy-news-page-active .hy-news-page .hy-news-banner {
    margin-top: 64px !important;
  }

  .hy-news-feature-section {
    min-height: calc(100svh - (64px + 300px) + 2px);
  }
}

@media (max-width: 900px) {
  body.hy-news-page-active .hy-news-page .hy-news-banner {
    height: 260px !important;
    min-height: 260px !important;
    margin-top: 64px !important;
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner__inner {
    width: min(100% - 28px, 720px) !important;
    padding-left: 0;
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner h1 {
    font-size: clamp(28px, 8vw, 34px) !important;
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner p {
    max-width: 96% !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
}

/* 2026-06-27 inner-page banner standard: align with about pages. */
@media (min-width: 901px) {
  body.hy-news-page-active .hy-news-page .hy-news-banner__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 22, 45, 0.18) 0%, rgba(0, 22, 45, 0.08) 38%, rgba(0, 22, 45, 0) 100%);
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner__inner {
    width: min(1520px, calc(100% - 80px)) !important;
    padding-left: 0 !important;
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner h1 {
    max-width: 760px !important;
    margin-top: 16px !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner p {
    max-width: 520px !important;
    margin-top: 14px !important;
    text-align: left !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
  }
}

/* 2026-06-30 English mobile responsive pass start */
@media (max-width: 900px) {
  html[lang="en"] body.hy-news-page-active .hy-news-banner {
    height: 250px !important;
    min-height: 250px !important;
    margin-top: 58px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-banner__inner {
    width: min(100% - 32px, 720px) !important;
    padding-left: 0 !important;
    align-items: flex-start !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-kicker {
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-banner h1 {
    max-width: 340px !important;
    margin-top: 8px !important;
    font-size: clamp(28px, 7.2vw, 31px) !important;
    line-height: 1.13 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    text-wrap: balance;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-banner p {
    max-width: 342px !important;
    margin-top: 12px !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-feature-section {
    min-height: auto !important;
    padding: 32px 0 36px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-tabs {
    gap: 22px !important;
    margin-bottom: 22px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-tabs button {
    font-size: 15px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-featured-news,
  html[lang="en"] body.hy-news-page-active .hy-news-card {
    gap: 20px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-featured-news__media,
  html[lang="en"] body.hy-news-page-active .hy-news-card__media {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-featured-news h2,
  html[lang="en"] body.hy-news-page-active .hy-news-card h3,
  html[lang="en"] body.hy-news-page-active .hy-featured-news h2 a,
  html[lang="en"] body.hy-news-page-active .hy-news-card h3 a,
  html[lang="en"] body.hy-news-page-active .hy-news-detail h1,
  html[lang="en"] body.hy-news-page-active .hy-featured-news p,
  html[lang="en"] body.hy-news-page-active .hy-news-card p,
  html[lang="en"] body.hy-news-page-active .hy-news-detail__content p {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-featured-news h2 {
    margin-top: 12px !important;
    font-size: 22px !important;
    line-height: 1.28 !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-featured-news p,
  html[lang="en"] body.hy-news-page-active .hy-news-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-list-section {
    padding: 42px 0 50px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-grid {
    row-gap: 32px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-pagination {
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 46px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-pagination::before {
    left: 50% !important;
    right: auto !important;
    width: 78px !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 560px) {
  html[lang="en"] body.hy-news-page-active .hy-news-banner h1 {
    max-width: 320px !important;
    font-size: 28px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-banner p {
    max-width: 330px !important;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-card h3 {
    font-size: 18px !important;
    line-height: 1.34 !important;
  }
}
/* 2026-06-30 English mobile responsive pass end */

/* 2026-07-02 news excerpt and read-more alignment start */
@media (min-width: 901px) {
  body.hy-news-page-active .hy-news-page .hy-featured-news__body,
  body.hy-news-page-active .hy-news-page .hy-news-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  body.hy-news-page-active .hy-news-page .hy-featured-news h2 {
    display: -webkit-box;
    max-height: calc(1.35em * 2);
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body.hy-news-page-active .hy-news-page .hy-featured-news p {
    display: -webkit-box;
    height: calc(2em * 3);
    max-height: calc(2em * 3);
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  body.hy-news-page-active .hy-news-page .hy-news-card h3 {
    display: -webkit-box;
    min-height: calc(1.42em * 2);
    max-height: calc(1.42em * 2);
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card p {
    display: -webkit-box;
    height: calc(1.9em * 3);
    min-height: calc(1.9em * 3);
    max-height: calc(1.9em * 3);
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  body.hy-news-page-active .hy-news-page .hy-featured-news .hy-news-read,
  body.hy-news-page-active .hy-news-page .hy-news-card .hy-news-read {
    flex: 0 0 auto;
    margin-top: 22px;
  }
}
/* 2026-07-02 news excerpt and read-more alignment end */

/* 2026-07-20 responsive banner crop start */
body.hy-news-page-active .hy-news-page .hy-news-banner__bg {
  background-size: cover !important;
  background-position: 78% center !important;
}

@media (min-width: 901px) {
  body.hy-news-page-active .hy-news-page .hy-news-banner__bg {
    background-size: cover !important;
    background-position: right center !important;
  }
}

@media (max-width: 900px) {
  body.hy-news-page-active .hy-news-page .hy-news-banner__plane {
    width: min(480px, 81.6vw) !important;
    max-width: none !important;
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(2, 27, 50, 0.65) 0%, rgba(2, 27, 50, 0.42) 64%, rgba(2, 27, 50, 0.22) 100%);
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner__inner {
    z-index: 3;
  }
}

@media (max-width: 560px) {
  body.hy-news-page-active .hy-news-page .hy-news-banner__plane {
    width: 78vw !important;
  }
}
/* 2026-07-20 responsive banner crop end */

/* 2026-08-31 layered news banner: background, HE-1A plane and text stay independent. */
body.hy-news-page-active .hy-news-page .hy-news-banner__bg {
  background-size: cover !important;
  background-position: center center !important;
}

body.hy-news-page-active .hy-news-page .hy-news-banner__plane {
  display: block;
  z-index: 2;
  top: 50%;
  right: clamp(40px, 4.5vw, 86px);
  width: clamp(460px, 32vw, 540px);
  max-width: none;
  height: auto;
  transform: translateY(-50%);
  opacity: 1;
  filter:
    brightness(0.92)
    contrast(1.02)
    saturate(0.88)
    sepia(0.05)
    drop-shadow(0 4px 10px rgba(55, 42, 25, 0.08));
}

@media (max-width: 900px) {
  body.hy-news-page-active .hy-news-page .hy-news-banner__bg {
    background-position: 64% center !important;
  }

  body.hy-news-page-active .hy-news-page .hy-news-banner__plane {
    top: 68%;
    right: 4px;
    width: min(300px, 54vw) !important;
  }
}

@media (max-width: 560px) {
  body.hy-news-page-active .hy-news-page .hy-news-banner__plane {
    top: 74%;
    right: 2px;
    width: min(260px, 62vw) !important;
  }
}

/* 2026-07-21 news card edge alignment start */
@media (min-width: 901px) {
  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card__media {
    height: 232px;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card__body {
    height: 232px;
    padding-top: 0;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card h3 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card p {
    height: calc(1.9em * 3);
    min-height: calc(1.9em * 3);
    max-height: calc(1.9em * 3);
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card .hy-news-read {
    margin-top: auto;
  }
}
/* 2026-07-21 news card edge alignment end */

/* Keep the same crop at every width; never squeeze a landscape thumbnail into a square. */
html body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card__media {
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
}

html body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 901px) {
  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card {
    grid-template-columns: 310px minmax(0, 1fr);
    align-items: stretch;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card__body {
    height: 232.5px;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card h3 {
    flex-shrink: 0;
    min-height: 0;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card p {
    flex-shrink: 0;
  }

  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-inline-meta {
    row-gap: 4px;
  }

  html[lang="en"] body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-card h3 {
    display: -webkit-box !important;
    max-height: calc(1.34em * 2) !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* Leave enough copy width for three excerpt lines and an aligned read-more link. */
@media (min-width: 901px) and (max-width: 1500px) {
  body.hy-news-page-active .hy-news-page .hy-news-list-section .hy-news-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
