body,html{
    background: linear-gradient(to bottom, #689ef6, #f7fbfe) !important;
    /* height: 100vh; */
    margin: 0;
    padding: 0;
  }
  .af{
    background-color: #ffffff;
    width: 700px;
    margin: 30px auto;
    border-radius: 10px;
    min-height: 940px;
    padding: 20px;
    box-sizing: border-box;
  }
  .box_left{
    float: left;
    width: 480px;
  }
  .box_right{
    width: 160px;
    height: 130px;
    float: left;
    text-align: center;
    margin-left: 20px;
  }
  .box_right>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .e_box_right>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .af_box{
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .af_box span{
    display: inline-block;
  }
  .box_div1{
    height: 30px;
  }
  .box_div1>span:nth-child(1){
    width: 100px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    color: #e63c3d;
    font-size: 20px;
    background-color: #ffedeb;
  }
  .box_div1>span:nth-child(2){
    width: 350px;
   height: 50px;
   line-height: 30px;
   color: #818181;
   font-size: 24px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   vertical-align: top;
   margin-left: 20px;
  }
  .box_div2{
    height: 60px;
    font-size: 24px;
    line-height: 30px;
    color: #818181;
    margin-top: 10px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .box_div3{
    font-size: 20px;
    color: #666;
    line-height: 50px;
  }