body{
	margin: 0;
	padding: 0;
}

.main{
	width: 50%;
	margin: 30px auto;
}

.time-axis{
	margin: 0px;
	padding: 0px;
	position: relative;
    overflow:hidden;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 30px;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-right: 20px;
	padding-left: 50px;
	position: relative;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
.time-axis-item a{
	font-size: 14px;
	color: #999;
}
.time-axis-achievement{
	margin-top:8px;
	color:#666;
	padding:0 !important;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}

.time-axis-date span{
	position: absolute;
	right: -34px;
    top: 9px;
	display: block;
	width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e95654;
}


.time-axis-item:last-child .time-axis-date span{
	border-color: #48BEB2;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}
.time-axis-title{
	color:#444;
}
