*{
	margin: 0px;
	padding: 0px;
}
section{
	width: 70%;
	position: absolute;
	top: 5%;
	right: 0px;
	font-size: 32px;
	font-family: 幼圆;
	text-shadow: 0px 0px 3px #131d26;
	color: #FFF;
	user-select: none;
}
section>article{
	margin: 5% 0px 5% 10%;
	padding: 5px 10px;
	width: 900px;
	background-color: rgba(48, 72, 96, 0.5);
	box-shadow: 0px 10px 10px #202040;
}
section>article>*{
	margin: 0px 10px;
}
section>article>.attext{
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
}
section>article>.attable{
	width: 98%;
	font-size: 18px;
	line-height: 36px;
}
section>article>.attable .red{
	background-color: rgba(255, 127, 127, 0.5);
}
section>article>.atcode{
	background-color: rgba(255, 127, 127, 0.5);
	font-size: 18px;
	line-height: 36px;
	padding-left: 2em;
	user-select: text;
}
section>article>.ath1{
	font-size: 30px;
	line-height: 60px;
}
section>article>.ath2{
	margin-top: 13px;
	font-size: 26px;
	line-height: 52px;
}
section>article>.ath3{
	margin-top: 11px;
	font-size: 22px;
	line-height: 44px;
}
aside>ul{
	text-align: left;
	list-style: none;
}
aside>ul li{
	margin: 5% 0px;
}
aside>ul li:hover{
	font-weight: bold;
	color: #0F8;
	text-shadow: 0px 0px 10px #2d4359;
}
aside>ul .ash1{
	margin-left: 10%;
	font-size: 22px;
}
aside>ul .ash2{
	margin-left: 20%;
	font-size: 19px;
}
aside>ul .ash3{
	margin-left: 30%;
	font-size: 16px;
}
aside>ul>li>a{
	color: #FFF;
	text-decoration: none;
}
aside>ul div{
	display: none;
}
