.latest-online-wrap{
	width:100%;
	height:230px;
	overflow:hidden;
	background-color:#292929;
	padding:18px 15px 0 15px;
}

.latest-online-wrap .lt-wrap{
	list-style:none;
	width:100%;
	height:100%;
}

.latest-online-wrap .lt-wrap li{
	width:100%;
	padding-bottom:18px;
	font-size:15px;
	color:#fff;
}

.latest-online-wrap .lt-wrap li .latest-data{
	display:table;
	table-layout:fixed;
	width:100%;
}

.latest-online-wrap .lt-wrap li span{
	display:table-cell;
	color:#fff;
}

.latest-online-wrap .lt-wrap li span.date{
	display:table-cell;
	width:123px;
}

.latest-online-wrap .lt-wrap li span.name{
	display:table-cell;
	width:66px;
}

.latest-online-wrap .lt-wrap li span.subj{
	display:table-cell;
	width:100%;
	padding-right:15px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.latest-online-wrap .lt-wrap li span.stat{
	display:table-cell;
	width:55px;
}

.latest-online-wrap .lt-wrap li span.stat .stat1{
	display:block;
	color:#fff;
	text-align:center;
}

.latest-online-wrap .lt-wrap li span.stat .stat2{
	display:block;
	color:#cbd2e4;
	text-align:center;
}

.latest-online-wrap .lt-wrap li span.stat .stat3{
	display:block;
	color:#ffd34d;
	text-align:center;
}