.home-notice014 {
  margin-top: 0.8rem;
  overflow: hidden;
}

.home-notice014 .layout {
  position: relative;
}

.home-notice014 .layout:after {
  content: "";
  width: 99vw;
  border-top: 1px solid var(--ruifox-color-primary-1);
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.home-notice014 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-notice014 .layout .tab-pannel-wrap {
  margin-top: 0.4rem;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container {
  height: fit-content;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide {
  padding-bottom: 0.8rem;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border: 1px solid #E4E4E4;
  padding: 0 0.2rem 0.2rem;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item:hover .after {
  background-color: var(--ruifox-color-primary-1);
  border: 0.05rem solid #fff;
  outline: 1px solid var(--ruifox-color-primary-1);
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .time {
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--ruifox-color-primary-1);
  padding: 0.1rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  text-align: center;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .time:after {
  content: "";
  font-size: 0;
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-bottom-color: #fff;
  border-bottom-width: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .time .year {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  line-height: 1;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .time .day {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 0.1rem;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.81rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.81rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .more {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.2rem;
  border-top: 1px solid #E4E4E4;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .more i {
  color: #fdc609;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .more span {
  font-size: 0.16rem;
  line-height: 1;
  color: #7F7F7F;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-wrapper .swiper-slide .notice-item .after {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid var(--ruifox-color-primary-1);
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: 0.1rem;
  background-color: #fff;
  transition: background-color 0.5s;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-button-prev,
.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-button-next {
  margin-top: 0;
  bottom: 0;
  top: unset;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--ruifox-color-primary-1);
  border-radius: 50%;
  color: #fff;
}

.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-button-prev:after,
.home-notice014 .layout .tab-pannel-wrap .tab-pannel .swiper-container .swiper-button-next:after {
  font-size: 0.16rem;
}

@media (max-width: 960px) {
  .home-notice014 {
    overflow-x: hidden;
  }
  .home-notice014 .layout .tab-pannel-wrap {
    margin-top: 20px;
  }

  .home-notice014>.more001 {
    margin: 20px auto 0;
  }
}

@media (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
}

.is-phone {
  display: none !important;
}

@media (max-width: 960px) {
  .is-phone {
    display: flex !important;
  }
}

/*# sourceMappingURL=home-notice014.css.map */