#news-detai {
  background: #fafafa;
  height: 100%;
  padding-bottom: 100px;
  min-height: 1040px;
}
#news-detai .bbaa {
  margin: 20px 0px;
}
#news-detai .bbaa a {
  color: #000;
}
#news-detai .article {
  padding: 40px;
}
#news-detai .article h4 {
  font-size: 28px;
  margin: 30px 0;
}
#news-detai .article .content {
  overflow-x: auto;
  margin-bottom: 40px;
}
#news-detai .article .content * {
  font-family: inherit !important;
  color: #666 !important;
  letter-spacing: 1px !important;
  line-height: 28px !important;
}
#news-detai .ql-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
  font-size: 14px !important;
}
#news-detai .right {
  background: #fff;
  width: 25%;
  float: right;
}
#news-detai .right .article-box {
  background-color: #fff;
  padding: 15px;
}
#news-detai .right .article-box .head {
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
}
#news-detai .right .article-box .right-a {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #fa8334;
  float: right;
}
#news-detai .right .article-box .item {
  position: relative;
  margin: 15px 0;
  padding-left: 10px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 38.4px;
}
#news-detai .right .article-box .item:hover .link {
  color: #e23f0f;
}
#news-detai .right .article-box .item .link {
  color: #333;
  text-decoration: none;
}
#news-detai .left {
  background: #fff;
  width: 73%;
  float: left;
}
.el-divider {
    border: 1px solid #dcdfe6;
  }
  .divider-oter {
    margin: 20px 0;
    a {
      color: #000;
      cursor: pointer;
    }
  }
/*# sourceMappingURL=/news-detai.82da3986.css.map */