/*搜索头部*/
.course_tit {
  line-height: 60px;
}

.course_tit a {
  font-size: 14px;
  color: #666;
}

.course_tit a:hover,
.course_tit a.red {
  color: #f00;
  text-decoration: underline;
}

.course_tit span {
  font-size: 16px;
  vertical-align: middle;
  color: #999;
}

.course_tit span.dizhiicon {
  font-size: 26px;
}

/*列表*/
.seach_tit {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  border: 1px solid #EEE;
  background: #fff;
}

.seach_tit span {
  color: #f00;
}

.seach_list {
  overflow: hidden;
  padding: 10px 0;
}

.seach_list li {
  float: left;
  margin: 0 10px 13px 0;
  padding: 6px 7px 12px 7px;
  background: #fff;
  border: 1px solid #dfdfdf;
  width: 290px;
  overflow: hidden;
}

.seach_list li:nth-of-type(4n) {
  margin-right: 0;
}

.seach_list li:hover {
  transition: all 0.5s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  border-color: #f24343;
  transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
}

.seach_list li a {
  display: block;
}

.seach_list li a.no_display {
  height: 195px;
}

.seach_list li img {
  width: 274px;
}

.seach_txt,
.seach_txt:focus {
  line-height: 48px;
  font-size: 16px;
  color: #252525;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seach_txt:hover {
  color: #f00;
}

.seach_price {
  font-size: 12px;
  color: #666;
  line-height: 32px;
}

.seach_price s {
  color: #999;
}

.seach_mianf {
  margin-top: 10px;
}

.seach_mianf span {
  line-height: 34px;
  color: #f24343;
  font-size: 24px;
  font-weight: bold;
}

.seach_mianf a {
  line-height: 32px;
  width: 102px;
  border: 1px solid #f24343;
  border-radius: 5px;
  font-size: 16px;
  color: #f24343;
  text-align: center;
}

.seach_mianf a:hover {
  background: #f24343;
  color: #fff;
}

.seach_listcon {
  padding-left: 8px;
}

/*课程列表*/
.curr_list {
  margin-top: 25px;
}

.curr_list li {
  width: 280px;
  float: left;
  background: #fff;
  margin-right: 23.3px;
  padding-top: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
}

.curr_list li:nth-of-type(4n) {
  margin-right: 0;
}

.curr_img {
  text-align: center;
  display: block;
  width: 240px;
  height: 160px;
  overflow: hidden;
}

.curr_img img {
  width: 240px;
}

.curr_price {
  line-height: 44px;
  overflow: hidden;
}

.curr_price span {
  font-size: 24px;
  color: #e4393c;
}

.curr_price span i {
  font-size: 16px;
}

.curr_price s {
  float: right;
  color: #c7c7c7;
  font-size: 13px;
}

.curr_class {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
  height: 40px;
}

.curr_time {
  color: #999999;
  font-size: 14px;
}

.curr_chakan {
  text-align: center;
  line-height: 70px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.curr_chakan a {
  color: #f14242;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid;
  line-height: 36px;
  margin-top: -3px;
  padding: 0 28px;
}

.curr_chakan a:hover {
  background: #f14242;
  color: #fff;
  transition: .3s all;
}

.curr_list_img {
  width: 240px;
}