@charset "utf-8";

.catTitle{
	border-bottom:1px solid
}

.newsTitle{
	color:#06C
}
.newsContent{
	overflow:hidden;
	line-height:1.6em
}
.newsProperties{
	color:#69C
}

.specNewsTitle{
	font-weight:600;
	font-size:9pt
}

.newsCatDiv{
	float:right;
	width:47%;
	height:160px;
	overflow:hidden;
	margin:10px 5px;
	border-bottom:1px dashed #999
}
.newsCatTitle{
	padding:1px 8px 0px 10px;
	height:27px;
	background:url(../images/titleBG.png) no-repeat right;
}
.newsCatIcon{
	width:70px;
	height:70px;
	margin-top:20px;
	float:right;
}
.newsCatNews{
	margin-right:80px;
}
.rss_news_row{
	background-color: #f1f2f3;
	color: #000000;
	margin: 1px;
	padding: 5px;
}
.rss_news_row:hover{
	background-color: #edeeee;
	color: #000000;
	margin: 1px;
	padding: 5px;
}