/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
}

.news-list-item {
	height: 140px;
	background-color: rgb(220,220,220);
	margin-bottom: 20px;
}

.news-list-item img {
	/*float: left;*/
	margin: 0;
	padding: 0;
}

.news-list-right {
	float: left;
	margin-left: 15px;
	width: 440px;
}