/*翻页*/
.pages{line-height:26px; font-size:14px;text-align:center; white-space: nowrap;  margin:15px 5px; clear:both;    overflow: auto;}
.pages a, .pages a:visited{white-space: nowrap;display:inline-block; padding:0 8px; text-decoration:none!important; background-color:#f0f0f0; border:1px solid #DDD; color:#888; margin:2px; -moz-border-radius: 4px; border-radius: 4px;}
.pages a:hover{background-color: #1BBBBB!important;color: #fff !important;}

.pages a.link{color:#555!important;}
.pages a.link:hover{background-color: #1BBBBB!important;color: #fff !important;}
.pageNo{white-space: nowrap; display:inline-block;padding:0 8px; text-decoration:none!important; background-color:#f0f0f0; border:1px solid #DDD;  -moz-border-radius: 4px; border-radius: 4px; color:#888; margin:0 2px;}
.pages .nowpage,.pages .nowpage:hover{background-color: #1BBBBB!important;color: #fff!important;}
#page_select {white-space: nowrap;display:inline-block; padding:0 8px; text-decoration:none!important;  border:1px solid #DDD; color:#888; margin:2px; -moz-border-radius: 4px; border-radius: 4px;height:28px;}
.pages-total {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #999;
}

.pages-total span {
    color: #323232;
    flex-shrink: 0;
    margin: 0 5px;
}

.pages-total:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #d9d9d9;
    margin-right: 10px;
}

.pages-total:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #d9d9d9;
    margin-left: 10px;
}