/* Menu style */
#timeline{width:100%;height:600px;overflow:hidden;position:relative;color: #ffffff; margin: 0 auto}
.zz{width:30px; height:48px;background:url(../images/lsd.png) no-repeat center top; position:absolute; top:67%; left:44px;}
.sjz{width:100%; height:48px;position:absolute; top:75%;background:url(../images/lsdl.png) left top  repeat-x;}
#dates{width:100%;overflow:hidden;margin-top:100px; }
#dates li{float:left;width:120px;height:180px;font-size:16px;text-align:center;}
#dates a{color:#fff;width:120px;height:180px;line-height:180px;display:block; text-decoration:none; font-size:20px}
#dates .selected{font-size:24px;font-weight:bold;}
#issues{width:1200px;height:300px;overflow:hidden;}
#issues li{height:400px;list-style:none;float:left;}
#issues li img{text-align:center;display:block;margin:0 auto;}
#next,#prev{position:absolute;font-size:100px;font-family:"宋体";top:190px;width:5%;height:50px;text-align:center;line-height:100px;overflow:hidden;color:#713611;}
#next{right:0%; background:url(../images/lsri.png) left top no-repeat}
#prev{left:0%;background:url(../images/lslf.png) right top  no-repeat}
#next.disabled,#prev.disabled{opacity:0.2;}

.page{ position: relative; top:0; width:1200px; margin:0 auto}
@media screen and (min-width:736px) and (max-width:1200px)
{
	.lsz{ width:100%}
	}
@media screen and (max-width:1200px) {
	#issues{width:100%;height:300px;overflow:hidden;}
	#next,#prev{width:50px}
	.page{ width:100%}
}


