/* 医院问问*/
.index_title span {
    padding-right: 10px;
    border-left: 6px solid #06cc71;
    padding-left: 8px;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
}
.zx_ww .ww_tx img {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

.zx_ww .text {
    color: #444;
    font-size: 16px;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.da_box .text {
    color: #777;
    font-size: 16px;
    max-width: 340px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wenwen_box .lists li {
    margin-top: 30px;
    padding: 8px;
    cursor: pointer;
    width: 375px;
}

.wenwen_box .lists li:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}

.tgb a {
    color: #06cc71;
    font-size: 14px;
}
.left_c {
    width: 770px;
    margin-right: 40px;
}

