main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%; }

@media screen and (max-width: 1200px) {
  main {
    max-width: 970px !important; }

  .select-floork {
    opacity: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }
    .select-floork .select-floor {
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      width: 100%;
      height: auto;
      box-sizing: border-box;
      border: 1px solid #dcdcdc;
      z-index: 9999;
      position: relative;
      margin-top: -30px;
      overflow: hidden; }
      .select-floork .select-floor li {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        width: 33.33%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 1px solid #dcdcdc;
        float: left;
        background: #fafafa;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; }
        .select-floork .select-floor li a {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          width: 100%;
          height: 100%;
          display: block;
          line-height: 40px;
          text-align: center;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #292929;
          font-weight: lighter; }
        .select-floork .select-floor li:last-child {
          border-right: none; }
        .select-floork .select-floor li:hover {
          background: #e70014; }
          .select-floork .select-floor li:hover a {
            color: white; }

  .news-title2 {
    width: 100%;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 36px;
    color: #3a3a3a;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold; }
    .news-title2 a {
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s; }
    .news-title2 a:hover {
      color: #e70014;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

  .newsin-main {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .newsin-main .news-left {
      width: 65%;
      float: left;
      overflow: hidden; }
      .newsin-main .news-left li {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        overflow: hidden; }
        .newsin-main .news-left li:hover .li-mid {
          width: 8%; }
        .newsin-main .news-left li:hover .li-right div:last-child {
          color: #db3021; }
        .newsin-main .news-left li .li-left {
          width: 12%;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 30px;
          color: #898989;
          font-weight: lighter;
          float: left;
          margin-right: 2%; }
          .newsin-main .news-left li .li-left span:nth-child(2) {
            display: none; }
          .newsin-main .news-left li .li-left span:nth-child(3) {
            font-size: 14px;
            color: #db3021;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .newsin-main .news-left li .li-mid {
          width: 5%;
          height: 1px;
          background: #898989;
          float: left;
          margin-right: 2%;
          margin-top: 10px;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
        .newsin-main .news-left li .li-right {
          width: 45%;
          float: left; }
          .newsin-main .news-left li .li-right div:first-child {
            width: 100%;
            font-weight: bold;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 22px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .newsin-main .news-left li .li-right div:nth-child(2) {
            margin-top: 12px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #616463;
            font-weight: lighter;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .newsin-main .news-left li .li-right div:last-child {
            margin-top: 12px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 22px;
            color: #ccc;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .newsin-main .news-left li .news-pic {
          width: 25%;
          float: right;
          height: 120px;
          overflow: hidden; }
          .newsin-main .news-left li .news-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
    .newsin-main .news-right {
      width: 30%;
      float: right;
      overflow: hidden;
      background: #eeeeee;
      box-sizing: border-box;
      padding-top: 20px;
      padding-left: 20px;
      padding-bottom: 20px;
      padding-right: 20px; }
      .newsin-main .news-right div {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 24px;
        color: #e70014;
        font-weight: lighter;
        padding-top: 10px;
        padding-bottom: 10px; }
      .newsin-main .news-right li {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; }
        .newsin-main .news-right li:hover {
          transform: translateX(8px);
          -ms-transform: translateX(8px);
          -moz-transform: translateX(8px);
          -webkit-transform: translateX(8px);
          -o-transform: translateX(8px); }
        .newsin-main .news-right li a {
          width: 100%;
          height: 100%;
          display: block;
          line-height: 30px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #616463;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: lighter;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
          .newsin-main .news-right li a:hover {
            color: #db3021; } }
@media screen and (max-width: 992px) {
  main {
    max-width: 750px !important; }

  .select-floork {
    display: none;
    opacity: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }
    .select-floork .select-floor {
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      width: 100%;
      height: auto;
      box-sizing: border-box;
      border: 1px solid #dcdcdc;
      z-index: 9999;
      position: relative;
      margin-top: -30px;
      overflow: hidden; }
      .select-floork .select-floor li {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        width: 33.33%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 1px solid #dcdcdc;
        float: left;
        background: #fafafa;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; }
        .select-floork .select-floor li a {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          width: 100%;
          height: 100%;
          display: block;
          line-height: 40px;
          text-align: center;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #292929;
          font-weight: lighter; }
        .select-floork .select-floor li:last-child {
          border-right: none; }
        .select-floork .select-floor li:hover {
          background: #e70014; }
          .select-floork .select-floor li:hover a {
            color: white; }

  .luyou-news {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px; }
    .luyou-news .news-ul {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin-top: 30px; }
      .luyou-news .news-ul li {
        width: 30%;
        margin-right: 5%;
        float: left;
        position: relative; }
        .luyou-news .news-ul li:hover .news-time {
          width: 100px; }
        .luyou-news .news-ul li:hover .news-pic img {
          transform: scale(1.1);
          -ms-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1); }
        .luyou-news .news-ul li:hover .news-tit {
          color: #e70014; }
        .luyou-news .news-ul li:last-child {
          margin-right: 0; }
        .luyou-news .news-ul li .news-pic {
          width: 100%;
          overflow: hidden;
          height: 190px; }
          .luyou-news .news-ul li .news-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .luyou-news .news-ul li .news-time {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          width: 80px;
          height: 50px;
          background: rgba(231, 0, 20, 0.7);
          position: absolute;
          left: 0;
          top: 0;
          padding-top: 10px;
          padding-bottom: 10px; }
          .luyou-news .news-ul li .news-time div:first-child {
            width: 100%;
            line-height: 30px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 22px;
            color: #fff;
            font-weight: bold;
            text-align: center; }
          .luyou-news .news-ul li .news-time div:last-child {
            width: 100%;
            text-align: center;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #fff;
            line-height: 20px;
            font-weight: lighter; }
        .luyou-news .news-ul li .news-tit {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 40px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #181717;
          font-weight: lighter; }
        .luyou-news .news-ul li .news-con {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #7e7e7e; }
    .luyou-news .news-ul2 {
      width: 100%;
      height: auto;
      padding-top: 70px;
      overflow: hidden; }
      .luyou-news .news-ul2 li {
        float: left;
        width: 50%;
        height: 80px;
        margin-bottom: 30px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; }
        .luyou-news .news-ul2 li:hover {
          transform: translateY(-7px);
          -ms-transform: translateY(-7px);
          -moz-transform: translateY(-7px);
          -webkit-transform: translateY(-7px);
          -o-transform: translateY(-7px); }
          .luyou-news .news-ul2 li:hover .li-left {
            border: 1px solid #e70014; }
            .luyou-news .news-ul2 li:hover .li-left div:first-child {
              background: #e70014; }
            .luyou-news .news-ul2 li:hover .li-left div:last-child {
              color: #e70014; }
          .luyou-news .news-ul2 li:hover .li-right div:first-child a {
            color: #e70014; }
        .luyou-news .news-ul2 li .li-left {
          width: 64px;
          height: 80px;
          box-sizing: border-box;
          border: 1px solid #8f8f8f;
          float: left;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
          .luyou-news .news-ul2 li .li-left div:first-child {
            width: 100%;
            line-height: 50px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 36px;
            color: #fff;
            font-weight: bold;
            background: #8f8f8f;
            text-align: center;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
          .luyou-news .news-ul2 li .li-left div:last-child {
            width: 100%;
            line-height: 30px;
            text-align: center;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #8f8f8f;
            font-weight: lighter;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .luyou-news .news-ul2 li .li-right {
          width: 70%;
          height: 100%;
          float: left;
          margin-left: 5%; }
          .luyou-news .news-ul2 li .li-right div:first-child {
            line-height: 30px;
            height: 30px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
            .luyou-news .news-ul2 li .li-right div:first-child a {
              width: 100%;
              height: 100%;
              display: block;
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 18px;
              color: #181717;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .luyou-news .news-ul2 li .li-right div:last-child {
            line-height: 25px;
            height: 50px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #7e7e7e;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }

  .news-title {
    width: 100%;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 36px;
    color: #3a3a3a;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold; }
    .news-title a {
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s; }
    .news-title a:hover {
      color: #e70014;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

  .hang-news {
    background: #ededed;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px; }
    .hang-news .news-ul {
      width: 100%;
      height: auto;
      padding-top: 50px;
      overflow: hidden; }
      .hang-news .news-ul li:first-child {
        float: left; }
      .hang-news .news-ul li:last-child {
        float: right; }
      .hang-news .news-ul li {
        width: 46%;
        position: relative; }
        .hang-news .news-ul li:hover .news-pic img {
          transform: scale(0.9);
          -ms-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -webkit-transform: scale(0.9);
          -o-transform: scale(0.9); }
        .hang-news .news-ul li:hover .news-tit {
          height: 300px;
          line-height: 300px;
          background: rgba(0, 0, 0, 0.7);
          font-size: 24px;
          font-weight: lighter; }
        .hang-news .news-ul li .news-pic {
          width: 100%;
          overflow: hidden;
          height: 300px; }
          .hang-news .news-ul li .news-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .hang-news .news-ul li .news-tit {
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #fff;
          background: rgba(231, 0, 20, 0.7);
          position: absolute;
          bottom: 0;
          left: 0;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
    .hang-news .news-ul2 {
      padding-top: 70px;
      overflow: hidden; }
      .hang-news .news-ul2 li {
        width: 30%;
        margin-right: 5%;
        height: 70px;
        float: left;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s; }
        .hang-news .news-ul2 li:hover {
          transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -webkit-transform: translateY(-10px);
          -o-transform: translateY(-10px); }
        .hang-news .news-ul2 li:last-child {
          margin-right: 0; }
        .hang-news .news-ul2 li .news-pic {
          width: 35%;
          height: 100%;
          overflow: hidden;
          float: left;
          margin-right: 5%; }
          .hang-news .news-ul2 li .news-pic img {
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover; }
        .hang-news .news-ul2 li .news-right {
          width: 60%;
          float: left; }
          .hang-news .news-ul2 li .news-right div:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 30px; }
            .hang-news .news-ul2 li .news-right div:first-child a {
              width: 100%;
              height: 100%;
              display: block;
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 18px;
              color: #181717; }
          .hang-news .news-ul2 li .news-right div:last-child {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            line-height: 20px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #7e7e7e; }

  .news-tomore {
    margin-top: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
    height: 40px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    line-height: 40px; }
    .news-tomore:hover {
      transform: translateX(6px);
      -ms-transform: translateX(6px);
      -moz-transform: translateX(6px);
      -webkit-transform: translateX(6px);
      -o-transform: translateX(6px); }
    .news-tomore span:first-child a {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 24px;
      color: #e70014; }
    .news-tomore span:last-child {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 18px;
      color: #e70014;
      font-weight: lighter;
      line-height: 40px; } }
@media screen and (max-width: 767px) {
  main {
    padding-left: 15px;
    padding-right: 15px; }

  .news-title {
    width: 100%;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 22px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    height: 22px;
    background: #e70014;
    border-radius: 5px; }
    .news-title:before {
      background: #fff; }
    .news-title:after {
      background: #fff; }
    .news-title a {
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      color: #fff; }
    .news-title a:hover {
      color: #fff;
      text-shadow: none; }

  .news-w2 {
    display: none;
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 20px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #575757; }

  .news-w3 {
    display: none;
    width: 62.5%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 12px;
    color: #a8a8a8;
    font-weight: lighter; }

  .luyou-news {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px; }
    .luyou-news .news-ul {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin-top: 20px; }
      .luyou-news .news-ul li {
        width: 100%;
        margin-right: 0%;
        float: none;
        position: relative; }
        .luyou-news .news-ul li:nth-child(2) {
          display: none; }
        .luyou-news .news-ul li:nth-child(3) {
          display: none; }
        .luyou-news .news-ul li:hover .news-time {
          width: 100px; }
        .luyou-news .news-ul li:hover .news-pic img {
          transform: scale(1.1);
          -ms-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1); }
        .luyou-news .news-ul li:hover .news-tit {
          color: #e70014; }
        .luyou-news .news-ul li:last-child {
          margin-right: 0; }
        .luyou-news .news-ul li .news-pic {
          width: 100%;
          overflow: hidden;
          height: 190px; }
          .luyou-news .news-ul li .news-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .luyou-news .news-ul li .news-time {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          width: 80px;
          height: 50px;
          background: rgba(231, 0, 20, 0.7);
          position: absolute;
          left: 0;
          top: 0;
          padding-top: 10px;
          padding-bottom: 10px; }
          .luyou-news .news-ul li .news-time div:first-child {
            width: 100%;
            line-height: 30px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 22px;
            color: #fff;
            font-weight: bold;
            text-align: center; }
          .luyou-news .news-ul li .news-time div:last-child {
            width: 100%;
            text-align: center;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #fff;
            line-height: 20px;
            font-weight: lighter; }
        .luyou-news .news-ul li .news-tit {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 40px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #181717;
          font-weight: lighter; }
        .luyou-news .news-ul li .news-con {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #7e7e7e; }
    .luyou-news .news-ul2 {
      width: 100%;
      height: auto;
      padding-top: 20px;
      overflow: hidden; }
      .luyou-news .news-ul2 li {
        float: left;
        width: 100%;
        height: 80px;
        margin-bottom: 20px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; }
        .luyou-news .news-ul2 li:hover {
          transform: translateY(-7px);
          -ms-transform: translateY(-7px);
          -moz-transform: translateY(-7px);
          -webkit-transform: translateY(-7px);
          -o-transform: translateY(-7px); }
          .luyou-news .news-ul2 li:hover .li-left {
            border: 1px solid #e70014; }
            .luyou-news .news-ul2 li:hover .li-left div:first-child {
              background: #e70014; }
            .luyou-news .news-ul2 li:hover .li-left div:last-child {
              color: #e70014; }
          .luyou-news .news-ul2 li:hover .li-right div:first-child a {
            color: #e70014; }
        .luyou-news .news-ul2 li .li-left {
          width: 64px;
          height: 80px;
          box-sizing: border-box;
          border: 1px solid #8f8f8f;
          float: left;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
          .luyou-news .news-ul2 li .li-left div:first-child {
            width: 100%;
            line-height: 50px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 36px;
            color: #fff;
            font-weight: bold;
            background: #8f8f8f;
            text-align: center;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
          .luyou-news .news-ul2 li .li-left div:last-child {
            width: 100%;
            line-height: 30px;
            text-align: center;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #8f8f8f;
            font-weight: lighter;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .luyou-news .news-ul2 li .li-right {
          width: 70%;
          height: 100%;
          float: left;
          margin-left: 5%; }
          .luyou-news .news-ul2 li .li-right div:first-child {
            line-height: 30px;
            height: 30px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
            .luyou-news .news-ul2 li .li-right div:first-child a {
              width: 100%;
              height: 100%;
              display: block;
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 16px;
              color: #181717;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .luyou-news .news-ul2 li .li-right div:last-child {
            line-height: 25px;
            height: 50px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #7e7e7e;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }

  .news-tomore {
    margin-top: 10px;
    background: none;
    border-radius: 4px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
    height: 40px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 26px;
    color: #e70014;
    font-weight: lighter;
    text-align: center;
    line-height: 40px; }
    .news-tomore:hover {
      transform: translateX(6px);
      -ms-transform: translateX(6px);
      -moz-transform: translateX(6px);
      -webkit-transform: translateX(6px);
      -o-transform: translateX(6px);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
    .news-tomore span:first-child a {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 20px;
      color: #e70014; }
    .news-tomore span:last-child {
      display: none;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 18px;
      color: #e70014;
      font-weight: lighter;
      line-height: 40px; }

  .hang-news {
    background: #ededed;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
    .hang-news .news-ul {
      width: 100%;
      height: auto;
      padding-top: 20px;
      overflow: hidden; }
      .hang-news .news-ul li:first-child {
        float: left; }
      .hang-news .news-ul li:last-child {
        display: none;
        float: right; }
      .hang-news .news-ul li {
        width: 100%;
        position: relative; }
        .hang-news .news-ul li:hover .news-pic img {
          transform: scale(0.9);
          -ms-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -webkit-transform: scale(0.9);
          -o-transform: scale(0.9); }
        .hang-news .news-ul li:hover .news-tit {
          height: 300px;
          line-height: 300px;
          background: rgba(0, 0, 0, 0.7);
          font-size: 24px;
          font-weight: lighter; }
        .hang-news .news-ul li .news-pic {
          width: 100%;
          overflow: hidden;
          height: 300px; }
          .hang-news .news-ul li .news-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .hang-news .news-ul li .news-tit {
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #fff;
          background: rgba(231, 0, 20, 0.7);
          position: absolute;
          bottom: 0;
          left: 0;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
    .hang-news .news-ul2 {
      padding-top: 30px;
      overflow: hidden; }
      .hang-news .news-ul2 li {
        width: 100%;
        margin-right: 0%;
        height: 100px;
        float: left;
        margin-bottom: 20px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s; }
        .hang-news .news-ul2 li:hover {
          transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -webkit-transform: translateY(-10px);
          -o-transform: translateY(-10px); }
        .hang-news .news-ul2 li:last-child {
          margin-right: 0; }
        .hang-news .news-ul2 li .news-pic {
          width: 35%;
          height: 100%;
          overflow: hidden;
          float: left;
          margin-right: 5%; }
          .hang-news .news-ul2 li .news-pic img {
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover; }
        .hang-news .news-ul2 li .news-right {
          width: 60%;
          float: left; }
          .hang-news .news-ul2 li .news-right div:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 25px; }
            .hang-news .news-ul2 li .news-right div:first-child a {
              width: 100%;
              height: 100%;
              display: block;
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 16px;
              color: #181717; }
          .hang-news .news-ul2 li .news-right div:last-child {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            line-height: 25px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #212121; }

  .caigou-q {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 30px; }
    .caigou-q .news-ul {
      width: 100%;
      height: auto;
      padding-top: 20px;
      overflow: hidden; }
      .caigou-q .news-ul li {
        width: 100%;
        float: none;
        margin-right: 0%;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; }
        .caigou-q .news-ul li:hover {
          background: #e1e1e1;
          transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -webkit-transform: translateY(-10px);
          -o-transform: translateY(-10px); }
        .caigou-q .news-ul li a div:first-child {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #242424;
          font-weight: lighter;
          line-height: 20px;
          height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .caigou-q .news-ul li a div:last-child {
          height: 30px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #7e7e7e;
          font-weight: lighter;
          line-height: 30px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden; }
      .caigou-q .news-ul li:nth-child(2n) {
        margin-right: 0; }

  .news-title2 {
    width: 100%;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 24px;
    color: #3a3a3a;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #3a3a3a;
    margin-bottom: 10px; }
    .news-title2 a {
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s; }
    .news-title2 a:hover {
      color: #e70014;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

  .newsin-main {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .newsin-main .news-left {
      width: 100%;
      float: left;
      overflow: hidden; }
      .newsin-main .news-left li {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        overflow: hidden; }
        .newsin-main .news-left li:hover .li-mid {
          width: 8%; }
        .newsin-main .news-left li:hover .li-right div:last-child {
          color: #db3021; }
        .newsin-main .news-left li .li-left {
          display: none;
          width: 12%;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 30px;
          color: #898989;
          font-weight: lighter;
          float: left;
          margin-right: 2%; }
          .newsin-main .news-left li .li-left span:nth-child(2) {
            display: none; }
          .newsin-main .news-left li .li-left span:nth-child(3) {
            font-size: 14px;
            color: #db3021;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .newsin-main .news-left li .li-mid {
          display: none;
          width: 5%;
          height: 1px;
          background: #898989;
          float: left;
          margin-right: 2%;
          margin-top: 10px;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
        .newsin-main .news-left li .li-right {
          width: 60%;
          float: left; }
          .newsin-main .news-left li .li-right div:first-child {
            width: 100%;
            font-weight: bold;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .newsin-main .news-left li .li-right div:nth-child(2) {
            margin-top: 12px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 12px;
            color: #616463;
            font-weight: lighter;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .newsin-main .news-left li .li-right div:last-child {
            display: none;
            margin-top: 12px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 22px;
            color: #ccc;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
        .newsin-main .news-left li .news-pic {
          width: 35%;
          float: right;
          height: 80px;
          overflow: hidden; }
          .newsin-main .news-left li .news-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
    .newsin-main .news-right {
      width: 30%;
      float: right;
      overflow: hidden;
      background: #eeeeee;
      box-sizing: border-box;
      padding-top: 20px;
      padding-left: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      display: none; }
      .newsin-main .news-right div {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 22px;
        color: #e70014;
        font-weight: lighter;
        padding-top: 10px;
        padding-bottom: 10px; }
      .newsin-main .news-right li {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; }
        .newsin-main .news-right li:hover {
          transform: translateX(8px);
          -ms-transform: translateX(8px);
          -moz-transform: translateX(8px);
          -webkit-transform: translateX(8px);
          -o-transform: translateX(8px); }
        .newsin-main .news-right li a {
          width: 100%;
          height: 100%;
          display: block;
          line-height: 30px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #616463;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: lighter;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
          .newsin-main .news-right li a:hover {
            color: #db3021; } }

/*# sourceMappingURL=news-media.css.map */
