/* ËÑË÷Ò³ */
.search_box {
    width: 800px;
    margin: 0 auto;
}
.ww_tx {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    margin-right: 10px;
}
.w_box {
    min-width: 0;
}
.text {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    display: block;
}
.title_gl,.dt_text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    display: block;
}

.img_110 {
    width: 110px;
    height: 110px;
    border-radius: 4px;
    margin-right: 10px;
}
.gl_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
    font-size: 14px;
    color: #777;
}
.tgb a{
    display: inline-block;
    margin-right: 10px;
    color: #06cc71;
}
.zs_xx{
    -webkit-line-clamp: 4;
}

