﻿.content h2 {
  font-size: 24px;
  color: #040404;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.content-main {
  padding-bottom: 40px;
  /* border-bottom: solid 1px #a0a0a0; */
  margin-bottom: 20px;
}
.Author {
  margin-bottom: 20px;
  text-align: center;
}
.Author span {
  display: inline-block;
  font-size: 15px;
  color: #707070;
  margin: 0 20px 0 0;
}
.content-main p {
  font-size: 17px;
  color: #2f2f2f;
  line-height: 1.8;
  text-indent: 2em;
}
.content {
  font-family: 'Microsoft YaHei';
}