﻿.content {
  min-height: 395px;
  width: 1400px;
  margin: 0 auto;
  padding-top: 18px;
}
.content-top {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.851);
  margin-bottom: 16px;
}
.content-article {
  border-top: 1px solid rgba(223, 238, 255, 1);
  padding-top: 39px;
}
.article-title {
  width: 915px;
  margin: 0 auto;
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
.article-dec {
  font-family: PingFang SC;
  font-size: 20px;
  color: #9e9e9e;
  line-height: 32px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-subtitle {
  width: 915px;
  margin: 0 auto;
  font-family: Source Han Sans CN;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
.article-time,
.article-author {
  margin-right: 30px;
}
.article p {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: 48px;
  /* text-indent: 2em; */
  text-align: justify; /* 浏览器可能不支持 */
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.85);
}
.article {
  padding: 30px 0;
}
