.home-notice005 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-notice005 .layout .inner-box {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

.home-notice005 .layout .inner-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-notice005 .layout .inner-box .left-box {
  width: 48%;
}

.home-notice005 .layout .inner-box .left-box ul {
  margin-top: 0.4rem;
}

.home-notice005 .layout .inner-box .left-box ul li {
  transition: .3s;
  margin-bottom: 0.2rem;
  position: relative;
}

.home-notice005 .layout .inner-box .left-box ul li:after {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  height: 100%;
  content: '';
  z-index: -1;
  width: 100%;
  background-color: rgba(209, 197, 169, 0.5);
  transition: all .5s;
}

.home-notice005 .layout .inner-box .left-box ul li:hover:after {
  background-color: #d1c5a9;
}

.home-notice005 .layout .inner-box .left-box ul li a {
  padding: 0.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fffefb;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.home-notice005 .layout .inner-box .left-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice005 .layout .inner-box .left-box ul li a .time-box {
  width: max-content;
  margin-right: 0.15rem;
  padding-right: 0.15rem;
  border-right: 1px solid #d3c7ac;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-notice005 .layout .inner-box .left-box ul li a .time-box img {
  height: 0.3rem;
  width: auto;
  object-fit: contain;
}

.home-notice005 .layout .inner-box .left-box ul li a .time-box .time {
  color: #b82e35;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}

.home-notice005 .layout .inner-box .left-box ul li a .tit {
  font-size: 0.18rem;
  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;
}

.home-notice005 .layout .inner-box .right-box {
  width: 48%;
}

.home-notice005 .layout .inner-box .right-box .time-box {
  display: flex;
  align-items: center;
}

.home-notice005 .layout .inner-box .right-box .time-box i {
  font-size: 0.16rem;
  margin-right: 0.05rem;
  color: #beb18d;
}

.home-notice005 .layout .inner-box .right-box .time-box .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #beb18d;
}

.home-notice005 .layout .inner-box .right-box .top-news {
  margin-top: 0.4rem;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-notice005 .layout .inner-box .right-box .top-news:hover .left-img img {
  transform: scale(1.1);
}

.home-notice005 .layout .inner-box .right-box .top-news:hover .right-info .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice005 .layout .inner-box .right-box .top-news .left-img {
  width: 50%;
}

.home-notice005 .layout .inner-box .right-box .top-news .right-info {
  width: 50%;
  background-color: white;
  padding: 0.2rem;
  position: relative;
}

.home-notice005 .layout .inner-box .right-box .top-news .right-info .tit {
  font-size: 0.18rem;
  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;
  height: 0.54rem;
  color: #333;
  margin-bottom: 0.1rem;
}

.home-notice005 .layout .inner-box .right-box ul li a {
  display: block;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #7C383A;
}

.home-notice005 .layout .inner-box .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice005 .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;
  color: #333;
  margin-bottom: 0.1rem;
}

@media (max-width: 960px) {
  .home-notice005 .layout .inner-box {
    display: block;
  }

  .home-notice005 .layout .inner-box .left-box {
    width: 100%;
  }

  .home-notice005 .layout .inner-box .left-box ul {
    margin-top: 20px;
  }

  .home-notice005 .layout .inner-box .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .home-notice005 .layout .inner-box .right-box .top-news {
    margin-top: 20px;
    display: block;
  }

  .home-notice005 .layout .inner-box .right-box .top-news .left-img {
    width: 100%;
  }

  .home-notice005 .layout .inner-box .right-box .top-news .right-info {
    width: 100%;
  }
}

/*# sourceMappingURL=home-notice005.css.map */