﻿@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.news {
  margin: 25px auto 0; }
  .news .news-list {
    padding: 0 15px; }
    .news .news-list ul li {
      border: 5px solid #e5e5e5;
      margin-bottom: 15px;
      padding: 15px; }
      .news .news-list ul li img {
        width: 100%;
        position: relative; }
      .news .news-list ul li .content a {
        margin: auto;
        display: block;
        margin-top: 15px;
        width: 130px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #cf000e;
        background: #ffffff;
        box-shadow: 0 0 10px rgba(12, 3, 6, 0.13);
        position: relative;
        z-index: 1; }
        .news .news-list ul li .content a i {
          float: right;
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background: #cf000e;
          color: #fff;
          font-size: 20px;
          transition: ease .65s;
          position: relative;
          z-index: 1; }
      .news .news-list ul li .content h2 {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #040404;
        margin: 15px 0px 35px;
        position: relative;
        height: auto;
        line-height: 22px;
        text-align: center; }
        .news .news-list ul li .content h2:after {
          content: '';
          display: block;
          width: 40px;
          height: 1px;
          background: #cccccc;
          position: absolute;
          left: 50%;
          bottom: -15px;
          margin-left: -20px;
          transition: ease .65s; }
      .news .news-list ul li .content p {
        font-size: 12px;
        line-height: 24px;
        color: #b6b4b5;
        padding: 0 10px; }

@media (min-width: 768px) {
  .news {
    width: 1200px;
    margin: 105px auto 0; }
    .news .news-list ul li {
      width: 1170px;
      height: 255px;
      border: 5px solid #e5e5e5;
      margin-bottom: 60px;
      transition: ease .65s;
      position: relative;
      padding: 0;
      /*基数*/
      /*偶数*/ }
      .news .news-list ul li:last-child {
        margin-bottom: 15px; }
      .news .news-list ul li:after, .news .news-list ul li:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        transition: ease .65s; }
      .news .news-list ul li img {
        width: 525px;
        height: 245px;
        position: relative;
        transition: ease-in-out .65s; }
      .news .news-list ul li .content {
        width: 600px;
        position: absolute; }
        .news .news-list ul li .content a {
          margin: auto;
          display: block;
          margin-top: 15px;
          width: 130px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          color: #cf000e;
          background: #ffffff;
          box-shadow: 0 0 10px rgba(12, 3, 6, 0.13);
          position: relative;
          z-index: 1; }
          .news .news-list ul li .content a:before {
            transition: ease-out .35s;
            content: '';
            display: block;
            width: 0;
            height: 100%;
            background: #cf000e;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1; }
          .news .news-list ul li .content a i {
            float: right;
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #cf000e;
            color: #fff;
            font-size: 20px;
            transition: ease .65s;
            position: relative;
            z-index: 1; }
            .news .news-list ul li .content a i:after {
              transition: ease-in .65s;
              content: '';
              display: block;
              width: 0;
              height: 100%;
              background: #fff;
              position: absolute;
              left: 0;
              top: 0;
              z-index: -1; }
        .news .news-list ul li .content h2 {
          display: block;
          font-size: 20px;
          font-weight: bold;
          color: #040404;
          margin: 15px 0px 35px;
          position: relative;
          height: 22px;
          line-height: 22px;
          text-align: center; }
          .news .news-list ul li .content h2:after {
            content: '';
            display: block;
            width: 40px;
            height: 1px;
            background: #cccccc;
            position: absolute;
            left: 50%;
            bottom: -15px;
            margin-left: -20px;
            transition: ease .65s; }
        .news .news-list ul li .content p {
          line-height: 24px;
          color: #b6b4b5;
          padding: 0 10px; }
      .news .news-list ul li:nth-child(odd) {
        margin-left: 25px; }
        .news .news-list ul li:nth-child(odd):before {
          border-left: 5px solid #cf000e;
          border-bottom: 5px solid #cf000e;
          left: -5px;
          bottom: -5px; }
        .news .news-list ul li:nth-child(odd):after {
          border-top: 5px solid #cf000e;
          border-right: 5px solid #cf000e;
          right: -5px;
          top: -5px; }
        .news .news-list ul li:nth-child(odd) img {
          transform: translate(-30px, -30px);
          float: left;
          z-index: 4; }
        .news .news-list ul li:nth-child(odd) .content {
          right: 0; }
      .news .news-list ul li:nth-child(even):before {
        border-right: 5px solid #cf000e;
        border-bottom: 5px solid #cf000e;
        right: -5px;
        bottom: -5px; }
      .news .news-list ul li:nth-child(even):after {
        border-left: 5px solid #cf000e;
        border-top: 5px solid #cf000e;
        left: -5px;
        top: -5px; }
      .news .news-list ul li:nth-child(even) img {
        transform: translate(30px, -30px);
        float: right;
        z-index: 4; }
      .news .news-list ul li:nth-child(even) .content {
        left: 0; }
      .news .news-list ul li:hover {
        /*基数*/
        /*偶数*/
        box-shadow: 0 0 16px rgba(12, 3, 6, 0.3); }
        .news .news-list ul li:hover:nth-child(odd):before {
          width: 1170px;
          height: 103%; }
        .news .news-list ul li:hover:nth-child(odd):after {
          width: 1170px;
          height: 103%; }
        .news .news-list ul li:hover img {
          transform: translate(0px, 0px); }
        .news .news-list ul li:hover:nth-child(even):after {
          width: 1170px;
          height: 103%; }
        .news .news-list ul li:hover:nth-child(even):before {
          width: 1170px;
          height: 103%; }
        .news .news-list ul li:hover:nth-child(even) img {
          right: 0;
          top: 0; }
        .news .news-list ul li:hover .content a {
          color: #fff; }
          .news .news-list ul li:hover .content a:before {
            width: 100%; }
          .news .news-list ul li:hover .content a i {
            transition-delay: .2s;
            color: #cf000e; }
            .news .news-list ul li:hover .content a i:after {
              width: 100%;
              transition-delay: .2s;
              transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
        .news .news-list ul li:hover .content h2:after {
          background: #cf000e; } }
