.expertContentStart{
    /* height: 977px; */
    border: 1px solid #D0CECE;
    box-sizing: border-box;
    margin: 28px 0;
    padding-left: 24px;
    display: flex;
    flex-flow: column nowrap;
}
.expertContentStartUl{
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
}
.expertContentStartUl li{
    display: flex;
    padding: 20px 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.expertContentStartUl li:hover{
    background: #F0EEEE;
}
.expertContentStartUl li .bgContent{
    width: 217px;
    height: 180px;
    margin-right: 19px;
}
.expertContentStartUl li .bgContent img{
    width: 100%;
    height: 100%;
}

.expertContentStartUl li .infoContent{
    flex: 1;
    overflow: hidden;
}
.expertContentStartUl li .infoContent .infoContentTitle{
    font-size: 16px;
    color: #666666;
    font-family: 'YouYuan';
    margin-bottom: 5px;
}
.expertContentStartUl li .infoContent .infoContentDesc{
    font-size: 14px;
    color: #666666;
    font-family: 'YouYuan';
    margin-bottom: 9px;
}
.expertContentStartUl li .grayLine{
    width: 1054px;
    height: 1px;
    background: #E2E0E0;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}