.mobile {
  display: none;
}

@media(max-width: 768px) {
  body {
    background-color: #fff;
  }

  .con-wrap,
  .contain {
    width: 100% !important;
  }

  .con-wrap {
    position: relative;
    padding-top: 50px;
  }

  .mobile {
    display: block;
  }
}

.filter-list {
  padding: 22px 30px;
  background-color: #fff;
}

@media(max-width: 768px) {
  .filter-list {
    display: none;
    padding: 5px 15px 7px;
  }

  .search-keyword {
    display: none;
  }
}

.search-keyword {
  line-height: 22px;
  padding-bottom: 27px;
}

.search-keyword span {
  color: #ea5947;
}

.category-list {
  color: #444;
  font-size: 14px;
}

.category-list dl {
  margin-bottom: 16px;
  margin-right: -30px;
}

.category-list dt {
  font-weight: 500;
  margin-right: 30px;
  float: left;
}

.category-list dd {
  margin-right: 30px;
  float: left;
  cursor: pointer;
}

.category-list .category-active {
  color: #e62112;
}

.category-list .category-all {
  margin-right: 20px;
}

@media(max-width: 768px) {
  .category-list dl {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 18px;
  }


  .category-list dt {
    margin-right: 20px;
    color: #222;
    font-weight: bold;
  }

  .category-list dd {
    margin-right: 16px !important;
    margin-bottom: 8px;
  }
}

.search-tab {
  margin-top: 15px;
  padding: 0 30px;
  background-color: #fff;
}

@media(max-width: 768px) {
  .search-tab {
    margin-top: 0;
    padding: 0 15px;
  }
}

.tab-head {
  padding-top: 22px;
  position: relative;
  cursor: pointer;
}

.tab-head:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ebebeb;
}

.tab-option {
  padding-bottom: 11px;
  margin-right: 30px;
  float: left;
}

.tab-head .active {
  color: #e62112;
  position: relative;
}

.tab-head .active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #e62112;
}

.tab-content {
  margin-bottom: 58px;
}

@media(max-width: 768px) {
  .tab-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    border: none;
    background: #fff;
    box-sizing: border-box;
  }

  .tab-head:before {
    display: none;
  }

  .tab-head .tab-option {
    padding: 0;
  }

  .tab-content {
    margin-bottom: 32px;
  }
}

.course-search-item {
  padding: 30px 0;
  height: 165px;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  position: relative;
}

.course-search-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e3e3e9;
  display: block;
}

.course-search-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  padding: 30px 0 25px;
}

.course-search-cover {
  display: inline-block;
  width: 20.09%;
  height: 100%;
  font-size: 16px;
  vertical-align: top;
}

.course-search-cover img {
  width: 82.53%;
  height: 100%;
  object-fit: contain;
}

.course-search-content {
  display: inline-block;
  font-size: 16px;
  width: 79.91%;
}

.course-search-name {
  height: 25px;
  line-height: 25px;
}

.course-search-title {
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
  max-width: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-search-honor {
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ff8006;
  border-radius: 999px;
  color: #ff8006;
  vertical-align: top;
  height: 26px;
  box-sizing: border-box;
  padding: 0 16px;
}

.course-search-meta {
  padding-top: 15px;
  font-size: 12px;
  color: #888;
}

.course-search-meta span {
  padding-left: 19px;
  margin-left: 19px;
  border-left: 1px solid #979797;
}

.course-search-meta span:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.course-search-desc {
  margin-top: 5px;
  line-height: 22px;
  font-size: 12px;
  max-height: 44px;
}

.course-search-desc * {
  display: inline;
}

.course-search-desc-pointer {
  color: #888;
}

@media(max-width: 768px) {
  .course-search-item {
    height: auto;
    padding: 15px 0;
  }

  .course-search-item:hover {
    box-shadow: unset;
    transition: unset;
    background-color: #fff;
    padding: 15px 0;
  }

  .course-search-cover {
    margin-right: 12px;
    margin-bottom: 6px;
    width: 120px;
    height: 67.5px;
    overflow: hidden;
  }

  .course-search-cover img {
    width: 100%;
    height: auto;
  }

  .course-search-content {
    width: calc(100vw - 162px);
  }

  .course-search-name {
    height: auto;
    min-height: 45px;
  }

  .course-search-title {
    display: block;
    margin-right: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .course-search-honor {
    display: inline-block;
    margin-top: 6px;
    height: auto;
    padding: 0 6px;
    background: rgba(190, 86, 51, 0.1);
    border-radius: 2px;
    font-size: 12px;
    color: #BE5633;
    line-height: 18px;
    border: none;
  }

  .course-search-meta {
    padding-top: 6px;
    line-height: 18px;
  }

  .course-search-meta span {
    margin-left: 16px;
    padding-left: 0;
    border-left: none;
  }

  .course-search-meta span:nth-child(2),
  .course-search-meta span:nth-child(3) {
    display: none;
  }

  .course-search-desc {
    display: none;
  }
}

.course_search_item {
  height: 160px;
  display: block;
  margin: 10px;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.course_search_item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.course_search_seek {
  margin: 25px 0;
  font-size: 14px;
}

.colorEa5947 {
  color: #ea5957;
}

.course_search_title {
  margin-left: 10px;
  font-size: 16px;
  line-height: 40px;
}

.course_search_pic {
  width: 275px;
  height: 160px;
  float: left;
  position: relative;
  overflow: hidden;
}

.course_search_pic img {
  width: 100%;
  height: auto;
}

.course_search_cont {
  width: 815px;
  margin-left: 30px;
  float: left;
}

.course_search_head {
  margin-bottom: 10px;
  line-height: 22px;
  overflow: hidden;
}

.course_search_head .right {
  font-size: 12px;
  color: #969696;
}

.course_search_head .iconfont {
  font-size: 14px;
}

.course_search_name {
  font-size: 18px;
}

.course_search_category {
  margin-bottom: 15px;
  color: #969696;
}

.course_search_category span {
  font-size: 12px;
  line-height: 20px;
}

.course_search_intro {
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  color: #969696;
}

.more-courses {
  display: block;
  height: 48px;
  margin: 20px 10px 10px;
  line-height: 48px;
  text-align: center;
  color: #ea5947;
  background: #fff;
  border: 1px solid #e3e3e9;
  border-radius: 5px;
}

.more-courses:hover {
  border-color: #ea5947;
  transition: 0.3s;
}

.pagination-container {
  text-align: center;
}

.pagination-wrap {
  margin-bottom: 60px;
  display: inline-block;
  float: none;
}

@media(max-width: 768px) {
  .pagination-wrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 970px) {
  .course_search_item {
    margin: 0;
    height: 110px;
    margin-bottom: 10px;
  }

  .course_search_seek {
    margin: 10px 0 10px 10px;
  }

  .course_search_pic {
    width: 100px;
    height: 60px;
  }

  .course-serach-zone {
    display: table;
  }

  .course_search_name {
    font: bold 16px '微软雅黑';
    color: #444;
    margin-bottom: 10px;
  }

  .course_search_cont {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    float: none;
    padding-left: 10px;
  }
}

.totalCount-m {
  margin: 0 -15px;
  height: 42px;
  padding: 0 15px;
  background: #F8F8F7;
  font-size: 12px;
  color: #444444;
  line-height: 42px;
}

.course-search-meta-m {
  margin-top: 6px;
  font-size: 12px;
  color: #888;
  line-height: 18px;
}

.course-search-meta-m span {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #eee;
}

.course-search-meta-m span:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.filter-btn {
  float: right;
}

.filter-btn .iconfont {
  margin-left: 8px;
  font-size: inherit;
}

.mobile-filter-show .tab-head {
  border-bottom: 1px solid #E3E3E9;
}

.mobile-filter-show .filter-list {
  display: block;
}

.mobile-filter-show .con-wrap {
  padding-top: 0;
}

.mobile-filter-show .filter-btn .iconfont {
  display: inline-block;
  margin-top: -6px;
  transform: rotate(-180deg);
  color: #E62112;
}