/*
 * home.css
 */

#box-news {
	width: 613px;
}

#box-news .content div {
	float:left;
	padding-bottom: 10px;
}

#box-news .content .date-news {
	font-size: 12px;
	color: #a4a4a4;
	padding-right: 15px;
	overflow: hidden;
}

#box-news .content .photo-news{
	padding-right: 15px;
	width: 60px;
}

#box-news .content .description-news {
	width: 405px;
}

#box-news .content .title-news a {
	font-size: 15px;
	color: #ff7200;
}

#box-news .content .body-news {
	font-size: 12px;
	color: #a4a4a4;
	display: inline-block;
}


#box-information {
	width: 613px;
	margin-top: 30px;
}

#box-information .content {
	font-size: 12px;
	color: #a4a4a4;
	padding-top: 0px;
}

.height-limited {
	height: 280px;
}

.more-news {
	text-align: right;
	width: 550px;
}
