@charset "utf-8";
.layout {
  width: 1180px;
  margin: 0 auto;
}
body {
  background-color: #f8f9fc;
}
body a:hover {
  color: #0c5abb !important;
}
.container {
  margin-top: 22px;
  overflow: hidden;
}
.content {
  margin-top: 14px;
}
.container-white {
  margin-top: 20px;
  background-color: #ffffff;
  border: 1px solid #e5e8ee;
}
body {
  background-color: #f8f9fc;
}
.courseList-wrap {
    padding: 13px 30px 30px;
    padding-bottom: 30px;
}
.courseList-wrap .courseList-title {
  border-bottom: 1px solid #e5e8ee;
}
.courseList-wrap .courseList-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  font-size: 22px;
  color: #333333;
  line-height: 29px;
  font-weight: bold;
}
.courseList-wrap .courseList-title span:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0c5abb;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.courseList-category {
  border-bottom: 1px solid #e5e8ee;
}
.courseList-category p {
  padding: 20px 0 20px;
}
.courseList-category p a {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  margin-right: 30px;
}
.courseList-category p .cur {
  color: #0c5abb;
}
.courseList-image {
  margin-top: 30px;
}
.courseList-image .courseList-itme {
  width: 1180px;
}
.courseList-image .courseList-itme .courseList-list {
    width: 368px;
    height: 290px;
    float: left;
    margin-right: 20px;
    margin-bottom: 28px;
}
.courseList-list .itme-images img {
   width: 368px;
   height: 253px;
   display: block;
}
.courseList-list .itme-txt p {
  max-height: 38px;
  margin: 12px 0 8px;
  overflow: hidden;
}
.courseList-list .itme-txt p a {
  display: block;
    width: 274px;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.courseList-list .itme-txt span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #757575;
}
.courseList-list:hover .itme-txt a {
  color: #0c5abb;
}
.classify a:nth-child(8) {
    display: none !important;
}


.mork {
  width: 100%;
  height: 34px;
  background: rgb(0 0 0 / 82%);
  position: inherit;
  bottom: 0;
}
.mork span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  line-height: 34px;
  display: block;
  padding-left: 15px;
}


.qghntscjgfx .title {
    margin-bottom: 18px;
}




.courseList-list .itme-images .play {
    position: inherit;
    transform: translate(-50%, -50%) !important;
    width: 70px;
    height: 70px;
    display: block;
    margin: -150px 0 0px 185px;
    cursor: pointer;
}