@charset "UTF-8";
@import 'core/mixin';

.course-container {
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-bottom: 4.1rem;

  // padding: 2.5rem 0.375rem 0;
  color: #333;
  font-size: 0.6rem;
  line-height: 0.6rem;
}

.course-titles {
  margin-bottom: 1.9rem;
  text-align: center;
}

.course-titles p:first-child {
  margin-bottom: 0.85rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.course-list {
  width: 18rem;
  margin: 0 auto;
}

.course-item {
  margin-bottom: 2rem;
}
.course-item1 {
  margin-bottom: 2.5rem;
}

.course-item:last-child {
  margin-bottom: 0;
}

.course-item .course-item-pic {
  width: 100%;
  height: 8.5rem;
  margin-bottom: 0.75rem;
}

.course-item-pic img {
  height: 100%;
}

.course-item-title {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.9rem 0 0.55rem;
}

.course-item-desc {
  box-sizing: border-box;
  margin-top: 0.75rem;
  padding: 0 0.9rem 0 0.55rem;
  line-height: 1rem;
  @include ellipsis(6);
}

.course-item-name {
  position: relative;
  box-sizing: border-box;
  width: 10.5rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.course-item-name::after {
  position: absolute;

  // bottom: -0.3rem;
  bottom: 0;
  left: 0;
  width: 2rem;
  border: 0.1rem solid #ffc21d;
  content: '';
}

.course-item .course-item-link {
  display: block;
  width: 5rem;
  height: 1.25rem;
  color: #ffc21d;
  font-weight: bold;
  line-height: 1.25rem;
  text-align: center;
  border: 1px solid #ffc21d;
}
