.article .title {
  text-align: center;
  color: #222;
  font-size: 26px;
  margin: 10px 0 40px;
}
.article .share {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 46px;
  box-sizing: border-box;
  line-height: 46px;
  color: #999;
  margin-bottom: 50px;
}
.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 p,.article div.content {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 48px;
}
.article p img,
.article p span {
  /* display: block; */
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
