header{
	z-index: 100;
	position: fixed;
	width: 100%;
	max-width: 768px;
	height: 94px;
	padding: 36px 24px;
	top: 0;
	background-color: #000080;
}

header nav{
	position: relative;
}

header nav a{
	display: block;
	position: absolute;
	width: 36px;
	height: 22px;
	top: 0;
	left: 0;
	line-height: 28px;
}

header nav a span{
	display: none;
}

header nav a i{
	font-size: 18px;
}

header nav button{
	position: absolute;
	width: 36px;
	height: 22px;
	top: 0;
	right: 0;
	text-align: right;
}

header nav button span{
	display: none;
}

header nav button i{
	font-size: 18px;
}

header h1{
	color: #F2F4F8;
	font-size: 22px;
	text-align: center;
}

header h1 span{
	display: none;
}

header p{
	display: none;
}

main{
	margin: 36px 24px 58px 24px;
	padding-top: 60px;
}

main nav.zone{
	height: 48px;
	margin-bottom: 36px;
	padding: 0 24px;
	border-radius: 6px;
	background-color: #1A1A99;
}

main nav.zone div ul li{
	width: auto;
}

main nav.zone div ul li a{
	line-height: 48px;
}

main nav.zone div ul li.active a{
	color : #5ED18F;
}

main nav.zone div ul li a span{
	display: none;
}

main section h2{
	display: none;
}

main section ul li{
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #545C86;
}

main section ul li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

main section ul li article div{
	margin-bottom: 12px;
}

main section ul li article div p span:first-child{
	display: none;
}

main section ul li article h3 a span{
	color: #5AAED6;
	font-size: 18px;
}

main section ul li article blockquote{
	display: none;
}

main section ul li article dl{
	margin-top: 12px;
}

main section ul li article dl:after{
	display: block;
	clear: both;
	content: "";
}

main section ul li article dl dt{
	float: left;
	margin-right: 6px;
}

main section ul li article dl dt i{
	color: #A6AEC2;
	font-size: 12px;
}

main section ul li article dl dt span{
	display: none;
}

main section ul li article dl dd{
	float: left;
	margin-right: 12px;
}

main section ul li article dl dd span{
	color: #A6AEC2;
	font-size: 14px;
}

main section ul li article dl dd time{
	color: #A6AEC2;
}

main nav.page{
	margin-top: 36px;
	text-align: center;
}

main nav.page:after{
	display: block;
	clear: both;
	content: "";
}

main nav.page ol{
	display: inline;
}

main nav.page ol li{
	display: inline;
}

main nav.page a{
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #000066;
	color: #A6AEC2;
	line-height: 36px;
	text-align: center;
}

main nav.page a.current{
	color: #F2F4F8;
}

main nav.page a i{
	color: #A6AEC2;
	font-size: 14px;
}

main nav.page a span{
	display: none;
}

footer{
	display: none;
	z-index: 100;
	position: fixed;
	width: 48px;
	bottom: 0;
	left: calc(50% - 24px);
}

footer button{
	width: 48px;
	height: 48px;
}

footer button span{
	display: none;
}

footer button i{
	font-size: 24px;
}