@charset "gb2312";
/* CSS Document */
a{
	text-decoration:none;
}
a img{
	border:0px;
}

ul li{
	list-style:none;
}
body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.navbar{
	background-color:#f6b84b;
	height:40px;
	line-height:40px;
	border-bottom:3px solid #073580;
}
.navbar span{
	float:left;
	color:#082e6c;
	font-size:20px;
	font-weight:bold;
}

.container{
	width:1000px;
	margin:0 auto;
}

.navbar p{
	float:right;
}
.navbar p a{
	color:#000;
}
.clear{
	clear:both;
}
.navgion{
	clear:both;
	padding:8px;
	color:#000;
	font-size:14px;
}
.navgion a{
	color:#000;
}
.tobg{
	height:90px;
	background-color:#f3f3f3;
	clear:both;
}
.title{
	padding-top:5px;
	color:#666666;
	font-size:16px;
}
.title span{
	color:#082e6c;
	font-size:30px;
	font-weight:bold;
	height:30px;
	line-height:30px;
}

.listbox{
	padding:10px 0px;
	width:100%;
}
.listbox ul li{
	width:300px;
	float:left;
	line-height:30px;
	height:30px;
	text-align:left;
}
.listbox ul li a{
	color:#323232;
	font-weight:bold;
	font-size:16px;
	padding:2px 5px;
}
.listbox ul li .cur{
	color:#FFF;
	background-color:#072d6c;
	padding:2px 5px;
}
.listbox ul li span{
	 color:#656565;
	 font-size:14px;
	 font-weight:normal;
 }
.listbox2 ul li{
	width:20%;
	float:left;
	line-height:30px;
	height:30px;
	text-align:left;
}
#lm_header {
	width:100%;
	heigt:60px;
	border-bottom:3px solid #113863;
	background:#f6b84b;
}
#lm_header a {
	color:#113863;
}
#lm_header a:hover {
	text-decoration:underline;
}
