@charset "utf-8";
div.paginWrap{
    margin-top: 60px;
}
.paging{
	margin-top: 20px;
    font-family: Work Sans;
    font-size: 13px;
    text-align: center;
    color: #999;
}
.paging a{
    margin: 0 4px;
    color: #888;
    position: relative;
    line-height: 28px;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
}
.paging a:hover{
    color: #000;
    font-weight: 500;
}
.paging a.select{
    font-weight: 500;
    color: #fff;
    background: #314f9c;
    border-radius: 100px;
}