.article {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding: 0;
}

.article .article-title {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  border-bottom: 1px dashed #0089e5;
}

.article .article-subTitle {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin: 18px 0;
  color: #333333;
}

.article-content {
  padding: 12px 18px 28px;
  font-size: 18px;
  line-height: 30px;
}

.article-content p {
  margin: 8px 0;
}

.article-content .text-indent {
  text-indent: 2em;
}

.article-content strong {
  font-weight: bold;
}

.article-content .strong {
  font-weight: bold;
}

.article-flow {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.article-flow img {
  width: 100%;
}
