.banner {
  width: 100%;
  height: 555px;
  overflow: hidden;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.content .article-title {
  text-align: center;
  font-size: 24px;
  line-height: 90px;
  color: #333;
}
.content .article-content {
  border-top: 1px dashed #dddee1;
  border-bottom: 1px dashed #dddee1;
  box-sizing: border-box;
  padding: 30px 20px;
}
.content .article-content p {
  font-size: 16px;
  line-height: 1.5;
}
.content #footer-share {
  box-sizing: border-box;
  padding: 10px 0 20px;
}

/*# sourceMappingURL=article.css.map */
