﻿  * {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
  }

  ul,
  li {
      list-style: none;
  }

  html,
  body {
      padding: 0;
      margin: 0;
  }

  iframe{
      height: 450px;
      width: 100%;
  }
  @media screen and (max-width:991px){
      iframe{
          height: 280px;
      }
  }

  .newsxq_box {
      text-align: center;
      background-color: #f5f5f5;
  }


  a {
      text-decoration: none;
  }


  .close {
      position: fixed;
      top: 60px;
      right: 60px;
      z-index: 999;
  }

  .close a span {
      color: #ff7744;
      font-size: 12px;
      font-weight: bold;
      vertical-align: middle;
      margin-right: 15px;
  }

  .close a .img {
      background-color: rgba(255, 255, 255, .4);
      display: inline-block;
      vertical-align: middle;
      height: 52px;
  }

  .close a .img img {
      transition: all .35s;
      -moz-transition: all .35s;
      -webkit-transition: all .35s;
      width: 52px;
  }

  .close a:hover .img img {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
  }

  .close .close_max {
      display: none;
  }

  @media screen and (max-width:991px) {
      .close {
          top: 30px;
          right: 30px;
      }

      .close .close_min {
          display: none;
      }

      .close .close_max {
          display: inline-block;
      }

      .close a .img {
        height: 36px;
    }

      .close a .img img {
          width: 36px;
      }

      .close a span {
          margin-right: 8px;
      }
  }

  @media screen and (max-width:750px) {
      .close {
          top: 15px;
          right: 15px;
      }
  }


  .newsxq_box .newsxq_listbox {
      width: 1360px;
      padding: 66px 12% 120px;
      display: inline-block;
      position: relative;
      min-height: 980px;
      overflow: hidden;
      margin-top: -400px;
      background-color: #fff;
  }

  @media screen and (max-width:1500px){
    .newsxq_box .newsxq_listbox {
        width: 85%;
    }
  }

  @media screen and (max-width:991px){
    .newsxq_box .newsxq_listbox {
        margin-top: 0;
    }
  }

  .newsxq_banner img{
      width: 100%;
  }

  @media screen and (max-width:991px){
    .newsxq_banner{
        height: 300px;
        position: relative;
        overflow: hidden;
    }
    .newsxq_banner img{
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
  }

  @media screen and (max-width:600px){
    .newsxq_banner{
        height: 260px;
    }
  }

  .newsxq_box .newsxq_listbox .content_box {
      text-align: left;
      margin-top: 68px;
      font-size: 14px;
      line-height: 22px;
  }

  @media screen and (max-width:991px){
    .newsxq_box .newsxq_listbox .content_box {
        margin-top: 40px;
    }
  }

  .newsxq_box .newsxq_listbox .newsxq_list img {
      /* display: block;
      width: 100%; */
      /* margin: 2% auto; */
      text-align: center;
      max-width: 100%;
  }


  .newsxq_box .newsxq_listbox .newsxq_list .newsxq_name{
    display: block;
    font-size: 32px;
    color: #162238;
    line-height: 36px;
    margin-bottom: 68px;
    font-weight: bold;
	margin-top:50px;
  }

  @media screen and (max-width:750px){
    .newsxq_box .newsxq_listbox .newsxq_list .newsxq_name{
        width: 100%;
        margin-bottom: 30px;
      }
  }

  .newsxq_box .newsxq_listbox .newsxq_list .newsxq_time_box{
    display: inline-block;
    padding: 15px 106px;
    font-family: Montserrat-Regular;
  }
  @media screen and (max-width:750px){
    .newsxq_box .newsxq_listbox .newsxq_list .newsxq_time_box{
        padding: 10px 30px;
      }
  }
  .newsxq_box .newsxq_listbox .newsxq_list .newsxq_time_box span{
      color: #9e9e9e;
      font-size: 14px;
  }
  .newsxq_box .newsxq_listbox .nav {
      margin-top: 140px;
      position: relative;
  }

  @media screen and (max-width:991px){
    .newsxq_box .newsxq_listbox .nav {
        margin-top: 40px;
    }
  }

  .newsxq_box .newsxq_listbox .nav .pre {
      text-align: left;
      padding-bottom: 6px;
      display: block;
  }

  .newsxq_box .newsxq_listbox .nav .next {
      text-align: left;
      padding-bottom: 10px;
      display: block;
  }

  .newsxq_box .newsxq_listbox .nav .next,
  .newsxq_box .newsxq_listbox .nav .pre {
      font-size: 16px;
      color: #7b7b7b;
  }

  .newsxq_box .newsxq_listbox .nav .next span,
  .newsxq_box .newsxq_listbox .nav .pre span {
      position: relative;
      color: #000000;
  }

  .newsxq_box .newsxq_listbox .nav .next span:before,
  .newsxq_box .newsxq_listbox .nav .pre span:before {
      width: 0%;
      height: 1px;
      content: "";
      background: rgba(0, 0, 0, 1);
      position: absolute;
      left: 50%;
      bottom: -3px;
      transform: translateX(-50%);
      transition: all .3s ease 0s;
  }

  .newsxq_box .newsxq_listbox .nav .next:hover span:before,
  .newsxq_box .newsxq_listbox .nav .pre:hover span:before {
      width: 100%;
  }

  .newsxq_box .newsxq_listbox .share {
      position: relative;
      text-align: left;
      z-index: 11;
  }

  .newsxq_box .newsxq_listbox .share i {
      font-size: 20px;
  }

  .newsxq_box .newsxq_listbox .share .bdsharebuttonbox {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
  }

  #aside {
      cursor: pointer;
      display: none;
      position: fixed;

      right: -26px;
  }

  #aside img {
      width: 20px;
  }

  .newsxq_top {
      z-index: 10;
      width: 1214px;
      height: 45px;
      position: fixed;
      bottom: 90px;
      left: 50%;
      transform: translateX(-50%);
  }

  @media screen and (max-width: 1252px) {
      .newsxq_box .newsxq_listbox {
          width: 80%;
          padding: 50px 12px;
      }
  }

  @media screen and (max-width: 991px) {
      .newsxq_box .newsxq_close {
          width: 80%;
          position: fixed;
          top: 50px;
          left: 50%;
          transform: translateX(-50%);
      }

      .newsxq_box .close_min {
          display: none;

      }

      .newsxq_box .close_max {
          display: block !important;

      }

      .newsxq_top {
          width: 80%;

          position: fixed;
          bottom: 100px;
          left: 50%;
          transform: translateX(-50%);
      }

  }

  @media screen and (max-width: 991px) {
      .newsxq_box .newsxq_close {
          position: fixed;
          top: 10px;
          right: 10px;
          z-index: 99;
      }

      .newsxq_top {


          position: fixed;
          bottom: 100px;
          left: 50%;
          transform: translateX(-50%);
      }

      .newsxq_box .newsxq_close a {
          width: 32px;
          height: 32px;
      }

      .newsxq_box .newsxq_close a i {
          width: 30px;
          height: 30px;
          font-size: 20px;
      }

      .newsxq_box .newsxq_listbox {
          width: 100%;
          padding: 50px 15px;
      }

  }

  @media screen and (max-width: 768px) {
      .newsxq_box .newsxq_listbox .newsxq_list .newsxq_name {
          font-size: 18px;
      }
  }