main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%; }

.luyou-news {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .luyou-news .news-ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px; }
    .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: 270px; }
        .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-tomore {
  margin-top: 40px;
  border-radius: 4px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  width: 100%;
  height: 40px;
  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; }

.hang-news {
  background: #ededed;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .hang-news .newsBac1 {
    background: url(../Image/bacnew.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .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: 100px;
      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 a {
          width: 100%;
          height: 100%;
          display: block;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #181717;
          font-weight: normal;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 25px; }
        .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; }

.news-title {
  position: relative;
  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:before {
    width: 10%;
    height: 3px;
    background: #797979;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0; }
  .news-title:after {
    width: 10%;
    height: 3px;
    background: #797979;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0; }
  .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); }

.news-w2 {
  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 {
  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; }

.caigou-q {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px; }
  .caigou-q .news-ul {
    width: 100%;
    height: auto;
    padding-top: 50px;
    overflow: hidden; }
    .caigou-q .news-ul li {
      width: 48%;
      float: left;
      margin-right: 4%;
      padding: 20px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      margin-bottom: 30px;
      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: 18px;
        color: #242424;
        font-weight: lighter;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .caigou-q .news-ul li a div:last-child {
        height: 50px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #7e7e7e;
        font-weight: lighter;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .caigou-q .news-ul li:nth-child(2n) {
      margin-right: 0; }

.news-title2 {
  width: 100%;
  text-align: left;
  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-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; }

.page {
  background: #333;
  line-height: 40px;
  color: white; }
  .page .current {
    background: #e71500 !important; }
  .page a {
    background: none;
    color: white;
    border: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }
    .page a:hover {
      background: #e70014; }

/*# sourceMappingURL=news.css.map */
