
/* TimeLine */
.time{width: 100%;height: 100%;  opacity: 0.8;background:url('../images/1.jpg') ;background-size:100%;}
#timeline{width:1120px;height:600px;overflow:hidden;margin:40px auto 0 auto;position:relative;background:url('../images/licbg.png') left 340px repeat-x;}
#dates{width:1120px;overflow:hidden;margin-top:20px; opacity: 1;}
#dates ul{opacity: 1;}
#dates li{float:left;width:94px;height:90px;font-size:16px;text-align:center;}
#dates a{color:#713611;width:94px;height:90px;line-height:130px;display:block;opacity: 1;}
#dates .selected{font-size:24px;font-weight:bold;background:url(../images/licbgt.png) no-repeat center top;}
#issues{width:1120px;height:300px;overflow:hidden;}
#issues li{width:1120px;height:300px;list-style:none;float:left;}
#issues li img{text-align:center;display:block;margin:0 auto;}
#issues li a{text-align:center;display:block;margin:100px auto;width:436px;line-height: normal;font-size:24px;padding: 10px;opacity: 1 !important;color: #000;font-weight: bold;}
#next,#prev{position:absolute;font-size:100px;font-family:"宋体";top:90px;width:100px;height:100px;text-align:center;line-height:100px;overflow:hidden;color:#713611;}
#next{right:50%;margin-right:-400px;}
#prev{left:50%;margin-left:-400px;}
#next.disabled,#prev.disabled{opacity:0.2;}