@charset "utf-8";
/* CSS Document */
.ellipsis{overflow: hidden!important;text-overflow: ellipsis!important;white-space: nowrap!important;}

.nav2{float:left; width:25%; }
.nav2 .header{height: 44px;background: #5050D8;
color: rgb(255, 255, 255);
padding-left:20px;
font-family: 微软雅黑;
font-size: 18px;
font-weight: bold;
line-height: 44px;
overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nav2 .main a li{
margin: 0px;
padding-left: 20px;
list-style-type: none;
height: 34px;
line-height: 34px;
font-size: 14px;
border-bottom: 1px #ccc solid;
}
.nav2 a{
margin: 0px;
padding: 0px;
}


.${uniqueClassName} li:hover,
.${uniqueClassName} .selected{
background: #7d7b7c;
color: #fff;
}

.list{float:right; width:75%;}
.list .header{height: 44px; background: url(./images/header1.jpg) repeat-x;}
.list .main{}

.content{float:right; width:75%;}
.content .header{height: 44px; background: url(./images/header1.jpg) repeat-x;}
.content .main{ border-left: 1px #ABCDEF solid;padding:0 20px;}
.content .main img {max-width:80%;}



*{
padding: 0px;
margin: 0px;
}
.clear{clear:both;}
a:link { text-decoration: none;}
a:active { text-decoration:none}
a:hover { text-decoration:none;} 
a:visited { text-decoration: none;}
body{ background:#B8A584;}
#all{
	position:relative;
	width:1002px;
	margin:auto;
}
#head_left{
	position:absolute;
	top:0;
	right:100%;
	width:40px;
	height:392px;
	background:url(images/top_left.jpg);
}

#head_right{
	position:absolute;
	top:0;
	left:100%;
	width:40px;
	height:392px;
	background:url(images/top_right.jpg);
}
#all{
	width:1002px;
	background:url(images/main.gif);
}

#foot_left{
	position:absolute;
	bottom:0;
	right:100%;
	width:29px;
	height:28px;
	background:url(images/bottom_left.jpg);
}

#foot_right{
	position:absolute;
	bottom:0;
	left:100%;
	width:30px;
	height:27px;
	background:url(images/bottom_right.jpg);
}

#head_top,#foot_bottom{
	height:30px;
	background:url(images/top_bottom_bg.jpg) repeat-x;
}


#head,#main,#foot{
	width:960px;
	margin:auto;
	position:relative;
}
#logo{
	width:100%;
	height:287px;
	background:url(images/logo.jpg);
}

#mainmenu{	padding:5 10px;
border-bottom:#B8A584 1px solid;
}
#mainmenu>a{
	display:block;
	float:left;
	margin:0 10px;
	height:26px;
	width:79px;
	overflow:hidden;
	background:url(images/menu_bg.jpg);
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}
#mainmenu>a:hover{
	color: #FFF;
}

#Copyright {text-align:center;}