body{
	margin: 0;
	padding: 0;
}

.main{
	width: 100%;
	margin: 30px auto;
}

.time-axis{
	margin: 0;
	padding: 0;
	position: relative;
}
.time-axis-title {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #898a9c;
}
.time-axis:before{
	content: '';
	position: absolute;
	left: 130px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 180px;
	position: relative;
	line-height: 45px;
	font-size: 14px;
	color: #141414;
	    width: 100%;
		    margin-bottom: 50px;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #1d2143;
    font-weight: 600;
	    min-width: 85px;
}

.time-axis-date span{
	position: absolute;
	right: -52px;
	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: #e60013;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #e60013;
	border-color: #e60013;
}
