@charset "UTF-8";
@font-face {
  font-family: 'thyFont1';
  src: url("../fonts/simpds.ttf"); }
@font-face {
  font-family: 'thyFont2';
  src: url("../fonts/BEBAS.ttf"); }
@font-face {
  font-family: 'thyFont3';
  src: url("../fonts/Questrial-Regular.ttf"); }
main {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  *zoom: 1; }
  main:before, main:after {
    content: " ";
    display: table; }
  main:after {
    clear: both; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

/*样式重置*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

ins {
  text-decoration: none; }

li {
  list-style: none; }

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  border: 0;
  padding: 0;
  margin: 0;
  *font-size: 100%;
  line-height: 1.2; }

a img, img {
  -ms-interpolation-mode: bicubic; }

sub, sup {
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

pre {
  white-space: pre-wrap; }

textarea {
  resize: none;
  overflow: auto; }

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: 0; }

button, input {
  outline: 0; }

input[type=password]::-ms-reveal {
  display: none; }

input::-ms-clear {
  display: none; }

input:-ms-input-placeholder {
  color: #999; }

/*样式重置*/
@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;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .select-floork .select-floor {
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .select-floork .select-floor li a {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          width: 100%;
          height: 100%;
          display: block;
          line-height: 40px;
          text-align: center;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: #ea590a; }
          .select-floork .select-floor li:hover a {
            color: white; }

  .news-title2 {
    width: 100%;
    text-align: center;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
    .news-title2 a:hover {
      color: #ea590a;
      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: #ea590a; }
        .newsin-main .news-left li .li-left {
          width: 12%;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: #ea590a;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .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;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #616463;
            font-weight: lighter;
            overflow: hidden;
            height: 40px; }
          .newsin-main .news-left li .li-right div:last-child {
            margin-top: 12px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 24px;
        color: #ea590a;
        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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          .newsin-main .news-right li a:hover {
            color: #ea590a; } }
@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;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .select-floork .select-floor {
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .select-floork .select-floor li a {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          width: 100%;
          height: 100%;
          display: block;
          line-height: 40px;
          text-align: center;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: #ea590a; }
          .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: #ea590a; }
        .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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .luyou-news .news-ul li .news-time {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .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 #ea590a; }
            .luyou-news .news-ul2 li:hover .li-left div:first-child {
              background: #ea590a; }
            .luyou-news .news-ul2 li:hover .li-left div:last-child {
              color: #ea590a; }
          .luyou-news .news-ul2 li:hover .li-right div:first-child a {
            color: #ea590a; }
        .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;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          .luyou-news .news-ul2 li .li-left div:first-child {
            width: 100%;
            line-height: 50px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
          .luyou-news .news-ul2 li .li-left div:last-child {
            width: 100%;
            line-height: 30px;
            text-align: center;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
            .luyou-news .news-ul2 li .li-right div:first-child a {
              width: 100%;
              height: 100%;
              display: block;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
    .news-title a:hover {
      color: #ea590a;
      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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .hang-news .news-ul li .news-tit {
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
    .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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    width: 100%;
    height: 40px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 24px;
      color: #ea590a; }
    .news-tomore span:last-child {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 18px;
      color: #ea590a;
      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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 22px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    height: 22px;
    background: #ea590a;
    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;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: #ea590a; }
        .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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .luyou-news .news-ul li .news-time {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .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 #ea590a; }
            .luyou-news .news-ul2 li:hover .li-left div:first-child {
              background: #ea590a; }
            .luyou-news .news-ul2 li:hover .li-left div:last-child {
              color: #ea590a; }
          .luyou-news .news-ul2 li:hover .li-right div:first-child a {
            color: #ea590a; }
        .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;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          .luyou-news .news-ul2 li .li-left div:first-child {
            width: 100%;
            line-height: 50px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
          .luyou-news .news-ul2 li .li-left div:last-child {
            width: 100%;
            line-height: 30px;
            text-align: center;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
            .luyou-news .news-ul2 li .li-right div:first-child a {
              width: 100%;
              height: 100%;
              display: block;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    width: 100%;
    height: 40px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 26px;
    color: #ea590a;
    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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 20px;
      color: #ea590a; }
    .news-tomore span:last-child {
      display: none;
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 18px;
      color: #ea590a;
      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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .hang-news .news-ul li .news-tit {
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
    .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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
    .news-title2 a:hover {
      color: #ea590a;
      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: #ea590a; }
        .newsin-main .news-left li .li-left {
          display: none;
          width: 12%;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: #ea590a;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .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;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #616463;
            font-weight: lighter;
            overflow: hidden;
            height: 40px;
            overflow: hidden; }
          .newsin-main .news-left li .li-right div:last-child {
            display: none;
            margin-top: 12px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 22px;
        color: #ea590a;
        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;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          .newsin-main .news-right li a:hover {
            color: #ea590a; } }

@media screen and (max-width: 1400px) and (min-width: 1200px){
  main {
    max-width: 1200px;
  }
}
