.wangEditor-txt {
  margin-top: 5px;
  overflow-x: auto;
  font-size: 15px;
  padding: 0 15px;
  text-align:justify;
}

.wangEditor-txt blockquote,
.wangEditor-txt li,
.wangEditor-txt ul,
.wangEditor-txt p,
.wangEditor-txt td,
.wangEditor-txt th {
  line-height: 1.75;
}

.wangEditor-txt h1,
.wangEditor-txt h2 {
  margin: 30px 0 -10px !important;
  line-height: 1.6;
}
.wangEditor-txt h3,
.wangEditor-txt h4,
.wangEditor-txt h5 {
  margin: 30px 0 10px;
  line-height: 1.75;
}

.wangEditor-txt p {
  margin: 22px 0;
  white-space: pre-wrap; /* 保留空格 */
}

.wangEditor-txt li, ul {
  white-space: pre-wrap; /* 保留空格 */
  margin: 8px 0;
}

.wangEditor-txt img {
  max-width: 100%;
  display: block !important;
  margin: 22px auto;
}

.wangEditor-txt blockquote {
  border-left: 8px solid #d0e5f2;
  padding: 10px 10px;
  margin: 10px 0;
  background-color: #f1f1f1;
}

.wangEditor-txt code {
  font-family: monospace;
  background-color: #eee;
  padding: 3px;
  border-radius: 3px;
}
.wangEditor-txt pre>code {
  display: block;
  padding: 10px;
}

.wangEditor-txt table {
  border-collapse: collapse;
}
.wangEditor-txt td,
.wangEditor-txt th {
  border: 1px solid #ccc;
  min-width: 50px;
  height: 20px;
}
.wangEditor-txt th {
  background-color: #f1f1f1;
}

.wangEditor-txt ul,
.wangEditor-txt ol {
  padding-left: 20px;
}

.wangEditor-txt input[type="checkbox"] {
  margin-right: 5px;
}