@charset "UTF-8";
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.attachment {
  font-size: 14px; }
  .attachment li {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 6px 6px 6px 44px;
    background: #ededed;
    color: #666;
    font-size: 14px;
    min-height: 32px;
    line-height: 17px; }
  .attachment .fileicon {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 32px;
    height: 32px; }

.box-shadow {
  box-shadow: 0 3px 3px #ddd; }

.rich-txt2 {
  padding: 10px 14px 14px; }

.rich-txt-mode {
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden; }
  .rich-txt-mode:after {
    content: '';
    display: block;
    clear: both; }
  .rich-txt-mode h2 {
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    line-height: 48px;
    color: #666; }
    .rich-txt-mode h2:before {
      content: '';
      position: absolute;
      top: 14px;
      left: 0;
      width: 2px;
      height: 20px; }
  .rich-txt-mode h4 {
    font-size: 14px;
    padding-left: 3px;
    line-height: 30px;
    color: #666; }
  .rich-txt-mode.mode-text {
    background-color: transparent; }
    .rich-txt-mode.mode-text .content {
      line-height: 30px;
      -ms-word-break: break-word;
      word-break: break-word; }
  .rich-txt-mode.mode-video {
    background-color: #fff; }
  .rich-txt-mode.mode-img {
    background-color: transparent; }
    .rich-txt-mode.mode-img.img3 li {
      width: 33.33%; }
    .rich-txt-mode.mode-img.img2 li {
      width: 50%; }
    .rich-txt-mode.mode-img.img1 li {
      width: 100%; }
    .rich-txt-mode.mode-img li {
      float: left;
      padding: 0 8px;
      text-align: center;
      box-sizing: border-box; }
      .rich-txt-mode.mode-img li .mode-img-wrap {
        padding: 2px 2px 0;
        background-color: #fff; }
      .rich-txt-mode.mode-img li h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        line-height: 30px; }
      .rich-txt-mode.mode-img li img {
        display: block;
        width: 100%; }
  .rich-txt-mode.mode-contact {
    background-color: #fff; }
    .rich-txt-mode.mode-contact dl {
      line-height: 36px; }
    .rich-txt-mode.mode-contact dt {
      float: left;
      margin-right: 4px; }
      .rich-txt-mode.mode-contact dt:after {
        content: ' :'; }
      .rich-txt-mode.mode-contact dt .ico {
        margin-right: 10px;
        font-size: 16px;
        width: 20px; }
    .rich-txt-mode.mode-contact .qrcode-wrap {
      width: 215px;
      margin-right: 35px;
      text-align: center;
      background-color: #fff; }
      .rich-txt-mode.mode-contact .qrcode-wrap img {
        display: block;
        width: 100%; }

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