.cxfwzx_banner{
    background: url(../../images/helpCenter/banner-2.jpg) top no-repeat;
    height: 380px;
}
.main-help{
    margin-top: -330px;
    padding: 24px;
    margin-bottom: 50px;
}
.left-list{
    background: url(../../images/helpCenter/left-list.png) top no-repeat;
}
.left-list ul li.active{
    background: #fd7b00;
    color: #fff;
    font-size: 16px;
}
.left-list ul li{
    background: #fff;
    color: #000;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 0.3rem;
    margin-bottom: 16px;
    position: relative;
}
.left-list ul li::after{
    content: '>';
    position: absolute;
    right: 24px;
}
.right-list li{
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}
.right-list li::before{
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #1F84EB;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.right-list li a{
    color: #000;
}
.right-list li a:hover{
    color: #0d6efd;
}
.main-inner .zccyc-search{
    width: 400px;
}


/* detail */
.qustion_list{
    line-height: 3;
}
.oq-nav{
    background: url(../../images/helpCenter/bg-oq.jpg) center no-repeat;
}
.oq-list li{
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}
.oq-list li a{
    color: #000;
}
.oq-list li a:hover{
    color: #0d6efd;
}
.oq-list li::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 6px;
    height: 6px;
    background: #1F84EB;
}