.search_li {
    width: 100%;
/*    min-height: 162px;
    border: 1px solid #CCCCCC;
*/    background-color: white;
    position: relative;
    z-index: 10000;
    //float: left;
    top: 0px;
}
.tab_title {
    min-height: 50px;
    /*border-bottom: 1px dashed #CCCCCC;*/
}
.tab_result {
    width: 169px;
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    float: left;
    line-height: 30px;
}
.search_li .title_li {
    width: 173px;
    height: 23px;
    padding-left: 20px;
    clear: both;
    font-size: 13px;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
b {
    font-weight: bold;
}