.home-notice033 {
  background-position: top center;
} 

.home-notice033 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-notice033 .layout ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3%;
  margin-top: 0.4rem;
}

.home-notice033 .layout ul li {
  width: 30.3%;
  margin-right: 3%;
  margin-bottom: 0.2rem;
}

.home-notice033 .layout ul li a {
  display: flex;
  width: 100%;
}

.home-notice033 .layout ul li a .time {
  line-height: 1;
}

.home-notice033 .layout ul li a .time span {
  display: block;
  color: #333;
}

.home-notice033 .layout ul li a .time span.day {
  font-size: 0.3rem;
  position: relative;
  text-align: center;
}

.home-notice033 .layout ul li a .time span.year {
  font-size: 0.16rem;
  margin-top: 0.05rem;
}

.home-notice033 .layout ul li a .right-info {
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid #dcdcdc;
  position: relative;
}

.home-notice033 .layout ul li a .right-info:before {
  content: "";
  height: 0.3rem;
  border-left: 3px solid #bfbfbf;
  position: absolute;
  left: -1.5px;
  top: 0;
  transition: all 0.3s;
}

.home-notice033 .layout ul li a .right-info .tit {
  font-size: 0.2rem;
  line-height: 0.29rem;
  max-height: 0.58rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.1rem;
}

.home-notice033 .layout ul li a .right-info .content {
  font-size: 0.16rem;
  color: #848484;
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 20px;
  height: 0.68rem;
}

.home-notice033 .layout ul li a .right-info .circle {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 0.21rem;
  text-align: center;
  transition: all 0.3s;
  margin-bottom: 0.2rem;
}

.home-notice033 .layout ul li a .right-info .circle i {
  font-size: 0.16rem;
}

.home-notice033 .layout ul li a:hover .time span {
  color: var(--ruifox-color-primary-1);
}

.home-notice033 .layout ul li a:hover .time span.day:after {
  background: var(--ruifox-color-primary-1);
}

.home-notice033 .layout ul li a:hover .right-info:before {
  border-left-color: var(--ruifox-color-primary-1);
  height: 0.9rem;
}

.home-notice033 .layout ul li a:hover .right-info .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice033 .layout ul li a:hover .right-info .circle {
  border-color: var(--ruifox-color-primary-1);
  background-color: var(--ruifox-color-primary-1);
  animation: translate 1s linear alternate infinite;
}

.home-notice033 .layout ul li a:hover .right-info .circle i {
  color: #fff;
}

@media (max-width: 960px) {
  .home-notice033 {
    background-size: cover !important;
  } 
  .home-notice033 .layout ul {
    margin-top: 20px;
    margin-right: 0;
  }

  .home-notice033 .layout ul li {
    margin-right: 0;
    width: 100%;
  }

  .home-notice033 .layout ul li:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=home-notice033.css.map */