.page-wrapper { overflow: visible; }
.news-article {
  min-height: 65vh;
  padding: clamp(34px, 5vw, 70px) 0 100px;
  color: #20263a;
  background: #fbfaf9;
}
.news-article__shell { width: min(1160px, calc(100% - 48px)); margin: auto; }
.news-article__breadcrumb {
  display: flex; align-items: center; gap: 12px; margin-bottom: 30px;
  color: #888898; font: 700 13px/1.4 Arial, sans-serif; letter-spacing: .1em;
}
.news-article__breadcrumb a { color: #5750bc; text-decoration: none; }
.news-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) 282px; gap: clamp(32px, 5vw, 76px); align-items: stretch; }
.news-article__main { min-width: 0; }
.news-article__header { padding-bottom: 22px; border-bottom: 1px solid #dcdce6; }
.news-article__header time { color: #5750bc; font: 700 15px/1.4 Arial, sans-serif; letter-spacing: .04em; }
.news-article__header h1 {
  max-width: 780px; margin: 15px 0 0;
  font: 600 clamp(32px, 4vw, 52px)/1.2 "Times New Roman", "Songti SC", serif;
}
.news-article__body { max-width: 780px; padding-top: 28px; }
.news-article__body p { margin: 0 0 1.25em; color: #41475b; font-size: 17px; line-height: 1.95; overflow-wrap: anywhere; }
.news-article__image { margin: 27px 0 31px; text-align: center; }
.news-article__image img { display: block; width: auto; height: auto; max-width: 100%; max-height: min(78vh, 820px); margin: 0 auto; border-radius: 7px; }
.news-article__image figcaption { margin-top: 9px; color: #77788a; font-size: 13px; line-height: 1.5; }
.news-article__video { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 24px 0 36px; overflow: hidden; border-radius: 10px; background: #25253a; }
.news-article__video iframe { display: block; width: 100%; height: 100%; border: 0; }
.news-article__back { display: inline-block; margin-top: 13px; padding-bottom: 5px; border-bottom: 1px solid #716aca; color: #5149bb; font-weight: 600; text-decoration: none; }
.news-related { min-width: 0; border-left: 1px solid #d6d5e2; }
.news-related__sticky { position: sticky; top: 30px; padding: 24px 0 0 23px; }
.news-related h2 { margin: 0 0 20px; color: #5750bc; font: 700 17px/1.4 Arial, sans-serif; letter-spacing: .04em; }
.news-related__card {
  display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px; align-items: center;
  padding: 14px 0; border-top: 1px solid #e0dfe8; color: #20263a; text-decoration: none;
}
.news-related__card:hover strong { color: #5149bb; }
.news-related__thumb { display: grid; width: 64px; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; border-radius: 6px; background: #eae8f4; color: #a6a1c9; font: 22px/1 "Times New Roman", serif; }
.news-related__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-related__text { min-width: 0; }
.news-related__text time { display: block; margin-bottom: 5px; color: #77788a; font-size: 14px; }
.news-related__text strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 16px; line-height: 1.45; font-weight: 600; }
@media (min-width: 641px) and (max-width: 980px) {
  .news-article__layout { grid-template-columns: minmax(0, 1fr) minmax(210px, 28%); gap: 28px; }
  .news-related__sticky { padding-left: 18px; }
}
@media (max-width: 640px) {
  .news-article__layout { grid-template-columns: 1fr; gap: 54px; }
  .news-related { position: static; padding: 20px 0 0; border-top: 1px solid #d6d5e2; border-left: 0; }
  .news-related__sticky { position: static; padding: 0; }
  .news-related__card { grid-template-columns: 74px minmax(0, 1fr); }
  .news-related__thumb { width: 74px; }
}
@media (max-width: 520px) {
  .news-article { padding: 32px 0 70px; }
  .news-article__shell { width: calc(100% - 30px); }
  .news-article__breadcrumb { margin-bottom: 23px; }
  .news-article__header h1 { font-size: 32px; }
  .news-article__body { padding-top: 23px; }
  .news-article__body p { font-size: 16px; line-height: 1.85; }
}
