/*
Theme Name:efs-js-sourcing
Theme URI:
Author:efs
Author URI:
Description:
Version:1.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.htmlText 
Domain:haozhuti
*/

.page-nav {
	padding: 20px 0;
	text-align: center;
	/* margin-top:20px; */
}

.page-nav ul {
	display: inline-block;
	/* background-color:#fff;
	*/
}

.page-nav ul li {
	float: left;
	width: 50px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #ddd;
	transition: all 0.2s linear;
	list-style: none;
	background-image: none;
	padding: 0;
	margin-right: 8px;
	background-color: #fff !important;
	border-radius: 6px;
	overflow: hidden;
}

.page-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #8489c0;
	background-color: #ededf4;
	font-size: 15px;
	font-weight: bold;
	

}

.page-nav ul li:last-of-type {
	width: 50px;
}




.page-nav ul li.current a{
	background-color: #606060;
	color: #fff;
}

.page-nav ul li a:hover{
	color: #fff;
	background-color: #606060;
	transform: all 0.5s;
}

.page-nav ul::before {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	clear: both;
	content: '';
	height: 0;
	visibility: hidden;
	display: block;
}

.page a{
	margin-right: 4px !important;
}





