@charset "utf-8";
/*主体内容*/
.banner {
	width:980px;
	margin: 0px auto;
	padding: 0px;
}
.path {
    height:30px;
	line-height:30px;
	width:980px;
	margin: 0px auto;
	padding: 0px;
	color:#fff;
}
.main {
   width:960px;
   padding: 10px;
   background-color:#fff;
   height:auto;
   overflow:hidden;
}
.main_left {
   width:200px;
   margin-right:20px;
   float:left;
   background-color:#F9F2DD;
}
.main_left_title {
	height:30px;
	line-height:30px;
	width:180px;
	background-color:#4E7481;
	padding-left:20px;
	font-size:14px;
	font-weight:bolder;
}
.main_left_content {
}
.main_left_content li {
	color:#2B3E44;
	line-height:32px;
	height:32px;
	padding-left:30px;
	border-bottom: 1px solid #E4E4E4;
}
.main_left_content div 
{
	margin-top:10px;
	text-align:center;
}
.main_right {
   width:740px;
   float:left;
   background-color:#fff;
}
.main_right_title {
   width:740px;
   float:left;
   line-height:30px;
   height:30px;
   font-size:14px;
   font-weight:bolder;
   color:#4E7481;
   border-bottom: 1px solid #4E7481;
}
.main_right_title h4 {
	width:130px;
	float:left;
	line-height:28px;
	height:28px;
	background-image: url(../images/ico_bg.png);
	background-repeat: no-repeat;
	color:#4E7481;
	padding-right:20px;
	text-align:center;
}
.main_right_content {
   float:left;
   width:700px;
   padding:20px;
   line-height:160%;
}
.main_right_content li {
    color:#333;
	line-height:24px;
}
.main_right_content li span 
{
	color:#999;
}
.main_right_content_1 {
   padding:10px 0px;
   line-height:180%;
   font-size:16px;
   font-weight:bolder;
   text-align:center;
}
.main_right_content_2 {
   padding:10px 0px;
   line-height:140%;
   color:#4E7481;
   text-align:center;
}
.main_right_content_3 {
   line-height:180%;
   padding:20px 0px;
}
.main_right_content_lawyer1 {
	float:left;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom:20px;
	width:715px;
}
.main_right_content_lawyer2 {
	float:left;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom:20px;
	width:715px;
}
.main_right_content_lawyer3 {
	float:left;
	margin-bottom:20px;
	line-height:180%;
	width:715px;
}

.join_left {
   float:left;
   width:180px;
   line-height:30px;
   height:30px;
   text-align:right;
}
.join_right {
   float:left;
   width:550px;
   line-height:30px;
   height:30px;
   text-align:left;
}
.join_right span {
    color:Red;
}