.news-home {
  padding-bottom: 8px;
}

.news-home .card-head p {
  margin: 4px 0 0;
  color: #737b88;
  font-size: 14px;
  font-weight: 500;
}

.news-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin: 12px 0 16px;
  -webkit-overflow-scrolling: touch;
}

.news-tabs button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #e4e8ef;
  background: #fff;
  color: #5b6573;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.news-tabs button.is-on {
  background: #13233f;
  color: #fff;
  border-color: #13233f;
}

.news-home-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: start;
}

.news-feature {
  display: grid;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.news-feature h3 {
  margin: 6px 0;
  font-size: 22px;
  color: #13233f;
}

.news-feature p {
  color: #5b6573;
  line-height: 1.6;
}

.news-more {
  color: #2f5bd5;
  font-weight: 800;
  font-size: 14px;
}

.news-side {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid #e4e8ef;
}

.news-side a {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid #e4e8ef;
  color: inherit;
  text-decoration: none;
}

.news-side time {
  color: #8a919c;
  font-size: 12px;
}

.news-thumb {
  display: grid;
  place-items: center;
  min-height: 88px;
  background: #eef1f6;
  color: #8a919c;
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
}

.news-thumb-lg {
  min-height: 180px;
}

.news-thumb img,
.news-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-cat {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 800;
  background: #eef1f6;
  color: #13233f;
}

.news-cat.tone-blue { background: #e7eefc; color: #2f5bd5; }
.news-cat.tone-violet { background: #eee8fb; color: #6b4bc4; }
.news-cat.tone-sky { background: #e7f5fb; color: #1a7aa2; }
.news-cat.tone-mint { background: #e5f6f1; color: #1b7a62; }
.news-cat.tone-orange { background: #fff0e4; color: #c05612; }
.news-cat.tone-navy { background: #e8ecf3; color: #13233f; }
.news-cat.tone-coral { background: #fdecea; color: #c53030; }

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #8a919c;
  font-size: 13px;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-card a {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.news-card h2 {
  margin: 6px 0;
  font-size: 18px;
}

.news-lead {
  font-size: 18px;
  color: #13233f;
  font-weight: 700;
}

.news-body h2,
.news-related h2,
.news-source h2 {
  font-size: 16px;
  margin: 22px 0 8px;
}

.news-mini {
  margin: 0;
  padding-left: 18px;
}

.about-page .about-slogan {
  font-size: clamp(18px, 2.4vw, 26px);
  color: #2f5bd5;
  font-weight: 800;
  margin: 0 0 20px;
}

.about-section {
  margin: 0 0 48px;
  padding: 0;
}

.about-section h2 {
  margin: 0 0 16px;
  padding: 0;
  color: #13233f;
  text-align: left;
}

.about-copy p {
  color: #5b6573;
  line-height: 1.75;
  margin: 0 0 12px;
  max-width: 760px;
}

.about-work {
  margin: 0;
  padding-left: 18px;
  color: #5b6573;
  display: grid;
  gap: 8px;
}

.about-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.about-services article {
  background: #fff;
  border: 1px solid #e4e8ef;
  padding: 16px;
}

.about-services h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.about-services p,
.about-dir p {
  margin: 0;
  color: #5b6573;
  font-size: 14px;
  line-height: 1.6;
}

.about-dir {
  background: #f7f8fb;
  border: 1px solid #e4e8ef;
  padding: 20px;
}

.about-dir strong {
  display: block;
  margin-bottom: 8px;
  color: #13233f;
}

.about-company {
  display: grid;
  gap: 8px;
}

.about-company div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px;
  font-size: 14px;
}

.about-company dt {
  color: #747c89;
  font-weight: 700;
}

.about-close {
  margin-top: 48px;
  padding: 28px 0 0;
  border-top: 1px solid #e4e8ef;
  text-align: center;
}

.about-close strong {
  display: block;
  font-size: 20px;
  color: #13233f;
}

.about-close span {
  color: #2f5bd5;
  font-weight: 800;
}

@media (max-width: 900px) {
  .news-home-grid,
  .about-services,
  .news-card a,
  .about-company div {
    grid-template-columns: 1fr;
  }

  .news-thumb-lg {
    min-height: 120px;
  }
}
