@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
.container-white {
  overflow: hidden;
  background-color: #fff;
}
a:hover {
  color: #c53028 !important;
}
.column-1 {
  width: 8.33333333%;
  float: left;
}
.column-2 {
  width: 16.66666667%;
  float: left;
}
.column-3 {
  width: 25%;
  float: left;
}
.column-4 {
  width: 33.33333333%;
  float: left;
}
.column-5 {
  width: 41.66666667%;
  float: left;
}
.column-6 {
  width: 50%;
  float: left;
}
.column-7 {
  width: 58.33333333%;
  float: left;
}
.column-8 {
  width: 66.66666667%;
  float: left;
}
.column-9 {
  width: 75%;
  float: left;
}
.column-10 {
  width: 83.33333333%;
  float: left;
}
.column-11 {
  width: 91.66666667%;
  float: left;
}
.column-12 {
  width: 100%;
  float: left;
}
.crumbs {
  margin-top: 15px;
}
.crumbs span,
.crumbs a {
  font-size: 14px;
  color: #666666;
  line-height: 48px;
}
body {
  background-color: #f4f4f4;
}
.courseList-wrap {
  padding: 13px 30px 60px;
}
.courseList-wrap .courseList-title {
  border-bottom: 1px solid #e5e5e5;
}
.courseList-wrap .courseList-title span {
  display: inline-block;
  padding-bottom: 11px;
  font-size: 22px;
  color: #323232;
  line-height: 29px;
  font-weight: bold;
  border-bottom: 2px solid #c53028;
}
.courseList-category {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.courseList-category p {
  padding: 10px 0 0;
}
.courseList-category p a {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  color: #323232;
  margin-right: 30px;
}
.courseList-category p .cur {
  color: #c53028;
}
.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: 33px;
}
.courseList-list .itme-images img {
  width: 260px;
  height: 143px;
}
.courseList-list .itme-txt p {
  max-height: 40px;
  margin: 12px 0 8px;
  overflow: hidden;
}
.courseList-list .itme-txt p a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #323232;
}
.courseList-list .itme-txt span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #757575;
}
.courseList-list:hover .itme-txt a {
  color: #c53028;
}
