.news-top {
    padding: 10px 15px;
    position: relative;
    &-show {
	  width:750rpx;
	  height:80px;
	  @include positionAbsolute;
    }
    &-cont {
      background-color: #ffffff;
      border-radius: 5px;
      // box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
      @include flexRowSpaceBetween;
      padding: 10px 15px;
      &-list {
        width: 60px;
        height: 100px;
        justify-content: center;
        align-items: center;
        &-image {
          width: 40px;
          height: 40px;
          border-radius: 50%;
        }
        &-text {
          margin-top: 5px;
          font-size: 14px;
        }
      }
    }
  }