/* 内容 */
#nav{
	background-color: #FAFAFA;
	padding: 30px 0;
}
.nav{
	padding: 0 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.nav h1{
	padding: 35px 0;
	text-align: center;
}
.nav-itme{
	height: 40px;
	padding: 0 15px;
	font-size: 12px;
	color: #999;
	background-color: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-content{
	padding: 35px 0;
	font-size: 14px;
}
.wp_articlecontent>p{
	text-indent: 3em;
	line-height: 25px;
}
.wp_articlecontent img:{
	text-indent: 0em;
	margin: 30px auto;
	max-width: 1000px;
}
.close{
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-top: 1px solid #e4e4e4;
}
.close a{
	font-size: 12px;
	color: #999;
}