/*分页*/

.cl{
	clear: both;
}

.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: #484848;
	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: #333333;
	border-color: #333333;
}

.page-num-current:hover {
	color: #fff;
}

/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}



.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}


.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}


.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	/*color: #333333;*/
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #333333;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(235, 52, 52, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.text-center {
	text-align: center !important;
}

.my-5 {
	margin-top: 3rem !important;
}

.my-5 {
	margin-bottom: 3rem !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important;
}


/*上下页*/
.nyrbc7 {
	padding: 5px 0 0px 5px;
	text-align: left;
}

.nyrbc7 ul {
	line-height: 25px;
}

.nyrbc7 ul li {
	margin-bottom: 5px;
	color: #999999;
	list-style: none
}

.nyrbc7 ul li a:link {
	font-size: 15px;
	color: #636363;
	text-decoration: none;
}

.nyrbc7 ul li a:visited {
	font-size: 15px;
	color: #636363;
	text-decoration: none;
}

.nyrbc7 ul li a:hover {
	font-size: 15px;
	color: #03559e;
	text-decoration: none;
}

.nyrbc7 ul li span {
	background-color: #7F7F7F;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 5px;
}

@media (max-width: 768px) {

	.nyrbc7 {
		padding: 5px 0 0px 5px;
		text-align: left;
	}

	.nyrbc7 ul {
		line-height: 25px;
	}

	.nyrbc7 ul li {
		margin-bottom: 5px;
		color: #999999;
		list-style: none;
		width: 100%;
	}

	.nyrbc7 ul li a:link {
		font-size: 15px;
		color: #636363;
		text-decoration: none;
	}

	.nyrbc7 ul li a:visited {
		font-size: 15px;
		color: #636363;
		text-decoration: none;
	}

	.nyrbc7 ul li a:hover {
		font-size: 15px;
		color: #03559e;
		text-decoration: none;
	}

	.nyrbc7 ul li span {
		background-color: #7F7F7F;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		color: #FFFFFF;
		margin-right: 5px;
	}
}