/* Menu style */
#timeline{width:1100px;overflow:hidden;margin: 0 auto;position:relative;}
#dates{overflow:hidden;height: 80px;width: 200%;}
#dates li{float: left;position: relative;overflow: hidden;}
#dates li a{padding: 0 28px;font-size: 18px;color: #000;line-height: 80px;height: 80px;cursor: pointer;display: block;}
#dates a.selected{font-size: 32px;color: #f8b500;font-weight: normal;}
#issues{width:1100px; margin-top:280px}
#issues li{width:1100px; height:245px; list-style:none;}
#issues li img{text-align:center;display:block;margin:0 auto;}
#next,#prev{position:absolute;width: 30px;height: 30px;display: block;cursor: pointer;}
#next{right:15px;top: 56%;background: url(../img/r.jpg) no-repeat;}
#prev{left:15px;top: 56%;background: url(../img/l.jpg) no-repeat;}
#prev:hover{background: url(../img/lh.jpg) no-repeat;}
#next:hover{background: url(../img/rh.jpg) no-repeat;}
#next.disabled,#prev.disabled{opacity:0.2;}
.contxt{position: relative;overflow: hidden;width: 100%;height: 245px;background: #fff;}

#issues .liwrap{height:55px;margin-top:10px;}
#issues .lileft{height:55px;width:120px;line-height:20px;text-align:center;}
#issues .liright{height:200px;width:825px;text-align:left; overflow: auto;}
#issues .histt{height:35px;line-height:35px;}
#issues .hisct{font-size:14px;color:#6e6e6e;}
#issues .year{font-size:22px;color:#342c29;}


/*about*/
.history{position: relative;overflow: hidden;width: 1100px;margin: 78px auto 0;}
.history ul li p{float: none;margin: 45px auto 0;text-align: center;line-height: 35px;font-size: 14px;}
