#nav{
	width: 100%;
	height: 100%;
}
.nav-tilte{
	width: 100%;
	text-align: center;
	margin: 30px 0;
	color: #005aa9;
}
.nav-itme{
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	padding: 0 40px;
	box-sizing: border-box;
	justify-content: space-between;
	background-color: #f1f1f1;
}
.nav-content{
	width: 100%;
	height: 100%;
	padding: 45px 45px 0;
	box-sizing: border-box;
}
.wp_articlecontent>p{
	text-indent: 2em;
	line-height: 25px;
}
.wp_articlecontent img:{
	max-width: 1000px;
}
.wp_articlecontent .imgP{
	width: 100%;
	text-align: center;
	text-indent: 0em;
	line-height: 1.5em;
	margin: 20px 0;
}
.close{
	margin: 0 auto;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-top: 2px solid #f4f4f4;
}
.close a{
	color: #999999;
	font-size: 13px;
}
.wp_articlecontent .MsoNormalTable{
	margin: 20px auto!important;
}