
.main .main_con .pagination{
	margin: 10px 30px 20px 30px;
	padding-top: 20px;
	height: 90px;
	border-top: 1px solid #e6e6e6;
	text-align: right;
}


.page_ctrl {
	margin: 10px 30px 20px 30px;
	padding-top: 20px;
	height: 90px;
	border-top: 1px solid #e6e6e6;
	text-align: right;
}

.page_ctrl * {
	line-height: 26px
}

.page_ctrl button {
	margin: 0 5px;
	padding: 0 5px;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	background: #fbfcfc;
	border: 1px solid #e6e6e6;
	color: #c7c7c7;
	cursor: pointer;
	outline: 0;
	text-align: center;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page_ctrl button:hover {
	background: #2662b5;
	border-color: #2662b5;
	color: #fff
}

.page_ctrl .btn_dis {
	cursor: default;
	opacity: .7;
	background: #eee;
	color: #c7c7c7
}

.page_ctrl .btn_dis:hover {
	background: #eee;
	color: #c7c7c7
}

.page_ctrl .current_page {
	background: #2662b5;
	border-color: #2662b5;
	color: #fff
}

.page_ctrl .input_page_num {
	width: 30px;
	height: 26px;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #c7c7c7;
	outline: 0
}

.page_ctrl .page_total,
.page_ctrl .page_text {
	color: #2b2b2b;
	font-size: 13px
}
.page_dot{
	color: #c7c7c7;
}
