.casewarp .casetop {
  padding: 16px;
  background-color: #fff;
}
.casewarp .casetop .selectlist {
  margin-bottom: 30px;
}
.casewarp .casetop .sl-key {
  font-size: 18px;
  color: #666;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 7%;
  font-weight: 600;
}
.casewarp .casetop .js-search-li {
  width: 93%;
  float: left;
}
.casewarp .casetop .js-search-li li {
  float: left;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.casewarp .casetop .js-search-li li a {
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
}
.casewarp .casetop .js-search-li li a.active {
  color: #ee3523;
}
.casewarp .caseContent {
  margin-top: 15px;
}
.casewarp .caseContent li {
  float: left;
  width: 380px;
  height: 360px;
  background: #fff;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
}
.casewarp .caseContent li:nth-child(3n) {
  margin-right: 0;
}
.casewarp .caseContent li a {
  display: block;
}
.casewarp .caseContent li .course-list-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.casewarp .caseContent li .course-list-img img {
  width: 100%;
  height: 100%;
}
.casewarp .caseContent li .course-list-img .tag-box {
  position: absolute;
  top: 10px;
  left: 5px;
  display: inline-block;
}
.casewarp .caseContent li .course-list-img .tag {
  background: rgba(238, 53, 35, 0.6);
  padding: 0 5px;
  border-radius: 20px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  float: left;
  margin: 5px 0 0 10px;
}
.casewarp .caseContent li .bottom {
  padding: 15px;
}
.casewarp .caseContent li h5 {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  line-height: 23px;
}
.casewarp .caseContent li .money {
  display: block;
  height: 23px;
  line-height: 23px;
  border-radius: 20px;
  font-size: 12px;
  color: #f23c2a;
  font-weight: bold;
  text-align: right;
}
.casewarp .caseContent li .tips {
  font-size: 14px;
  color: #545454;
  text-align: justify;
  margin-top: 13px;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
}
.casewarp .caseContent li .goal {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #545454;
}
.casewarp .caseContent li .goal .advator {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.casewarp .caseContent li .goal .icon {
  margin-right: 5px;
  color: #b8b8b8;
}
.casewarp .caseContent li .goal .time {
  margin-right: 15px;
}
.casewarp .caseContent li .goal .money {
  color: #b53c3c;
}
.casewarp .loadmore {
  width: 100%;
  padding: 50px 185px;
}
.casewarp .more {
  font-size: 18px;
  color: #545454;
  display: block;
  width: 100%;
  text-align: center;
  border: solid 1px #d8d8d8;
  height: 60px;
  line-height: 60px;
}
.casewarp .diqu .js-search-li {
  width: 85%;
  height: 40px;
  overflow: hidden;
}
.casewarp .diqu {
  position: relative;
}
.seemore {
  position: absolute;
  top: 8px;
  right: 30px;
  font-size: 14px;
  color: #666;
  font-weight: 600;
  cursor: pointer;
}
.seemore span {
  display: inline-block;
  vertical-align: middle;
}
.seemore img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
@media (max-width: 768px) {
  .casewarp .casetop .selectlist {
    margin-bottom: 10px;
  }
  .casewarp .casetop .js-search-li li {
    margin-bottom: 10px;
  }
  .casewarp .loadmore {
    padding: 0 10px;
  }
  .casewarp .caseContent li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1169px) {
  .casewarp .caseContent ul {
    text-align: center;
  }
  .casewarp .caseContent li {
    display: inline-block;
    float: none;
  }
  .casewarp .caseContent li:nth-child(3n) {
    margin-right: 10px;
  }
}
