/* Menu style */
#timeline {
	width: 1080px;
	overflow: hidden;
	margin: auto;
	position: relative;
	/* background: url('../images/licbg.png') left 340px repeat-x; */
}

#dates {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom:30px;
	width: 100px !important;
	overflow: hidden;
	 height: 93px;
}
#dates li a{
	display: none;
}
#dates li img{}
.selected{
	display: block!important;
}
#dates li {
	float: left;
	width: 94px;
	height: 90px;
	font-size: 16px;
	text-align: center;
}

#dates a {
	color: #0492DE;
	width: 94px;
	height: 90px;
	line-height: 130px;
	display: block;
}

#dates .selected {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 46%;
	/* background: url(../images/licbgt.png) no-repeat center top; */
}

#next,
#prev {
	
	position: absolute;
	font-size: 17px;
	top: 90px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0492DE;
	color: #0492de;
	border-radius: 50%;
	top: -50%;
}

#next {
	right: 50%;
	margin-right: -425px;
}

#prev {
	    margin-left: -25px;
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}
.imgBox{
	width: 745px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.imgBox02 img{
	width: 100%;
}
.botPn{
	background-image: url(../images/C27.png);
	width: 800px;
	margin:20px auto;
	height: 20px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 96%;
	background-position-x: 50%;
}
.imgName{
	background-color: rgb(0,112,192);
	padding: 10px 15px;
}
.imgName>p{
	position: absolute;
	top: 105px;
	margin-left: 69px;
	font-size: 13px;
	color: #3a3a3a;
}

.imgBox02 p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}