@charset "gb2312";
/*标签初始化*/
html,body {
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
img {
	border:0;
}
ul,dl,dd,form,span,p {
	padding:0;
	margin:0;
	list-style:none;
}
h1,h2,h3,cite {
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
input,button,select,option,textarea {
	font:12px Arial, Helvetica, sans-serif;
}
label {
	cursor:pointer;
}

/*链接初始化*/
a:link,a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/*全站基本布局*/

div#container{
	text-align:left;
	width:760px;
	margin:0 auto;
}
div.sider{
	width:190px;
	float:right;
}
div#extra{
	width:100%;
	float:right;
	clear:both;
}
div.content{
	float:left;
	width:570px;
	margin:0 0 5px 0;
}
div#footer{
	text-align:center;
	width:100%;
	clear:both;
}

/*通用顶部*/
div.top {
	height:60px;
	clear:both;
}
div#logo {
	width:200px;
	float:left;
}
div.t-block {
	width:560px;
	float:right;
}
div.t-ad {
	width:470px;
	height:60px;
	float:left;
}
div.t-right {
	line-height:20px;
	text-align:right;
	width:72px;
	height:60px;
	float:right;
}

	/*导航*/
	#nav {
		line-height:40px;
		height:40px;
		margin:5px 0 0 0;
		padding:0 0 0 3px;
		background:url(../images/nav-bg.gif) no-repeat left 0px;
	}
	#nav ul {
		width:757px;
		height:40px;
		background:url(../images/nav-bg.gif) repeat left -80px;
	}
	#nav ul b {
		display:block;
		width:3px;
		height:40px;
		background:url(../images/nav-bg.gif) no-repeat left -40px;
		float:right;
	}
	#nav ul li {
		padding:0 0 0 9px;
		float:left;
	}
	#nav ul li a {
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#fff;
	}

/*广告*/
/*广告*/
.ad760 {
	width:760px;
	overflow:hidden;
}
.hm {
	margin:0 0 5px 0;
}
.fontad {
	float:right;
	font-weight:bold;
}
.fontad a {
	color:blue;
}
.l-ad {
	float:left;
	width:300px;
}
.l-ads {
	/* width:300px; */
        width:0px;
	/* height:300px; * /
        //height:0px;
	float:right;
}

/*清除浮动*/
br.ct {
	font-size:0px;
	line-height:0px;
	height:0px;
	clear:both;
	overflow:hidden;
}
.tl {
	margin:5px 0 0 0;
}
.cl {
	clear:both;
	margin:0 0 5px 0;
}
.cl2 {
	clear:both;
	margin:5px 0;
}
.hc {
	margin:0 0 5px 0;
}
.ad760{width:760px;margin:0 auto;}
.aadd {width:760px;}
.border {border:1px solid #9CC7F7;}