.content {
  width: 100%;
  margin-top: 30px;
}

.content .content-l {
  width: 66%;
}

.content .content-l .table {
  width: 100%;
  background: url(../../images/kaoyan/lesson-item-line.png) no-repeat left top;
  margin-top: 15px;
  padding-top: 28px;
}

.content .content-l .table table {
  width: 100%;
  box-shadow: 0px 4px 13px 0px rgba(153, 153, 153, 0.11);
  border-radius: 9px;
  overflow: hidden;
}

.content .content-l .table table thead {
  background-color: #fff5f5;
}

.content .content-l .table table thead tr {
  width: 100%;
  line-height: 68px;
  height: 68px;
}

.content .content-l .table table thead tr td {
  color: #666666;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  white-space: nowrap;
  word-break: keep-all;
}

.content .content-l .table table tbody tr {
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
}

.content .content-l .table table tbody tr:last-child {
  border-bottom: none;
}

.content .content-l .table table tbody td {
  text-align: center;
  padding: 15px 10px;
}

.content .content-l .table table tbody td a,
.content .content-l .table table tbody td span {
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 1440px) {
  .content .content-l .table {
    margin-top: 12px;
    padding-top: 25px;
  }

  .content .content-l .table table thead tr {
    line-height: 60px;
    height: 60px;
  }

  .content .content-l .table table thead tr td {
    font-size: 15px;
  }

  .content .content-l .table table tbody td {
    padding: 12px 0;
  }

  .content .content-l .table table tbody td {
    padding: 12px 10px;
  }

  .content .content-l .table table tbody td a,
  .content .content-l .table table tbody td span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .content .content-l .table table thead tr {
    line-height: 50px;
    height: 50px;
  }

  .content .content-l .table table thead tr td {
    font-size: 14px;
  }

  .content .content-l .table table tbody td a,
  .content .content-l .table table tbody td span {
    font-size: 13px;
  }
}