.utable {
    float: left;
    margin-top: 30px;
    width: 100%;
    border: 1px solid #eeeeee;
}
.utable .list{
     float: left;
     width: 50%;
     border-top: 1px solid #eeeeee;
}
.utable .list-bg{
    background-color: #f1f1f1;
}

.utable .name{
    font-size: 18px;
    font-weight: bold;
}
.utable .title{
    float: right;
    font-size: 14px;
}
