.desc{
    margin-left: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    overflow:hidden;
    font-size: 18px;
    line-height: 1.8;
}

.doctor{
    display: flex;
    flex-direction: row;
    padding-left: 250px;
    padding-top: 40px;
}
.doctor-img{
    width: 175px;
    height: 235px;
    background-color: #fbfbfb;
    padding: 11px;
    border: 1px solid #ededed;
}
.doctor-info{
    display: flex;
    flex-direction: column;
    margin: 20px;
    justify-content: flex-end;
}
.doctor-name{
    font-size: 30px;
    color: #008385;
    line-height: 60px;
    padding-bottom: 30px;
}
.doctor-name{
    font-size: 32px;
    color: #009a9c;
}
.info{
    display: flex;
    flex-direction: row;
    font-size: 20px;
    line-height: 40px;
}
.info-item{
    color: #999999;
}
.doctor-desc,.other-doctor{
    width: 900px;
    height: fit-content;
    padding:30px 190px;
}
.doctor-desc-title-bar{
    background: url("../imgs/ksdh-ysjs_xxjs.jpg") no-repeat;
    height: 37px;
    border-bottom: 1px solid #e2e1e1;
}
.doctor-desc-detail{
    padding: 20px 0;
    line-height: 35px;
    font-size: 20px;
}
.other-doctor-desc-title-bar{
    background: url("../imgs/ksdh-ysjs_qt.jpg") no-repeat;
    height: 37px;
    width: 100%;
    border-bottom: 1px solid #e2e1e1;
}
.other-doctor-list{
    padding: 30px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.other-doctor-list-item{
    font-size: 18px;
    width: 215px;
    padding-bottom: 20px;
}
.other-doctor-list-item span{
    font-size: 25px;
    color: #009a9c; 
}