.wrap {
    width: 10rem;
    margin: 0 auto;
}

.aboutPage .answerList {
    padding-bottom: 0.30rem;
}

.aboutPage .answerList li {
    margin-bottom: 0.26rem;
}

.aboutPage .answerList li .title {
    padding: 0.53rem 0;
    line-height: 0.2rem;
    background: url(../img/answerlist_arrow1.png) no-repeat right 0.14rem center #f6f6f6;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    overflow: hidden;
    cursor: pointer;
}

.aboutPage .answerList li .title span {
    width: 100%;
    padding: 6.5px 1.4rem;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    background: url(../img/answerlist_title1.png) no-repeat 0.14rem 0.02rem;
    line-height: 0.2rem;
    font-size: 0.14rem;
    color: #555555;
}

.aboutPage .answerList li .text {
    padding: 6.5px 1.4rem;
    box-sizing: border-box;
    background: #f6f6f6;
    line-height: 1.26rem;
    font-size: 0.14rem;
    color: #666666;
    text-align: justify;
    display: none;
}

.aboutPage .answerList li:nth-child(2n) .title {
    background-color: #e3e3e3;
}

.answerList ul {
    list-style: none;
    padding: 0;
}

.paging {
    text-align: right;
}

.paging ul {
    display: inline-table;
    list-style: none;
}

.paging li {
    float: left;
    margin-left: 0.1rem;
}

.paging li a {
    width: auto;
    float: left;
    height: 0.26rem;
    line-height: 0.26rem;
    padding: 0 0.12rem;
    border: solid 0.01rem #bcbcbc;
    font-size: 0.12rem;
    color: #666666;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    text-decoration: none;
}

.paging li {
    float: left;
    margin-left: 0.1rem;
}

.paging li.on a, .paging li a:hover {
    border: solid 0.01rem #0ba1e4;
    background: #0ba1e4;
    color: #fff;
}

.aboutPage .answerList li.on .title {
    background: url(../img/answerlist_arrow2.png) no-repeat right 0.10rem center #0ba1e4;
}

.aboutPage .answerList li.on .title span {
    background-image: url(../img/answerlist_title2.png);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .wrap {
        width: 100%;
        margin: 0;
    }
}
