			html {
				font-size: 100px;
				min-height: 100%;
			}
			
			body {
				max-width: 750px;
				margin: 0 auto;
			}
			
			* {
				font-size: 0.14rem;
				padding: 0;
				margin: 0;
				font-family: "微软雅黑";
			}
			
			a {
				text-decoration: none;
				color: transparent;
			}
			
			img {
				border: 0;
				max-width: 750px;
			}
			
			p {
				max-height: 999999px;color: #393939;
			}
			
			#main {
				width: 100%;
				margin: 0 auto;
				background: #fff;
			}
			
			#timeline {
				width: 750px;
				position: relative;
				overflow: hidden;
				background: url(../../img/WeImages/line.png) left 0.7rem repeat-x;
			}
			
			#dates {
				width: 100% ;
				overflow: hidden;
			}
			
			#dates li {
				list-style: none;
				float: left;
				width: 1.1rem;
				height: 1.5rem;
				text-align: center;
				background: url(../../img/WeImages/dot.png) center 52% no-repeat;
			}
			
			#dates a {
				line-height: 1.45rem;
				padding-bottom: 10px;
				width: 1.1rem;
				height: 1.7rem;
				display: inline-block;
			}
			
			#dates .selected {
				font-size: 36px;
				background: url(../../img/WeImages/time.png)no-repeat center 35%;
				color: #fff !important;
			}
			
			#issues {
				width: 17250px !important;
				overflow: hidden;
			}
			#issues li {
				width: 750px ;
				list-style: none;
				float: left;
			}
			
			#issues li p {
				width: 710px;
				font-size: 24px;
				/*margin-right: 70px;*/
				margin-bottom: 50px;
				font-weight: normal;
				line-height: 36px;
				padding:  0 20px;
			}
			#issues li p:last-child{
				margin-bottom: 150px !important;
			}
			#footer
		  {
		  background: #242a36;
		  width: 750px;
		  height: 0.9rem;
		  float: left;
		  margin-top: 70px;
		  position: fixed;
		  bottom: 0;//*当浮动距离不够时用*/
		  }
		  #footer p
		  {
		  color: #aba9ac;
		  text-align: center;
		  line-height: 0.9rem;
		  font-size: 0.24rem;
		  }