/*跟团游列表*/
.gt-wrap-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 75px;
}
.gt-wrap-list .spot-title1 {
  height: 70px;
  background: url('../images/spot-title1.png') no-repeat left center, url('../images/spot-title1-right.png') no-repeat right 40px;
}
.gt-wrap-list .spot-title2 {
  height: 70px;
  background: url('../images/spot-title2.png') no-repeat left center;
}
.gt-wrap-list .spot-box > ul > li h3 {
  padding: 0;
  margin: 23px 0 !important;
  line-height: 26px;
  height: auto;
  font-size: 20px;
  padding: 0 18px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gt-wrap-list .spot-box > ul > li h3 span {
  display: inline-block;
  width: 148px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gt-wrap-list .spot-box > ul > li h3 strong {
  font-size: 25px;
  font-weight: bold;
  color: #e5004f;
  float: right;
}
.gt-wrap-list .spot-box > ul > li h3 strong:before {
  content: '￥';
  font-size: 13px;
}
.gt-wrap-list .spot-box > ul > li h3 strong:after {
  content: '起';
  font-size: 13px;
  color: #878787;
  margin-left: 5px;
}
/*# sourceMappingURL=list-spot-ticket.css.map */