body,
html {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.clear {
  overflow: hidden;
  clear: both;
}
.list-top-wrap {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.list-top-wrap .left-box {
  width: 258px;
  overflow: hidden;
  float: left;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(58, 56, 53, 0.26);
  padding-top: 22px;
  padding-bottom: 22px;
}
.list-top-wrap .left-box .left-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dashed #c3bdbd;
  margin: 0 11px;
  margin-bottom: 11px;
}
.list-top-wrap .left-box .left-item .item-title {
  font-size: 16px;
  color: #ff9623;
  margin-bottom: 11px;
  overflow: hidden;
}
.list-top-wrap .left-box .left-item .item-title span {
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url('../images/wz-icon.png') no-repeat center;
  margin-right: 0px;
  float: left;
}
.list-top-wrap .left-box .left-item ul {
  overflow: hidden;
  padding-left: 15px;
  margin-bottom: 12px;
}
.list-top-wrap .left-box .left-item ul li {
  float: left;
  font-size: 14px;
  position: relative;
  line-height: 20px;
  padding: 0px 9px;
}
.list-top-wrap .left-box .left-item ul li a {
  color: #333333;
}
.list-top-wrap .left-box .left-item ul li:after {
  content: '';
  width: 2px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 3px;
  background-image: url('../images/left-item-bg.jpg');
}
.list-top-wrap .left-box .left-item ul li:last-child:after {
  display: none;
}
.list-top-wrap .left-box .left-item:last-child {
  margin-bottom: 0;
}
.list-top-wrap .middle-box {
  width: 95%;
  height: 438px;
  float: left;
  margin-left: 20px;
}
.list-top-wrap .right-box {
  width: 283px;
  float: left;
  margin-left: 20px;
}
.list-top-wrap .right-box img {
  width: 100%;
  height: 213px;
  border: 1px solid #f16905;
}
.list-top-wrap .right-box img:nth-of-type(1) {
  margin-bottom: 8px;
}
/*跟团游列表*/
.gt-wrap-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 75px;
}
.gt-wrap-list .title-nav {
  width: 100%;
  overflow: hidden;
  background: url('../images/gty_bg.png') left top no-repeat;
  position: relative;
}
.gt-wrap-list .title-nav .line {
  width: 100%;
  height: 1px;
  background: #878787;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gt-wrap-list .title-nav ul {
  float: right;
  overflow: hidden;
  margin-top: 13px;
  position: relative;
  z-index: 9;
}
.gt-wrap-list .title-nav ul li {
  padding: 0 24px;
  float: left;
  font-size: 16px;
  line-height: 16px;
}
.gt-wrap-list .title-nav ul li a {
  color: #878787;
  padding: 7px 28px;
  margin-bottom: 10px;
  display: inline-block;
}
.gt-wrap-list .title-nav ul li.active {
  border-bottom: 3px solid #fed904;
  font-weight: bold;
  position: relative;
  top: 1px;
}
.gt-wrap-list .title-nav ul li.active a {
  color: #171717;
  background: #fed904;
  border-radius: 5px;
}
.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 .lst-box {
  overflow: hidden;
  width: 100%;
}
.gt-wrap-list .lst-box > ul {
  overflow: hidden;
  margin-top: 40px;
}
.gt-wrap-list .lst-box > ul > li {
  width: 280px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  float: left;
  margin-right: 25px;
  margin-bottom: 26px;
}
.gt-wrap-list .lst-box > ul > li .img-box {
  width: 100%;
  height: 178px;
  background-image: url('../images/test_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.gt-wrap-list .lst-box > ul > li .img-box .tips {
  width: 108px;
  height: 23px;
  font-size: 14px;
  color: #fff;
  background: #e5004f;
  text-align: center;
  border-radius: 0 9px 9px 0;
  margin-top: 16px;
  line-height: 23px;
}
.gt-wrap-list .lst-box > ul > li .img-box dl {
  overflow: hidden;
  clear: both;
  padding: 0 5px;
  box-sizing: border-box;
  transition: all 1s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
}
.gt-wrap-list .lst-box > ul > li .img-box dl dd {
  padding: 1px 4px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  background: #37bb41;
  margin-bottom: 2px;
}
.gt-wrap-list .lst-box > ul > li h3 {
  font-size: 16px;
  color: #171717;
  padding: 0 19px;
  line-height: 19px;
  margin-top: 26px;
  margin-bottom: 13px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 38px;
}
.gt-wrap-list .lst-box > ul > li .price {
  overflow: hidden;
  padding: 0 19px;
}
.gt-wrap-list .lst-box > ul > li .price span.jiage {
  font-size: 25px;
  color: #e5004f;
  font-weight: bold;
}
.gt-wrap-list .lst-box > ul > li .price span.jiage:before {
  content: '￥';
  font-size: 13px;
}
.gt-wrap-list .lst-box > ul > li .price span.old-jiage {
  font-size: 13px;
  color: #878787;
  padding-left: 11px;
  text-decoration: line-through;
}
.gt-wrap-list .lst-box > ul > li .price button {
  display: block;
  width: 87px;
  height: 26px;
  background: #fed904;
  font-size: 12px;
  color: #171717;
  border: none;
  float: right;
  margin-top: 5px;
  outline: none;
}
.gt-wrap-list .lst-box > ul > li .info-desc {
  padding: 0 20px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #777;
}
.gt-wrap-list .lst-box > ul > li .item-bottom {
  overflow: hidden;
  background: #384042;
  padding: 14px 0;
  margin-top: 10px;
}
.gt-wrap-list .lst-box > ul > li .item-bottom > ul {
  overflow: hidden;
  margin-top: 0;
}
.gt-wrap-list .lst-box > ul > li .item-bottom > ul > li {
  width: 33.33%;
  float: left;
  background: #384042;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.gt-wrap-list .lst-box > ul > li .item-bottom > ul > li span {
  display: inline-block;
  margin-right: 7px;
}
.gt-wrap-list .lst-box > ul > li .item-bottom > ul li:nth-of-type(1) span {
  width: 13px;
  height: 9px;
  background: url('../images/css_sprites.png') -1110px -197px;
}
.gt-wrap-list .lst-box > ul > li .item-bottom > ul li:nth-of-type(2) span {
  width: 13px;
  height: 10px;
  background: url('../images/css_sprites.png') -1077px -197px;
}
.gt-wrap-list .lst-box > ul > li .item-bottom > ul li:nth-of-type(3) span {
  width: 13px;
  height: 13px;
  background: url('../images/css_sprites.png') -1044px -197px;
}
.gt-wrap-list .lst-box > ul > li .item-bottom > ul > li:after {
  content: '|';
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.gt-wrap-list .lst-box > ul > li .item-bottom > ul > li:last-child:after {
  display: none;
}
.gt-wrap-list .lst-box > ul > li:hover .img-box dl {
  height: auto;
}
.gt-wrap-list .lst-box > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
.swiper-pagination-bullet-active {
  background: #f1bc05;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.height136 {
  height: 80px;
  overflow: hidden;
  clear: both;
}
/*# sourceMappingURL=list-line.css.map */