.sideBar {
  flex: 0 0 310px;
  width: 310px;
}
.barItem {
  background: #FCFCFC;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 23px;
  padding-bottom: 40px;
  border: 1px solid #0000001a;
  /* padding: 23px 20px 20px 20px; */
  /* border: 1px solid #D4D4D4; */
  /* padding: 25px; */
}
.barItem:last-child {
  margin-bottom: 0;
}
.itemList li {
  list-style: disc !important;
  margin-bottom: 15px;
}

/* 右侧样式统一设置，覆盖富文本 */
.sideBar .ueEditorStyle * {
  color: #333 !important;
  font-size: 14px !important;
  margin-bottom: 15px !important;
}
