/*自动分页*/
.view-auto-page{

}
.view-auto-page .page-num{
    width:80px;
    border:1px #ebeef5 solid;
    padding-left:15px;
    height:35px;
    cursor: pointer;
}

.view-auto-page .page-list a{
    float:left;
    min-width:30px;
    margin:0 5px;
    background:#f4f4f5;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-weight: bold;
    font-size:13px;
    height:30px;
}
.view-auto-page .page-list a:hover{
    color:#5473E8;
}
.view-auto-page .page-list a.ac{
    background:#5473E8;
    color:white;
}


.list-item {
    padding: 12px 8px;
    border-bottom: 1px #eee solid;
    border-radius: 2px;
    cursor: pointer;
    display: block;
}

.list-item:hover {
    background: #eee;
}

.list-item .label {
    padding: 2px 6px;
    /*border-radius: 2px;*/
    font-size: 11px;
    margin-right: 5px;
}

.item-title {
    font-size: 16px;
    color: #333;
}

.text-label {
    font-size: 14px;
}

.list-item.ac span {
    color: #999;
}