.nyntime time {
    display: block;
    width: 1rem;
    border-top: 2px solid #3069cc;
    padding-top: .2rem;
  }

  .nyntime time em {
    color: #888;
  }

  .nyntime time span {
    color: #333;
    font-size: .28rem;
    display: block;
    font-weight: bold;
  }

  .nynOne {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: .45rem;
  }

  .nynOne .pic {
    width: 38%;
    overflow: hidden;
  }

  .nynOne .pic a {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 2.5rem;
    display: block;
    display: block;
  }

  .nynOne .txt {
    width: 62%;
    height: 100%;
    background: #f8f8f8;
    padding: 0rem .3rem .5rem .4rem;
  }

  .nynOne .txt .tit h4 {
    font-size: .24rem;
    line-height: 1.6em;
  }

  .nynOne .txt .tit h4 a {
    color: #333;
    position: relative;
    z-index: 3;
    max-height: .76rem\0;
    display: block\0;
  }

  .nynOne .txt .date {
    font-size: .14rem;
    color: #b7b7b7;
    margin: .15rem 0;
  }

  .nynOne .txt .desc {
    line-height: 1.8em;
    color: #333;
    margin-bottom: .3rem;
  }

  .nynOne .txt .desc p {
    max-height: .84rem\0;
  }

  .nynOne .txt .nyntime {
    padding-left: .9rem;
  }

  .slide-ztkxyj {
    position: relative;
  }

  .slide-ztkxyj .hdtool {
    width: 2rem;
    height: .4rem;
    line-height: .4rem;
    background: #3069cc;
    color: #fff;
    position: absolute;
    left: calc(38% + .3rem);
    top: 63%;
    position: absolute;
    z-index: 50;
  }

  .slide-ztkxyj .hdtool a {
    color: #fff;
    display: block;
    height: .4rem;
    width: .6rem;
    text-align: center;
  }

  .slide-ztkxyj .hdtool .pagHb {
    width: auto;
  }

  .slide-ztkxyj .hdtool .pagHb .swiper-pagination-current {
    font-weight: bold;
  }

  .nynlist li {
    padding: .17rem;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all .8s;
    -webkit-transition: all .8s;
  }

  .nynlist li .pic {
    width: 2.8rem;
    min-height: 1.6rem;
  }

  .nynlist li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0 auto;
  }

  .nynlist li .txt {
    width: calc(100% - 4.5rem);
  }

  .nynlist li .txt h4 {
    font-size: .19rem;
    font-weight: normal;
    margin-bottom: 0;
  }

  .nynlist li .txt p {
    font-size: .15rem;
    color: #666;
    line-height: 1.6em;
  }

  .nynlist li .txt time {
    display: none;
    color: #777;
  }
  .nynlist li .nyntime time {
    text-align: right;
  }
  .nynlist li:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    box-shadow: 0 0 32px rgba(0, 0, 0, .3);
    border-color: transparent;
  }

  .nynlist li:hover h4 a {
    color: #3069cc;
  }
  .yido{
    position: absolute;
    right: 10px;
    top: 10px;
    display: none !important;
  }
  .yido .logo img{
    width: 60%;
  }
  @media screen and (max-width:980px) {
    .nynOne .pic {
      width: 100%;
    }
    .nynOne .txt {
      width: 100%;
      position: static;
      margin-top: 0;
      margin-left: 0;
      padding-top: .3rem;
    }

    .slide-ztkxyj .hdtool {
      left: .3rem;
      top: auto;
      bottom: 1rem;
    }

    .nynOne .pic a {
      height: 4rem;
      width: 100%;
    }

    .nynOne .txt .desc {
      padding-left: 0;
    }

    .nynOne .txt .nyntime {
      padding-left: 0;
    }

    .nynlist li {
      padding: .35rem;
    }

    .nynlist li .nyntime {
      display: none;
    }

    .nynlist li .txt {
      width: calc(100% - 2.7rem);
    }

    .nynlist li .pic {
      width: 2.5rem;
    }
  }

  @media screen and (max-width:640px) {
    .nyntime time span {
      display: inline-block;
      font-size: .24rem;
    }

    .nynlist li .nyntime {
      display: none;
    }

    .nynlist li .txt {
      width: calc(100% - 2.8rem);
    }

    .nynlist li {
      padding: .3rem .25rem;
    }

    .nynlist li .txt time {
      display: block;
      margin-top: .1rem;
    }

    .nynOne .pic a {
      height: 3rem;
    }
  }

  @media screen and (max-width:480px) {
    .nynlist li .pic {
      width: 100%;
    }

    .nynlist li .txt {
      width: 100% !important;
      margin-top: .3rem;
    }

    .nyntime time {
      padding-top: 0;
      border-top: 0;
    }

    .nynOne .txt .tit h4 {
      font-size: .2rem;
      height: auto;
    }
  }