* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 1440px;
  background: #F3F6FA;
  color: #1F2933;
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

body {
  overflow-x: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
figure,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

input,
button {
  font: inherit;
}

.home-page {
  width: 1440px;
  margin: 0 auto;
  background: #F3F6FA;
}

.home-page a {
  color: inherit;
  display: block;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .line2,
.home-page .line3 {
  display: -webkit-box;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1439px) {
  html,
  body {
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }

  .home-page {
    width: 100%;
    min-height: 0;
  }

  .container {
    width: calc(100% - 80px);
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  html,
  body {
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }

  .home-page {
    width: 100%;
    min-height: 0;
  }

  .container {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }
}

.utility-bar {
  height: 36px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.utility-inner {
  display: flex;
  align-items: center;
  height: 100%;
  color: #66788A;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.utility-inner time {
  flex: 0 0 auto;
  margin-right: 24px;
}

.quick-links {
  display: flex;
  gap: 24px;
  margin-left: auto;
}

.brand-header {
  height: 96px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}

.brand-block {
  flex: 1 1 auto;
  min-width: 0;
}

.brand-block h1 {
  height: 56px;
  color: #07468F;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.brand-block p {
  margin-top: 4px;
  white-space: nowrap;
  color: #52606D;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.search-box {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 320px;
  height: 41px;
  padding: 0;
  background: #F1F5F9;
  border-radius: 4px;
}

.search-box label {
  color: #7B8794;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.search-box input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 0 15px;
  background: transparent;
}

.search-box input:focus,
.search-box input:hover {
  border: 0;
}



.light-entry {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
  color: #52606D;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.main-strip {
  height: 10px;
  background: #07468F;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .utility-bar {
    height: auto;
  }

  .utility-inner {
    min-height: 36px;
    padding: 8px 0;
    flex-wrap: wrap;
    gap: 6px 18px;
    line-height: 18px;
  }

  .utility-inner time {
    margin-right: 0;
  }

  .quick-links {
    margin-left: auto;
    gap: 20px;
  }

  .brand-header {
    height: auto;
  }

  .brand-inner {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 14px 24px;
    height: auto;
    padding: 16px 0;
    align-items: center;
  }

  .brand-block h1 {
    height: auto;
    font-size: 36px;
    line-height: 44px;
  }

  .brand-block p {
    margin-top: 2px;
    white-space: normal;
  }

  .search-box {
    width: auto;
    justify-self: stretch;
  }

  .light-entry {
    grid-column: 1 / -1;
    justify-self: end;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .utility-bar {
    height: auto;
  }

  .utility-inner {
    min-height: 36px;
    padding: 8px 0;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px 14px;
    line-height: 18px;
  }

  .utility-inner time {
    margin-right: 0;
  }

  .quick-links {
    width: 100%;
    margin-left: 0;
    gap: 18px;
  }

  .brand-header {
    height: auto;
  }

  .brand-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    padding: 14px 0 16px;
  }

  .brand-block h1 {
    height: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .brand-block p {
    margin-top: 2px;
    white-space: normal;
  }

  .search-box {
    display: none;
  }

  .light-entry {
    flex-wrap: wrap;
    gap: 6px;
  }

  .main-strip {
    height: 8px;
  }
}

@media (max-width: 480px) {
  .utility-inner {
    display: block;
  }

  .utility-inner p {
    margin-top: 6px;
  }

  .quick-links {
    margin-top: 8px;
  }

  .brand-block h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.main-content {
  width: 1240px;
  margin: 32px auto 44px;
  margin-top: calc(142px + 32px);
}

@media (min-width: 769px) and (max-width: 1439px) {
  .main-content {
    width: calc(100% - 80px);
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .main-content {
    margin-top: 110px;
  }
}

@media (max-width: 768px) {
  .main-content {
    width: auto;
    margin: 20px 16px 28px;
  }
}

@media (max-width: 480px) {
  .main-content {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.hero-section {
  display: grid;
  grid-template-columns: 818px 342px;
  gap: 24px;
  height: 687px;
  padding: 27px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8E2EE;
  box-shadow: 0 12px 28px -8px rgba(11, 47, 99, 0.08);
}

.hero-main,
.latest-column {
  min-width: 0;
}

.image-frame {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #D8E5F4 0%, #EEF5FF 100%);
  border: 1px solid rgba(199, 215, 235, 0.8);
}

.image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-frame a,
.news-row a,
.topic-cards a,
.panel-lead a,
.compact-list a,
.feature-list a,
.timeline a {
  color: inherit;
}

.image-frame::after,
.latest-accent {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: rgba(11, 78, 162, 0.65);
}

.image-frame figcaption {
  position: absolute;
  color: #52606D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.image-frame-large {
  height: 254px;
}

.image-frame-large figcaption {
  top: 12px;
  right: 12px;
  left: 12px;
  height: 130px;
}

.image-frame-side {
  height: 214px;
}

.image-frame-side figcaption {
  top: 92px;
  right: 15px;
  left: 15px;
  height: 28px;
}

.badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: #EAF2FF;
  color: #66788A;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.hero-main > h2 {
  height: 48px;
  margin-top: 16px;
  overflow: hidden;
  color: #102A43;
  font-size: 35px;
  font-weight: 500;
  line-height: 46px;
  white-space: nowrap;
}

.hero-summary {
  height: 48px;
  margin-top: 14px;
  overflow: hidden;
  color: #52606D;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.short-divider {
  display: block;
  width: 10px;
  height: 1px;
  margin-top: 16px;
  background: #D9E2EC;
}

.hero-news-list {
  margin-top: 16px;
}

.news-row h3,
.news-row h4 {
  overflow: hidden;
  color: #1F2933;
  font-weight: 400;
}

.news-row p {
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.news-row-hero {
  height: 62px;
}

.news-row-hero + .news-row-hero {
  margin-top: 16px;
}

.news-row-hero h3 {
  height: 32px;
  font-size: 16px;
  line-height: 24px;
}

.news-row-hero p {
  height: 24px;
  margin-top: 6px;
  color: #07468F;
}

.section-head,
.panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 26px;
}

.section-head h2,
.panel-head h2 {
  position: relative;
  height: 26px;
  padding-left: 14px;
  color: #17324D;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.section-head h2::before,
.panel-head h2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 22px;
  background: #0B4EA2;
}

.section-head a,
.panel-head a {
  margin-top: 5px;
  color: #66788A;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.latest-column .section-head {
  margin-top: 20px;
}

.latest-list {
  margin-top: 20px;
}

.latest-row {
  /* height: 62px; */
}

.latest-row + .latest-row {
  margin-top: 20px;
}

.latest-row-feature {
  /* height: 86px; */
}

.latest-row h3 {
  /* height: 32px; */
  font-size: 16px;
  line-height: 24px;
}

/* .latest-row-feature h3 {
  height: 56px;
} */

.latest-row p {
  height: 24px;
  margin-top: 6px;
  color: #66788A;
}

.latest-accent {
  position: relative;
  display: block;
  margin-top: 14px;
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .hero-section {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
    height: auto;
    min-height: 687px;
  }

  .hero-main > h2 {
    height: auto;
    min-height: 48px;
    overflow: visible;
    white-space: normal;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    padding: 23px;
    overflow: visible;
  }

  .image-frame-large {
    height: 260px;
  }

  .hero-main > h2 {
    height: auto;
    overflow: visible;
    font-size: 30px;
    line-height: 40px;
    white-space: normal;
  }

  .hero-summary,
  .news-row-hero,
  .news-row-hero h3,
  .news-row-hero p,
  .latest-row,
  .latest-row h3,
  .latest-row p,
  .latest-row-feature,
  .latest-row-feature h3 {
    height: auto;
  }

  .latest-column {
    margin-top: 4px;
  }

  .image-frame-side {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    display: block;
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .image-frame-large {
    height: 176px;
  }

  .image-frame-large figcaption,
  .image-frame-side figcaption {
    top: 50%;
    height: auto;
    transform: translateY(-50%);
  }

  .hero-main > h2 {
    height: auto;
    margin-top: 14px;
    overflow: visible;
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
  }

  .hero-summary {
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .news-row-hero,
  .latest-row,
  .latest-row-feature {
    height: auto;
  }

  .news-row-hero h3,
  .latest-row h3,
  .latest-row-feature h3 {
    height: auto;
  }

  .news-row-hero p,
  .latest-row p {
    height: auto;
  }

  .latest-column {
    margin-top: 22px;
  }

  .image-frame-side {
    height: 160px;
  }

  .latest-column .section-head {
    margin-top: 16px;
  }

  .latest-list {
    margin-top: 16px;
  }

  .latest-row + .latest-row {
    margin-top: 16px;
  }

  .latest-accent {
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 13px;
  }

  .image-frame-large {
    height: 156px;
  }

  .image-frame-side {
    height: 138px;
  }

  .hero-main > h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.topic-banner {
  display: flex;
  gap: 24px;
  height: 154px;
  margin-top: 24px;
  padding: 21px 44px 0 27px;
  overflow: hidden;
  background: #EAF2FF;
  border: 1px solid #BBD0EF;
  box-shadow: 0 8px 20px -10px rgba(11, 47, 99, 0.05);
}

.topic-lead {
  flex: 0 0 360px;
  margin-top: 3px;
  overflow: hidden;
}

.topic-label {
  height: 16px;
  color: #66788A;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.topic-lead h2 {
  height: 42px;
  margin-top: 8px;
  overflow: hidden;
  color: #17324D;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.topic-lead p:last-child {
  margin-top: 5px;
  overflow: hidden;
  color: #52606D;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.topic-cards {
  display: grid;
  grid-template-columns: repeat(3, 245px);
  gap: 24px;
}

.topic-cards article {
  height: 110px;
  padding: 13px 18px 0 15px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D9E2EC;
}

.topic-cards h3 {
  height: 32px;
  overflow: hidden;
  color: #102A43;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.topic-cards p {
  height: 42px;
  margin-top: 8px;
  overflow: hidden;
  color: #66788A;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .topic-banner {
    height: auto;
    min-height: 154px;
    padding-bottom: 21px;
  }

  .topic-lead {
    flex: 0 1 360px;
  }

  .topic-cards {
    grid-template-columns: repeat(3, minmax(0, 245px));
    flex: 1 1 auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .topic-banner {
    display: block;
    height: auto;
    padding: 20px 23px;
    overflow: visible;
  }

  .topic-lead {
    margin-top: 0;
    flex: none;
  }

  .topic-lead h2,
  .topic-lead p:last-child {
    height: auto;
  }

  .topic-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
  }

  .topic-cards article {
    height: auto;
    min-height: 110px;
  }

  .topic-cards h3,
  .topic-cards p {
    height: auto;
  }
}

@media (max-width: 768px) {
  .topic-banner {
    display: block;
    height: auto;
    margin-top: 18px;
    padding: 16px;
    overflow: visible;
  }

  .topic-lead {
    margin-top: 0;
    flex: none;
  }

  .topic-lead h2,
  .topic-lead p:last-child {
    height: auto;
  }

  .topic-lead h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .topic-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .topic-cards article {
    height: auto;
    min-height: 92px;
    padding: 14px 15px;
  }

  .topic-cards h3,
  .topic-cards p {
    height: auto;
  }
}

@media (max-width: 480px) {
  .topic-banner {
    padding: 14px;
  }

  .topic-lead h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: 450px;
  margin-top: 24px;
  overflow: hidden;
}

.news-panel {
  min-width: 0;
  height: 450px;
  padding: 19px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8E2EE;
}

.panel-lead {
  height: 56px;
  margin-top: 16px;
  overflow: hidden;
  color: #17324D;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.compact-list {
  margin-top: 16px;
}

.compact-list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin-bottom: 16px;
  background: #D9E2EC;
}

.compact-list li + li {
  margin-top: 16px;
}

.compact-list h4 {
  height: 23px;
  overflow: hidden;
  color: #1F2933;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.compact-list p {
  height: 16px;
  margin-top: 6px;
  overflow: hidden;
  color: #07468F;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    overflow: visible;
  }

  .news-panel {
    height: auto;
    min-height: 450px;
  }

  .news-panel:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .panel-lead,
  .compact-list h4,
  .compact-list p {
    height: auto;
  }
}

@media (max-width: 768px) {
  .news-grid {
    display: block;
    height: auto;
    margin-top: 18px;
    overflow: visible;
  }

  .news-panel {
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .news-panel + .news-panel {
    margin-top: 14px;
  }

  .panel-lead {
    height: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .compact-list h4,
  .compact-list p {
    height: auto;
  }

  .compact-list li + li {
    margin-top: 14px;
  }

  .compact-list li::before {
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  .news-panel {
    padding: 13px;
  }

  .panel-head h2 {
    font-size: 19px;
  }

  .panel-lead {
    font-size: 17px;
    line-height: 25px;
  }
}

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

.enterprise-news-panel {
  grid-column: auto;
  height: auto;
  min-height: 0;
}

.enterprise-news-grid .enterprise-news-panel:last-child {
  grid-column: auto;
  min-height: 0;
}

.enterprise-section {
  display: grid;
  grid-template-columns: 350px 500px 294px;
  gap: 24px;
  height: 419px;
  margin-top: 24px;
  padding: 23px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8E2EE;
}

.enterprise-image {
  height: 371px;
}

.enterprise-image figcaption {
  top: 170.5px;
  right: 15px;
  left: 15px;
  height: 28px;
}

.enterprise-list {
  min-width: 0;
}

.enterprise-head {
  height: 26px;
}

.feature-list {
  margin-top: 14px;
}

.feature-list li + li {
  margin-top: 14px;
}

.feature-list li + li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin-bottom: 14px;
  background: #D9E2EC;
}

.feature-list h3 {
  overflow: hidden;
  color: #1F2933;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.feature-list p {
  height: 24px;
  margin-top: 6px;
  overflow: hidden;
  color: #66788A;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.timeline {
  height: 371px;
  padding: 18px;
  overflow: hidden;
  background: #F1F5F9;
}

.timeline h2 {
  height: 24px;
  overflow: hidden;
  color: #17324D;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.timeline ol {
  margin-top: 10px;
}

.timeline li + li {
  margin-top: 12px;
}

.timeline h3 {
  overflow: hidden;
  color: #1F2933;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.timeline p {
  height: 24px;
  margin-top: 6px;
  overflow: hidden;
  color: #66788A;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 1181px) and (max-width: 1439px) {
  .enterprise-section {
    grid-template-columns: minmax(280px, 350px) minmax(360px, 1fr) minmax(260px, 294px);
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .enterprise-section {
    grid-template-columns: minmax(260px, 350px) minmax(0, 1fr);
    height: auto;
    padding: 23px;
    overflow: visible;
  }

  .enterprise-image {
    height: auto;
    min-height: 371px;
  }

  .enterprise-list {
    min-width: 0;
  }

  .feature-list li,
  .feature-list li + li,
  .feature-list h3,
  .feature-list p {
    height: auto;
  }

  .timeline {
    grid-column: 1 / -1;
    height: auto;
    overflow: visible;
  }

  .timeline ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .timeline li,
  .timeline h3,
  .timeline p {
    height: auto;
  }
}

@media (max-width: 768px) {
  .enterprise-section {
    grid-template-columns: 1fr;
    gap: 18px;
    height: auto;
    margin-top: 18px;
    padding: 15px;
    overflow: visible;
  }

  .enterprise-image {
    height: 200px;
  }

  .enterprise-image figcaption {
    top: 50%;
    height: auto;
    transform: translateY(-50%);
  }

  .feature-list li,
  .feature-list li + li {
    height: auto;
  }

  .feature-list h3,
  .feature-list p {
    height: auto;
  }

  .timeline {
    height: auto;
    padding: 16px;
    overflow: visible;
  }

  .timeline h2,
  .timeline li,
  .timeline h3,
  .timeline p {
    height: auto;
  }

  .timeline h2 {
    overflow: visible;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .enterprise-section {
    padding: 13px;
  }

  .enterprise-image {
    height: 172px;
  }
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 172px;
  padding-top: 32px;
  overflow: hidden;
  background: #0A2946;
}

.site-footer nav {
  display: flex;
  gap: 8px;
  height: 48px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.site-footer p {
  height: 42px;
  margin-top: 14px;
  color: #07468F;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .site-footer nav {
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding: 0 40px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .site-footer {
    height: auto;
    min-height: 156px;
    padding: 28px 16px;
  }

  .site-footer nav {
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    line-height: 22px;
    text-align: center;
  }

  .site-footer p {
    height: auto;
    max-width: 320px;
    margin-top: 16px;
    line-height: 18px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding-right: 12px;
    padding-left: 12px;
  }
}
