.qus_header{
  display: flex;
  justify-content:space-between;
  .que_header_left{
    margin:26px 0 0 30px;
    .que_header_left_text{
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
    }
  }
  .que_header_right{
    margin:26px 45px 0 0;
  .que_header_title_text{
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
  }
  }
}
.que_header_title{
  margin:16px 0 0 30px;
}