/*分页样式*/

#page {
    /*width: 399px;*/
	width: auto;
	height: 40px;
	display: table;
	margin: 40px auto 0;
	overflow: hidden;
	font-size: 14px;
}

.page {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.game_list_body .pagingUl {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#page .pagingUl li {
	float: left;
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 0;
	border: none;
}

.page {
    width: auto;
    text-align: center;
    height: 26px;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    line-height: 26px;
}
.page span {
	background: #ffffff;
	line-height: 22px;
	height: auto;
	color: #666666;
	border: none;
}
.page a:hover, .pagepp .current {
    background: #03B4F5;
    border-color: #03B4F5;
    color: #FFF;
}
.page a,
.page a:visited,
.page a:active,
.page .current {
	border-radius: 3px;
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	color: #525252;
	padding: 0 12px;
	background: transparent;
	vertical-align: middle;
	margin: 0 3px;
	transition: all .3s linear;
	border: 1px solid #cfcece;
	height: auto;
}

.page a:hover,.page .current {
	background: #03B4F5;
	border-color: #03B4F5;
	color: #FFF;
}
