/* Menu style */
#timeline{width:100%;height:auto;margin:0 auto;position:relative;background:url('../images/licbg.png') center 150px repeat-x;}
#dates{width:100%;overflow:hidden; padding-bottom:100px;}
#dates li{float:left;width:220px;height:110px;font-size:20px;text-align:center;}
#dates li img{
	margin-top:25px;
	}
#dates li span{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-top:12px;
	display:none;
	}
#dates .selected  span{
	display:block;
	}
#dates .selected .box{
	padding-top:15px;
	}
#dates a{font-size:20px; text-align:center;color:#fff;width:110px;height:110px; font-weight:bold;display:block;border-radius: 50%; margin:0 auto;}
#dates a p{width: 80px;height: 80px; margin:0 auto;line-height:160px;border-radius: 50%;}
#dates .selected{color:#fff;background-color:rgba(256,256,256,0.5);}
#dates .selected p{color:#fff; line-height:80px;background-color: #0055a7;}
#issues{width:1000%;height:auto;overflow:hidden; }
#issues li{width:calc(100%/10); list-style:none;float:left;    display: flex;
    justify-content: center;
    align-items: center;    background:url(../images/licheng_bg.png) no-repeat bottom right #fafafa;}
#issues li img{text-align:center;display:block;width: 40%;float: left;}
#issues li .txt{width: 50%;float:right; padding:0 5%;}
#issues li .txt span{ font-size:60px;  margin:0 0 10px; display:block; color:#ccc;}
#issues li .txt p{ font-size:16px; color:#666; line-height:30px; display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;overflow: hidden; height:120px;}
#next,#prev{position:absolute;top:140px;width:50px;text-align:center;}
#next{right:-5%;}
#prev{left:-5%;}
#next.disabled,#prev.disabled{opacity:0.2;}

.in_about .two_3 .center{
	max-width:1000px;
	width:75%;
	}
#timeline .nei{
	max-width:1080px;
	background:none;
	}
@media (max-width:1350px){	
#next{
	display:none;
	}
#prev{
	display:none;
	}
}
@media (max-width:996px){
#issues li{ display:block;}
#issues li img{width: 100%;float: none;}
#issues li .txt{width: 90%;float:none; padding:20px 5%;}
#issues li .txt h1{font-size:24px;}
#issues li .txt span{font-size:44px; margin:15px 0 10px;}
#issues li .txt p{font-size:14px; line-height:24px; height:72px;}
#dates li{ width:210px; height:100px;}
#dates{ padding-bottom:80px;}
#dates a{ width:100px; height:100px; font-size:18px;}
#dates .selected .box{ padding-top:13px;}
#dates a p{ width:74px; height:74px; line-height:148px;}
#dates .selected p{ line-height:74px;}
#dates li span{ font-size:14px;}
#timeline{background: url(../images/licbg.png) center 142px repeat-x;}
}
@media (max-width:996px){
#dates li{ width:120px;}
}