.page {
	overflow: hidden;
	font-family: "微软雅黑";
	clear: both;
	text-align: center;
}

.pageRight {
	margin: 20px 0;
	padding: 0px;
	font-size: 13px;
}

.pageRight a,
.pageRight span {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 34px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	line-height: 30px;
	color: #999;
	margin-right: 7px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

.pageRight a:hover,
#jump:hover {
	border: 1px solid #E70012;
	color: #E70012;
}

.pageRight input {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 60px;
	height: 32px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin-right: 7px;
	text-align: center;
	border-radius: 3px;
	outline: none;
}

.pageRight input:focus {
	border: 1px solid #E70012;
}

#jump {
	border-color: #dcdcdc;
	color: #999;
	outline: none;
}

.pageRight span.disabled {
	color: #999;
}

.pageRight span.ellipsis {}

.pageRight a.disabled {
	border: 1px solid #E70012;
	background: #E70012;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.pageRight {
		margin: 20px 0;
		font-size: 12px;
	}

	.pageRight a,
	.pageRight span {
		margin-bottom: 6px;
		line-height: 22px;
	}

	.pageRight input {
		height: 24px;
	}
}


.list_page {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.list_page .total {
	background-color: #fff;
}

.list_page a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 34px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	line-height: 30px;
	color: #999;
	margin-right: 7px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

.list_page a:hover {
	text-decoration: none;
	border: 1px solid #E70012;
}

.list_page a b {
	background-color: #ffffff;
	border: none;
	color: #666666;
	font-weight: normal;
	padding: 0;
		margin-right: 0;
}

.list_page a:has(> b) {
	padding:0;
}


.list_page b {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 34px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	line-height: 30px;
	color: #999;
	margin-right: 7px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #E70012;
	background: #E70012;
	color: #fff;
	border-radius: 3px;
}


@media only screen and (max-width: 767px) {
	.pageRight {
		margin: 20px 0;
		font-size: 12px;
	}

	.pageRight a,
	.pageRight span {
		margin-bottom: 6px;
		line-height: 22px;
	}

	.pageRight input {
		height: 24px;
	}

	.list_page {
		font-size: 12px;
	}


	.list_page a {
		
		line-height: 22px;
		margin-bottom: 6px;
		
	}
	
	
	.list_page a b {
		
		margin-bottom: 0;
	}
	
	.list_page b {
		line-height: 22px;
		margin-bottom: 6px;
	}
}