h1,
p {
  margin: 0;
  padding: 0;
}
.article {
  font-family: PingFangSC-Light;
  width: 800px;
  margin: 30px auto 120px;
}
.article .article-title {
  border: none;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
  text-align: left;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  margin: 30px auto 20px;
  text-align: center;
  color: #000;
  font-size: 24px;
  padding: 0;
  padding-bottom: 10px;
}
.article .article-time {
  padding-left: 4px;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 13px;
}
.article .article-type {
  display: inline-block;
  margin-right: 7px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  padding: 8px 16px;
  font-size: 13px;
  color: #999;
  background-color: #fafafa;
}
.article .article-line {
  margin: 20px auto;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.article .article-section {
  box-sizing: border-box;
  text-size-adjust: 100%;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #777777;
  white-space: normal;
  background-color: #ffffff;
}
.article .article-section p {
  font-size: 16px;
  line-height: 40px;
}
.article .article-section img {
  max-width: 100% !important;
  height: auto;
}
.article .article-subhead {
  box-sizing: border-box;
  text-size-adjust: 100%;
  margin-top: 15px;
  margin-bottom: 18px;
  color: #777777;
  line-height: 24px;
  white-space: normal;
  background-color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.article .fl {
 float: left;
 }

 .article .fr {
 float: right;
 }


@media screen and (max-width: 801px) {
  .article {
    width: 98%;
    margin: 0 auto 60px;
  }
  .article .article-title {
    margin: 10px auto;
    font-size: 14px;
  }
  .article .article-section {
    text-indent: 2em;
  }
}
