.category{
    clear: both;
}
.category_content{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    border: 0;
    background: transparent;
}

.category_title{
    margin-bottom: 4px;
    line-height: 24px;
    font-size: 14px;
    color: #323232;
}

.category_item{
    width: 28%;
    overflow: hidden;
    margin-right: 10px;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    position: relative;
    height: 60px;
}

.category_item-logo{
    float: left;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.category_item-sub{
    height: 32px;
    line-height: 16px;
    color: #9e9e9e;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: text;
}
.category_item-links{
    text-align: left;
    line-height: 16px;
}