#news {
	margin: 10px 0px 10px 0px;
	width: 100%;
}
#news .part_1 {
	clear: both;
	width: 528px;
	height: 135px;
	background : url(../images/index_news_part_1_bck.png) transparent;
	overflow: hidden;
	font : normal 8pt/18px Tahoma;
}
#news .part_2 {
	border: 1px solid #ccd3d6;
	border-top-width: 0px;
	width: 526px;
	clear: both;
}
#news .part_2 .item{
	width: 526px;
	clear: both;
}
#news .image img{
	margin: 15px 0px 0px 14px;
	width: 160px;
	height: 120px;
	float: left;
	border: 1px solid #ccd3d6;
}
#news .content {
	width: 318px;
	height: 125px;
	text-align: left;
	overflow: hidden;
	float: left;
	margin: 10px 0px 0px 18px;
}
#news .title{
	font: bold 20pt/25px Arial;
	margin: 5px 0px 5px 0px;
	color: #616161;
	height: 50px;
	overflow: hidden;
}
#news .short_content {
	height: 40px; 
	overflow: hidden;
}
#news .all{
	margin: 10px 0px 0px 0px;
	color: #f86d0a;
	font-weight: bold;
}
#news .all a{
	color: #f86d0a;
	font-weight: bold;
}