@charset "utf-8";
.layout {
  width: 1180px;
  margin: 0 auto;
}
body {
  background-color: #f5f5f5;
}
body a:hover {
  color: #264a9d !important;
}
.container {
  overflow: hidden;
  margin-top: 20px;
}
.container-white {
  overflow: hidden;
  margin-top: 13px;
  background-color: #fff;
}
.container-nc {
  overflow: hidden;
  margin-top: 20px;
  background-color: initial;
}
.courseList-wrap {
  padding: 13px 30px 0px;
}
.courseList-wrap .courseList-title {
  border-bottom: 1px solid #e5e5e5;
}
.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: #264a9d;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.courseList-category {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.courseList-category p {
  padding: 10px 0 10px;
}
.courseList-category p a {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  margin-right: 30px;
}
.courseList-category p .cur {
  color: #264a9d;
}
.courseList-image {
  margin-top: 30px;
}
.courseList-image .courseList-itme {
  width: 1150px;
}
.courseList-image .courseList-itme .courseList-list {
  width: 260px;
  height: 220px;
  float: left;
  margin-right: 27px;
  margin-bottom: 24px;
}
.courseList-list .itme-images img {
  width: 260px;
  height: 143px;
}
.courseList-list .itme-txt p {
  max-height: 38px;
  margin: 12px 0 8px;
  overflow: hidden;
}
.courseList-list .itme-txt p a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
.courseList-list .itme-txt span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #757575;
}
.courseList-list:hover .itme-txt a {
  color: #264a9d;
}
