/* intro-wrap */
.intro-wrap {
  overflow: hidden;
  margin-bottom: 30px; }

.intro-swiper {
  width: 520px;
  height: 288px; }
  .intro-swiper .swiper-container-1 .swiper-slide__cover {
    display: block;
    width: 520px;
    height: 288px; }
  .intro-swiper .swiper-container-1 .swiper-slide__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding: 0 54px 0 14px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .intro-swiper .swiper-container-1 .swiper-pagination {
    text-align: right;
    padding-right: 14px;
    box-sizing: border-box; }
    .intro-swiper .swiper-container-1 .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: #d90107;
      border-radius: 50%;
      opacity: 1; }
    .intro-swiper .swiper-container-1 .swiper-pagination .swiper-pagination-bullet-active {
      width: 40px;
      border-radius: 5px; }

.intro-content {
  width: 540px; }
  .intro-content__text {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding-top: 29px; }

/* hot-ticket */
.hot-ticket {
  position: relative;
  margin-bottom: 44px; }

.hot-ticket-swiper {
  padding-top: 20px; }
  .hot-ticket-swiper .swiper-container-2 {
    height: 487px; }
    .hot-ticket-swiper .swiper-container-2 .swiper-slide {
      width: 252px; }
      .hot-ticket-swiper .swiper-container-2 .swiper-slide__cover {
        display: block;
        width: 252px;
        height: 400px; }
        .hot-ticket-swiper .swiper-container-2 .swiper-slide__cover img {
          width: 100%;
          height: 100%; }
      .hot-ticket-swiper .swiper-container-2 .swiper-slide__bottom {
        width: 252px;
        height: 83px;
        background-color: #efefef;
        margin-top: 4px; }
      .hot-ticket-swiper .swiper-container-2 .swiper-slide__name {
        width: 100%;
        font-size: 16px;
        color: #333;
        line-height: 16px;
        text-align: center;
        padding: 15px 0 18px 0; }
      .hot-ticket-swiper .swiper-container-2 .swiper-slide__money {
        height: 34px; }
        .hot-ticket-swiper .swiper-container-2 .swiper-slide__money__item {
          display: inline-block;
          font-size: 14px;
          color: #fff;
          line-height: 34px;
          text-align: center; }
        .hot-ticket-swiper .swiper-container-2 .swiper-slide__money__item--high {
          width: 140px;
          background-color: #d90107; }
        .hot-ticket-swiper .swiper-container-2 .swiper-slide__money__item--value {
          width: 104px;
          background-color: #f9bd01; }

.swiper-button-wrap {
  position: absolute;
  top: 9px;
  right: 7px;
  width: 250px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px; }
  .swiper-button-wrap__text {
    font-size: 14px;
    color: #6b3612;
    line-height: 40px;
    padding-left: 24px; }
  .swiper-button-wrap .swiper-button-prev,
  .swiper-button-wrap .swiper-button-next {
    width: 26px;
    height: 26px;
    top: 7px;
    left: auto;
    margin-top: 0; }
    .swiper-button-wrap .swiper-button-prev::after,
    .swiper-button-wrap .swiper-button-next::after {
      content: ''; }
  .swiper-button-wrap .swiper-button-prev {
    right: 50px;
    background-image: url("../icon/swiper-prev-active.png"); }
  .swiper-button-wrap .swiper-button-next {
    right: 16px;
    background-image: url("../icon/swiper-next-active.png"); }
  .swiper-button-wrap .swiper-button-prev.swiper-button-disabled {
    background-image: url("../icon/swiper-prev.png"); }
  .swiper-button-wrap .swiper-button-next.swiper-button-disabled {
    background-image: url("../icon/swiper-next.png"); }

/* news-wrap */
.news-list {
  padding-top: 32px; }

.news-list-item {
  display: block;
  overflow: hidden;
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 25px; }
  .news-list-item__time {
    float: left;
    width: 82px;
    height: 92px;
    margin-bottom: 27px; }
  .news-list-item__time-day {
    font-size: 30px;
    color: #d90107;
    line-height: 1;
    padding: 23px 0 17px 0;
    text-align: center;
    background-color: #f3f3f3; }
  .news-list-item__time-year {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    text-align: center;
    background-color: #e3e3e3; }
  .news-list-item__content {
    float: left;
    padding-left: 18px;
    width: 980px; }
  .news-list-item__content-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 12px; }
  .news-list-item__content-intro {
    font-size: 14px;
    color: #989898;
    line-height: 26px; }

/*# sourceMappingURL=immediately.css.map */
