
*{
	line-height: 180%;
	background-color: white;
	/*background-image: url(image/bj3.jpg);*/
}
header{
		height: 160px;
		background-color: white;
		clear:both;
		text-align: center;/* 居中对齐 */
		}
aside{
		width: 20%;
		background-color: white;
		float: left;
		line-height: 200%;
		}
nav{
	 line-height:150%;/* 定义行高 */
   
	}
section{
			width: 75%;
			float: right;
			padding: 5px;
 		}
footer{
	    height: 150px;
		background-color: white;
		clear: both;/* 不允许浮动 */
		text-align: center;/* 文字居中 */
		line-height: 200%;
		
		}
a:link{
		text-decoration:none;/* 清除下画线 */
		}
p{
	color: black；
	line-height:150%;
	font-size: 20px;
}
li{
	display: inline;

	}
table{
		line-height: 50%;
    }
   figcaption{
   	font-size: 16px;
   	color:blue;
   	line-height: 100%;
   }