/* 医院口碑*/
.index_title span {
    padding-right: 10px;
    border-left: 6px solid #06cc71;
    padding-left: 8px;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
}

.zx_hospital img {
    width: 224px;
    height: 224px;
}

.zx_hospital a {
    display: block;
}

.zx_hospital .hospital_name {
    color: #444;
    font-size: 20px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zx_hospital p,
.zx_doctor p {
    color: #777;
    font-size: 16px;
    padding-top: 8px;
}

.zx_hospital li,
.zx_doctor li {
    padding: 8px 8px 16px 8px;
    margin-top: 30px;
    margin-right: 20px;
}

.zx_hospital li:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.zx_doctor p {
    max-width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.zx_bt{
    width: 62px;
    height: 24px;
    background-color: #DBF1E1;
    color: #06cc71;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    margin-right: 20px;
}
.left_c {
    width: 770px;
    margin-right: 40px;
}

.zx_hospital li:nth-of-type(3n) {
    margin-right: 0;
}