@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.curriculum-list {
  overflow: hidden;
}
.curriculum-list ul li {
  width: 286px;
  height: 264px;
  float: left;
  margin-right: 18px;
  background-color: #ffffff;
}
.curriculum-list ul li a {
  display: block;
}
.curriculum-list ul li a:hover .title-page,
.curriculum-list ul li a:hover .title-name {
  color: #0c5abb;
}
.curriculum-list ul li .curriculum-images {
  width: 286px;
  height: 157px;
}
.curriculum-list ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
}
.curriculum-list ul li .curriculum-title {
  padding: 15px 16px;
}
.curriculum-list ul li .curriculum-title .title-page {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.curriculum-list ul li .curriculum-title .title-name {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
body {
  background-color: #f8f9fc;
}
.courseList-wrap {
  padding: 13px 30px 0px;
}
.courseList-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  font-size: 22px;
  color: #333333;
  line-height: 29px;
  font-weight: bold;
}
.courseList-title span:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0c5abb;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.container-white {
  margin-top: 20px;
  background-color: #ffffff;
  border: 1px solid #e5e8ee;
}
.courseList-wrap .courseList-title {
  border-bottom: 1px solid #e5e8ee;
}
.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.pxkcitme .head {
  height: 65px;
  line-height: 65px;
  background-color: #ffffff;
}
.pxkcitme .head .head-title {
  line-height: 65px;
  margin-right: 13px;
}
.pxkcitme .head ul {
  margin-top: 24px;
}
.pxkcitme .head ul li {
  position: relative;
  float: left;
  margin-right: 4px;
}
.pxkcitme .head ul li a {
  display: block;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 8px;
}
.pxkcitme .head ul li a:hover {
  background-color: #0c5abb;
  color: white !important;
}
.pxkcitme .head ul .title-active a {
  background-color: #0c5abb;
  color: white;
}
.pxkcitme .head ul .title-active a:hover {
  color: white !important;
}
.pxkcitme .head ul .title-active:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  z-index: 9;
  right: 12px;
  width: 0px;
  height: 6px;
  font-weight: bold;
  color: #fff;
  border: 6px solid transparent;
  border-bottom-color: #0c5abb;
}
.pxkcitme .courseclass {
  padding: 15px 140px 4px 31px;
  background-color: #ffffff;
  overflow: hidden;
}
.pxkcitme .courseclass a {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 8px;
  margin-right: 16px;
}
.pxkcitme .courseclass a:hover {
  color: #0c5abb;
  border-radius: 4px;
}
.pxkcitme .courseclass .courseclass-active {
  border-radius: 4px;
  color: #0c5abb;
}
.pxkcitme .curriculum-list {
  margin-top: 15px;
}
.pxkcitme .curriculum-list ul {
  width: 1220px;
  margin-bottom: 50px;
}
.pxkcitme .curriculum-list ul li {
  margin-bottom: 30px;
}
