.question-box{
    margin-top: 0.8rem;

}
.question-title{
    text-align: center;
    position: relative;
}
.question-title .p1{
    font-size: 0.38rem;
}
.question-title .p2{
    font-size: 0.36rem;
}
.question-list{
    margin-top: 0.79rem;
}
.question-list .item{
    margin-top: 0.6rem;
}
.question-list .ask p{
    display: inline-block;
    font-size: 0.28rem;
}
.question-list .ask .p1{
    width: 88%;
    font-weight: 600;
    align-self: center;
    text-indent: -0.5rem;
    padding-left: 0.5rem;
}
.question-list .ask .p2{
    /*line-height: 0.88rem;*/
    float: right;
}
.question-list .ask{
    width: 92%;
    /*min-height:0.88rem;*/
    /*line-height: 0.88rem;*/
    background:rgba(245,245,245,1);
    border-radius:0.1rem;
    color: #8F5638;
    padding-left: 0.29rem;
    padding-right: 0.29rem;
    /*margin-bottom: 0.29rem;*/
    display: flex;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.answer{
    padding: 0.29rem 0.49rem 0 0.32rem;
}

.answer .span1{
    color:#333333;
    font-size: 0.28rem;
}

.answer .span2{
    color: #999999;
    font-size: 0.28rem;
}
.suspension-left {
    width: 1.3rem;
    height: 0.1rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.suspension-left .line {
    background-color: #8F5537;
    height: 0.01rem;
    position: relative;
}
.suspension-left .dot {
    background-color: #8F5537;
    height: 0.1rem;
    width: 0.1rem;
    border-radius: 50%;
    position: absolute;
    bottom: -0.05rem;
    right: 0;
}

.suspension-right {
    width: 1.3rem;
    position: absolute;
    top: 0.5rem;
    right: 0;
}
.suspension-right .line {
    background-color: #8F5537;
    height: 0.01rem;
    position: relative;
}
.suspension-right .dot {
    background-color: #8F5537;
    height: 0.1rem;
    width: 0.1rem;
    border-radius: 50%;
    position: absolute;
    bottom: -0.05rem;
    left: 0;
}

/*PC*/
@media screen and (min-width:960px){
    .question-box{
        margin-top: 80px;

    }
    .question-title .p1{
        font-size: 38px;
    }
    .question-title .p2{
        font-size: 32px;
    }

    .question-list .item {
        margin-top: 60px;
    }

    .question-list .ask {
        width: 800px;
        height: 58px;
        line-height: 58px;
        background: rgba(245,245,245,1);
        border-radius: 0.1rem;
        color: #8F5638;
        padding-left: 29px;
        padding-right: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .question-list .ask .p1 {
        width:780px;
    }

    .question-list .ask p {

        font-size: 18px;
    }

    .answer{
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding: 19px 24px 0 39px
    }

    .answer .span1 {
        color: #333333;
        font-size: 18px;
    }

    .answer .span2 {
        color: #999999;
        font-size: 18px;
    }
    .question-title {
        position: relative;
    }
    .suspension-left {
        width: 350px;
        height: 9px;
        position: absolute;
        top: 50px;
        left: 0;
    }
    .suspension-left .line {
        background-color: #8F5537;
        height: 2px;
        position: relative;
    }
    .suspension-left .dot {
        background-color: #8F5537;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        position: absolute;
        bottom: -3px;
        right: 0;
    }

    .suspension-right {
        width: 350px;
        position: absolute;
        top: 50px;
        right: 0;
    }
    .suspension-right .line {
        background-color: #8F5537;
        height: 2px;
        position: relative;
    }
    .suspension-right .dot {
        background-color: #8F5537;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        position: absolute;
        bottom: -3px;
        left: 0;
    }
}
