.article-wrap {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 18px 0px rgba(0, 90, 255, 0.15);
  margin-top: 30px;
  padding: 45px;
  /* padding-top: 45px; */
  /* padding-bottom: 60px; */
  box-sizing: border-box;
}

.article-title {
  font-size: 26px;
  color: #1F5BB0;
  text-align: center;
  margin-bottom: 40px;
}

.article-other {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #959595;
  line-height: 24px;
  border-bottom: 2px dashed #f3edef;
  padding-bottom: 20px;
  /* margin-bottom: 20px; */
}

.other-info {
  float: right;
}

.other-share-box {
  zoom: 1;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  height: 30px;
  padding-bottom: 10px;
  box-sizing: content-box;
  float: left;
}

.article-main-content{
  padding: 31px 0;
  font-size: 16px;
}

.article-main-content p{
  margin-bottom: 25px;
}