@charset "UTF-8";
@import url(swiper-3.4.1.min.css);
* {
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'MicrosoftYaHei', 微软雅黑,serif; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

a {
  color: #333; }

a:hover {
  color: #ba0100; }

.clear {
  clear: both;
  *height: 1%; }
  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

img {
  display: block;
  background-color: #c8c8c8; }

li {
  list-style: none; }

.lf {
  float: left; }

.rt {
  float: right; }

input, select {
  -webkit-appearance: none; }

body {
  font-size: 18px;
  position: relative;
  color: #333; }
  @media screen and (max-width: 1450px) {
    body {
      font-size: 18px; } }

[v-cloak] {
  display: none; }

.scaleChange:hover {
  animation: imgScale 1s;
  animation-fill-mode: forwards;
  transform: scale(1.1); }

@keyframes imgScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@-webkit-keyframes imgSale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.htmlgray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none; }

.springfestival .left {
  float: left;
  background: url("../images/top.png") no-repeat left top;
  width: 942px; }
  .springfestival .left .news .img_title {
    background: none;
    margin: 8px auto; }
  .springfestival .left .news ul {
    width: 464px;
    background: url("../images/bg.png") no-repeat top center;
    margin-top: 35px;
    padding: 0 13px;
    margin-bottom: 5px;
    box-sizing: border-box;
    min-height: 553px; }
    .springfestival .left .news ul .img {
      position: relative;
      width: 100%;
      height: 252px;
      margin-bottom: 7px; }
      .springfestival .left .news ul .img img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        min-width: 100%;
        object-fit: cover; }
      .springfestival .left .news ul .img .title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#33000000, endColorstr=#33000000);
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        text-align: left;
        height: 44px;
        line-height: 44px;
        padding-left: 22px;
        padding-right: 22px;
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .springfestival .left .news ul li {
      font-size: 18px;
      line-height: 35px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .springfestival .left .news ul.lf {
    float: left; }
  .springfestival .left .news ul.rt {
    float: right; }
  .springfestival .left .img_list {
    position: relative;
    background: url("../images/bg2.png") repeat-x left top;
    height: 244px; }
    .springfestival .left .img_list .img_title {
      position: absolute;
      background: none;
      top: 28px;
      left: 22px; }
    .springfestival .left .img_list .list {
      float: right;
      width: 822px;
      height: 177px;
      overflow: hidden;
      margin-top: 37px; }
      .springfestival .left .img_list .list .swiper-container {
        width: 1060px; }
        .springfestival .left .img_list .list .swiper-container .swiper-slide {
          width: 265px; }
        .springfestival .left .img_list .list .swiper-container .img {
          position: relative;
          width: 238px;
          height: 148px; }
          .springfestival .left .img_list .list .swiper-container .img img {
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            min-width: 100%;
            object-fit: cover; }
        .springfestival .left .img_list .list .swiper-container .title {
          width: 238px; }

.springfestival .right {
  float: right;
  width: 446px; }
  .springfestival .right img {
    width: 100%; }
  .springfestival .right .ad {
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 12px;
    overflow: hidden; }
    .springfestival .right .ad img {
      position: absolute;
      height: 100%;
      top: 0;
      min-width: 100%;
      left: 50%;
      transform: translate(-50%, 0); }
    .springfestival .right .ad .adSign {
      position: absolute;
      bottom: 2px;
      left: 2px;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#77000000, endColorstr=#77000000);
      background: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 0 5px;
      font-size: 12px;
      border-radius: 2px;
      z-index: 20; }

.springfestival_top {
  margin-top: 20px; }

.springfestival_top .left {
  float: left;
  width: 713px; }
  .springfestival_top .left .img {
    position: relative;
    width: 100%;
    height: 365px; }
    .springfestival_top .left .img img {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      min-width: 100%;
      object-fit: cover; }
    .springfestival_top .left .img .title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#33000000, endColorstr=#33000000);
      background-color: rgba(0, 0, 0, 0.3);
      color: white;
      text-align: left;
      height: 50px;
      line-height: 50px;
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box;
      font-size: 18px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }

.springfestival_top .right {
  float: right;
  width: 662px; }
  .springfestival_top .right ul:first-child {
    margin-bottom: 19px; }
  .springfestival_top .right ul li {
    background: url("../images/dot.png") no-repeat left center;
    padding-left: 19px;
    line-height: 41px;
    font-size: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .springfestival_top .right ul li.bold {
      font-size: 27px;
      font-weight: bold;
      background: none;
      padding-left: 0;
      margin-bottom: 10px; }
  .springfestival_top .right .img_list {
    width: 100%;
    margin-top: 17px; }
    .springfestival_top .right .img_list .img {
      float: right;
      position: relative;
      width: 312px;
      height: 180px;
      margin-left: 28px; }
      .springfestival_top .right .img_list .img:last-child {
        margin-left: 0; }
      .springfestival_top .right .img_list .img img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        min-width: 100%;
        object-fit: cover; }
      .springfestival_top .right .img_list .img .title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#33000000, endColorstr=#33000000);
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        font-size: 16px;
        text-align: left;
        line-height: 20px;
        box-sizing: border-box;
        padding: 8px 12px 8px 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }

/*# sourceMappingURL=springfestival.css.map */
