﻿@charset "utf-8";
body {
background-color: #F8F7F5;
 margin: 0px;
 padding: 0px;
 }
div,ul,li,dt,dd,dl,td,tr,table,p,span,h1,h2,h3,h4,h5,h6,hr{margin:0px;padding:0px;list-style:none;}
body,td,th {
	font-size: 14px;
	line-height: 28px;
	color: #222222;
	font-family: "微软雅黑";
}
a:link,a:visited{color:#222222;text-decoration:none;}
a:hover{color:#FF6600;}
img { border:0;}
#main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	float: left;
	height: 180px;
	width: 1200px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	float: left;
	width: 960px;
	height: 39px;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
}
#content {
	float: left;
	width: 1200px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#left {
	float: left;
	width: 300px;
	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 198px;
	padding-top: 20px;
	background-color: #cFF;
}
.xxwj {
	float: left;
	width: 250px;
	height: 45px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	background-image: url(../images/biao1.jpg);
	background-repeat: no-repeat;
	background-position: 30px 7px;
	font-size: 18px;
	line-height: 50px;
	color: #F60;
	font-weight: bold;
	text-align: center;
}
#link {
	padding: 10px;
	float: left;
	width: 230px;
}
#link a {
	float: left;
	height: 35px;
	width: 170px;
	background-image: url(../images/biao2.png);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	font-size: 14px;
	line-height: 35px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	color: #333;
}
#link a:hover {
	color: #F60;
}


#right {
	float: right;
	width: 880px;
	padding: 10px;
	height: 1200px;
	overflow: auto;
}
#list {
	float: left;
	width: 650px;
	padding-top: 20px;
	padding-left: 50px;
}



#footer {
	float: left;
	height: 50px;
	width: 1200px;
	background-color: #CCC;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}
