
.famousDocList{
    width: 100%;
    height: 60px;
    background: linear-gradient(270deg, rgba(228, 218, 197, 1) 0%, rgba(228, 218, 197, 1) 0%, rgba(213, 194, 151, 1) 100%, rgba(213, 194, 151, 1) 100%);
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
}
.famousDocList::after{
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.famousDocList p{
    margin-left: 20px;
    height: 60px;
    float: left;
    padding:15px 20px;
    text-align: center;
}
.famousDocList .famousDocList_logo{
    float: right;
    width: 224px;
    height: 80px;
    margin-top: -20px;
}
.famousDocList span:nth-of-type(1) {
    color: #986D5C;
    cursor: pointer;
}
.famousDocList span:nth-of-type(2){
    font-size: 13px;
    padding: 5px 10px;
    background: #a5806a;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -2px;
    cursor: pointer;
}
.acadePicLiebiao p:hover{
    background: none;
}
.famousDocList_select{
    position: absolute;
    left:0px !important;
    top: 60px;
    width: 100% !important;
    height: 0;
    /* padding-bottom:10px;  */
    overflow: hidden;  
    z-index: 999;
    box-shadow: 6px 6px 2px #986D5C;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(270deg, rgba(228, 218, 197, 1) 0%, rgba(228, 218, 197, 1) 0%, rgba(213, 194, 151, 1) 100%, rgba(213, 194, 151, 1) 100%);
    transition: all 0.3s 0s ease;
}
.famousDocList_select li{
    width: 16.666%;
    height: 46px;
    float: left;
    /* background: white; */
    font-family: '微软雅黑';
    font-weight: 600;
    font-style: normal;
    color: #403f3f;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    transition: all 0.2s;
}
.famousDocList_select li:hover{
    color: #986D5C;
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    background: #ECE5D6;
    box-shadow:5px 5px 5px #888888;
}
.famousDocList_select .famousDocList_selected{
    color: #986D5C;
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    background: #ECE5D6;
}
.famousDocList_center{
    width: 1120px;
    margin-left: -10px;
    margin-top: 10px;
}
.famousDocList_center li{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    float: left;
    cursor: pointer;
    transition: all 0.3s;

}
.famousDocList_center li:hover{
    box-shadow:5px 5px 5px #888888;
}
.doctorList_content{
    display: block;
    height: 200px;
    background: white;
    width: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
.doctorList_img{
    /* width: 100%; */
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.famousDocList_center li p{
    background: white;
    height: 180px;
    width: 100%;
    position: relative;
}
.doctorList_name{
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #986D5C !important;
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 20px 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.doctorList_appell{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #CBAC97 !important;
    padding: 10px 20px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}
.doctorList_memo {
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #999999;
    width: 100%; 
    height: 76px;
    line-height: 20px;
    padding: 20px 20px 0 20px;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

 .doctorList_clear{
    clear: both;
 }