#timeline {
	width: 840px;
	overflow: hidden;
	margin:0 auto 10px;
	position: relative;
	border-radius:5px;
	background-image: url(../img/dasj000.jpg);
	background-repeat: repeat-x;
	background-position: center 55px;
}
#dates {
	width: 840px;
	height: 60px;
	overflow: hidden;
	padding-top:10px;
}
#dates li {
	list-style: none;
	float: left;
	width: 140px;
	height: 50px;
	font-size: 21px;
	text-align: center;
	background-image: url(../img/dasj001.jpg);
	background-repeat: no-repeat;
	background-position: center 39px;
	font-family: "微软雅黑", "宋体";
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {font-family: "微软雅黑";
	font-size: 32px;
	color:#f40;
}
#issues {
	width: 840px;
	overflow: hidden;
}
#issues li {
	width:840px;
	list-style: none;
	float: left;
	text-align: left;
	text-indent: 0px;
}
/*	#issues li img {
					float: left;
					margin: 10px 30px 10px 50px;
					border-radius:4px;
				}
				#issues li h1 {
					width:800px;
					color: #ffcc00;
					font-size: 24px;
					margin:5px 0;
					text-shadow: #0c4c0c 1px 1px 2px;
				}
				#issues li p {
					font-size: 17.6px;
					margin-right: 60px;
					font-weight: normal;
					line-height: 30px; 
					text-indent:2em;
				}*/
		
		#grad_left,  #grad_right {
	width: 100px;
	
	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;
}
#zhuanti_top {
	width:100%;
	height:65px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	text-align:center;
	background:url(../images/top_bg1.png) #fff repeat-x;
	margin:0 auto;
}
#zhuanti_center {
	width:1000px;
	margin:5px auto 0px;
	font-size:16px;
	color:#000;
	height:55px;
	line-height:12px;
	clear:both;
}
#zhuanti_center a.mLink {
	color:#828282;
	text-decoration:none;
}
#zhuanti_center a.mLink:hover {
	color:red;
}
#zhuanti_center #miniLogo {
	float:left;
}
#zhuanti_center #miniLogo img {
	border:0;
	height:55px;
}
#zhuanti_center #miniLink {
	float:right;
	padding:23px 8px 0 0;
}
.footer span {
	font-size:18px;
	color:#fff;
}
#jump {
	position:fixed;
	top:50%;
	right:5px;
	width:40px;
	z-index:400;
	_position:absolute;
_top:expression(documentElement.scrollTop + "px");
}
#weixin {
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
}
#weixin {
	background:url(../images/st-weixin.png) repeat scroll 0% 0% transparent;
}
#EWM {
	position:absolute;
	right:45px;
	top:-135px;
	display:none;
}
#EWM img {
	width:150px;
	height:150px;
}
#issues li span a {
	color:#f40;
}
#issues li h1 a {
	color:#ffcc00;
}
