/* Menu style */
#timeline{width:1200px;height:440px;margin:50px auto 0 auto;position:relative;  padding-bottom: 40px;overflow: hidden;}
#dates{width:1200px;margin-top:20px;overflow: hidden;  padding-bottom: 40px;
  }
#dates li{float:left;width:170px;height:90px;font-size:16px;text-align:center;position: relative;top: 41px;}
#dates a{color:rgba(84,84,84,0.8);width:170px;height:90px;line-height:110px;display:block;position: relative;font-size: 25px;font-family: 'DIN';letter-spacing: 1px;}
#dates a::before{position: absolute;width: 1px;height: 20px;background:grey;content: '';position: absolute;left: 50%;}
#dates .selected{/* font-size:18px;font-weight:bold;background:url(../images/licbgt.png) no-repeat center top; */position: relative;color:#fff;font-size: 28px;}
#dates .selected::before{position: absolute;width: 1px;height: 26px;background:#fff;content: '';position: absolute;left: 50%;top: -6px;}
#issues{width:1200px;height:300px;overflow:hidden;}
#issues li{width:1200px;height:300px;list-style:none;float:left;}
#next,#prev{z-index: 1; position:absolute;font-size:16px;text-align:center;overflow:hidden;color:#713611;display: inline-block; width: 30px;height: 30px;line-height: 30px;text-align: center;  background: #fff;border-radius: 50%;}
#next{right:0%;bottom: 40px;}
#prev{left:0%;bottom: 40px;}
#next.disabled,#prev.disabled{opacity:0.2;}

.eventDetail{
	width: 720px;
	    height: 280px;
	    background: #fff;
	    padding: 25px 35px;
	    border: 17px solid rgba(0,0,0,0.7);
	    overflow-y: auto;
	    margin: auto;
	    box-sizing: border-box;
}
.eventDetail>p:nth-child(1){
	font-size: 13px;
	word-spacing: 3px;
	color: rgb(230,33,41);
}
.eventDetail>p:nth-child(2){
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(220,220,220);
    font-size: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}
.eventDetail>p:nth-child(2)>span:nth-child(1){
	font-family: 'DIN';
	letter-spacing: 0;
}
.eventDetail>p:nth-child(2)>span:nth-child(2){
	width: 6px;
	height: 6px;
	background: rgb(230,33,41);
	border-radius: 50%;
	margin:0 15px;
	display: inline-block;
}
.eventDetail>p:nth-child(3){
    color: rgb(102,102,102);
    line-height: 30px;
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: 20px;
}
#timeline::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 54px;
	right: 0;
	height: 1px;
	background: rgba(84,84,84,0.8);
	z-index: 0;
}
#dates{
	/* margin-left: 0!important; */
}