/* 面包屑导航 */
.article-breadcrumb {
  padding: 16px 0;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}

.article-breadcrumb a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
}

.article-breadcrumb a:hover {
  color: #337FE5;
}

.article-breadcrumb .sep {
  margin: 0 8px;
  color: #bbb;
  font-size: 13px;
}

.article-breadcrumb .current {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.article-header {
  background: linear-gradient(292.25deg, #95B9FF -15.24%, #FEBAFF 41.69%, #ACFFFA 101.05%);
  padding: 48px 0;
}

.article-header .article-info {
  display: flex;
  align-items: center;
}

.article-header .article-info .article-info-classify {
  padding: 8px;
  background: #fff;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 12px;
  line-height: 100%;
  background: #000;
  font-weight: bold;
}

.article-header .article-info .article-info-time {
	color: #000;
    font-size: 20px;
    line-height: 100%;
    font-family: Din;
}

.article-header .article-title {
  margin-top: 24px;
  color: #000;
  font-weight: 700;
  line-height: 54px;
  font-size: 36px;
}

.video-box {
  margin-top: .6rem;
}

.video-box video {
  width: 100%;
  border-radius: .08rem;
}

.article-content {
  margin-top: 36px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
}

.article-content h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  color: #3D3D3D;
}
.article-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #3D3D3D;
}
.article-content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: #3D3D3D;
}
.article-content h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #3D3D3D;
}
.article-content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #3D3D3D;
}

.article-content ul li {
  padding-left: 20px;
  position: relative;
}

.article-content ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #D8D8D8;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content p {
  margin-top: 5px;
}

.article-content img {
	width: 800px;
  display: block;
  margin: 20px auto;
	border: 10px solid #fff;
  box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.04);
}

.article-content blockquote {
  border-left: 5px solid #f86466;
  background: white;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}

.article-content pre {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 3px;
}

.article-content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.article-content ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.article-content li {
  list-style-type: none;
}

.article-content a {
  color: #337FE5;
}

hr {
  margin: 48px 0;
}

.boxpage {
  color: #000;
  font-size: 18px;
}

.boxpage-item {
  margin: 12px 0;
}

.boxpage-item a:hover {
  font-weight: 700;
  text-decoration: underline !important;
}
