
.notice_paging ul{
    display: flex;
    justify-content: center;
    margin: 40px 0 80px;
}
.notice_paging ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color : #667085;
    font-size: 13px;
}
.notice_paging li.on,
.notice_paging li:hover a{
    color: #1570EF;
}
.notice_paging .first ,
.notice_paging .prev,
.notice_paging .next,
.notice_paging .last
{
    color : #0C111D;
    font-weight: bold;
}

.notice_paging .disabled{
    color: #D0D5DD;
}

