@import "box_news.css";

.headline_flash {
	width: 480px;
	height: 255px;
	margin-bottom: 10px;
}

.cat_news{
	clear: both;
}
.cat_news .item{
	background: url(../images/index_cat_bck.png) no-repeat;
	height: 113px;
	width: 480px;
	margin-bottom: 6px;
	position: relative;
}
.cat_news .item .header{
	position: absolute;
	left: 25px;
	top: 8px;
}
.cat_news .item .header a{
	font: bold 9pt/9pt Arial;
	color: #666666;
}
.cat_news .item .part_1{
	width: 242px;
	position: absolute;
	left: 8px;
	top: 28px;
}
.cat_news .item .part_1 .title{
	height: 21px;
	overflow: hidden;
}
.cat_news .item .part_1 .title a{
	font: 700 8pt/21px Verdana;
	color: #C90908;
}
.cat_news .item .part_1 .short_content{
	font: 100 8pt/13px Verdana;
	height: 52px;
	overflow: hidden;
}
.cat_news .item .part_1 img{
	width: 68px;
	height: 52px;
	margin-right: 8px;
}
.cat_news .item .part_2{
	width: 225px;
	position: absolute;
	left: 255px;
	top: 13px;
}
.cat_news .item .part_2 .title{
	height: 18px;
	overflow: hidden;
}
.cat_news .item .part_2 .title a{
	font: 100 8pt/18px Verdana;
	color: #000000;
	padding-left: 14px;
	padding-right: 15px;
	
}