/*
Theme Name:haoqi11
Theme URI:https://www.haozhuti.cn/
Author:好主题网
Author URI:https://www.haozhuti.cn/
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: 40px;
	height: 40px;
	line-height: 40px;
	border-right: none;
	transition: all 0.2s linear;
	list-style: none;
	background-image: none;
	padding: 0;
	margin-right: 10px;
	background-color: rgba(149, 149, 149, 0.18);
}

#page-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #999;
}

#page-nav ul li:last-of-type {
	width: 40px;
}

#page-nav ul li.current,
#page-nav ul li:hover {
	background-color: #0170e2;
	color: #fff;
}

#page-nav ul li.current a,
#page-nav ul li:hover a {
	color: #fff;
}

#page-nav ul::before {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	clear: both;
	content: '';
	height: 0;
	visibility: hidden;
	display: block;
}





