
.b_title {
    font-size: 24px;
    font-weight: normal;
    color: #00AEEF;
    border-bottom: solid 1px #e2e2e2;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    padding-bottom: 3px;
}

.c_btm {
    padding-bottom: 20px;
}

.cases_list {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.cases_list li {
    float: left;
    width: 33%;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}