main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%; }

@media screen and (max-width: 1200px) {
  .header-add {
    height: 80px; }

  header {
    height: 80px; }
    header .header-mid li a {
      line-height: 80px; }

  .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) {
  .pc-header {
    display: none; }

  .mobile-header {
    display: block; }

  .header-mobile {
    display: block; }

  .header-add {
    height: 60px; }

  header {
    height: 60px; }
    header .header-left {
      width: 157px;
      margin-left: 15px; }
    header .header-mid {
      display: none; }
      header .header-mid:last-child {
        margin-right: 0; }
    header .header-right div:first-child {
      line-height: 60px;
      display: block; }
    header .header-right div:last-child {
      line-height: 60px; } }
@media screen and (max-width: 768px) {
  .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); } }

/*# sourceMappingURL=header-media.css.map */
