.doctor-item{
    margin-bottom: 20px;
    padding: 10px;
    border-top: 3px solid #dce6cc;
    border-left: 3px solid #dce6cc;
    border-right: 6px solid #dce6cc;
    border-bottom: 6px solid #dce6cc;
    border-radius: 15px;
}
.doctor-top{
    padding: 8px 15px;
    border-bottom: #cacaca 1px dashed;
}
.doctor-top h5{
    font-size: 15px;
    color: #666;
}
.doctor-top h5 span{
    margin-right: 5px;
}
.doctor-top h5 .name{
    color: #5c5c5c;
    margin-right: 25px;
}
.doctor-top h5 span:not(:nth-of-type(1)){
    font-weight: 400;
}
.doctor-cont{
    padding: 15px 5px;
}
.doctor-cont img{
    display: block;
    width: 100%;
}
.doctor-cont a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.doctor-cont a .doctor-img{
    width: 18%;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #dcdcda;
}
.doctor-cont a .doctor-infor{
    width: 80%;
}