@import "headline.css";
/**/
.cat_news{
	float: left;
	width: 230px;
	height: 225px;
	margin-bottom: 8px;
	overflow: hidden;
}
.cat_news_left{
	background: url(../images/cat_news_left_bck.png) no-repeat;
}
.cat_news_right{
	background: url(../images/cat_news_right_bck.png) no-repeat;
	margin-left: 8px;
}
.cat_news .header{
	clear: both;
	height: 30px;
}
.cat_news .header a{
	font: 700 8pt/30px Verdana;
	color: #E67817;
}
.cat_news_left .header{
	padding-left: 25px;
}
.cat_news_right .header{
	text-align: right;
	padding-right: 25px;
}
.cat_news .inner{
	clear: both;
	padding: 10px 6px 6px 10px;
}
.cat_news img{
	margin: 0px 10px 16px 0px;
	width: 92px;
	height: 70px;
}
.cat_news .content{
	font: 100 8pt Verdana;
	height: 67px;
	width: 112px;
	overflow: hidden;
	cursor: pointer;
}
.cat_news .title{
	font-weight: 700;
}
.cat_news .item{
	clear: both;
	height: 18px;
	padding-left: 10px;
	overflow: hidden;
}
.cat_news .item a{
	font: 700 8pt/18px Verdana;
	color: #555555;
}