section {
  width: 100%; }

.page {
  width: 100%;
  overflow: hidden; }

.banner {
  width: auto;
  max-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: upin 4s ease forwards;
    animation: upin 4s ease forwards;
    position: relative; }
  .banner:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4); }

.content {
  padding: 160px 0;
  display: flex;
  overflow: hidden;
  justify-content: flex-start; }
  .content article {
    font-size: 16px;
    line-height: 32px;
    width: 60%;
    float: right;
    max-width: 900px;
    margin-left: 30%; }
    .content article .classify {
      line-height: 40px; }
    .content article .title {
      font-weight: bold;
      font-size: 60px;
      line-height: 70px; }
    .content article .sub-title {
      display: flex;
      padding: 80px 0 40px 0; }
    .content article .info {
      display: block;
      font-size: 20px;
      color: #333; }
      .content article .info span:nth-of-type(1) {
        margin-right: 40px; }
      .content article .info span:nth-of-type(3) {
        margin-right: 40px; }
    .content article .cont {
      font-size: 18px;
      line-height: 36px; }
      .content article .cont p {
        font-size: 18px;
        line-height: 36px; }
      .content article .cont span {
        font-size: 18px;
        line-height: 36px; }
      .content article .cont img {
        width: 100%; }
    .content article .social-share {
      margin-left: 20px;
      margin-top: -5px; }
    .content article .social-share .icon-wechat {
      position: relative;
      color: #fff;
      border-color: #fff; }
      .content article .social-share .icon-wechat:hover {
        background: #fff; }
    .content article .social-share .social-share-icon {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 20px;
      border-radius: 50%;
      line-height: 30px;
      border: 1px solid #fff;
      color: #000;
      text-align: center;
      vertical-align: middle;
      transition: background 0.6s ease-out 0s; }
      .content article .social-share .social-share-icon:hover {
        background: #fff;
        color: #000; }
    .content article .social-share a {
      position: relative;
      text-decoration: none;
      margin: 4px;
      display: inline-block;
      outline: none; }
    .content article .social-share .icon-wechat .wechat-qrcode {
      border: 1px solid #eee;
      position: absolute;
      z-index: 9;
      top: -205px;
      left: -84px;
      width: 200px;
      height: 192px;
      color: #666;
      font-size: 12px;
      text-align: center;
      background-color: #fff;
      box-shadow: none;
      transition: all 200ms;
      -webkit-tansition: all 350ms;
      -moz-transition: all 350ms; }
      .content article .social-share .icon-wechat .wechat-qrcode .help {
        line-height: 18px; }
    .content article table {
      width: 100%; }
      .content article table th {
        border: 1px solid #aaa;
        padding: 0 10px; }
      .content article table td {
        border: 1px solid #aaa;
        padding: 0 10px; }

/*# sourceMappingURL=news-detail.css.map */
