.itemLi {
	width: 570px;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 50px;

}

.itemLiStyle {
	width: 5px; 
	height: 5px; 
	background-color: #45C379; 
	border-radius: 50%;
	margin-top: 7px;
	margin-left: -10px;
	position: absolute;

}
.itemLiP {
	line-height: 18px; 
	margin-top: 0px;
	font-size: 14px;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	letter-spacing: 2px;

}
.
/**
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
 */

