.article {
  width: 80%;
  max-width: 954px;
  margin: 44px auto;
  color: #333;
}
.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: 36px;
}
.article .share .visited,
.article .share .link {
  margin-left: 36px;
}
.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 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0.5em;
}
.article p img,
.article p span {
  /* display: inline-block; */
  /* margin: 0 auto; */
  margin-bottom: 0;
  /* text-align: center; */
}
.article .mailto {
  margin-top: 32px;
  display: block;
  height: 56px;
  background-color: rgba(255, 138, 0, 0.05);
  color: #ff8a00;
  font-size: 16px;
  line-height: 56px;
  border-left: 2px solid rgba(255, 138, 0, 0.2);
  padding-left: 24px;
}
.article .mailto > .icon {
  font-size: 20px;
  margin-right: 20px;
  line-height: 56px;
}
