*{margin:0;padding:0;}
ul,li{list-style:none;}
body > #page {height: auto; min-height: 100%;}
#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;}
body{font:13px/1.3 'Microsoft Yahei','å®‹ä½“';color:#fff;}
#page,#footer_inner{margin:0 auto;width:960px;}
h1#logo{background:url('../img/logo.jpg') no-repeat 50% 25px;overflow:hidden;height:93px;padding: 25px 0;}
h1#logo a{display:block;text-indent:-9999px;height:93px;}
#container{margin:0 auto;}
#container h2 {font-weight:normal;line-height:28px;}
#container p{padding:5px 0;}
.credit{text-align:center;padding: 20px 0 100px;font-size:10px;}
a, a:visited {text-decoration:none;outline:none;}
a:hover{text-decoration:underline;}
#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: 480px;
		height: 300px;
		overflow: hidden;
		margin:0 auto 10px;
		position: relative;
		border-radius:5px;
		background: url('../images/2021/syhdot.gif') left 55px repeat-x;
	}
		#dates {
			width: 840px;
			height: 60px;
			overflow: hidden;
			padding-top:10px;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 140px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('../images/2021/biggerdot.png') center bottom no-repeat;
				
			}
				#dates a {
					line-height: 35px;
					padding-bottom: 10px;
					color: #000000;
					font-size: 16px;
				}
				#dates .selected {
			        font-size: 30px;
			        color:#f59b0f;
				}
		
		#issues {
			width: 480px;
			height: 260px;
			overflow: hidden;
		}	
			#issues li {
				width: 480px;
				height: 300px;
				list-style: none;
				float: left;
			}
				#issues li img {
					float: left;
					margin:15px 30px 10px 10px;
					border-radius:4px;
				}
				#issues li h1 {
					width:480px;
					color: #ffcc00;
					font-size: 24px;
					margin:5px 0;
					text-align: center;
				}
                 #issues li h1 a{
                  font-size: 24px;  
                  color: #006ec7;
                  }
				#issues li p {
                    text-align:left;
					font-size: 17px;
					
					font-weight: normal;
					line-height: 26px;
                    color:#000;
					text-indent:2em;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        border-radius:5px;
		        background: url('../images/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('../images/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
