.latest-danger-wrap{
	width:100%;
}

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

.latest-danger-wrap .lt-wrap li{
	width:100%;
	padding-bottom:18px;
	font-size:15px;
	line-height:15px;
}

.latest-danger-wrap .lt-wrap li:last-child{
	padding:0;
}

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

.latest-danger-wrap .lt-wrap li a{
	display:table-cell;
	width:100%;
	padding-right:15px;
	font-size:15px;
	line-height:15px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	color:#222837;
}

.latest-danger-wrap .lt-wrap li span.date{
	display:table-cell;
	width:70px;
	color:#222837;
	font-size:15px;
}