.jcsb-box {
    display: flex;
    justify-content: space-between;
}
.box-s {
    width: 386px;
}
.box-l {
    width: 794px;
}
.box-l-g{
  width: 386px;
}
.sys-summary {
    margin-top: 20px;
    margin-bottom: 10px;
    max-height: 160px;
    line-height: 32px;
    font-size: 18px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sys-more {
    text-align: right;
}
.sys-more a {
    line-height: 32px;
    font-size: 18px;
    color: #0B65B7;
}
.section1-img {
    display: block;
    width: 386px;
    height: 290px;
}
.section2 .box-l {
    background: #F4F4F4;
    border: 1px solid #EFEFEF;
    padding: 5px 30px;
}
.section2-img {
    display: block;
    width: 386px;
    height: 150px;
    margin-bottom: 20px;
}
.section2-img:last-child {
    margin-bottom: 0;
}
.expert-box {
    margin-top: 24px;
    display: none;
}
.expert-photo {
    display: block;
    height: 225px;
    width: 163px;
}
.expert-info {
    width: 204px;
}
.expert-info p {
    margin: 10px 0;
    max-height: 140px;
    line-height: 28px;
    font-size: 16px;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.expert-name {
    font-size: 16px;
}
.expert-name .name {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 700;
}
/*  */
.section4 {
    display: flex;
    justify-content: space-between;
}
.section4 .section4-item {
    width: 386px;
}
/* 这里开始的 */
.section4-item.w100-flex-img {
  width: 100% !important;
}
.section4-item.w100-flex-img .flex-img-box {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.section4-item.w100-flex-img .flex-img-box .section4-img {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.section4-item.w100-flex-img .flex-img-box .section4-img:last-child {
  margin-right: 0;
}
/* 这里结束的 */
.section4-item h3 {
    font-size: 22px;
    margin-top: 20px;
}
.section4-img {
    display: block;
    width: 386px;
    height: 217px;
    position: relative;
}
.section4-more {
    display: block;
    height: 45px;
    line-height: 43px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
    font-size: 16px;
    color: #999;
    transition: all .2s;
}
.section4-more:hover {
    background: #0B65B7;
    border-color: #0B65B7;
    color: #FFF;
}
