.pc{
  display: block;
}
.pn{
  display: none;
}
.cont {
    /*  padding:0 200px 0 155px;*/
    padding: 0 0px 0 0px;
    margin: 10px 0 20px;
}
.hUps-item{
  width: 100%;
  height: 288px;
  background: #FFFFFF;
}
.hUps-item-l{
  display: block;
  width: 215px;
  height: 288px;
  border: 1px solid #D9D9D9;
}
.hUps-item-m{
/*  min-width: 566px;*/
  height: 288px;
  margin-left: 18px;
  position: relative;
  position: relative;
  padding: 57px 20px 20px;
}
.hUps-item-m ol li{
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  line-height: 28px;
/*  max-height: 52px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
/*  -webkit-line-clamp: 2;*/
  overflow: hidden;
  position: relative;
}
.introduce{
  position: absolute;
  left: -10px;
  top: 16px;
  height: 36px;
}
.edit-book{
  font-size: 16px;
  font-weight: 600;
  color: #373737;
  line-height: 22px;
  padding-top: 14px;
  padding-bottom: 7px;
}
.introduce-l{
 width: 10px;
 height: 36px;
}
.introduce-l img,.introduce-r img{
  display: block;
 }
.introduce-m{
  height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  padding: 0 12px;
  background: linear-gradient(180deg, #FFAB0F 0%, #FF8C00 100%);
 }
 .introduce-r{
  width: 12px;
  height: 26px;
  position: relative;
  top: 0;
 }
 .hUps-item-m ol{
  max-height: 80px;
}
 .hUps-item-m ul{
   max-height: 104px;
 }
 .hUps-item-m ul li{
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  line-height: 26px;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 16px;
  position: relative;
}
.hUps-item-m ul li::before{
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 5px;
  height: 5px;
  background: #8B8B8B;
  border-radius: 50%;
}
.bg-eb4{
  background: #EBF0F4;
}


@media screen and (max-width:500px) {   
  .pc{
    display: none;
  }
  .pn{
    display: block;
  }
  .page{
    background: #fff;
  }
  .cont{
    padding: 0;
    margin: 0.32rem 0.24rem 0.2rem;
  }
  .hUps-item{
    width: 100%;
    height: auto;
    max-height: 5.8rem;
    overflow: hidden;
    background: #FFFFFF;
  }
  .hUps-item-l{
     display: none;
  }
  .hUps-item-m{
    min-width: auto;
    margin-left: 0.1rem;
    position: relative;
    border: 1px dashed #BCBCBC;
    padding: 0.88rem 0.22rem 0.3rem;
    height: auto;
  }
  .hUps-item-m ol li{
    font-size: 0.24rem;
    font-weight: 400;
    color: #373737;
    line-height: 0.48rem;
    max-height: 0.96rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
  }
  .introduce{
    position: absolute;
    left: -10px;
    top: 0.2rem;
    height:auto;
  }
  .edit-book{
    font-size: 0.28rem;
    font-weight: 600;
    color: #373737;
    line-height: 0.4rem;
    padding-top: 0.28rem;
    padding-bottom: 0.14rem;
  }
  .introduce-l{
    width: 10px;
    height: 0.72rem;
   }
   .introduce-l img,.introduce-r img{
     display: block;
    }
   .introduce-m{
     height: 0.52rem;
     font-size: 0.32rem;
     font-weight: 400;
     color: #FFFFFF;
     line-height: 0.52rem;
     padding: 0 12px;
     background: linear-gradient(180deg, #FFAB0F 0%, #FF8C00 100%);
    }
    .introduce-r{
     width: 12px;
     height: 0.52rem;
     position: relative;
     top: 0;
    }
   .hUps-item-m ol{
    max-height: 80px;
  }
   .hUps-item-m ul{
     max-height: 1.8rem;
     overflow: hidden;
   }
   .hUps-item-m ul li{
    font-size: 0.24rem;
    font-weight: 400;
    color: #373737;
    line-height: 0.48rem;
    max-height: 0.96rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 0.32rem;
    position: relative;
  }
  .hUps-item-m ul li::before{
    position: absolute;
    left: 0;
    top: 0.21rem;
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    background: #8B8B8B;
    border-radius: 50%;
  }
  
}