@charset "utf-8";
/* CSS Document */
.solute{
	max-width:1200px;
	margin:0 auto;
}
.so_left{
	background-color:#4a98fe;
	width:250px; 
	height:420px;
	margin-top:30px;
	margin-bottom:50px;
	position:relative;
	float:left;
}
.so_left h1{
	padding-top:72px;
	padding-bottom:25px;
	font-size:24px;
	color:#fff;
	font-family:"微软雅黑";
	text-align:center;
	line-height:24px;
	background:url(../img/solute_1.png) no-repeat;
	background-position:180px 85px;
}
.so_left li{
	font-size:16px;
	color:#fff;
	font-family:"微软雅黑";
	padding-bottom:20px;
	text-align:center;
	line-height:16px;
}
.so_left img{
	position:absolute;
	left:50%;
	margin-left:-44px;
}
.so_left h2{
	font-size:16px;
	color:#fff;
	font-family:"微软雅黑";
	text-align:center;
	line-height:16px;
	margin-top:110px;
}
.so_right{
	float:right;
	width:910px;
	margin-top:30px;
}
.so_right li{
	border-bottom:1px solid #e6e6e6;
	position:relative;
}
.so_right h1 a{
	color:#4d4d4d;
	font-size:16px;
	font-family:"微软雅黑";
	line-height:16px;
	padding-top:17px;
}
.so_right h2{
	color:#999;
	font-size:12px;
	line-height:32px;
	font-family:"微软雅黑";
	padding-bottom:5px;
}
.so_right h3{
	color:#999;
	font-size:12px;
	line-height:32px;
	font-family:"微软雅黑";
	padding-bottom:5px;
	position:absolute;
	right:0;
	bottom:0;
}
.so_right h1 a:hover{
	color:#4a98fe;
	text-decoration:underline;}