.course-container {
  width: 168px;
  // height: 156px;
  margin: 0 4px 15px;
  border-radius: 2px;
  background-color: #fff;
}

.course__cover {
  position: relative;
  height: 108px;
  padding: 4px 4px 0;
  overflow: hidden;


  img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.course__time {
  position: absolute;
  left: 4px;
  top: 10px;
  margin: 0;
  height: 18px;
  padding: 0 8px;
  border-radius: 0 9px 9px 0;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  background-color: #F01D0E;
}