.mobile-bg {
  display: none; }

.normal-bg {
  display: block; }

.index-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 550px;
  position: relative;
  margin-bottom: 0;
  background: #eee; }
  .index-banner .banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .index-banner .banner-content {
    text-align: center;
    margin-top: 0px;
    z-index: 1; }
  .index-banner .banner-title {
    font-weight: 600;
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px; }
  .index-banner .banner-des {
    font-weight: 300;
    color: #fff;
    font-size: 20px; }

.new-pages-wrapper {
  padding: 0px 0 40px 0; }
  .new-pages-wrapper .news-tabs {
    height: 80px;
    position: relative;
    margin: 0 0 40px;
    width: 100%; }
    .new-pages-wrapper .news-tabs .news-tabs-box {
      width: 100%;
      height: -webkit-calc(100% - 1px);
      height: calc(100% - 1px);
      text-align: center;
      font-size: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      border-bottom: 1px solid #eee;
      padding-bottom: 8px; }
    .new-pages-wrapper .news-tabs .tab {
      position: relative;
      display: inline-block;
      color: #333;
      padding: 0 16px;
      margin: 0 15px;
      height: -webkit-calc(100% + 1px);
      height: calc(100% + 1px);
      line-height: 80px;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      outline: none; }
      .new-pages-wrapper .news-tabs .tab:before {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        width: 50%;
        height: 5px;
        border-radius: 3px;
        background: #0560fd;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .new-pages-wrapper .news-tabs .tab.active:before {
        opacity: 1; }
  .new-pages-wrapper .news-wrap .title {
    position: relative;
    font-weight: 600;
    text-align: center;
    font-size: 55px; }
    .new-pages-wrapper .news-wrap .title > a {
      color: #1f2227; }
  .new-pages-wrapper .news-wrap .sup {
    text-align: center;
    margin-top: 36px;
    font-size: 20px; }
  .new-pages-wrapper .news-box {
    margin: 40px -24px 0;
    font-size: 0;
    max-height: 800px;
    min-height: 446px;
    overflow: auto; }
    .new-pages-wrapper .news-box .news-item {
      width: 33%;
      vertical-align: top;
      display: none;
      padding: 40px 24px;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      margin-bottom: 20px; }
      .new-pages-wrapper .news-box .news-item .item-img img {
        border-radius: 6px;
        width: 100%;
        height: 210px; }
    .new-pages-wrapper .news-box .news-item:hover {
      background: #fff;
      border-radius: 8px;
      -webkit-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.07); }
    .new-pages-wrapper .news-box .item-title {
      margin-top: 26px;
      line-height: 30px;
      display: block;
      font-size: 14px;
      color: #8c8e92; }
    .new-pages-wrapper .news-box .item-text {
      margin-top: 2px;
      font-size: 16px;
      font-weight: 600;
      line-height: 32px;
      color: #1f2227; }
    .new-pages-wrapper .news-box .date-see-details {
      margin-top: 34px; }
      .new-pages-wrapper .news-box .date-see-details a {
        font-size: 14px;
        font-weight: 600;
        color: #366dff; }
      .new-pages-wrapper .news-box .date-see-details .right-icon {
        position: relative;
        top: 2px;
        margin-left: 30px;
        width: 15px; }
  .new-pages-wrapper .news-empty {
    height: 446px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .new-pages-wrapper .news-empty img {
      width: 116px; }
  .new-pages-wrapper #pagination {
    margin-top: 16px; }
  .new-pages-wrapper #pagination,
  .new-pages-wrapper #pagination .fy_y,
  .new-pages-wrapper #pagination .pnbtn,
  .new-pages-wrapper #pagination .previous,
  .new-pages-wrapper #pagination .next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .new-pages-wrapper .fy_y {
    color: #262626;
    font-size: 14px;
    margin-right: 30px;
    cursor: pointer; }
  .new-pages-wrapper .fy_d {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: black;
    margin-right: 12px; }
  .new-pages-wrapper .selected {
    color: #0560fd;
    border: 0; }
  .new-pages-wrapper .pnbtn,
  .new-pages-wrapper .previous,
  .new-pages-wrapper .next {
    font-size: 14px;
    cursor: pointer;
    color: #333;
    font-weight: 600; }
  .new-pages-wrapper .disabled {
    cursor: not-allowed;
    color: #999; }
  .new-pages-wrapper .fy_y {
    margin-right: 23px; }
  .new-pages-wrapper .previous {
    margin: 0;
    margin-right: 23px; }
  .new-pages-wrapper .jumper {
    margin-left: 30px; }
    .new-pages-wrapper .jumper input {
      margin: 0 6px;
      width: 60px;
      height: 28px;
      border-radius: 3px;
      border: 1px solid #dddddd;
      font-size: 14px;
      text-align: center; }
      .new-pages-wrapper .jumper input::-webkit-outer-spin-button, .new-pages-wrapper .jumper input::-webkit-inner-spin-button {
        -webkit-appearance: none; }
  .new-pages-wrapper .total {
    margin-right: 30px; }
