.cms-article-layout {
  padding-top: 54px;
  padding-bottom: 64px;
  align-items: start
}

.cms-article-layout .breadcrumb {
  margin-bottom: 18px
}

.cms-article {
  min-width: 0
}

.cms-article .article-head {
  padding: 4px 0 0
}

.cms-article .article-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 0 11px;
  border-radius: 3px;
  background: var(--red-light);
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em
}

.cms-article .article-kicker:hover {
  background: var(--red);
  color: #fff
}

.cms-article .article-head h1 {
  max-width: 880px;
  margin-bottom: 16px
}

.cms-article .article-meta {
  display: flex;
  gap: 10px 22px;
  align-items: center;
  margin: 0 0 28px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--border);
  color: var(--gray-light);
  font-size: 13px
}

.cms-article .article-meta span {
  color: var(--gray-light)
}

.cms-article .article-meta a {
  color: var(--red);
  font-weight: 700
}

.cms-article-body {
  color: #333;
  font-size: 16px;
  line-height: 2;
  overflow-wrap: anywhere
}

.cms-article-body>br:first-child {
  display: none
}

.cms-article-body a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px
}

.cms-article-body img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 24px auto
}

.cms-article-body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse
}

.cms-article-body iframe,
.cms-article-body video {
  max-width: 100%
}

.cms-article-body p:empty {
  display: none
}

.cms-related-list li a {
  position: relative;
  padding-left: 19px !important;
  line-height: 1.65
}

.cms-related-list li a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 17px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red)
}

.cms-side-contact {
  text-align: center
}

.cms-side-contact img {
  display: block;
  width: min(180px, 100%);
  height: auto;
  margin: 0 auto 14px
}

.cms-side-contact>a {
  color: var(--red);
  font-size: 20px;
  font-weight: 800
}

.cms-empty {
  padding: 48px 24px;
  text-align: center;
  color: var(--gray-light)
}

.page2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px
}

.page2 span {
  display: block
}

.page2 a {
  display: flex;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--black)
}

.page2 a:hover,
.page2 a.hover {
  border-color: var(--red);
  background: var(--red);
  color: #fff
}

.article-nav .page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%
}

.article-nav .page a {
  display: block;
  max-width: none;
  padding: 14px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--black);
  font-weight: 600
}

.article-nav .page a:hover {
  border-color: var(--red);
  color: var(--red)
}

@media (max-width:760px) {
  .cms-article-layout {
    padding-top: 32px;
    padding-bottom: 42px
  }

  .cms-article .article-head h1 {
    font-size: 25px;
    line-height: 1.5
  }

  .cms-article .article-meta {
    gap: 8px 14px;
    margin-bottom: 22px;
    padding-bottom: 16px
  }

  .cms-article-body {
    font-size: 15px;
    line-height: 1.95
  }

  .article-nav .page {
    grid-template-columns: 1fr
  }

  .knowledge-category-layout {
    padding-top: 34px;
    padding-bottom: 44px
  }
}
