.venue_yd_main {
  width: 1200px;
  min-height: 400px;
  margin: 40px auto;
  overflow: hidden;
}
/* 筛选条件  start*/
.c_type {
  margin-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.c_type .reservation-x,
.c_type .reservation-m {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.c_type .reservation-x .reser,
.c_type .reservation-m .reser,
.c_type .reservation-x .reser-m,
.c_type .reservation-m .reser-m {
  float: left;
  width: 100px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #171717;
}
.c_type .reservation-x .reser-ul,
.c_type .reservation-m .reser-ul {
  float: left;
  width: 1100px;
  overflow: hidden;
}
.c_type .reservation-x .reser-ul li,
.c_type .reservation-m .reser-ul li {
  float: left;
  width: 100px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.c_type .reservation-x .reser-ul li a,
.c_type .reservation-m .reser-ul li a {
  font-size: 16px;
  color: #171717;
}
.c_type .reservation-x .reser-ul .re-on,
.c_type .reservation-m .reser-ul .re-on {
  background-color: #eaeff9;
  border-radius: 20px;
}
.c_type .reservation-x .reser-ul .re-on a,
.c_type .reservation-m .reser-ul .re-on a {
  color: #2d64c9;
}
.c_type .reservation-t {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.c_type .reservation-t .reser-t {
  float: left;
  width: 100px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #171717;
}
.c_type .reservation-t .resert-ul {
  float: left;
  width: 1100px;
  overflow: hidden;
}
.c_type .reservation-t .resert-ul li {
  float: left;
  min-width: 100px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.c_type .reservation-t .resert-ul li a {
  font-size: 16px;
  color: #171717;
}
.c_type .reservation-t .resert-ul .resert-li {
  background-color: #eaeff9;
  border-radius: 20px;
}
.c_type .reservation-t .resert-ul .resert-li a {
  color: #2d64c9;
}
/* 筛选条件  end*/
/* 体育馆列表 staart */
.reservation-y .content_item {
  width: 386px;
  height: 100%;
  float: left;
  margin-top: 40px;
  margin-left: 20px;
}
.reservation-y .content_item .venue_img {
  width: 100%;
  height: 210px;
}
.reservation-y .content_item .venue_img img {
  width: 100%;
  height: 100%;
}
.reservation-y .content_item .venue_name {
  width: 100%;
  height: 50px;
  background-color: #2d64c9;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  overflow: hidden;
}
.reservation-y .content_item .venue_name .name {
  float: left;
  padding-left: 15px;
}
.reservation-y .content_item .venue_name .evaluate {
  margin-right: 15px;
  float: right;
  margin-top: 13px;
}
.reservation-y .content_item .venue_serve {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  border: solid 1px #e5e5e5;
}
.reservation-y .content_item .venue_serve .serve {
  width: 360px;
  font-size: 14px;
  color: #252525;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  margin-top: 20px;
}
.reservation-y .content_item .venue_serve .site {
  width: 295px;
  font-size: 14px;
  color: #252525;
  opacity: 0.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  margin-top: 10px;
}
.reservation-y .content_item .venue_serve .site img {
  vertical-align: middle;
}
/* 体育馆列表 end */
