@charset "gb2312";
*{
	padding:0px;
	margin:0px;
	}

ul,li{
	list-style:none;
	}

body{
	margin:0;
	padding: 0;
	font-size:14px;
	font-family:宋体;
	color:#000;
	}
a:link {color:#000; text-decoration:none;}		/* 未被访问的链接 */
a:visited {color:#000;text-decoration:none;}	/* 已被访问的链接 */
a:hover {color:#cc0000; text-decoration:none;}	/* 鼠标指针移动到链接上 */
a:active {color:#000;text-decoration:none;}	/* 正在被点击的链接 */
#wrap{

}

#left{
	width: 400px;
	float: left;
}
#middle{
	width: 766px;
	float: left;
	position: relative;
}
/*导航*/
#nav{
	width: 150px;
	height: 300px;
	position: absolute;
	margin-top: 137px;
	margin-left: 200px;
	font-family: 黑体,宋体;
}
#nav a{
	text-decoration: none;
	padding:5px 20px; 
}
#nav ul li{
	width: 150px;
	height: 35px;
	font-size: 20px;
	display: block;
}

#nav a:link {color:#000; text-decoration:none;}		/* 未被访问的链接 */
#nav a:visited {color:#000;text-decoration:none;}	/* 已被访问的链接 */
#nav a:hover {color:#fff;text-decoration:none;background: #cc0000; }	/* 鼠标指针移动到链接上 */
#nav a:active {color:#000;text-decoration:none;}	/* 正在被点击的链接 */

/*中间部分*/

/*头部*/
#head{
	width: 776px;
	height: 108px;
}
/*中下部*/
#middlemi{
	width: 776px;
	height:230px;
}
#pic{
	margin-left: 25px;
}
#zuo{
	margin-left: 25px;
	width: 262px;
	height: 507px;
	float: left;
}
#gonggao{
	width: 262px;
	height: 229px;
}
.gengduo {
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	padding-top:25px; 
	font-size: 16px;
}


#julebu{
	width: 262px;
	height: 277px;
	margin-left: -5px;
}
#xinwen{
	float: left;
	width: 460px;
	height: 504px;
	padding-left:15px;
}

/* #xinwen table tr{
	display: block;
	border-bottom: 2px dotted #000;
	line-height: 24px;
} */

/*footer*/
#footer{  
	margin-left: 12px;
	width: 745px;
	height:150px;
	float: left;
}
#banquan ul li{float: left; height: 30px;line-height: 30px;
 }
#banquan ul {width:545px;padding-left: 180px; font: 16px; text-align: center;}


