@charset "gb2312";
/* CSS Document */
/************************************************
Author: 朱启标 abelchu@Gmail.com
Development by: Chinasky.net
My website: http://www.qitag.net/
Last updated: 2008/07/09
************************************************/

/*嵌入整体样式*/
@import url("css.css");

#content{ 
	width:800px;
	height:362px;
	margin:0px auto;
	position:relative;
}

#content .about {
	position:absolute;
	left:89px;
	top:45px;
	float:left;
	z-index:9999;
	/*background:url(../images/icon01.gif) no-repeat left top;
	padding-left:18px;*/
}
/*
#content .about a img{
    width:301px;
	height:89px
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../images/index_info.png')
}
#content .about .txt { 
	background:url(../images/icon02.gif) no-repeat 267px 63px;
	padding:0px 0px 2px;
}
#content .about .txt a {
	line-height:30px;
	font-size:18px;
	font-weight:bold;	
	letter-spacing:-2px;
	color:#fff;
	text-decoration:none;
	border-bottom:#93723F solid 2px;
}
#content .about .txt a:hover {
	text-decoration:none;
}
#content .about .txt span {
	font-weight:normal;
	letter-spacing:0px;
}
*/
#content .news {
	position:absolute;
	right:33px;
	top:-24px;
	width:306px;
	height:88px;
	background:#9C9A9B;
}
#content .news h1 {
	height:17px;
	padding-top:7px;
	padding-left:8px;
}
#content .news .info { 
    height:58px;
	margin:0px;
	padding:2px 3px 4px 8px;
}
#content .news .info h2 {height:22px;line-height:20px;}
#content .news .info h2 a {font-family:"黑体";font-weight:bold;font-size:15px;color:#2B2B2B;text-decoration:none;padding-bottom:-1px;border-bottom:#2B2B2B 0.08em solid; }
#content .news .info h2 a:hover {font-weight:bold;font-size:15px;color:#ffffff;text-decoration:none;padding-bottom:-1px;border-bottom:#fff 0.08em solid;}
#content .news .info p {margin-top:3px;width:280px;height:32px;overflow:hidden;line-height:16px;font-weight:normal;font-size:12px;color:#2B2B2B;}

