/* 医院口碑*/
.left_c {
    width: 770px;
    margin-right: 40px;
}
.index_title span {
    padding-right: 10px;
    border-left: 6px solid #06cc71;
    padding-left: 8px;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
}
.text_box li {
    margin-top: 20px;
}

.text_box li a {
     max-width: 680px;
    color: #444;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
