﻿*{margin:0;padding:0;}
html, body, #page {height: auto;}
body > #page {height: auto; min-height: 100%;}
#container {padding-left:10px; padding-top:48px;}
#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{width:960px;}
h1#logo a{display:block;text-indent:-9999px;height:93px;}
#container{ width:94%; margin-left:30px;}
#container h2 {font-weight:normal;line-height:28px;}
#container p{padding:10px 0;}
.credit{padding: 20px 0 100px;font-size:10px;}
a, a:visited {text-decoration:none;outline:none;color:#c1c1c1}
#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:10px;}
.demotips a{margin:0 10px;}
/* Menu style */
	#timeline {
		width:888px;
		height: 505px;
		overflow: hidden;
		position: relative;
	}
		#dates {
			
			height: 50px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 18px;
				font-family:"方正兰亭黑_GBK";
				text-align: center;
				margin-top:8px;
				
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
					color:#656563;
					margin-top:20PX;
					
				}
				#dates .selected {
			        font-size: 18px;
			        color: red;
				}
		#issues {
			width: 888px;
			height: 450px;
			overflow: hidden;
            background-image:url(../images/pinpaigushikuang_03.png);
		}	
			#issues li {
				width: 888px;
				height: 450px;
				list-style: none;
				float: left;
			}
				#issues li img {
					float: left;
					margin: 10px 30px 10px 50px;
				}
				#issues li h1 {
					color: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					font-size: 14px;
					margin-left: 40px;
					margin-top:20px;
					line-height: 25px;
					font-family:"方正兰亭黑_GBK";
					color:#656563;
					
				}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			width: 22px;
			height: 40px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover{
				background-image:url(../images/y1.png);
			}
			#prev:hover {
				background-image:url(../images/z1.png);
				
			}
			#next {
				right: 0;
				top:5px;
				
				background-image:url(../images/y.png)
			}
			#prev {
				left: 0;
				top:5px;
				background-image:url(../images/z.png);
			}
				#next.disabled,
				#prev.disabled {
				}