.detailTop {
    width: 850px;
  }
  .detailTitle {
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin: 12px 0 20px 0;
    line-height: 50px;
  }
  /deep/ .detailLeft p{
    margin-top: 22px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  /deep/ .detailLeft a{
   color:blue !important;
  }
  /deep/ .detailLeft h2{
    margin-top: 22px !important;
    font-size: 20px !important;
    font-weight: bold !important;
  }
  .detailbottom {
    display: flex;
  }
  .detailbottomLeft {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
  }
  .detailbottomRight {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
  }
  .nextText{
    display: flex;
    align-items: center;
  }
  .linkUrl{
      align-items: unset;
  }
  .backList{
      display: flex;
  }