.notice-swiper{
  width: 100%;
  background: #FF8000;
  padding: 10px;
  box-sizing: border-box;
  .next-slick{
    background: none;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .ver-slick{
    // width: 100%;
    // display: flex !important;
    // align-items: center;
  }
  .custom-slider{
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
}