
.timeAxisMain{
	width: 100%;
}

.time-axis{
	margin: 0;
	padding: 0;
	position: relative;
}
.time-axis li:first-child::before{
	top: 15px;
}
.time-axis li:last-child::before{
	top: -15px;
}
.time-axis li:before{
	content: '';
	position: absolute;
	left: 119px;
	/* top: 15px; */
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 150px;
	position: relative;
	line-height: 45px;
	font-size: 14px;
	color: #141414;
  /* padding-top: 20px; */
}
.time-axis-achievement{
	margin: 0;
	text-align: left;
	/* font-size: 20px; */
  font-weight: bold;
  color: #666;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	width: 126px;
}
.time-axis-time{
	position: absolute;
	left: 40px;
	top: 20px;
	color: #666;
}
.time-axis-title{
	text-align: left;
}
.time-axis-date span{
	position: absolute;
	right:0;
	top: 35%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color: #fff;
}
.time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date span{
	border-color: #48BEB2;
}

.time-axis-item .time-axis-date span:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}
