@import "global.css";
.left{
	float:left;
	width:220px;
}
.right{
	float:left;
	width:640px;
	margin-left:30px;
	font-size:14px;
	line-height:27px;
}
.left .huodong{
	background-color:#cccccc;
}
.left .huodong ul{
	padding:0 0 2px 0;
	margin:0;
	list-style:none;
}
.left .huodong ul li{
	background-color:#f5f5f5;
	height:32px;
	line-height:32px;
	margin:10px;
}
.left .huodong ul li a{
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#5d4c38;
}
.left .box1{
	border: 1px solid #5d4c38;
	margin-top:25px;
}

.left .top{
	font-size:14px;
	line-height:26px;
	color:#5d4c38;
	padding-left:10px;
	font-weight:bold;
}
.left .content{
	padding:5px 10px;
	color:#666666;
}
.left .content ul{
	padding:0;
	margin:0;
	list-style:none;
}
.left .box1 .content ul li, .left .box3 .content ul li{
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 8px;	
	padding-left:10px;
	margin:3px 0;
}
.left .box2 .content ul li{
	margin:3px 0;
}
.left .content ul li a{
	color:#666666;
}
.left .content ul li a:link, .left .content ul li a:visited, .left .content ul li a:hover{
	color:#666666;
}
.left .bottom{
	text-align:right;
	padding: 0 10px;
}
.left .bottom a{
	color:#8b1d21;
}
.left .bottom a:link, .left .bottom a:visited, .left .bottom a:hover{
	color:#8b1d21;
}
.left .btn dl{
	margin:0;
	padding:0;
}
.left .btn dl dd{
	margin:10px 25px;
	height:31px;
	width:150px;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	line-height:31px;
}
.left .btn dl dd a:link, .left .btn dl dd a:visited{
	color:#5d4c38;
}
.right p{
	text-align:justify;
	text-justify:inter-ideograph;
	width:640px;
}
.right h3{
	padding:0;
	margin:0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d4c38;
}
.right .box1{
	width:640px;
}
.right .list{
	clear:both;
}
.right .list ul{
	padding:0;
	margin:0;
	list-style:none;
}
.right .list ul li{
	padding:0;
	margin:0;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height:36px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
}
.right .list ul li a:link, .right .list ul li a:visited{
	color:#000;
	padding-left:15px;
}
.right .list ul li span{
	float:right;
	color:#666;
}
.right .info h2{
	text-align:center;
	margin:20px 0 0 0;
}
.right .info h3{
	font-size:12px;
	font-weight:normal;
	text-align:center;
} 
.right .list h4{
	margin-bottom:0;
	color:#5c4d37;
	clear:both;
}

.page {
	padding:20px 0;
	margin:0px 0 10px 0;
	text-align:center;
	color:#999;
	clear:both;
}
.page a:link, .page a:visited{
	padding: 2px 8px; 
	color: #000000; 
	margin:2px;
	border:#f5f1df 1px solid; 
}
.page a:hover{
	margin:0 2px;
	border:#7b1f00 1px solid; 
	color: #7b1f00;
}
.page a.active {
	padding:2px 5px;
	font-weight:bold;
	color:#ffffff!important;
	text-decoration: none!important;
	margin:2px;
	background-color:#7b1f00;
	border:#7b1f00 1px solid; 
}
.page span{
	color:#999;
}
.right .info img{
	max-width:600px;
	myimg:expression(onload=function(){this.style.width=(this.offsetWidth > 600)?"600px":"auto"});
}