/* Menu style */
#timeline{width:1120px;height:400px;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:15px;}
#dates li{float:left;width:94px;height:90px;font-size:16px;text-align:center;}
#dates a{color:#333333;width:94px;height:90px;line-height:130px;display:block; font-size: 18px;}
#dates .selected{font-size:18px;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 div{ margin: 0 auto; background: url(../images/bn49.png) no-repeat 50%; width: 521px; height: 263px; text-align: center; padding: 40px 0px;}
#issues li div dd{ color: #e60012; font-size: 16px; font-weight:bolder;}
#issues li div dt{ padding: 20px 10px 20px 0px; height: 140px; overflow: scroll; width: 81%; margin: 0 auto;}
#issues li div dt p{ text-align: left; line-height: 25px;}


#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; display: none;}
#next{right:50%;margin-right:-400px;}
#prev{left:50%;margin-left:-400px;}
#next.disabled,#prev.disabled{opacity:0.2;}



#issues li div dt::-webkit-scrollbar-track {
		  background-color: #dcdcdc;
	} /* 滚动条的滑轨背景颜色 */

#issues li div dt::-webkit-scrollbar-thumb {
		  background:#2a3449; 
	} /* 滑块颜色 */

#issues li div dt::-webkit-scrollbar-button {
		  background-color: #fff;
	} /* 滑轨两头的监听按钮颜色 */

#issues li div dt::-webkit-scrollbar-corner {
		  background-color: #fff;
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
    ::-webkit-scrollbar {
    width: 2px;
    height: 0px;
	border-radius:3px;
} /* 这是针对缺省样式 (必须的)*/