.post {
  float: left;
}
.article .title {
  text-align: center;
  color: #222;
  font-size: 32px;
  margin: 10px 0 40px;
}
.article .share {
  border-bottom: 1px solid #eee;
  height: 46px;
  box-sizing: border-box;
  line-height: 46px;
  color: #999;
  margin-bottom: 50px;
}
.article .share img {
  margin-right: 5px;
}
.article .share .icon {
  font-size: 14px;
  width: 26px;
  height: 26px;
  background-color: #CCCECE;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
  margin: 0 1px;
  cursor: pointer;
}
.article .share time {
  margin-right: 30px;
  font-size: 18px;
}
.article .share .fontadd:hover {
  cursor: pointer;
  color: #296B44;
}
.article .share .fontmuic:hover {
  cursor: pointer;
  color: #296B44;
}
.article .share .print:hover,
.article .share .close:hover {
  cursor: pointer;
  color: #296B44;
}
.article p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 2;
  margin-bottom: 48px;
}
.article p img,
.article p span {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .article .share time {
    font-size: 12px;
  }
  .fr {
    float: left;
  }
}
