html{
  padding-bottom: 170px;
}
.ticketTxt h2{
  font-size: 36px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
}
.ticketTxt .item {
  padding-bottom: 30px;
  position: relative;
}
.ticketTxt .item h3{
  font-size:24px;
  font-weight:bold;
  color:#ab6d61;
  padding-bottom: 10px;
}
.ticketTxt .item p{
  font-size: 16px;
  color:#000;
  line-height: 1.7;
}
.ticketTxt .item p span{
  font-weight: bold;
}
.contactTxt{
  overflow: hidden;
  border:12px solid #ab6d61;
  padding: 28px 0;
  border-image: -webkit-linear-gradient(left,#eab699,#bf8468) 30 30;
  border-image: -moz-linear-gradient(right,#eab699,#bf8468) 30 30;
  border-image: linear-gradient(right,#eab699,#bf8468) 30 30; 
}
.contactTxt .tit{
  width: 280px;
  float: left;
  text-align: center;
  line-height: 96px;
  font-size: 36px;
  color:#bf8468;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(234,182,153)), to(rgb(191,132,104)));
  -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
  -webkit-text-fill-color: transparent; 
}
.contactTxt  img{
  float: left;
  width: 96px;
  vertical-align: top;;
}
.contactTxt .txt{
  overflow: hidden;
  padding-left: 70px;
  font-size: 16px;
  color:#ab6d61;
  line-height: 30px;
  padding-top: 18px;
}
/* 票列表 */
.gaiTicket .ticketList{
  background: url(../images/ticketBg.jpg) no-repeat top right;
  min-width: 1200px;
  margin-bottom: 40px;
}
.ticketList .ticketListCnt{
  width: 816px;
  margin: 0 auto;
  overflow: hidden;
  padding: 45px 67px 10px 317px
}
.ticketListCnt .item{
  float: left;
  width: 386px;
  height: 160px;
  margin: 0 11px 35px 11px;
  position: relative;
}
.ticketListCnt .item img{
  vertical-align: top;
}
.ticketListCnt .item .price{
  position: absolute;
  left: 20px;
  top: 110px;
  font-size: 24px;
  color:#fff;
  font-weight: bold;
}
.ticketListCnt .item .vipTicket .price{
  color:#666633;
}

