.faq{
    margin-top: 0.45rem;
    margin-bottom: 1rem;
}
.faq .content{
    display: flex;
    justify-content: space-between;
}
.faq .content .left{
    max-width: 280px;
    width: 100%;
    margin-right: 30px;
}
.faq .content .left h3{
    padding: 20px 24px;
    background-color: #322F2E;
    color: #fff;
    font-size: 0.24rem;
    font-family: 'AlibabaSans';
}
.faq .content .left ul{
    padding: 0.24rem;
    background-color: #FAFAFA;
}
.faq .content .left ul li{
    margin: 10px 0;
    padding-left: 18px;
    position: relative;
}
.faq .content .left ul li.active::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #322F2E;
    content: '';
}
.faq .content .left ul li a{
    white-space: nowrap;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.faq .content .right h1,
.faq .content .right h2,
.faq .content .right h3,
.faq .content .right h4,
.faq .content .right h5,
.faq .content .right h6{
    color: #514F4E;
    margin-bottom: 0.2rem;
    font-family: 'AlibabaSans';
}
.faq .content .right h1{
    font-size: 0.36rem;
    text-align: center;
}
.faq .content .right h2{
    font-size: 0.28rem;
}
.faq .content .right h3{
    font-size: 0.24rem;
}
.faq .content .right h4{
    font-size: 0.2rem;
}
.faq .content .right h5{
    font-size: 0.18rem;
}
.faq .content .right h6{
    font-size: 0.16rem;
}
.faq .content .right ul,
.faq .content .right p,
.faq .content .right table,
.faq .content .right img{
    margin-bottom: 0.2rem;
}
.faq .content .right li{
    list-style: inside;
    list-style-type: auto;
    margin-bottom: 0.06rem;
}

.faq .content .right table td{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-align: center;
}

.faq .content .right a{
    text-decoration: underline;
    color: #1c368d;
}