.comment{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
}
.ched{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: #f2f2f2 solid 1px;
    position: relative;


}
.ched p{
    font-size: 18px;
    color: #4c4c4c; 
    line-height: 18px;
}
.ched .xian{
    height: 3px;
    width: 50px;
    background-color: #ff671f;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -25px;
  
}
.zs{
    font-size: 12px;
    color: #666666;
    margin-top: 40px;
    width: 100%;
    text-align: center;

}
.cmain{
    width: 100%;
    background: url(../img/xbg.png) no-repeat;
    padding: 50px 0 10px;
    background-position:  center 0;
    margin-top: 60px;
}
.cmain li{
    width: 100%;
    height: 140px;
    overflow: hidden;

}
.cmain li div{
    width: 50%;
   

}
.cmain li div p:nth-child(1){
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.cmain li div p:nth-child(2),.cmain li div p:nth-child(3){
    font-size: 12px;
    /* line-height: 36px; */
    color: #4c4c4c;
}
.cmain .cleft div{
    float: left;
    text-align: right;
    padding-right: 130px;   
    background: url(../img/lq.png) no-repeat;
    background-position:  100% 0;
}
.cmain .cright div{
    float: right;
    text-align: left;
    padding-left: 130px;
    background: url(../img/rq.png) no-repeat;
    background-position:  0 0;
}


@media screen and (max-width: 700px){
    .comment {
        padding: 1.5rem 0.2rem 2rem ;
    }
    .ched {
        width: 100%;
        padding-bottom: 0.3rem ;
    }
    .ched p {
        font-size: 0.32rem ;
        line-height: 0.32rem ;
    }
    .zs {
        font-size: 0.24rem ;
        margin-top: 0.4rem ;
        line-height: 0.5rem;

    }
    .cmain {
        padding: 0.5rem 0 10px;
        background-position: center 0;
        margin-top: 0.6rem;
    }
    .cmain .cleft div {
        float: left;
        text-align: left;
        padding-right: 0.4rem;
        background: url(../img/lq.png) no-repeat;
        background-position: 160% 0;
        
    }
    .cmain li {
        width: 100%;
        height: 2rem;
        overflow: hidden;
    }
    .cmain .cright div {
        float: right;
        text-align: right;
        padding-left: 0.4rem;
        background: url(../img/rq.png) no-repeat;
        background-position: -60% 0;
    }
    .cmain li div p:nth-child(1) {
        font-size: 0.26rem;
        color: #4c4c4c;
        margin-bottom: 0rem;
    }
    .cmain li div p:nth-child(2), .cmain li div p:nth-child(3) {
        font-size: 0.24rem;
    }

}