.noticeContent {
  width: 504px;
  height: 410px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  line-height: 32px;
  word-wrap: break-word;
  overflow: auto;
  margin-top: 36px;
}

.noticeContent::-webkit-scrollbar {
  height: 8px;
}

.footer {
  width: 100%;
  height: 170px;
  background: url("/static/img/mengban.svg") center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: -1;
}

.bords {
  font-weight: bold;
}

.headers {
  width: 84%;
  position: absolute;
  top: -6px;
  left: 40px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #333333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.el-carousel {
  height: 100%;
}

.el-carousel__container {
  height: 501px;
}

.el-carousel__item {
  min-height: 100%;
  max-height: 580px;
}

.el-carousel__arrow--left {
  margin-left: -12px;
}

.el-carousel__arrow--right {
  margin-right: -12px;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.el-icon {
  font-size: 32px;
}

.el-carousel__arrow {
  width: 30px;
  height: 60px;
  border-radius: 5px;
}