@charset "utf-8";
/* CSS Document */
body{
	width: 80%;
    margin: 0 auto;
    padding: 20px;
    font-size: 18px;
    font-family: "微软雅黑",Helvetica;
    color: #454545;
    line-height: 20px;
}
#content img{ margin:0 auto; clear:both; text-align:center}
		p{text-indent: 2em; margin-bottom: 15px; text-align: justify;}
		ul{
			width: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			overflow: hidden;
		}
		li{
			width:auto;
			font-size: 20px;
			float: left;
			text-align: center;
			margin-left: 10px;
			list-style-type:none;
			
		}
		a{
		  text-decoration: none;
		}
		 h1{
         font-size: 26px;
			line-height: 26px;
        padding: 10px 0;
			 text-align: center;
}
		h2{
    font-size: 20px;
			line-height: 25px;
    padding: 10px 0;
}
		p{line-height: 30px;}
		._date{text-align:center; font-size:12px;}
		.foot{text-align:center;font-size:15px; padding:10px 0;}
		.cored{color: red;}
		/* 当屏幕宽度小于600px时 */
		@media only screen and (max-width: 640px) {
			body {
				width: 90%;
				padding: 0;
			}
			p a{text-indent: 1ex;color: red;}
			img{width: 90%;height: 90%; margin-left: 0px;}
		}
