@import 'form.css';

.news{
	color: #6f7a86;
}
.news .item{
}
.news .title{
	font: bold 9pt/18px Tahoma;
	overflow: hidden;
}
.news .title a{
	color: #7c5c2c;
}
.news .short_content{
	font: 100 9pt/18px Tahoma;
	overflow: hidden;
}
.news .short_content a{
	color: #404040;
}
.news .date{
	font: 100 8pt/18px Tahoma;
	color: #a0a0a0;
	margin-bottom: 15px;
}
.news .link, .news .link a{
	font: 100 9pt/18px Tahoma;
	color: #6f7a86;
}
.news .img{
	width: 100px;
	height: 75px;
	margin-right: 10px;
	border: 1px solid #999999;
}
.news .line{
	clear: both;
	height: 1px;
	margin: 10px 0px 10px 0px;
}
.news .line hr{
	color: #DEDEDE;
}
.no_record{
	font: 700 8pt/20px Tahoma;
	color: #000080;
	text-align: center;
}
/**/
.news_detail{
	margin: 0px 10px 10px 15px;
}
.news_detail img {
	 margin: 0 10px 10px 0;
	 border: 1px solid #999999;
	 width: 200px;
	 height: 150px;
	 float: left;
}
.news_detail .title{
	color: #7c5c2c;
	font: 700 9pt/17px Tahoma;
	margin-bottom: 5px;
}
.news_detail .date{
	color: #737373;
	font: 100 8pt/17px Tahoma;
}
.news_detail .short_content{
	color: #000000;
	font: 700 9pt/17px Tahoma;
	margin-bottom: 5px;
}
.news_detail .content{
	margin: 5px 0;
	font: 100 9pt/20px Tahoma;
	color: #404040;
	margin-bottom: 10px;
}
.news_detail .link{
	font: 700 8pt/20px Tahoma;
}
.news_detail .link a{
	color: #9b1a33;
}
