@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"宋体";
	line-height:150%;
	}

a {
	color:#000000
	}
a:hover {
	color:#666666;
	}
.cl {
	clear:both
	}
.top {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:85px;
	border-bottom:1px solid #FFFFFF;
	background-image:url(images/topbg.jpg);
	background-repeat:repeat-x;
	}
.logo {
	float:left;
	margin-left:10px;
	}
.logo_right {
	float:right;
	margin-right:20px;
	padding-top:20px;
	}

/*menu*/
.menu {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:43px;
	background:url(images/menu_bg.jpg) repeat-x;
	line-height:40px;
	text-align:center;
	}
.menu a {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-left:5px;
	}
.menu a:hover {
	background:#FFFFFF;
	color:#000000;
	}

/*content*/
.content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	}
.content .left {
	float:left;
	width:238px;
	}
.content .left #box {
	border:1px solid #f8b45f;
	}
.mtop5 {
	margin-top:5px;
	}
.left #box .title {
	background:#fee3c5;
	line-height:29px;
	font-weight:bold;
	padding-left:10px;
	}
.left #box .boxcontent {
	background:#faebd8;
	line-height:150%;
	padding:5px;
	}
.left #box .boxcontent ul,li {
	padding:0px;
	margin:0px;
	list-style:none
	}

.left #box .boxcontent ul li a {
	border:1px solid #ffa75d;
	margin-top:5px;
	line-height:25px;
	text-align:center;
	background:#ffffff;
	display:block;
	width:220px;
	}
.left #box .boxcontent ul li a:hover {
	background:#ffa75d;
	color:#ffffff;
	display:block
	}
.content .right {
	float:right;
	width:554px;
	}
.content .right .title {
	background:#ffc37a;
	line-height:29px;
	font-weight:bold;
	padding-left:15px;
	border-bottom:1px solid #fe8d00;
	
	}
.content .right .title span {
	font-weight:normal;
	margin-left:420px;
	}
.content .right .rcontent {
	border:1px solid #ffc37a;
	border-top:none;
	padding:5px;
	}
.content .right .rcontent img {
	border:1px solid #cccccc;
	}

#foot {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#faebd8;
	border:1px solid #f9b560;
	height:124px;
	}
#foot .leftcontent {
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:420px;
	}
#foot .rightcontent {
	float:right;
	margin-top:20px;
	width:300px;
	}