.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;
	height: 54px;
	overflow: hidden;
}
.news .link, .news .link a{
	font: 100 9pt/17px Tahoma;
	color: #D83D29;
}
.news .img{
	width: 150px;
	height: 100px;
	margin-right: 10px;
	border: 1px solid #999999;
}
.news .line{
	clear: both;
	height: 1px;
	margin: 10px 0px 10px 0px;
}
.news .line hr{
	color: #DEDEDE;
}

.news_detail{
	margin: 0px 10px 10px 10px;
}
.news_detail img {
	 margin-right: 10px;
	 border: 1px solid #999999;
	 width: 150px;
	 height: 100px;
}
.news_detail .title{
	color: #313131;
	font: 700 9pt/17px Tahoma;
}
.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: 100 9pt/20px Tahoma;
}
.news_detail .content{
	margin: 5px 0px 0px 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 0px 10px;
	width: 442px;
}
.news_detail_other .item {
	background: url(../images/icon_01.png) transparent  4px 8px no-repeat;
}
.news_detail_other .item a{
	color: #737373;
	font: 100 8pt/20px Tahoma;
	padding-left: 14px;
}

