.home-notice046 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.home-notice046 .layout .inner-box .left-box {
  width: 48%;
}

.home-notice046 .layout .inner-box .left-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-notice046 .layout .inner-box .left-box ul {
  position: relative;
  margin-top: 0.4rem;
}

.home-notice046 .layout .inner-box .left-box ul li {
  margin-bottom: 0.1rem;
}

.home-notice046 .layout .inner-box .left-box ul li a {
  display: flex;
  align-items: center;
  box-shadow: 0px 9px 0.18rem 0px rgba(7, 34, 72, 0.1);
  padding: 0.2rem;
  background-color: #fff;
}

.home-notice046 .layout .inner-box .left-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice046 .layout .inner-box .left-box ul li a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ruifox-color-primary-1);
  padding-right: 0.2rem;
  margin-right: 0.2rem;
  border-right: 1px solid #e7e7e7;
  flex-shrink: 0;
  line-height: 1;
  height: fit-content;
}

.home-notice046 .layout .inner-box .left-box ul li a .time .year {
  font-size: 0.16rem;
}

.home-notice046 .layout .inner-box .left-box ul li a .time .day {
  font-size: 0.3rem;
  margin-top: 0.05rem;
  font-weight: bold;
}

.home-notice046 .layout .inner-box .left-box ul li a .tit {
  font-size: 0.18rem !important;
  line-height: 0.27rem;
  max-height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* color: #333; */
  color: #333 !important;
}

.home-notice046 .layout .inner-box .right-box {
  width: 48%;
}

.home-notice046 .layout .inner-box .right-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-notice046 .layout .inner-box .right-box ul {
  margin-top: 0.2rem;
}

.home-notice046 .layout .inner-box .right-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #e4e4e4;
  position: relative;
}

.home-notice046 .layout .inner-box .right-box ul li a:before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background-color: var(--ruifox-color-primary-3);
  border-radius: 50%;
  margin-right: 0.1rem;
}

.home-notice046 .layout .inner-box .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice046 .layout .inner-box .right-box ul li a .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-right: 0.1rem;
  color: #333;
  flex: 1;
}

.home-notice046 .layout .inner-box .right-box ul li a .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
}

@media (max-width: 960px) {
  .home-notice046 .layout .inner-box {
    display: block;
  }

  .home-notice046 .layout .inner-box .left-box {
    width: 100%;
  }

  .home-notice046 .layout .inner-box .left-box ul {
    margin-top: 20px;
  }

  .home-notice046 .layout .inner-box .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .home-notice046 .layout .inner-box .right-box ul {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=home-notice046.css.map */