/*-核心代码-*/
/* Menu style */
	#timeline {
		width: 800px;
		height: 350px;
		overflow: hidden;
		margin: 30px auto;
		position: relative;
		background: url('http://www.xinhuanet.com/mil/zt/change3/img/dot.gif') left 45px repeat-x;
	}
		#dates {
			width: 800px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('http://www.xinhuanet.com/mil/zt/change3/img/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 800px;
			height: 350px;
			overflow: hidden;
		}	
			#issues li {
				width: 800px;
				height: 350px;
				list-style: none;
				float: left;
			}
			#issues .con {
				width: 472px;
				height: 162px;
				background:url(http://www.xinhuanet.com/mil/zt/change3/img/sjz_bg2.png) no-repeat;
				margin-left:145px;
				padding:20px;
			}
				#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;
					font-weight: normal;
					line-height: 22px;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li .con .auto1 {
					overflow:auto;
					height:160px;
				}
		
