#nav{
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
}
.nav{
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: var(--characters);
}
.nav-title{
	text-align: center;
	color: #333;
}
.nav-itme{
	width: 100%;
	height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	color: #989898;
	background-color: #fef7ed;
	margin: 20px 0;
	justify-content: center;
}
.nav-itme div {
	padding: 0 20px;
}
.close{
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-top: 1px solid #e4e4e4;
}
.close a{
	font-size: 12px;
	color: #999;
}
.nav-content{
	width: 100%;
	padding-bottom: 45px;
}
.wp_articlecontent p{
	text-indent: 2em;
	line-height: 25px;
	letter-spacing: 2px;
	color: #333;
}
.wp_articlecontent .nav-content-p{
	text-indent: 0em;
}
.WP_VisitCount {
	display: inline-block;
}
.nav-content img{
	max-width: 100%;
}