

.starting {
	background-color: #ffffff;
	color: #000000;
}

.end {

	background-color: #f68506;
	color: #fff;
}

.pagex {
	clear: both;
	height: 30px;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	display: -webkit-flex;
	display: -o-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mbbody_body .pagex {
	margin-left: 20px;
}

.pagex ul {}

.pagex ul li {
	float: left;
	border: 1px solid #ccc;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	display: inline-block;
	padding: 2px 9px;
}

/* .pagex ul li a, .pagex ul li span {display:inline-block;padding:2px 9px;} */
.pagex ul li a:hover {
	background-color: #ccc;
	color: #e00 !important;
}

.pagex ul li.thisclass {
	border: 1px solid #1f82b7;
	background: #1c82b7;
	color: #fff;
}

.pagex ul li.thisclass a {
	color: #fff;
}

.pagex ul li a:hover {
	color: #1f9652;
}

@media (max-width: 1200px) {
		{}
}
