/*帮助中心 左侧样式*/
.helpLeft{ width:180px; margin-top:20px;}
.helpLeft ul{ border-top: 1px solid #eee; }
.helpLeft li{  border:1px solid #eee; border-top: none; }
.helpLeft li a{ display:block; color:#333;background:#fff; text-align:center; height:42px; line-height:42px; }
.helpLeft li a span{ display:inline-block; padding-right: 16px; background:url(../images/icons/top.png) no-repeat right 19px; }
.helpLeft li a:hover, .helpLeft li a.active{ color:#a40182; background:#f5f5f5; }
.helpLeft li a.active span{ background-position: right -127px; }
.helpLeft li .helpNev{ padding:15px 0px; background:#fff; margin-top:-1px; display: none; }
.helpLeft li .helpNev a{ display:block; color:#222;background:#fff; text-align:center; height:35px; line-height:35px; border:0px;}
.helpLeft li .helpNev a:hover, .helpLeft li .helpNeva a:active{ color:#a40182;}

/*帮助中心 右侧样式*/
.helpRight{width:860px; padding:35px; border:1px solid #eeeeee; background:#fff;  margin-top:20px;}
.helpBox{ color:#666; line-height:24px;}
.helpBox h1{font-size:18px; color:#333; font-weight:normal; border-bottom:1px dashed #dedede; height:50px;}
.helpBox h3{font-weight:normal; margin:15px 0px;}
.helpBox p{margin-bottom:30px;}
