/*分页*/
.pagebar:before, .pagebar:after {
    content: '';
    display: block;
    clear: both;
}
.pagebar {
    margin: 20px 0;
    text-align: center;
}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	/*display: block;*/
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0055A5;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0055A5;
	border-color: #0055A5;
}
.page-num-current:hover {
	color: #fff;
}
@media only screen and (max-width: 768px) {
.page-num {
	display: none;
}