.news-page .head {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 35, 59, 0.08);
}

.news-page .head ul li > a {
  color: #111;
}

.news-page .head ul li a.downicon,
.news-page .head ul li:hover a.downicon {
  background-image: url(../img/nav_bg_black.png);
}

.news-page .head .language_cnen span {
  color: #111;
}

.news-page .head a#logo img.colorLogo {
  display: block;
}

.news-page .head a#logo img.logo {
  display: none;
}

.news-center {
  --news-blue: #0869eb;
  --news-blue-dark: #0757c5;
  --news-ink: #14233b;
  --news-muted: #6f7d91;
  --news-line: #e6ebf2;
  --news-surface: #f5f7fa;
  --news-card: #fff;
  padding: 16px 0 72px;
  background: var(--news-surface);
}

.news-center,
.news-center * {
  box-sizing: border-box;
}

.news-center .w1400 {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.news-center .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.news-breadcrumb {
  min-height: 24px;
  margin-bottom: 10px;
  color: #8a97a8;
  font-size: 13px;
  line-height: 24px;
}

.news-breadcrumb a {
  color: #64748a;
}

.news-breadcrumb a:hover {
  color: var(--news-blue);
}

.news-breadcrumb span {
  margin: 0 8px;
  color: #b3bcc9;
}

.news-breadcrumb strong {
  color: #415169;
  font-weight: 500;
}

.news-center .news-tabs {
  position: relative;
  z-index: 4;
  display: flex;
  width: max-content;
  max-width: calc(100% - 32px);
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -22px auto 22px;
  padding: 8px;
  border: 1px solid var(--news-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(25, 51, 85, 0.12);
}

.news-center .news-tabs a {
  width: auto;
  min-width: 126px;
  height: 38px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid var(--news-line);
  border-radius: 20px;
  background: #fff;
  color: #4d5b70;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.news-center .news-tabs a:hover,
.news-center .news-tabs a.active {
  border-color: var(--news-blue);
  background: var(--news-blue);
  background-image: none;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 5px 14px rgba(8, 105, 235, 0.2);
}

.news-center a:focus-visible,
.news-center input:focus-visible,
.news-center button:focus-visible {
  outline: 3px solid rgba(8, 105, 235, 0.25);
  outline-offset: 2px;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 356px;
  align-items: start;
  gap: 20px;
}

.news-main,
.news-sidebar {
  min-width: 0;
}

.news-main {
  display: grid;
  gap: 14px;
}

.news-feature {
  position: relative;
  height: 386px;
  overflow: hidden;
  border: 1px solid var(--news-line);
  border-radius: 10px;
  background: #0d223f;
  box-shadow: 0 5px 18px rgba(25, 51, 85, 0.06);
}

.news-feature__viewport,
.news-feature__slide,
.news-feature__image,
.news-feature__image img {
  width: 100%;
  height: 100%;
}

.news-feature__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.news-feature__slide:first-child,
.news-feature__slide.is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.news-feature.is-ready .news-feature__slide:first-child:not(.is-active) {
  visibility: hidden;
  opacity: 0;
}

.news-feature__image {
  display: block;
  background: #dfe7f1;
}

.news-feature__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 20, 43, 0.02) 28%, rgba(5, 20, 43, 0.92) 100%);
  content: "";
}

.news-feature__image img {
  display: block;
  object-fit: cover;
  transition: transform 7s ease;
}

.news-feature__slide.is-active .news-feature__image img {
  transform: scale(1.035);
}

.news-feature__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 90px 28px 27px;
  color: #fff;
}

.news-feature__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.news-feature__meta span {
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--news-blue);
  color: #fff;
  font-weight: 700;
}

.news-feature__content h2 {
  max-width: 760px;
  margin: 0 0 9px;
  font-size: 26px;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}

.news-feature__content h2 a {
  color: #fff;
}

.news-feature__content p {
  display: -webkit-box;
  max-width: 770px;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-feature__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: -19px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(5, 20, 43, 0.56);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: background-color 0.2s ease;
}

.news-feature__arrow:hover {
  background: var(--news-blue);
}

.news-feature__arrow--prev {
  left: 18px;
}

.news-feature__arrow--next {
  right: 18px;
}

.news-feature__dots {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 7px;
}

.news-feature__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.news-feature__dot.is-active {
  width: 22px;
  border-radius: 5px;
  background: var(--news-blue);
}

.news-latest,
.news-panel {
  border: 1px solid var(--news-line);
  border-radius: 10px;
  background: var(--news-card);
  box-shadow: 0 5px 18px rgba(25, 51, 85, 0.045);
}

.news-section-title,
.news-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid var(--news-line);
}

.news-section-title h2,
.news-panel__head h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--news-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.news-section-title h2 > span {
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: var(--news-blue);
}

.news-center .blog_grid {
  display: block;
  margin: 0;
  padding: 0 18px;
  overflow: visible;
  list-style: none;
}

.news-center .blog_grid .blog_item {
  position: relative;
  float: none;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 18px 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--news-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.news-center .blog_grid .blog_item:last-child {
  border-bottom: 0;
}

.news-center .blog_img {
  display: block;
  height: 128px;
  overflow: hidden;
  border-radius: 7px;
  background: #eaf0f7;
}

.news-center .blog_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.news-center .blog_item:hover .blog_img img,
.news-recommended__item:hover img {
  transform: scale(1.04);
}

.news-center .blog_content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1px 0;
}

.news-center .blog_meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 7px;
  color: #94a0b1;
  font-size: 12px;
}

.news-center .blog_meta span,
.news-center .blog_meta time {
  display: inline-flex;
  width: auto;
  height: auto;
  min-height: 22px;
  align-items: center;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  font-size: inherit;
  line-height: 1.4;
  text-indent: 0;
}

.news-center .blog_category {
  padding: 3px 7px !important;
  border-radius: 3px;
  background: #eaf3ff !important;
  color: var(--news-blue) !important;
  font-weight: 600;
}

.news-center .blog_meta time::before {
  display: none;
}

.news-center .blog_content h3 {
  display: -webkit-box;
  min-height: 0;
  margin: 0 0 7px;
  overflow: hidden;
  color: var(--news-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-center .blog_content h3 a {
  color: inherit;
}

.news-center .blog_content p {
  position: static;
  display: -webkit-box;
  min-height: 0;
  margin: 0 0 5px;
  padding: 0;
  overflow: hidden;
  color: var(--news-muted);
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-center .blog_content p::after {
  display: none;
}

.news-center .read_more_btn {
  align-self: flex-start;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--news-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.news-center .read_more_btn::after {
  margin-left: 5px;
  content: "→";
}

.news-center .blog_meta .read_more_btn {
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  padding: 2px 0;
  white-space: nowrap;
}

.news-center .fenye {
  padding: 22px 18px 24px;
  border-top: 1px solid var(--news-line);
}

.news-center.news-center--searching .fenye {
  display: none;
}

.news-center .fenye a,
.news-center .fenye span,
.news-center .fenye em {
  width: 32px;
  height: 32px;
  margin: 0 3px;
  border: 1px solid var(--news-line);
  border-radius: 4px;
  background: #fff;
  color: #66758a;
  line-height: 30px;
}

.news-center .fenye .mbPage_cuta {
  border-color: var(--news-blue);
  background: var(--news-blue);
  color: #fff;
}

.news-empty {
  margin: 18px;
  padding: 48px 20px;
  border: 1px dashed #cbd5e2;
  border-radius: 8px;
  background: #fafcff;
  text-align: center;
}

.news-empty[hidden],
.news-search__clear[hidden],
.news-center .blog_item[hidden],
.news-panel[hidden] {
  display: none !important;
}

.news-empty strong {
  display: block;
  margin-bottom: 8px;
  color: var(--news-ink);
  font-size: 17px;
}

.news-empty span {
  color: var(--news-muted);
  font-size: 13px;
}

.news-sidebar {
  display: grid;
  gap: 14px;
}

.news-search {
  padding: 14px;
}

.news-search__controls {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 7px;
  background: #f9fbfd;
}

.news-search__icon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 13px;
  border: 2px solid #8a98ac;
  border-radius: 50%;
}

.news-search__icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 2px;
  border-radius: 1px;
  background: #8a98ac;
  content: "";
  transform: rotate(45deg);
}

.news-search input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: var(--news-ink);
  font-size: 13px;
}

.news-search input:focus {
  outline: 0;
}

.news-search input::placeholder {
  color: #97a3b4;
}

.news-search__submit {
  align-self: stretch;
  min-width: 68px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background: var(--news-blue);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.news-search__submit:hover {
  background: var(--news-blue-dark);
}

.news-search__clear {
  margin-top: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--news-blue);
  cursor: pointer;
  font-size: 12px;
}

.news-search__status {
  min-height: 18px;
  margin: 7px 0 0;
  color: var(--news-muted);
  font-size: 12px;
  line-height: 18px;
}

.news-panel__more {
  color: #8a97a8;
  font-size: 12px;
}

.news-panel__more::after {
  margin-left: 3px;
  content: "›";
}

.news-panel__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  color: var(--news-blue);
}

.news-panel__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 8px;
  padding: 15px 16px 18px;
}

.news-tags a,
.news-tags button {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 4px 10px;
  border: 0;
  border-radius: 4px;
  background: #eef5ff;
  color: #2771d8;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.35;
}

.news-tags a:hover,
.news-tags button:hover,
.news-tags button.is-active {
  background: var(--news-blue);
  color: #fff;
}

.news-ranking {
  margin: 0;
  padding: 10px 16px 14px;
  list-style: none;
  counter-reset: news-rank;
}

.news-ranking li {
  counter-increment: news-rank;
}

.news-ranking a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  color: #33445c;
}

.news-ranking a::before {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #eaf2ff;
  color: #4a76b3;
  content: counter(news-rank);
  font-size: 11px;
  font-weight: 700;
}

.news-ranking li:nth-child(1) a::before,
.news-ranking li:nth-child(2) a::before,
.news-ranking li:nth-child(3) a::before {
  background: var(--news-blue);
  color: #fff;
}

.news-ranking a > span {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-ranking time {
  color: #9aa6b6;
  font-size: 10px;
}

.news-recommended {
  padding: 6px 16px 13px;
}

.news-recommended__item {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 11px;
  padding: 10px 0;
  border-bottom: 1px solid var(--news-line);
}

.news-recommended__item:last-child {
  border-bottom: 0;
}

.news-recommended__image {
  display: block;
  height: 66px;
  overflow: hidden;
  border-radius: 5px;
  background: #edf2f8;
}

.news-recommended__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-recommended__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.news-recommended__copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--news-ink);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-recommended__copy small {
  display: none;
}

.news-recommended__copy time {
  margin-top: auto;
  color: #9aa6b6;
  font-size: 10px;
}

.news-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin-top: 20px;
  padding: 28px 32px;
  border-radius: 10px;
  background: #0a2f61;
  color: #fff;
}

.news-lead__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #6fc0ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.news-lead h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
}

.news-lead p {
  max-width: 720px;
  margin: 0;
  color: #c5d5e9;
  font-size: 13px;
  line-height: 1.7;
}

.news-lead__actions {
  display: flex;
  gap: 9px;
}

.news-lead__actions a {
  display: inline-flex;
  min-width: 112px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.news-lead__primary {
  border-color: #fff !important;
  background: #fff;
  color: var(--news-blue-dark) !important;
}

@media (max-width: 1080px) {
  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-sidebar .news-search {
    grid-column: 1 / -1;
  }

  .news-panel--recommended {
    grid-column: 1 / -1;
  }

  .news-recommended {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .news-recommended__item {
    grid-template-columns: 96px minmax(0, 1fr);
    border-bottom: 0;
  }

  .news-lead {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .news-center {
    padding: 12px 0 50px;
  }

  .news-center .w1400 {
    width: calc(100% - 28px);
  }

  .news-center .news-tabs {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -14px auto 18px;
    border-radius: 14px;
  }

  .news-center .news-tabs a {
    min-width: 0;
    padding: 0 8px;
  }

  .news-center .blog_grid {
    padding: 0 14px;
  }

  .news-center .blog_grid .blog_item {
    display: block;
    height: auto;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid var(--news-line);
    border-radius: 0;
    background: #fff;
  }

  .news-center .blog_img {
    height: 200px;
    border-radius: 7px;
  }

  .news-center .blog_grid .blog_item .blog_content {
    position: static;
    padding: 14px 0 0;
  }

  .news-feature {
    height: 310px;
  }

  .news-feature__content {
    padding: 70px 20px 22px;
  }

  .news-feature__content h2 {
    font-size: 20px;
  }

  .news-feature__content p {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .news-feature__arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }

  .news-feature__arrow--prev {
    left: 10px;
  }

  .news-feature__arrow--next {
    right: 10px;
  }

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

  .news-panel--recommended,
  .news-sidebar .news-search {
    grid-column: auto;
  }

  .news-recommended {
    display: block;
  }

  .news-recommended__item {
    grid-template-columns: 105px minmax(0, 1fr);
    border-bottom: 1px solid var(--news-line);
  }

  .news-lead {
    padding: 25px 22px;
  }

  .news-lead__actions {
    flex-direction: column;
  }

  .news-lead__actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-center *,
  .news-center *::before,
  .news-center *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
