body.news-portal {
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #1d2736;
  background: #f3f5f8;
}

body.news-portal a {
  color: inherit;
  text-decoration: none;
}

body.news-portal img {
  display: block;
  max-width: 100%;
}

.np-wrap {
  width: 1280px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.np-topbar {
  background: #eef2f6;
  border-bottom: 1px solid #dde5ef;
  font-size: 12px;
  color: #5e697c;
}

.np-topbar .np-wrap,
.np-brand-row,
.np-brand-actions,
.np-primary-nav .np-wrap,
.np-hero-grid,
.np-headline-grid,
.np-home-columns,
.np-content-grid,
.np-list-flow,
.np-detail-main,
.np-meta-row,
.np-panel-head,
.np-footer .np-wrap,
.np-category-band,
.np-publish-grid,
.np-pricing-grid,
.np-pricing-card ul {
  display: flex;
}

.np-topbar .np-wrap,
.np-primary-nav .np-wrap,
.np-panel-head,
.np-footer .np-wrap {
  align-items: center;
  justify-content: space-between;
}

.np-topbar .np-wrap {
  height: 36px;
}

.np-top-links,
.np-brand-actions,
.np-search-tags,
.np-meta-row,
.np-crumbs,
.np-publish-steps,
.np-detail-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.np-top-links a:hover,
.np-brand-actions a:hover,
.np-search-tags a:hover,
.np-primary-nav a:hover,
.np-panel-head a:hover,
.np-list-card h3 a:hover,
.np-crumbs a:hover,
.np-detail-title:hover,
.np-side-list a:hover,
.np-footer a:hover {
  color: #0b63b6;
}

.np-site-head {
  background: #fff;
  border-bottom: 1px solid #d6e0ed;
}

.np-brand-row {
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 0 18px;
}

.np-logo {
  width: 400px;
  flex: 0 0 400px;
}

.np-logo img {
  width: 400px;
  height: 160px;
  object-fit: contain;
}

.np-brand-main {
  flex: 1;
}

.np-brand-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #12345c;
}

.np-brand-subtitle {
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
}

.np-search-shell {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}

.np-search-shell input {
  flex: 1;
  height: 46px;
  border: 1px solid #c6d7ea;
  border-radius: 0;
  padding: 0 16px;
  font-size: 15px;
  outline: 0;
  background: #fdfefe;
}

.np-search-shell button,
.np-publish-button,
.np-detail-cta,
.np-price-cta {
  border: 0;
  cursor: pointer;
  background: #0d61b3;
  color: #fff;
  font-weight: 700;
}

.np-search-shell button {
  width: 110px;
  font-size: 15px;
}

.np-search-tags {
  margin-top: 12px;
  flex-wrap: wrap;
  color: #7a8798;
  font-size: 13px;
}

.np-search-tags a:first-child {
  color: #0d61b3;
  font-weight: 700;
}

.np-brand-actions {
  flex-direction: column;
  align-items: stretch;
  width: 170px;
  gap: 12px;
}

.np-action-card {
  padding: 12px 14px;
  border: 1px solid #d7e2ef;
  background: #f8fbff;
  color: #29496d;
  font-size: 13px;
  line-height: 1.7;
}

.np-primary-nav {
  background: #0d61b3;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.12);
}

.np-primary-nav .np-wrap {
  height: 52px;
  gap: 8px;
}

.np-primary-nav a {
  height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 700;
}

.np-primary-nav a.active {
  background: #084f92;
  color: #fff;
}

.np-primary-nav a:hover,
.np-primary-nav a:focus-visible {
  background: #084f92;
  color: #fff;
}

.np-page {
  padding: 20px 0 48px;
}

.np-hero-grid {
  gap: 20px;
  align-items: flex-start;
}

.np-banner-panel {
  flex: 1;
  background: #fff;
  border: 1px solid #dbe5f0;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.np-banner-top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.np-banner-copy {
  flex: 1;
  min-width: 0;
}

.np-banner-title {
  margin: 10px 0 12px;
  font-size: 30px;
  line-height: 1.25;
  color: #0d2646;
  font-weight: 900;
}

.np-banner-desc {
  margin: 0;
  color: #5d6c7d;
  line-height: 1.9;
  font-size: 15px;
}

.np-banner-meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #66758a;
  font-size: 13px;
}

.np-banner-meta span {
  padding: 6px 10px;
  background: #f4f8fc;
  border: 1px solid #d9e4f0;
}

.np-banner-art {
  width: 300px;
  flex: 0 0 300px;
  display: flex;
}

.np-banner-art img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.np-banner-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.np-banner-foot-item {
  padding: 12px 14px;
  border: 1px solid #e1e9f2;
  background: #f9fbfe;
}

.np-banner-foot-item strong {
  display: block;
  color: #0d61b3;
  font-size: 13px;
}

.np-banner-foot-item span {
  display: block;
  margin-top: 6px;
  color: #223349;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

.np-hero-main,
.np-hero-side,
.np-panel,
.np-list-card,
.np-detail-article,
.np-detail-sidebar,
.np-publish-panel,
.np-pricing-card {
  background: #fff;
  border: 1px solid #dbe5f0;
}

.np-hero-main {
  flex: 1;
  padding: 26px 28px 24px;
}

.np-hero-kicker,
.np-section-kicker {
  color: #0d61b3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.np-hero-title {
  margin: 12px 0 14px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  color: #0d2646;
}

.np-hero-summary {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #5d6c7d;
}

.np-meta-row {
  margin-top: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #748196;
}

.np-hero-side {
  width: 320px;
  flex: 0 0 320px;
  padding: 20px;
  background: #fff;
  border: 1px solid #dbe5f0;
}

.np-side-title {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 4px solid #0d61b3;
  font-size: 20px;
  color: #12345c;
}

.np-side-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.np-side-list a {
  display: block;
  padding: 10px 0;
  line-height: 1.7;
  color: #2b3b4f;
  font-size: 14px;
  border-bottom: 1px solid #edf2f7;
}

.np-side-list a:last-child {
  border-bottom: 0;
}

.np-headline-grid {
  gap: 20px;
  margin-top: 20px;
}

.np-lead-card {
  width: 420px;
  flex: 0 0 420px;
  background: #fff;
  border: 1px solid #dbe5f0;
}

.np-lead-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.np-lead-card-body {
  padding: 18px 20px 20px;
}

.np-lead-card h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.4;
}

.np-lead-card p {
  margin: 14px 0 0;
  color: #627185;
  line-height: 1.8;
  font-size: 14px;
}

.np-headline-stream {
  flex: 1;
  background: #fff;
  border: 1px solid #dbe5f0;
  padding: 18px 22px;
}

.np-headline-stream ul,
.np-bullet-list,
.np-side-list ul,
.np-pricing-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-headline-stream li {
  padding: 14px 0;
  border-bottom: 1px solid #edf2f7;
}

.np-headline-stream li:last-child {
  border-bottom: 0;
}

.np-headline-stream a {
  font-size: 18px;
  line-height: 1.65;
  color: #1e2d41;
}

.np-home-columns,
.np-content-grid {
  gap: 20px;
  margin-top: 20px;
}

.np-home-main,
.np-content-main {
  flex: 1;
}

.np-home-side,
.np-content-side {
  width: 320px;
  flex: 0 0 320px;
}

.np-panel {
  padding: 22px 24px;
}

.np-panel-head {
  margin-bottom: 18px;
  border-bottom: 2px solid #e8eef5;
  padding-bottom: 12px;
}

.np-panel-head h2 {
  margin: 0;
  font-size: 26px;
  color: #11365e;
}

.np-panel-head a {
  color: #6b7b90;
  font-size: 13px;
}

.np-list-flow {
  flex-direction: column;
  gap: 18px;
}

.np-list-card {
  display: flex;
  gap: 18px;
  padding: 18px;
}

.np-list-card-image {
  width: 220px;
  flex: 0 0 220px;
}

.np-list-card-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.np-list-card-body {
  flex: 1;
}

.np-list-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
  color: #162e4e;
}

.np-list-card p {
  margin: 12px 0 0;
  color: #66758a;
  line-height: 1.85;
  font-size: 14px;
}

.np-bullet-list li {
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
}

.np-bullet-list li:last-child {
  border-bottom: 0;
}

.np-bullet-list a {
  display: block;
  line-height: 1.8;
  font-size: 15px;
}

.np-category-band {
  gap: 20px;
  margin-top: 20px;
}

.np-category-card {
  flex: 1;
  background: #fff;
  border: 1px solid #dbe5f0;
  padding: 20px 22px;
}

.np-category-card h3 {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 4px solid #0d61b3;
  font-size: 22px;
}

.np-crumbs {
  margin: 0 0 18px;
  color: #738198;
  font-size: 13px;
  flex-wrap: wrap;
}

.np-detail-main {
  gap: 20px;
}

.np-detail-hero {
  display: flex;
  gap: 22px;
  align-items: stretch;
}

.np-detail-media {
  width: 420px;
  flex: 0 0 420px;
}

.np-detail-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.np-detail-hero-body {
  flex: 1;
  min-width: 0;
}

.np-detail-article {
  flex: 1;
  padding: 28px 32px 34px;
}

.np-detail-sidebar {
  width: 320px;
  flex: 0 0 320px;
  padding: 22px;
}

.np-detail-title {
  margin: 0;
  font-size: 38px;
  line-height: 1.32;
  color: #0d2646;
}

.np-detail-price {
  margin-top: 16px;
  padding: 14px 16px;
  background: #fff5f3;
  border-left: 4px solid #d83b2d;
  color: #c4241d;
  font-size: 24px;
  font-weight: 900;
}

.np-detail-contact-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.np-detail-contact-grid div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.7;
}

.np-detail-contact-grid span {
  width: 72px;
  color: #738198;
  flex: 0 0 72px;
}

.np-detail-contact-grid strong {
  color: #223349;
}

.np-detail-warning {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #ffd3cd;
  background: #fff6f5;
  color: #b33b32;
  line-height: 1.8;
  font-size: 14px;
}

.np-detail-tabs {
  margin-top: 28px;
}

.np-detail-intro {
  margin-top: 0;
  padding: 18px 20px;
  background: #f6f9fc;
  border-left: 4px solid #0d61b3;
  color: #617184;
  line-height: 1.9;
  font-size: 15px;
}

.np-detail-cover {
  margin-top: 24px;
}

.np-detail-cover img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.np-detail-content {
  margin-top: 24px;
  color: #263548;
  font-size: 16px;
  line-height: 2;
}

.np-detail-content img {
  margin: 18px 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.np-detail-content p {
  margin: 0 0 18px;
}

.np-detail-tags {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.np-tag {
  padding: 7px 12px;
  background: #f2f7fc;
  border: 1px solid #d7e5f3;
  color: #396186;
  font-size: 13px;
}

.np-detail-actions {
  margin-top: 24px;
}

.np-detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
}

.np-detail-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  background: #f5f9fd;
  border: 1px solid #d5e2f1;
  color: #225484;
  font-size: 14px;
  font-weight: 700;
}

.np-side-block + .np-side-block {
  margin-top: 24px;
}

.np-side-block h3 {
  margin: 0 0 14px;
  padding-left: 10px;
  border-left: 4px solid #0d61b3;
  font-size: 19px;
  color: #15345d;
}

.np-info-table {
  display: grid;
  grid-template-columns: 88px 1fr;
  row-gap: 12px;
  column-gap: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.np-info-table dt {
  color: #738198;
}

.np-info-table dd {
  margin: 0;
  color: #223349;
}

.np-side-related {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.np-side-related a {
  display: flex;
  gap: 12px;
}

.np-side-related img {
  width: 96px;
  height: 72px;
  object-fit: cover;
}

.np-side-related span {
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
  color: #2a3a4d;
}

.np-publish-grid {
  gap: 20px;
}

.np-publish-main {
  flex: 1;
}

.np-publish-side {
  width: 320px;
  flex: 0 0 320px;
}

.np-publish-panel {
  padding: 26px 28px;
}

.np-publish-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.3;
  color: #15345d;
}

.np-publish-desc {
  margin-top: 12px;
  color: #617184;
  line-height: 1.9;
  font-size: 15px;
}

.np-publish-steps {
  margin-top: 22px;
  gap: 12px;
  flex-wrap: wrap;
}

.np-step {
  min-width: 148px;
  padding: 14px 16px;
  border: 1px solid #d9e4f0;
  background: #f7fbff;
}

.np-step strong {
  display: block;
  color: #0d61b3;
  font-size: 14px;
}

.np-step span {
  display: block;
  margin-top: 6px;
  color: #66758a;
  font-size: 13px;
  line-height: 1.7;
}

.np-category-chooser {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.np-category-option {
  border: 1px solid #dbe5f0;
  padding: 18px;
  background: #fff;
}

.np-category-option h3 {
  margin: 0;
  font-size: 21px;
  color: #13365d;
}

.np-category-option p {
  margin: 10px 0 0;
  color: #65758a;
  font-size: 14px;
  line-height: 1.85;
}

.np-category-option ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #31445d;
  font-size: 14px;
  line-height: 1.9;
}

.np-category-option a {
  display: inline-flex;
  margin-top: 14px;
  color: #0d61b3;
  font-weight: 700;
}

.np-publish-button,
.np-price-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
}

.np-pricing-grid {
  gap: 20px;
  margin-top: 24px;
}

.np-pricing-card {
  flex: 1;
  padding: 26px 24px;
}

.np-pricing-card h3 {
  margin: 0;
  font-size: 22px;
  color: #12345c;
}

.np-pricing-price {
  margin-top: 16px;
  color: #0d61b3;
  font-size: 34px;
  font-weight: 900;
}

.np-pricing-price small {
  font-size: 15px;
  margin-left: 4px;
  font-weight: 700;
}

.np-pricing-card ul {
  margin-top: 18px;
  flex-direction: column;
  gap: 10px;
  color: #64758a;
  font-size: 14px;
  line-height: 1.8;
}

.np-footer {
  margin-top: 40px;
  border-top: 3px solid #0d61b3;
  background: #fff;
  color: #5f6d81;
  font-size: 13px;
}

.np-footer .np-wrap {
  padding: 18px 0;
  line-height: 1.8;
}

.site-footer {
  margin-top: 40px;
  background: #1d2335;
  color: #d9deea;
  padding: 34px 0 0;
}

.site-footer .wrap {
  width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-grid > div {
  flex: 1 1 180px;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
  margin-top: 0;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 10px;
  color: #c7cfdd;
  line-height: 1.8;
}

.site-footer a:hover {
  color: #d61f26;
}

.footer-icp {
  margin-top: 26px;
  padding: 28px 0 32px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  color: #999;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
}

.footer-icp p {
  margin: 0 0 16px;
  color: #999;
}

.footer-icp a {
  display: inline-block;
  margin: 0;
  color: #999;
}

.footer-icp a:hover {
  color: #777;
}

@media (max-width: 1260px) {
  .np-wrap {
    width: calc(100% - 32px);
  }

  .site-footer .wrap {
    width: calc(100% - 32px);
  }

  .np-hero-grid,
  .np-headline-grid,
  .np-home-columns,
  .np-content-grid,
  .np-detail-main,
  .np-publish-grid,
  .np-pricing-grid,
  .np-category-band {
    flex-direction: column;
  }

  .np-hero-side,
  .np-home-side,
  .np-content-side,
  .np-detail-sidebar,
  .np-publish-side,
  .np-lead-card {
    width: auto;
    flex: none;
  }
}

@media (max-width: 860px) {
  .np-wrap {
    width: calc(100% - 24px);
  }

  .np-brand-row,
  .np-list-card,
  .np-footer .np-wrap,
  .footer-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer .wrap {
    width: calc(100% - 24px);
  }

  .np-brand-actions,
  .np-logo {
    width: 100%;
    flex: none;
  }

  .np-banner-panel,
  .np-hero-grid {
    flex-direction: column;
  }

  .np-banner-foot {
    grid-template-columns: 1fr;
  }

  .np-banner-top {
    flex-direction: column;
  }

  .np-banner-art,
  .np-hero-side {
    width: 100%;
    flex: none;
  }

  .np-banner-art img {
    height: auto;
  }

  .np-logo img {
    margin: 0 auto;
  }

  .np-search-shell {
    flex-direction: column;
  }

  .np-primary-nav .np-wrap {
    height: auto;
    padding: 6px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .np-primary-nav a {
    height: 42px;
    padding: 0 14px;
  }

  .np-category-chooser {
    grid-template-columns: 1fr;
  }

  .np-detail-hero,
  .np-list-card-image {
    width: 100%;
    flex: none;
  }

  .np-detail-hero {
    flex-direction: column;
  }

  .np-detail-media {
    width: 100%;
  }

  .np-detail-media img {
    height: auto;
  }

  .np-detail-contact-grid {
    grid-template-columns: 1fr;
  }

  .np-detail-title,
  .np-hero-title,
  .np-publish-title {
    font-size: 28px;
  }
}
