
.time-axis{
	width:600px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 118px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 150px;
	margin-bottom:50px;
	position: relative;
	font-size: 18px;
	color: #333333;
	line-height:2;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}

.time-axis-date span{
	position: absolute;
	right: -49px;
	top: 35%;
	display: block;
	border-radius: 100%;
	background-color: #fff;
}
.time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	border: 3px solid #0063c5;
	border-radius: 100%;
	background-color:#fff;
}
.time-axis-title{ font-size:16px; color:#666}
.time-axis-item:last-child .time-axis-date span{
}

.time-axis-item:last-child .time-axis-date span:after{
}
@media (max-width:767px){
.time-axis{ width:100%}

}