.commentCount {
    margin-left: 40px;
}

.appointmentBtn {
    position: absolute;
    right: 20px;
    top: 30px;
    display: inline-block;
    background: var(--primary-color);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.appointment {
    position: absolute;
    right: 20px;
    top: 80px;
    display: inline-block;
    background: #f4d4c9;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

#hospitalmg {
    height: 120px !important;
}


#hospitalContent {
    width: 90%;
    display: flex;
    flex-direction: column;
    position: relative;
}
#hospitalContent .doctorName{
    width: 100%;
    height: 30px;
    line-height: 30px ;
    margin-bottom: 10px;
}
.plasticProject{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.plasticProject a{
    height: 25px;
    line-height: 25px;
    overflow: hidden;

}

.plasticProject .xmtext{
    min-width: 45px;
    margin-left: 1.2%;
}
.plasticProject .iconImage{
    margin-right: 10px;
    width: 13px;
}
.plasticProject .hos_xmcon{
    max-width: 90%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.registrationTime{
    color: #898989;
}