@import "global.css";


.main{
	padding:0px 30px 20px 30px;
	background-color:#fff;	
}
.leftbox{
	float:left;
	width:280px;
}
.middlebox{
	float:left;
	width:280px;
	margin:0 30px;
	}
.rightbox{
	float:right;
	width:280px;	
}
.main .content{
	padding:0;
}

.main h2{
	padding:0 0 0 15px;
	margin:10px 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;
}
.main h2 a{
	float:right;	
}
.main ul{
	margin:0;
	padding:0 0 0 0px;
	list-style: none;
}
.mian ul li{
	line-height:30px;
	height:30px;
}
.main ul li span{
	float:right;
	color:#666;
}
.main ul li img{
	width:140px;
}
.main ul li a, .main ul li a:link, .main ul li a:visited{
	color:#333;
}
.leftbox ul li img{
	float:left;
	margin:0 10px 0 0;	
}

.main ol{
	margin:0;
	padding:0;
	list-style: none;
}
.main ol li{
	line-height:30px;
	text-align:center;
	height:55px;
	float:left;
	width:135px;
}
.main ol li span{
<<<<<<< .mine
//	float:right;
=======
	float:left;
>>>>>>> .r914
	color:#666;
	align:center;
}
.main ol li img{
//	width:270px;
}
.main ol li span{
	margin: -5px 0 20px 0;
	color:#084a7e;
}

.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;
}

.slider{width: 270px;position: relative;height: 180px;margin: 20px auto;overflow: hidden;}
.slider li{list-style: none;position: absolute;left: 0;top: 0;}
.slider img{border: none;height: 180px;width: 270px;}
.slider .slider_btn{position: absolute;height: 25px;width: 100%;bottom: 0;text-align: right;}
.slider .slider_btn span{display: inline-block;width: 20px;height: 20px;line-height: 20px;text-align: center;margin-right: 5px;cursor: pointer;background: #999;color: #FFFFEF;border-radius: 15px;font-size: 12px}
.slider .slider_btn .cur{background: #E4393C;}
		
