.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;
}

.list-article>ul>li a:first-child {
    width: 30% !important;
}

#hospitalContent {
    line-height: 30px !important;
}
.plasticProject{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    width: 435px;
}
.registrationTime{
    color: #898989;
}