.news .news-wrap {
  background-color: #ffffff; }
  .news .news-wrap .top-nav {
    padding-top: .18rem;
    background-color: #f4f5f7;
    justify-content: center;
  }
    .news .news-wrap .top-nav .nav-item {
      width: 2.25rem;
      height: .8rem;
      line-height: .8rem;
      text-align: center;
      font-size: .28rem;}
    .news .news-wrap .top-nav .nav-item a {
      color: #666;
    }
    .news .news-wrap .top-nav .nav-item.curr {
        background-color: #fff; }
    .news .news-wrap .top-nav .nav-item.curr a {
        font-weight: bold;
        color: #333; }
  .news .news-wrap .headline {
    width: 100%;
    box-sizing: border-box;
    padding: .24rem .32rem .32rem; }
    .news .news-wrap .headline .item {
      width: 100%;
      height: .8rem;
      padding: .16rem .24rem;
      line-height: .48rem;
      background-color: #f4f5f7;
      border-radius: .08rem;
      font-size: .26rem;
      color: #666;
      /*margin: 0 auto;*/
      box-sizing: border-box; }
      .news .news-wrap .headline .item img {
        width: .84rem;
        height: .32rem;
        margin-right: .16rem; }
  .news .news-wrap .list {
    padding: 0 .32rem .16rem; }
    .news .news-wrap .list .list-item {
      justify-content: space-between;
      padding-bottom: .24rem; }
      .news .news-wrap .list .list-item .img-sec {
        width: 2.66rem;
        height: 1.5rem;
        margin-right: .14rem; }
        .news .news-wrap .list .list-item .img-sec img {
          border-radius: .1rem; }
      .news .news-wrap .list .list-item .right-sec {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 3.97rem;
        height: 1.5rem;
      }
        .news .news-wrap .list .list-item .right-sec .title {
          font-size: .26rem;
          color: #333;
          font-weight: bold;
          line-height: .3rem;
          margin-bottom: 0.1rem; }
        .news .news-wrap .list .list-item .right-sec .content {
          font-size: .18rem;
          line-height: .28rem;
          color: #666;
          margin-bottom: .12rem; }
        .news .news-wrap .list .list-item .right-sec .left-label span {
          display: inline-block;
          height: .26rem;
          margin-right: .1rem;
          font-size: .14rem;
          background-color: #ededed;
          border-radius: .02rem;
          padding: .05rem .1rem;
          line-height: .24rem;
          color: #999; }
        .news .news-wrap .list .list-item .right-sec .time {
          font-size: .18rem;
          color: #999999; }
.show-more{
  width: 100%;
  text-align: center;
  font-size: 0.20rem;
  font-weight: bold;
  color: #333333;
  padding: 0.24rem 0rem;
}
