.main{
	width: 100%;
	padding: 3px 10px;
	padding-bottom: 30px;
}

.time-axis{
	margin: 0;
	padding: 0;
	position: relative;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 55px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 80px;
	position: relative;
	line-height: 30px;
	font-size: 12px;
	color: #141414;
}


.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}

.time-axis-date span{
	position: absolute;
	right: -19px;
	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:last-child .time-axis-date span:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}


.time-axis-item.info{

}

.time-axis-item.warn{
}

.time-axis-item.error .time-axis-date span{
	content: '';
        background: url('../img/red_flag.svg') no-repeat bottom right /16px 16px;/*兼容没测*/
        position: absolute;
        bottom: -15px;
        z-index: 2;
        width: 16px;
        height: 16px;
		border-color: transparent;
}

.time-axis-item.error .time-axis-date span:after{
	background-color: transparent;
	border-color: transparent;
}


.time-axis-item.warn .time-axis-date span{
	content: '';
	background: url('../img/blue_flag.svg') no-repeat bottom right /16px 16px;/*兼容没测*/
	position: absolute;
	bottom: -15px;
	z-index: 2;
	width: 16px;
	height: 16px;
	border-color: transparent;
}

.time-axis-item.warn .time-axis-date span:after{
	background-color: transparent;
	border-color: transparent;
}