.ticket-banner{
  width: 100%;
  height: auto;
}
.ticket-notice{
  width: 1366px;
  margin: 0 auto;
  text-align: center;
}
.ticket-notice-title{
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  color: #333;
  margin-top: 50px;
}
.ticket-notice-content{
  font-size: 14px;
  line-height: 48px;
  margin-top: 28px;
  text-align: center;
  font-weight: 400;
  color: #333;
}
.ticket-notice-detail{
  font-size: 14px;
  color: #4C7D93;
  margin-top: 18px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.ticket-info{
  background: #F5F5F5;
  padding: 70px 0;
  margin-top: 60px;
}
.ti-container{
  width: 1400px;
  margin: 0 auto;
}
.ti-wrap{
  width: 45%;
  float: left;
}
.ti-wrap:first-child{
  margin-right: 10%;
}
.til-title-txt{
  font-size: 38px;
  line-height: 56px;
  color: #333;
  font-weight: 400;
  float: left;
}
.til-title-txt p{
  float: left;
}
.til-title span{
  font-size: 14px;
  margin-left: 34px;
  float: left;
}
.til-title-weather{
  float: right;
  line-height: 56px;
}
.til-title-weather img{
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 10px;
}
.til-title-weather span{
  float: left;
  font-size: 14px;
  color: #008C8C;
  margin-left: 10px;
}
.til-content{
  font-size: 12px;
  color: #333;
  margin-top: 50px;
  line-height: 22px;
  padding-right: 30px;
}
.til-time{
  color: #333;
  margin-top: 38px;
}
.til-time-list{
  width: 33.33%;
  text-align: center;
  float: left;
}
.til-time-txt{
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 16px;
}
.til-time-label{
  font-size: 12px;
}

.index-info-content{
}
.tir-title{
  position: relative;
}
.index-news-title{
  font-size: 38px;
  color: #333;
  font-weight: 400;
}
.index-news-title img{
  height: 60px;
  width: auto;
  float: left;
}
.index-news-title p{
  margin: 0 24px;
  float: left;
}
.tir-more{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #4C7D93;
  cursor: pointer;
  text-decoration: underline;
}
.index-news-wrap2{
  margin: 30px 0 0;
}
.index-news-list2{
  font-size: 12px;
  line-height: 54px;
  color: #333;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}
.index-news-list2::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #333;
  position: absolute;
  top: 21px;
  left: 8px;
}
.index-news-list2 p{
  float: left;
  width: calc(100% - 140px);
}
.tir-time{
  font-size: 12px;
  color: #333;
  float: left;
}

.ticket-qrcode{
  width: 1400px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 120px;
}
.tq-wrap{
  width: calc(50% - 38px);
  float: left;
  height: 520px;
  background: #f5f5f5;
  display: table;
}
.tq-wrap:first-child{
  margin-right: 76px;
}
.tq-wrap:first-child .tql-title{
  background: #3c8a8b;
}
.tql-title{
  padding: 0 40px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  background: #567c91;
  display: table-cell;
  width: 110px;
  text-align: center;
  height: 520px;
  vertical-align: middle;
}
.tql-content{
  display: table-cell;
  text-align: center;
  padding-top: 36px;
}

.tql-content img{
  width: 400px;
  height: auto;
  margin: 0 auto;
}
.tql-content a{
  font-size: 12px;
  color: #4C7D93;
  margin-top: 22px;
  font-size: #4C7D93;
  display: inline-block;
  text-decoration: underline;
}
.tqr-link {
  margin: 0 auto;
  width: 360px;
}
.tqr-link a{
  float: left;
}
.tqr-link a:nth-child(2){
  float: right;
}