.page_a.current {
    background: rgba(5,102,185,1);
    color: #fff;
}
.page_a:hover {
    background: rgba(5,102,185,1);
    color: #fff;
}