@charset "utf-8";
/* CSS Document */
.xe-richtext {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: SimHei;
  line-height: 1.8;
  word-break: break-word;
  /*富文本样式还原*/
}
.xe-richtext * {
  margin: 0;
  padding: 0;
  max-width: 100%;
  word-break: inherit;
}
.xe-richtext *:not(ul,ol) {
  padding: 0;
}
.xe-richtext img {
  max-width: 100%;
  height: auto !important;
}
.xe-richtext em {
  font-style: italic;
}
.xe-richtext strong {
  font-weight: bolder;
}
.xe-richtext strong * {
  font-weight: bolder;
}
.xe-richtext ul li {
  list-style-type: disc;
}
.xe-richtext ol li {
  list-style-type: decimal;
}
.xe-richtext ul,
.xe-richtext ol {
  padding-left: 30px;
}
