




@charset "gb2312";
/*-核心代码-*/
/* Menu style */
	#timeline {
		width: 1100px;
		height:auto;
		overflow: hidden;
		margin:auto;
		position: relative;
		margin:auto;
		margin-top:-520px;
		background:url(../image/xian.png) left 60px repeat-x;
	}
		#dates {
			width: 1000px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 180px;
				height: 50px;
				font-size: 25px;
				text-align: center;
				color:#5d3c24;
				background:url(../image/dian.png) center bottom no-repeat;
			}
				#dates a {
				
					line-height: 38px;
					padding-bottom: 15px;
					color:#5d3c24;
					text-decoration:none;
					
				}
				#dates .selected {
			
			        font-size: 38px;
					color:#5d3c24;
					background:url(../image/dianbig.png) center bottom no-repeat;
				}
		
		#issues {
			width: 1090px;
			height: 500px;
			overflow: hidden;
		}	
			#issues li {
				width: 1100px;
				height: 500px;
				list-style: none;
				float: left;
				
			}
				#issues li img {
					float: left;
					margin: 50px 30px 5px 10px;
				}
				#issues li h1 {
					color:#2d2d2d;
					font-size: 30px;
					margin: 100px 10px 20px 0;
					text-align:left;
				}
				#issues li p {
					font-size: 21px;
					font-family:"";
					margin-right: 30px;
					font-weight: normal;
					line-height: 28px;
					color:#2d2d2d;
					letter-spacing:1px;
					width:990px;
					text-align:left;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 415px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        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: 300px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover{background-image:url(../image/you.png);}
			              
			#prev:hover {
				background-image:url(../image/zuo.png);
			}
			#next {
				right: 0;
				background-image:url(../image/you.png);
			}
			#prev {
				left: 0;
				background-image:url(../image/zuo.png);
			}
			