@charset "UTF-8";
.infoleft {
  width: 320px;
  float: left;
  height: 540px; }
  .infoleft a.fir {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 20px; }
    .infoleft a.fir:hover {
      background: -webkit-linear-gradient(top, #0098bc, #00d3b7);
      background: -moz-linear-gradient(top, #0098bc, #00d3b7);
      background: linear-gradient(top, #0098bc, #00d3b7);
      background: -ms-linear-gradient(top, #0098bc, #00d3b7);
      color: #ffffff; }
      .infoleft a.fir:hover .title, .infoleft a.fir:hover .cont {
        color: white; }
    .infoleft a.fir img {
      width: 100%;
      height: 204px;
      margin-bottom: 27px; }
    .infoleft a.fir .title {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* 可以显示的行数，超出部分用...表示*/
      -webkit-box-orient: vertical;
      margin-bottom: 22px;
      color: #333333;
      font-size: 26px; }
    .infoleft a.fir .cont {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      /* 可以显示的行数，超出部分用...表示*/
      -webkit-box-orient: vertical;
      margin-bottom: 28px;
      color: #333333; }

.inforight {
  width: 660px;
  height: 542px;
  float: right; }
  .inforight a {
    float: left;
    margin-bottom: 14px;
    display: block;
    width: 324px;
    box-sizing: border-box;
    height: 263px;
    background-color: #ffffff;
    padding: 20px; }
    .inforight a:nth-of-type(2n) {
      float: right; }
    .inforight a:hover {
      background: -webkit-linear-gradient(top, #0098bc, #00d3b7);
      background: -moz-linear-gradient(top, #0098bc, #00d3b7);
      background: linear-gradient(top, #0098bc, #00d3b7);
      background: -ms-linear-gradient(top, #0098bc, #00d3b7);
      color: #ffffff; }
      .inforight a:hover .title, .inforight a:hover .cont {
        color: white; }
    .inforight a .title {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* 可以显示的行数，超出部分用...表示*/
      -webkit-box-orient: vertical;
      margin-bottom: 22px;
      color: #333333;
      font-size: 26px; }
    .inforight a .cont {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      /* 可以显示的行数，超出部分用...表示*/
      -webkit-box-orient: vertical;
      margin-bottom: 28px;
      color: #a3a2a2; }

.bigSw {
  width: 1000px;
  box-sizing: border-box;
  height: 543px;
  background-color: white;
  padding: 18px; }
  .bigSw .swiper-wrapper {
    width: 100%;
    height: 100%; }
  .bigSw .swiper-slide {
    width: 100%;
    height: 100%; }
    .bigSw .swiper-slide .leftImg {
      float: left;
      width: 598px;
      height: 363px; }
      .bigSw .swiper-slide .leftImg img {
        width: 100%;
        height: 100%; }
    .bigSw .swiper-slide .rightcont {
      width: 350px;
      height: 500px;
      padding: 15px 0;
      float: right; }
      .bigSw .swiper-slide .rightcont .title {
        width: 100%;
        font-weight: bold;
        font-size: 30px;
        color: #333333;
        padding-bottom: 18px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px; }
      .bigSw .swiper-slide .rightcont .content {
        width: 100%;
        color: #aaaaaa;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        /* 可以显示的行数，超出部分用...表示*/
        -webkit-box-orient: vertical;
        margin-bottom: 22px; }
      .bigSw .swiper-slide .rightcont .address, .bigSw .swiper-slide .rightcont .phone, .bigSw .swiper-slide .rightcont .opentime {
        width: 100%;
        color: #aaaaaa; }
        .bigSw .swiper-slide .rightcont .address i, .bigSw .swiper-slide .rightcont .phone i, .bigSw .swiper-slide .rightcont .opentime i {
          display: inline-block;
          width: 20px;
          height: 20px;
          position: relative;
          top: 5px;
          margin-right: 10px; }
      .bigSw .swiper-slide .rightcont .address i {
        background: url("../images/address.png") center no-repeat;
        background-size: 100% 100%; }
      .bigSw .swiper-slide .rightcont .phone i {
        background: url("../images/phone.png") center no-repeat;
        background-size: 100% 100%; }
      .bigSw .swiper-slide .rightcont .opentime i {
        background: url("../images/time.png") center no-repeat;
        background-size: 100% 100%; }
      .bigSw .swiper-slide .rightcont .twoBtn {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 40px;
        justify-content: space-between;
        align-items: center; }
        .bigSw .swiper-slide .rightcont .twoBtn a {
          display: block;
          width: 150px;
          height: 40px;
          color: #02836f;
          text-align: center;
          line-height: 40px;
          border: 1px solid  #02836f; }
          .bigSw .swiper-slide .rightcont .twoBtn a:hover {
            background: -webkit-linear-gradient(left, #00cf96, #007497);
            background: -moz-linear-gradient(left, #00cf96, #007497);
            background: linear-gradient(left, #00cf96, #007497);
            background: -ms-linear-gradient(left, #00cf96, #007497);
            color: #ffffff; }

.smallBox {
  position: absolute;
  bottom: 20px;
  left: 20px; }

.smallSw {
  width: 605px;
  height: 123px; }
  .smallSw .swiper-wrapper {
    width: 100%;
    height: 100%; }
  .smallSw .swiper-slide {
    width: 160px;
    height: 100%; }
    .smallSw .swiper-slide img {
      width: 100%;
      height: 100%; }
    .smallSw .swiper-slide.swiper-slide-thumb-active {
      border: 3px solid #02836f; }

.zong {
  width: 1000px;
  height: auto;
  box-sizing: border-box; }
  .zong li {
    width: 480px;
    height: 260px;
    float: left;
    box-sizing: border-box;
    margin: 0 10px 80px 0; }
    .zong li:hover img {
      transform: scale(1.1);
      transition: all 1.4s ease; }
    .zong li a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: white;
      padding-top: 20px; }
      .zong li a img {
        display: block;
        width: 440px;
        margin: 0 auto;
        height: 250px; }
      .zong li a p {
        width: 100%;
        font-weight: bold;
        font-size: 24px;
        box-sizing: border-box;
        background-color: #ffffff;
        padding: 10px 20px; }

.muke a {
  display: block;
  width: 1050px;
  height: 555px; }
  .muke a img {
    width: 100%;
    height: 100%; }

.bendi {
  width: 1080px;
  height: 480px; }
  .bendi li {
    width: 360px;
    height: 240px;
    float: left;
    overflow: hidden; }
    .bendi li:hover img {
      transform: scale(1.1);
      transition: all 2s ease; }
    .bendi li img {
      width: 100%;
      height: 100%; }



.live {
    width: 1100px;
    margin: 0 auto;
}
.live .live-left{
    width: 529px;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}
.live .tab{
    display: block;
    min-width:61px;
    height: 28px;
    line-height: 28px;
    border-radius: 13px;
    font-style: normal;
    text-align: center;
}
.live .tab i{
    display: inline-block;
    width: 13px;
    height: 13px;
}
.live .tab{
    position: absolute;
}
.live .live-left .tab{
    top: 30px;
    left: 30px;
}
.live .live-right .tab{
    top: 10px;
    left: 10px;
}
.live .beginTab{  background-image: linear-gradient(-90deg, #0393cf 0%, #5fcbfe 100%);color: #fff}

.live .endTab{
    width: 70px;
    height: 28px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 13px;
    border: solid 1px rgba(255, 0, 0, 0.38);
    text-align: center;
    color: rgb(255, 0, 0);

}
.live  .noTab{
    width: 70px;
    height: 28px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 13px;
    text-align: center;
    color: #fff;
}
.live .live-left .beginTab i{
    background: url("../images/icon-tagdoing.png");
    background-size: cover;
}

.live .live-left .img{
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.live .live-left .img img,.live .live-right .liveItem .img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.live .live-left .img:hover img,.live .live-right .liveItem .img:hover img{
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;

}
.live .live-left .img .play{
    width: 116px;
    height: 116px;
    background:url("../images/icon-play.png");
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -58px;
    margin-top: -58px;

}
.live .live-left .title{
    font-size: 20px;
    letter-spacing: 1px;

}
.live .live-left .des{
    padding: 22px 0px;
    height: 41px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.live .live-left .time{
    float: left;
    font-size: 14px;
}
.live .live-right{
    float: right;
    width: 554px
}
.live .live-right .liveItem{
    width: 260px;
    height: 195px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin-bottom: 30px;
    margin-right: 15px;
    padding: 10px;
    box-sizing: border-box;

}
.live .live-right .liveItem+.liveItem{
    margin-left: 34px;
}
.live .live-right .liveItem:nth-of-type(3){
    margin-left: 0px;
}

.live .live-right .liveItem .img{
    width: 100%;
    height:145px;
    overflow: hidden;
    position: relative;
}

.live .live-right  .des .title{
    font-size: 16px;
    padding: 7px 20px;
    /*下面是添加内容*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*# sourceMappingURL=index.css.map */
