<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0;padding:0;}
html, body, #page {height: 100%;}
body &gt; #page {height: auto; min-height: 100%;}
#container {padding-bottom: 70px;}
#footer {position: relative;margin-top: -70px; height: 70px;clear:both;} 
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}
#page,#footer_inner{margin:0 auto;width:960px;}
#container{margin:0 auto;}
#container h2 {font-weight:normal;line-height:28px;}
#container p{padding:10px 0;}
.credit{text-align:center;padding: 20px 0 100px;font-size:10px;}
#footer{background-color:#212121;width:100%;}
#footer h2{font-size:18px;font-weight:normal;height:70px;line-height:70px;font-family:"Microsoft Yahei";color:#eee;}
#footer_inner{position:relative;}
#footer a.tzine,a.tzine:visited{color:#FCFCFC;font-size:12px;line-height:70px;position:absolute;top:0;right:0;width:90px;}
.demotips{margin:0 auto;text-align:center;font-size:25px;}
.demotips a{margin:0 10px;}
/*-鏍稿績浠ｇ爜-*/
/* Menu style */
 	#timeline {
		width: 100%;
		height: 500px;
		overflow: hidden;
		margin: 40px auto;
		position: relative;
		background: url('../images/dot.gif') 838px top repeat-y;
		margin-top: 0px;
	}
		#dates {
			width: 100px;
			height: 600px;
			overflow: hidden;
			float: right;
		}
			#dates li {
				list-style: none;
				width: 100px;
				height: 100px;
				line-height: 100px;
				font-size: 24px;
				padding-left: 10px;
				background: url('../images/biggerdot.png') 85px center no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
					margin-left: -10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 400px;
			height: 600px;

			float: left;
		}	
			#issues li {
				width: 640px;
				height: 600px;
				list-style: none;
				margin: 0 auto;

			}
				#issues li img {
					margin: 60px 0 0 70px;
				}
				#issues li h1 {
					margin-top: 20px;
					width: 184px;
					height: 61px;
					font-size: 80px;
					font-family: Source Han Sans CN;
					font-weight: bold;
					color: #5F6369;
					line-height: 32px;
				}
				#issues li p {
					font-size: 18px;
					line-height: 160%;
					font-family: Arial, 寰蒋闆呴粦, 瀹嬩綋;
				}
		
		#grad_top,
		#grad_bottom {
			width: 500px;
			height: 80px;
			position: absolute;
		}

		
		#next,
		#prev {
			position: absolute;
			left: 55%;
			font-size: 70px;
			width: 38px;
			height: 22px;
			background-position: 0 -44px;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position:  0 0;
			}
			#next {
				bottom: 0;
				background-image: url('../images/next_v.png');
			}
			#prev {
				top: 0;
				background-image: url('../images/prev_v.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}</pre></body></html>