/*��ҳ����*/
.page-bottom {
	width: 94%;
	margin: 40px 0 40px 78px;
	float: left;
}

.page-bottom .pager {
	float: right;
	margin-bottom: 50px;
}

.page-bottom .pager .page-nav {
	display: inline-block;
}

.page-bottom .pager .page-nav ul {
	list-style: none;
	padding: 0px;
	width: 100%;
	height: 40px;
	float: left;
	display: inline-block;
}

.page-bottom .pager .page-nav ul li {
	font-family: Arial;
	cursor: pointer;
	width: 34px;
	height: 34px;
	float: left;
	border: 1px solid #ccc;
	line-height: 36px;
	text-align: center;
	color: #6f7880;
	margin-right: 5px;
	font-size: 14px;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	border-radius: 0;
}

.page-bottom .pager .page-nav ul li:hover {
	background: #9599d5;
	border: 1px solid #181d61;
	color: #181d61;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transition: none;
	transition: none;
}

.page-bottom .pager .page-nav ul li.prePage {
	width: 36px;
	height: 36px;
	background: url(../../image/guoxue/page-icon.png) -10px -10px no-repeat;
	border: none;
}

.page-bottom .pager .page-nav ul li.prePage:hover {
	background: url(../../image/guoxue/page-icon.png) -10px -90px no-repeat;
	border: none;
}

.page-bottom .pager .page-nav ul li.omit {
	border: 0px;
	width: 25px;
	background: none;
}

.page-bottom .pager .page-nav ul li.omit:hover {
	background: none;
	border: none;
	cursor: auto;
	color: #999;
}

.page-bottom .pager .page-nav ul li.nextPage {
	background: url(../../image/guoxue/page-icon.png) -10px -170px no-repeat;
	width: 36px;
	height: 36px;
	border: none;
}

.page-bottom .pager .page-nav ul li.nextPage:hover {
	background: url(../../image/guoxue/page-icon.png) -10px -250px no-repeat;
	border: none;
}

.page-bottom .pager .page-nav ul li.active {
	border: 1px solid #181d61;
	background: #181d61;
	color: #fff;
}

.page-bottom .pager .page-nav ul li.choose.prePage {
	background: url(../../image/matchAdmin/arrow-left-hover.png) no-repeat;
	border: none;
}

.page-bottom .pager .page-nav ul li.choose.nextPage {
	background: url(../../image/matchAdmin/arrow-right-hover.png) no-repeat;
	border: none;
}

.page-bottom .pager .page-nav a.noborder {
	border: 0px solid #999;
}

.page-bottom .pager .page-nav a .noboder1 {
	border: 0px solid #999;
	color: #0592ec;
}

.page-bottom .pager .page-nav .gotopage {
	width: auto;
	height: 22px;
	border: none;
	font-size: 13px;
	font-family: "����";
	color: #999;
	font-weight: normal;
	background: none;
}

.page-bottom .pager .page-nav .gotopage:hover {
	background: none;
	border: none;
	cursor: auto;
	color: #999;
}

.page-bottom .pager .page-nav .gotopage input {
	width: 39px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ccc;
	text-align: center;
	color: #999;
	font-family: Arial;
	font-size: 14px;
}

.page-bottom .pager .page-nav a.next {
	color: #0592ec;
}

/*΢�����۵ķ�ҳ��ʼ*/
.comment .page-bottom {
	text-align: center;
	float: none;
	margin: 0 auto;
	width: auto;
}
.comment .page-bottom .pager {
	margin-bottom: 0;
	float: none;
}
.comment .page-bottom .pager .page-nav {
    margin: 20px 0 20px 0;
}
/*΢�����۵ķ�ҳ����*/