body {
  font-family: 'Microsoft YaHei', Arial, 'Times New Roman', SimHei;
  font-size: 16px;
  color: #1D2843;
  background-color: #F4F4F4;
  padding-top: 100px;
}

.section-content {
  width: 960px;
  -webkit-box-shadow: 0px 0px 8px rgba(63, 98, 145, 0.08);
  box-shadow: 0px 0px 8px rgba(63, 98, 145, 0.08);
  margin: 0 auto 30px;
}
.section-content .article-content {
  background-color: #fff;
  padding: 40px 50px 56px;
}
.section-content .article-title {
  font-size: 32px;
  font-weight: 600;
  color: #444;
  text-align: center;
  margin-bottom: 20px;
}
.section-content .article-meta {
  font-size: 18px;
  padding: 10px 0;
}
.section-content .article-meta-list {
  margin: 0 5px;
}
.section-content .article-time img {
  width: 17px;
  height: 17px;
}
.section-content .article-time span {
  font-size: 14px;
  font-weight: 400;
  color: #8A889A;
  margin-left: 5px;
}
.section-content .article-info {
  line-height: 20px;
  font-size: 16px;
  padding: 20px 0;
}
.section-content .article-info p {
  line-height: 1.8;
}
.section-content .article-info p img {
  max-width: 100%;
  max-height: 100%;
  margin: 10px 0;
}
.section-content .id-font {
  font-size: 14px;
}
.section-content .post-nav {
  padding: 50px 0 20px;
}
.section-content .post-nav .nav-list {
  text-align: center;
}
.section-content .post-nav .nav-list a {
  display: inline-block;
  line-height: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #f310d8;
  border-radius: 6px;
  padding: 12px 26px;
}
