/*
 *张展
 *2015-10-10
 *分页样式
 */
@charset "utf-8";
.page{
	width:100%;
	height:28px;
	line-height:28px;
	overflow:hidden;
	text-align:right;
	padding:30px 0;
}
.page_size{
	float:left;
	font-size:14px;
}
.page_left{
	float:right;
}
.page_left a{
	color:#999;
	padding:0 8px;
	display:inline-block;
	line-height:28px;
	float:left;
    font-size: 14px;
}
.page_left a:hover{
	color:#ff6600;
}

a.prev_page, a.next_page{
	display:inline-block;
	height:28px;
	width:10px;
	background:url(../img/page_ico.png) no-repeat center 3px;
}
a.prev_page:hover{
	background-position:7px -77px;
}
a.next_page{
	background-position:center -37px;
}

a.next_page:hover{
	background-position:7px -117px;
}
	
	
.page a:hover{
	color:#546486;
}
.page_left em{
	font-size:18px;
	color:#ff6600;
	overflow:hidden;
	padding:0 2px;
	float:left;
	display:inline-block;
	line-height:28px;
}
.page_left span{
	font-size:16px;
	overflow:hidden;
	padding:0 2px;
	float:left;
	display:inline-block;
	line-height:28px;
}

/**/
.page_from{
	float:right;
	margin-left:40px;
}
.page_from .page_text{
	float:left;
	height:26px;
	border:1px solid #e5e5e5;
	width:50px;
	outline:none;
	text-align:center;
	font-size:18px;
	color:#546486;
	font-family:Arial, Helvetica, sans-serif;
}
.page_from em{
	float:left;
	display:inline-block;
	margin:0 10px;
	line-height:28px;
	color:#999;
    font-size: 14px;
}
.page_btn{
	width:30px;
	border-radius:1px;
	background-color:#ff6600;
	line-height:28px;
	height:28px;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	border:0px;
	cursor:pointer;
	float:left;
	outline:none;
	}