.course{
    display: block;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .course-box {
    transform: translateZ(0);
    position: relative;
    width: 100%;
    height: 100%;
    transition: 300ms;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction: column;
    }
     
  .course-itemBox{
    height: 86px!important;
    width: 100%!important;
    margin-bottom: 8px;
    padding: 12px 18px;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
    background-image: linear-gradient(180deg, #F0F0F2 0%, #FEFEFF 45%);
  }
  .course-item-title {
      height: 24px;
      font-family: PingFangSC;
      font-weight: 500;
      font-size: 14px;
      color: #181818;
      letter-spacing: 0.29px;
      line-height: 24px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  
  .course-iconBox{
    height: 28px;
    margin-top: 7px;
  }
  .course-icon{
    display: inline-block;
  }
  .course-left{
    margin-left: 10px;
  }
  .course-img {
    height: 14px;
    position: relative;
    top: 2px;
  }
  .course-btn{
    display: inline-block;
    float: right;
    height: 28px;
    line-height: 28px;
    width: 68px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #FF6A00;
    font-weight: 500;
    font-size: 12px;
    color: #FF6A00 !important;
  }
  .course-pagination-bullet{
    cursor: pointer;
  }
  @media (max-width: 750px){
    .course-iconBox  .course-btn{
          color: #fff  !important;
          background-color: #FF6A00 !important;
     }
    .scc{
      display:block !important;
    }
   }
  .related-course{
    display: block;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .related-course-box {
    transform: translateZ(0);
    position: relative;
    width: 100%;
    height: 100%;
    transition: 300ms;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction: column;
    }
    .related-course-itemBox{
        height: 86px!important;
        width: 100%!important;
        margin-bottom: 8px;
        padding: 12px 18px;
        box-sizing: border-box;
        border: 1px solid #EAEAEA;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
        border-radius: 4px;
        background-image: linear-gradient(180deg, #F0F0F2 0%, #FEFEFF 45%);
      }
      .related-pagination-bullet{
        cursor: pointer;
      }
  .course-time{
  height: 24px;
  position: relative;
  top: 9px;
  }