.wp-editor-style h1 {
  font-size: 32px;
  color: #333333;
  line-height: 45px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 16px;
  font-weight: 600;
}
.wp-editor-style p, .wp-editor-style ul {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
}
.wp-editor-style p > img, .wp-editor-style ul > img {
  margin: 24px auto;
  display: block;
}
.wp-editor-style a {
  color: #1890FF;
}
.wp-editor-style .title-data {
  color: #999999;
  margin-bottom: 24px;
  font-size: 14px;
}