/* Menu style */
#timeline{width:1200px;height:200px; margin:0 auto 80px auto;position:relative;background:url('../images/licbg.png') center 150px repeat-x; overflow:hidden;}
#dates{width:1120px;overflow:hidden;margin-top:0px;}
#dates li{float:left; width:94px; height:90px; font-size:12px;text-align:center; font-family:Arial, Helvetica, sans-serif;}

#dates a{color:#808080; width:94px; height:90px; line-height:20px; display:block; font-family:Arial, Helvetica, sans-serif;}

#dates .selected{font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000; background:url(../images/licbgt.png) no-repeat center 16px;}

#issues{width:1200px;height:130px;}
#issues li{width:1200px;height:120px;list-style:none;float:left; text-align:center; background:url(../images/yq1.gif) no-repeat center bottom;}
#issues li dd{width:50%; background-color:#f5f5f5; margin:0 auto; height:110px; display:flex; -webkit-display:flex; justify-content:center; align-items:center; border-radius:10px;}
#issues li img{ height:65px; margin-right:20px;}

#issues li div{position:absolute; top:360px; width:400px; height:auto; left:360px;}

#next,#prev{position:absolute; top:150px; width:26px; height:26px; text-align:center; overflow:hidden;}

#next{right:0;}
#prev{left:0;}

#next.disabled,#prev.disabled{opacity:1;}