.breadcrumb {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.breadcrumbs-item {
    color: #666666;
}

    .breadcrumbs-item::after {
        content: ' > ';
    }

    .breadcrumbs-item:last-child::after {
        content: none;
    }

body, .helpdetail {
    background: #fafafa;
}
    .helpdetail{
        padding-bottom:60px
    }

    .content-box {
        display: flex;
    }
.helpdetail-content {
    width: 980px;
    margin-left: 20px;
    background: #fff;
    padding: 0 44px 60px 40px;
}

    .helpdetail-content .title {
        width: 100%;
        font-size: 24px;
        /*font-family: Microsoft YaHei;*/
        font-weight: 400;
        color: #333333;
        padding: 30px 30px 20px 0px;
    }

    .helpdetail-content .qalist {
        width: 100%;
        font-size: 18px;
    }

        .helpdetail-content .qalist ul {
            list-style: none;
            margin: 0px;
        }

            .helpdetail-content .qalist ul li {
                line-height: 35px;
                padding: 0px 0px 20px 0px;
            }
            .helpdetail-content .qalist ul li .que{
                color:#333333;
            }
                .helpdetail-content .qalist ul li .ans {
                    color: #666666;
                }
                    .helpdetail-content .qalist ul li .ans span {
                        color: #333333;
                    }


    .helpdetail-content .xytitle {
        width: 100%;
        /*font-family: Microsoft YaHei;*/
        font-weight: 400;
        padding: 30px 30px 20px 0px;
        font-size: 24px;
        color: #333333;
    }
    .helpdetail-content .split {
        width: 60px;
        height: 3px;
        background: #FFB200;
        margin-top:15px;
    }
    .helpdetail-content .xycontent {
        font-size:14px;
        line-height:28px;
    }
    .helpdetail-content .xycontent h4{
        font-size: 16px;
        line-height: 40px;
    }
