.clear::after {
    content: "";
    display: block;
    clear: both;
}
.pager {
    padding: 80px 0 60px 0;
}
.page-con {
    margin: 0 auto;
    height: 50px;
    text-align: center;
}
ul {
    list-style: none;

}
.page-con li {
    display: inline-block;
    margin-right: 14px;
}
.page-con li span {
    padding: 0 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
}
.page-con li.disabled {
    color: #BFBFBF;
    cursor: default;
}
.page-con li.current a {
    height: 48px;
    line-height: 48px;
    background: #168EE1;
    color: #fff;
}
.page-con li a {
    padding: 0 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #414141;
    border: 1px solid #d9d9d9;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
}
