.notice-swiper {
  width: 100%;
  background: #FF8000;
  padding: 10px;
  box-sizing: border-box;
}

.notice-swiper .next-slick {
  background: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.notice-swiper .custom-slider {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
