.club-list {
  /*border: 1px solid #DFDEDE;*/
}
.club-list  .club {
  display: flex;
  padding: 20px;
  border: 1px solid #DFDEDE;
  margin-bottom: 20px;
}
.club-list  .club .img,
.club-list  .club .img img {
  display: inline-block;
  width: 290px;
  height: auto;
}
.club-list  .club .img {
  margin-right: 30px;
}
.club-list  .club-info {
  display: inline-block;
  flex: 1;
  min-width: 600px;
}
.club-list  .club .price {
  width: 200px;
  text-align: right;
  font-size: 24px;
  color: #FF7CA1;
}
.club-list  .club .club-name {
  font-size: 20px;
  color: #000;
  line-height: 20px;
}
.club-list  .club .club-desc {
  border-bottom: 1px dashed #DFDEDE;
  padding: 20px 0;
  line-height: 14px;
  color: #666;
  margin-bottom: 20px;
}
.club-list  .club .club-detail .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  vertical-align: top;
  margin-right: 10px;
}
.club-list  .club .club-detail .icon.icon-location {
  background-image: url(../images/icon-location.png);
}
.club-list  .club .club-detail .icon.icon-club {
  background-image: url(../images/icon-club.png);
}
.club-list  .club .club-detail p {
  line-height: 20px;
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
}
.club-list  .club .time {
  padding: 20px 0;
  border-bottom: 1px dashed #DFDEDE;
  margin-bottom: 20px;
}
.club-box.demand-detail {
  padding: 0;
  border: 0;
}
.search-demand .layui-input {
  width: 200px;
  margin-left: 180px;
}
.search-demand {
  position: relative;
}
.search-demand .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}