
.time-main{
	margin: 10px 5px 0 5px;
	height: 195px;
	overflow-y: auto;
	background-color: #ffffff;
}
.time-main::-webkit-scrollbar {
    width: 8px;
}
.time-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.time-main::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.time-main-box {
	height: 100%;
	background-color: #ffffff;
}
.time-main1{
	margin: 0px 5px 0px 5px;
	height: 270px;
	overflow-y: auto;
}
.time-main1::-webkit-scrollbar {
    width: 8px;
}
.time-main1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.time-main1::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.time-axis{
	margin: 0;
	padding: 0;
	position: relative;
	/* overflow-y: auto; */
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 54px;
	top: 15px;
	width: 1px;
	height: 94%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 75px;
	position: relative;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #141414;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 8px;
	top: 0;
	color: #666;
	min-width: 30px;
}

.time-axis-date span{
	position: absolute;
	right: -24px;
	top: 33%;
	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.on .time-axis-date span{
	border-color: #48BEB2;
}

.time-axis-item.on .time-axis-date span:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}
.time-axis-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.time-axis-achievement {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
