body{
	margin-left: 0;
	padding: 0;
}

.main{
	width: 100%;
	margin-left: 30% auto;
}

.time-axis{
	margin-left: 30%;
	padding: 0;
	position: relative;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 93px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #094581;
}
.time-axis-item{
	list-style: none;
	padding-left: 100px;
	position: relative;
	line-height: 55px;
	font-size: 15px;
	color: #141414;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #094581;
	font-weight:bold;
}

.time-axis-date span{
	position: absolute;
	right: -49px;
	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: #094581;
	border: 1px solid #094581;
	border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date span{
	border-color: #094581;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #094581;
	border-color: #094581;
}
