@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}
body{
	width:1000px;
	font-family:"微软雅黑";
	margin:0 auto;
	}
header{
	text-align:center;
	font-size:24px;
	margin:20px 0px;
	}
section{
	line-height:30px;
	color:#343434;
	margin-bottom:30px;
	}
.ol1 li .ol2 li{
	list-style:none;
	}
aside{
	text-align:center;
	}
aside p img{
	margin:20px 0px;
	}
.title{
	font-size:18px;
	font-weight:bold;
	margin-left:-30px;
	}
.word{
	font-size:18px;
	color:#237ae4;
	text-decoration:none;
}
.word:hover{
	font-weight:bold;
	text-decoration:underline;
}

