.article-page {
  min-width: 1200px;
  color: #404040;
  background: #ffffff;
}

.article-hero {
  width: 100%;
  height: 400px;
  background: #ffffff url("../images/37423505.jpg") center center / cover no-repeat;
}

.article-shell {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #999999;
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}

.breadcrumbs::before { content: ""; width: 5px; }
.breadcrumbs a { color: #666666; }
.breadcrumbs a:hover { color: #000000; }
.breadcrumbs span:first-of-type { color: #666666; font-size: 22px; line-height: 1; }

.article-rule {
  height: 1px;
  background: #f3f3f3;
}

.article-body {
  padding: 33px 0 60px;
}

.article-body h1 {
  margin: 0 0 63px;
  color: #404040;
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.article-copy {
  color: #444444;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 2;
}

.article-copy p {
  margin: 0 0 32px;
  text-align: justify;
  text-indent: 2em;
}

.article-copy strong { font-weight: 700; }

.article-paging {
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid #f3f3f3;
  color: #666666;
  font-family: Tahoma, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.article-paging p { margin: 0 0 11px; }
.article-paging span { display: inline-block; width: 16px; color: #999999; font-size: 22px; vertical-align: -1px; }

@media (max-width: 760px) {
  .article-page { min-width: 0; }
  .article-hero { height: 230px; }
  .article-shell { width: 100%; padding: 0 18px; }
  .breadcrumbs { height: 52px; font-size: 14px; }
  .article-body { padding: 27px 0 42px; }
  .article-body h1 { margin-bottom: 40px; font-size: 25px; }
  .article-copy { font-size: 15px; line-height: 1.9; }
  .article-copy p { margin-bottom: 25px; }
}
