.content_intro {
  padding: 20px;
  width: 100%;
  margin-top: 0px;
  height: auto;
  font-size: 14px;
  background: rgba(254, 174, 118, 0.1);
  border-radius: 6px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 14px;
}
.expand_info {
  position: relative;
}
.expend_btn {
  position: absolute;
  top: -5px;
  right: 0px;
  z-index: 99;
  font-family: MicrosoftYaHei;
  color: #0f45ae;
  cursor: pointer;
}
.expand_list small {
  max-height: 148px;
  overflow: hidden;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
}
.expand_list.no_hidden small {
  height: auto!important;
  max-height: unset;
}

/*# sourceMappingURL=reportMemo.css.map */
