.image-news ul {
	width: 200px;
}

.image-news li {
	margin-top: 10px;
	height: 50px;
	width: 48%;
	float: left;
	padding-right: 10px;
}

.image-news img {
	float: left;
	padding-right: 6px;
	height: 50px;
	width: 88px;
}

.image-news a {
	display: block;
	float: left;
	font-weight: bold;
	height: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 190px;
	margin-bottom: 5px;
}

.image-news span {
	display: block;
	height: 2.5em;
	width: 190px;
	overflow: hidden;
}