@import "global.css";

.footer{
	text-align:center;
	color:#666;
	font-size:12px;
	line-height:17px;
	height:60px;
	width:960px;
	padding-top:110px;
	background-image: url(/static/images/zhuanti/sanlan/bottom2.jpg);
	background-repeat: no-repeat;
}
.footer a:link, .footer a:visited{
	color:#003366;
}

.main{
	padding:0px 0 20px 0;
	background-image: url(/static/images/zhuanti/sanlan/bg_mian.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#fff;	
}
.leftbox{
	float:left;
	width:260px;
}
.rightbox{
	float:right;
	width:700px;	

}
.leftbox .content{
	padding:0 10px 20px 10px;
}
.rightbox .content{
	padding:0 10px;
}
.leftbox h2{
	padding:0 0 0 35px;
	margin:0 0 10px 0;
	font-size:15px;
	font-weight:normal;
	background-color: #084a7e;
	color: #fff;
	line-height:30px;
	background-image: url(/static/images/zhuanti/sanlan/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family:Microsoft YaHei;
}


.rightbox h2{
	padding:0 0 0 20px;
	margin:0 0 20px 0;
	font-size:15px;
	font-weight:bold;
	color:#01245c;
	font-family:Microsoft YaHei;
	height:40px;
	line-height:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	background-image: url(/static/images/zhuanti/sanlan/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.rightbox h2 a{
	float:right;	
	padding-top:15px;
}
.rightbox ul{
	margin:0;
	padding:0 0 0 0px;
	list-style: none;
}
.rightbox .list ul li{
	line-height:30px;
	height:30px;
}
.rightbox .list ul li span{
	float:right;
	color:#666;
}
.rightbox ul li a:link, .rightbox ul li a:visited{
	color:#036;	
}
.rightbox .list{
		background-color:#fff;
		padding:0 10px 10px 10px;
		margin:0 15px 15px 15px;
} 

.rightbox .info{
		background-color:#fff;
		padding:30px 40px;
} 
.rightbox .info p{
		margin:10px 0;
		text-indent:28px;
} 
.rightbox .info h3{
	text-align:center;
	font-size:20px;
	color:#333;
	font-family:Microsoft YaHei;	
	margin:0 0 10px 0;
	line-height:27px;	
	
}
.rightbox .info h4{
	text-align:center;
	font-size:12px;
	color:#333;
	border-bottom:1px solid #ddd;
	margin:0 0 20px 0;	
}
.page {
	padding:5px 0;
	margin:40px 0 20px 0;
	text-align:center;
}
.page a:link, .page a:visited{
	padding: 2px 8px; 
	color:#666;
	background-color:#fff; 
	margin:2px;
	border:#fff 1px solid; 
}
.page a:hover{
	margin:0 2px;
	border:#084a7e 1px solid;
	color: #666;
	text-decoration: none;
}
.page a.active {
	padding:2px 5px;
	font-weight:bold;
	color:#ffffff!important;
	text-decoration: none!important;
	margin:2px;
	background-color:#084a7e;
	border:#084a7e 1px solid; 
}

.rightbox .info img{
	max-width:600px;
	myimg:expression(onload=function(){this.style.width=(this.offsetWidth > 600)?"600px":"auto"});
}


