body{background-color: #fff;}
#main{
	margin-top: 160px;
}
#main .left-nav{
	width: 300px;
	height: 440px;
	border:1px solid #e2e2e2;
	float: left;
	background-color: #f7f7f7;
}
#main .left-nav .title{
	height: 77px;
	line-height: 77px;
	/*background-color: #ffa144;*/
	font-size: 28px;
	color: #fff;
	text-align: center;
	background:url("../images/customer.png") no-repeat 70px 25px #ffa144;
	text-indent: 30px;
}
#main .left-nav .nav-item{
	height: 60px;
	line-height: 60px;
	padding-left: 38px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px dashed #e2e2e2;
}
#main .left-nav .nav-item > a{
	color: #333;
	display: block;
}
#main .left-nav .nav-item.active{
	background: url("../images/nav-item-bg.png") no-repeat 23px center;
	color: #f34641;
}
#main .left-nav .nav-item.active > a{
	color: #f34641;
}

#main .right-content{
	margin-left: 350px;
	border:1px solid #e2e2e2;
	min-height: 500px;
}
#main .right-content .top{
	height: 52px;
	line-height: 52px;
	background-color: #ececec;
	text-indent: 26px;	
	position: relative;
}
#main .right-content .top .title{
	font-size: 22px;
	color: #333;
	line-height: 52px;
}

#main .right-content .box{
	border:1px solid #e4e4e4;
	height: 140px;
	width: 395px;
	float: left;
	margin: 30px 13px;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#f1f1f1));
	background:-moz-linear-gradient(top,#ffffff,#f1f1f1);/*火狐*/ 
	background: -ms-linear-gradient(top, #ffffff,  #f1f1f1);        /* IE 10 */
	background: -o-linear-gradient(top, #ffffff, #f1f1f1);  /*Opera 11.10+*/
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f1f1f1); /*IE 6 7 8*/ 
	overflow: hidden;
	position: relative;
	z-index: 1;
	behavior: url("PIE.htc");

}

#main .right-content .box-l{
	width: 160px;
	float: left;
	text-align: center;
	border-right: 1px dashed #e6e6e6;
}
#main .right-content .box-l > span{
	display: inline-block;
	width: 85px;
	height: 85px;
	border-radius: 42.5px;
	-webkit-border-radius:42.5px;
	overflow: hidden;
	margin-top: 10px;
}
#main .right-content .box-l > p{
	font-size: 18px;
	line-height: 40px;
}
#main .right-content .box-r{
	margin: 40px 0 0 205px;
}
#main .right-content .box-r > a{
	display: inline-block;
	color: #333;
	line-height: 36px;
	margin-right: 36px;
}
#main .right-content .others{
	text-align: center;
	padding: 0 0 80px 0;
}
#main .right-content .others > p{
	font-size: 18px;
	line-height: 38px;
}
#main .right-content .others > p.remark{
	line-height: 80px;
}