@import "paging.css";
.news{
	
}
.news .item{
	/*height: 100%;*/
}
.news .title{
	font: bold 9pt/17px Tahoma;
	color: #262626;
	height: 18px;
	overflow: hidden;
}
.news .short_content {
	font: 100 9pt/17px Tahoma;
}
.news .link, .news .link a{
	font: 100 9pt/17px Tahoma;
	color: #D83D29;
}
.news .img{
	width: 126px;
	height: 70px;
	margin-right: 10px;
	margin-top: 5px;
}
.news .line{
	clear: both;
	height: 1px;
	margin: 10px 0px 10px 0px;
}
.news .line hr{
	color: #DEDEDE;
}
/**/
.news_detail{
	padding-top: 25px;
}
.news_detail .image {
	 margin-right: 10px;
	 border: 1px solid #999999;
	 width: 200px;
	 height: 110px;
}
.news_detail .title{
	color: #4433ed;
	font: 700 14pt "Century Gothic";
}
.news_detail .date{
	margin: 5px 0px 0px 0px;
	color: #737373;
	font: 100 8pt/17px Tahoma;
}
.news_detail .short_content{
	margin: 5px 0px 0px 0px;
	font: 700 9pt/20px Tahoma;
}
.news_detail .content{
	margin: 5px 0px 10px 0px;
}
.news_detail .content, .news_detail .content td, .news_detail .content p, .news_detail .content div{
	font: 100 9pt/20px Tahoma;
}
.news_detail .content a{
	color: #0000FF;
}
.news_detail .line hr{
	height: 1px;
	color: #DEDEDE; 
	margin: 5px 0px 5px 0px;
}
/**/
.news_detail_other{
	clear: both;
	margin: 4px 10px 10px 10px;
	width: 442px;
}
.news_detail_other .item {
	background: url(../images/other_news_arrow.png) transparent  0px 8px no-repeat;
}
.news_detail_other .item a{
	color: #737373;
	font: 100 8pt/20px Tahoma;
	padding-left: 14px;
}
/**/
.news_label {
	border-top: medium double #EAEAEA;
	font: 100 8pt/20px Verdana;
	margin-bottom: 10px;
	width: 504px;
	border-bottom: 1px solid #EAEAEA; 
}
.news_label .tags {
	background: #FFFFFF url(../images/icon_tags.gif) no-repeat scroll left top;
	font: 700 8.5pt/20px Verdana;
	margin: 0;
	color: #005266;
	padding: 0 0 0 18px;
}