/* Menu style */
.timeline_bg { position:relative;}
.timeline_bg .lc_xian { position:absolute;left:0px; bottom:68px; width:100%; height:1px; background:#ddd; overflow:hidden;z-index:9;}
#timeline{width:1120px;/* height:400px; */overflow:hidden;margin:40px auto 0 auto;position:relative;background:url('../images/licbg.png') left 340px repeat-x; z-index:99;}
#dates{width:1120px;overflow:hidden;}
#dates li{float:left;width:140px;height:80px;font-size:16px;text-align:center;}
#dates a{color:#242424;font-size:16px;width:100px;height:50px; padding-top:30px;line-height:20px;display:block; position: relative;}
#dates a span { display:block; font-size:12px; color:#999;}
#dates a .datestop { position: absolute; top:4px; left:50%; margin-left:-7px;width:14px; height:14px; border-radius:50%; background:#ccc;}
#dates a .datestop:after { content:''; position:absolute;top:50%; margin-top:-9px;left:50%; margin-left:-9px;width:14px; height:14px; border-radius:50%; border:2px solid #f3f3f3;}
#dates a.selected { font-size:20px;font-weight:700; color:#014099;}
#dates a.selected span { font-size:14px;font-weight:700; color:#014099;}
#dates a.selected .datestop {text-align:center; background:#014099;}
#dates a.selected .datestop:after {padding:2px;margin-top:-11px;margin-left:-11px; border-color:#a6bcdb;}
#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;}
#next,#prev{position:absolute;font-size:100px;font-family:"宋体";top:90px;width:100px;height:100px;text-align:center;line-height:100px;overflow:hidden;color:#ddd;}
#next{right:50%;margin-right:-500px;}
#prev{left:50%;margin-left:-500px;}
#next.disabled,#prev.disabled{opacity:0.2;}

.issues_cont { width:800px; height:300px; margin:0 auto; color:#474747;}
.issues_cont .kuang { position:relative; border:10px solid #a6bcdb; width:200px; height:200px;top:20px; left:100px;}
.issues_cont .kuang .chuan { position:absolute; left:-40px; bottom:-18px; background:url(../images/lc_chuan.png) no-repeat center; width:90px; height:92px;}
.issues_cont .kuang .cont { position:absolute; left:100px; top:30px;  width:500px; height:140px; background:#fff;}
.issues_cont .kuang .cont .year {font-size:90px; font-weight:700; color:#014099; line-height:100px;}
.issues_cont .kuang .cont .cc {font-size:14px;color:#666; line-height:20px; position:relative; top:-10px;}