.main {
  padding: 69px 0 15px;
}

.content-wrapper {
  padding: 30px;
  position: relative;
  background: white;
}

.content-head {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

.content-head .title {
  font-size: 30px;
  color: #000000;
  text-align: center;
  white-space: pre-wrap;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.content-head .sub_title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  white-space: pre-wrap;
  margin-top: 20px;
  font-weight: normal;
}

.content-head  .eyebrow_title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 20px;
  font-weight: normal;
}

.content-head .attrs {
  display: flex;
  gap: var(--space-size);
  justify-content: center;
  color: var(--text-gray);
  padding-top: 30px;
  font-size: 14px;
}

.content-body {
  padding-top: 30px;
  min-height: 800px;
  line-height: 1.6;
}

.content-body img,
.content-body video,
.content-body table {
  max-width: 80%;
}

.content-body video {
  background-color: #333333;
}

.content-body p {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 20px;
  font-family: 仿宋, microsoft yahei, sans-serif;
}

.content-qrcode {
  border-top: 1px solid #dddddd;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}

.content-qrcode img {
  max-width: 100% !important;
}

.article-pagination {
  border-top: 1px solid var(--border-color);
  padding-top: 15px;
  margin-top: 20px;
}

.article-pagination .item {
  display: flex;
  color: #999999;
}

.article-pagination .item + .item {
  margin-top: 10px;
}

.article-pagination a:hover {
  color: var(--theme-color);
}
/* 移动端样式 */
/* @media screen and (max-width: 768px) {
  .main {
    padding: 15px 0;
  }

  .content-wrapper {
    padding: 15px;
  }

  .content-head .title {
    font-size: 20px;
    line-height: 1.4;
    word-break: break-word;
    text-align: center;
    font-weight: bold;
  }

  .content-head .sub_title {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
  }

  .content-head .attrs {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
  }

  .content-body {
    padding-top: 20px;
    min-height: auto;
  }

  .content-qrcode {
    display: none !important;
  }

  .content-body img {
    max-width: 80%;
    height: auto;
  }

  .content-body p {
    margin-bottom: 1.2em;
    font-size: 16px;
  }

  .content-body table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .article-pagination {
    margin-top: 15px;
  }

  .article-pagination .item {
    flex-direction: column;
    gap: 5px;
  }

  .article-pagination .item + .item {
    margin-top: 15px;
  }
  .article-pagination .item a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 75%;
  }
} */
