/*---------分页-----------*/
.pages{
    display:flex;
    justify-content:center;
    align-items:center;
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.paging{
    display: block;
    float: right;
    margin: 20px 0;
    margin-right: 5px;
}
.paging ul{
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
}
.paging li{
    display: inline-block;
    float: left;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 14px;
}
.paging .zys,.paging .zsp{
    line-height: 32px;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    padding-right: 8px;
}
.paging .zsp{
    padding: 0 8px;
    border: 1px solid #dddddd;
    border-left: none;
    line-height: 30px;
}
.zsp{
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-left: none;
    padding: 8px 10px 7px;
}
.page-click{
    background: #1a92f2;
    border: 1px solid #1a92f2;
    color: #fff;
}
.paging li:hover{
    background: #1a92f2;
    color: #fff;
}
.paging .chaochu:hover{
    background: #fff;
    color: #000;
}
.paging input[type='text'],.paging input[type='button']{
    display: inline-block;
    margin-top: 0;
    border:1px solid #ccc;
}
.paging input[type='text']{
    height:30px;
    width: 50px;
    border: 1px solid #dddddd;
    outline: none;
    text-indent: 10px;
}
.paging input[type='button']{
    height:32px;
    background-color: #fff;
    cursor: pointer;
    padding: 0 15px;
    outline: none;
    border: 1px solid #ff6666;
    color: #ff6666;
    margin-left: 10px;
}
.paging ul:nth-child(2){
    margin-left: 10px;
}


.pages li{
    float: left;
    list-style: none;
    width: 33px;
    height: 34px;
    line-height: 34px;
    background-color: white;
    border: 1px solid #dddddd;
    color: #333333;
    margin-right: 10px;
}
.pages li:hover{
    background: #1a92f2;
    color: white;
    cursor: pointer;
    border: 1px solid #1a92f2;
}
.pages input[type='text']{
    outline: 0;
    width: 50px;
    height: 34px;
    padding-left: 10px;
    border: 1px solid #dddddd;
    margin-left: 7px;
}
.pages input[type='button']{
    width: 60px;
    height: 34px;
    line-height: 34px;
    border:1px solid #ff6666;
    color: #ff6666;
    font-weight: bold;
    background-color: white;
    margin-left: 10px;
    outline: 0;
}
.pages input[type='button']:hover{
    cursor: pointer;
}