.w1180 {
    width: 1180px;
    width: 1200px \9;
    margin: 0 auto;
}
.left-con{
    width:210px;
    float:left;
    overflow: hidden;
}
.right-con{

    margin-bottom: 20px;
    width:945px;
    float:right;
    overflow: hidden;
}
.right-inner{
    min-height: 500px;
    background: #fff;
    padding: 30px;
}
.main-bg-color {
    background-color: #008ED6;
}

/*****帮助中心*****/
/*帮助中心左侧分类*/
.article-menu-list h4 b{
    background:url(../images/common/common-icon.png) no-repeat;
}
.article-menu-title{
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:16px;
    padding-left:25px;
}
.article-menu{
    border: 1px solid #eee;
    background:#f9f9f9;
}
.article-menu-list{
    border-bottom: 1px solid #eee;
}
.article-menu-list.last{
    border-bottom:0;
}
.article-menu-list h4{
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    color: #4a4a4a;
    font-size: 14px;
}
.article-menu-list h4 b{
    float: right;
    width: 11px;
    height: 11px;
    margin-top: 1px;
    background-position: -26px -59px;
    overflow: hidden;
    cursor: pointer;
    margin: 14px 20px 0 0;
}
.article-menu-list.curr{
    background:#fff;
}
.article-menu-list.curr h4 {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
.article-menu-list.curr h4 b{
    background-position: -40px -59px;
}
.article-menu-list ul{
    display:none;
    padding:0 10px;
}
.article-menu-list ul li {
    padding-left: 32px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-top: 1px dashed #eee;
}
.article-menu-list ul li.first {
    border-top:none;
}
.article-menu-list ul li.curr a{
    color: #008ED6;
}
.article-menu-list ul.curr{
    display:block;
}


/* full */

.box-text{
    padding:30px;
    background: #fff;
    margin-bottom: 20px;
}
.box-text h3{
    border-bottom:1px solid #eee;
    height:30px;
    line-height:30px;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    padding-bottom:15px;
    margin-bottom:35px;
}
.box-text .content{
    line-height:2em;
    font-size:14px;
}
.box-text .content p{
    padding-bottom:10px;
    font-size:14px;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.main{
    margin-top: 30px !important;
}

.main .left-nav{
    width: 245px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

.main .left-nav .cur{
    background-color: #0095ff;
    color: #fff;
}

.left-nav ul li{
    border-bottom: 1px solid #e8e8e8;
    padding: 0 1px;
}

.left-nav ul li .custom_link{
    display: block;
    font-size: 16px;
    width: 243px;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    position: relative;
}

.w1180 .box-text{
    width: 920px;
}

.main .left-nav ul li .custom_link em{
    position: absolute;
    right: 50px;
    width: 8px;
    height: 14px;
    font-family: "宋体";
    font-size: 18px;
}
.main .box-text{
    display: none;
}