.left-part {
  display       : inline-block;
  vertical-align: top;
  width         : 800px;
  font-size     : 16px;
  color         : #333333;
}

.right-part {
  display    : inline-block;
  margin-left: 30px;
  width      : calc(100% - 850px);
}

.article {
  padding: 0 15px;
  color  : #0d1c28;
}

.article-title {
  padding   : 30px 0 15px 0;
  text-align: center;
  font-size : 24px;
}

.article-brief {
  padding      : 15px 0;
  color        : #666666;
  border-bottom: 1px solid #eaeaea;
}

.article-content {
  padding   : 30px 0;
  text-align: justify;
}

.article-content div {
  margin     : 20px 0;
  line-height: 1.8;
}

.no-table {
  margin: 10px 0;
}