.que{
    width: 100%;
    height: 1704px;
    background: url("//92hwan-work.oss-cn-beijing.aliyuncs.com/1/20200824/que_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
}
.que_banner{
    background: url("//92hwan-work.oss-cn-beijing.aliyuncs.com/1/20200824/que_b.png") no-repeat;
    background-size: 100% 100%;

}
.que_banner img{
    width: 100%;

}
.que .ques{
    width: 1048px;
    margin: 0 auto;
    background: url("//92hwan-work.oss-cn-beijing.aliyuncs.com/1/20200824/ques-bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 120px;
}
.que .ques .ques-list{
    width: 800px;
    margin: 0 auto;
    padding-top: 120px;
}
.que .ques .ques-list li{
    margin: 10px 0;
    padding: 24px 20px;
    box-shadow:0px 1px 5px 2px rgba(64,58,53,0.1);
    border-radius:10px;
}
.que .ques .ques-list li em{
    display: block;
    float: left;
    text-align: center;
    color: #ffffff;
    line-height: 26px;
    font-size: 22px;
    font-weight: bold;
    width:44px;
    height:26px;
    background:rgba(248,119,6,1);
    border-radius:16px;
    margin: 10px 6px 10px 0;
}
.que .ques .ques-list li h3{
    font-size: 20px;
    color: #F66A05;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
}
.que .ques .ques-list li span{
    font-size: 14px;
    color: #888888;
    line-height: 32px;
    width: 666px;
    display: block;
    text-indent: 2rem;
    margin: 0 auto;
    text-align: left;
}