.list_detail {
    background: url(../imgs/recruits/page_bg.png);
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
  }
  
.text_describe{
  font-size: 20px;
  line-height: 32px;
}
.list_detail .text_cont {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    width: 1200px;
    margin: 24px auto;
    min-height: 500px;
    padding: 40px 80px;
  }
  .list_detail  .cont_top {
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 24px;
  }
  .list_detail  .text_title {
    width: 1000px;
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    line-height: 48px;
    margin: 0px 0 0 0px;
    white-space: wrap;
    
  }
  .list_detail .text_describe {
    margin: 20px 0 0 0px;
    color: #999;
    word-wrap: break-word;
    width: 1000px;
  }
  .list_detail  .cont_time {
    width: 180px;
    margin: 14px 0 0 0px;
    font-size: 20px;
  }
  .list_detail .text_name {
    margin: 0px 24px 0 0;
    color: #00AAC4;
  }
  .list_detail .text_date {
    margin: 0px 0 0 0;
    color: #999;
  }
  
  .cont-main{
    padding-top: 24px;
    border-top: 1px solid rgba(238, 238, 238, 1);
  }
  .tag_cont {
    
    margin: 100px 0 0px 0px;
  }
  .tag_cont_title {
    width: 64px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: right;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 7px;
  }
  
  .img_icon {
    width: 12px;
    height: 12px;
    margin: 13px 0 0 8px;
  }
  .tag_right_cont{
    flex-wrap: wrap;
    width: 970px;
  }
  .tag_wrapper {
    background-color: rgba(0, 170, 196, 1);
    border-radius: 4px;
    height: 35px;
    margin-left: 18px;
    padding: 0 20px;
    margin-bottom: 12px;
  }
  
  .tag_text {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 35px;
  }
  .video_list_detail{
    background: #F0F5F6;
  }
  .video_list_detail .cont-main{
    border-top: none;
  }
  .video_list_detail .video_cont video{
    width: 1040px;
    height: 585px;
  }
  .video_list_detail .ql-editor{
    font-size: 22px;
  }
  .ql-editor{
    font-size: 18px;
  }