
.list-wrap {
	background: #fff;
	padding: 20px;
}

.list-wrap .list-item {
	margin-bottom: 20px;
	line-height: 26px;
}

.list-wrap .list-item:last-child {
	margin-bottom: 0;
}

.list-wrap .item-left {
	width: 80%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-wrap .item-left a {
	font-size: 15px;
	color: #323232;
}

.list-wrap .item-left a:hover {
	color: #03af70;
}

.list-wrap .item-right {
	width: 20%;
	float: right;
	text-align: right;
	color: #a5a5a5;
	font-size: 12px;
}


/*# sourceMappingURL=list-timeline.css.map */