.home-notice022 {
  position: relative;
  padding: 0.8rem 0;
}

.home-notice022:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #f8f7f6;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: -1;
}

.home-notice022 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.home-notice022 .layout .inner-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-notice022 .layout .inner-box .left-box {
  width: 48%;
}

.home-notice022 .layout .inner-box .left-box ul {
  margin-top: 0.4rem;
}

.home-notice022 .layout .inner-box .left-box ul li a .time {
  color: #666;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}

.home-notice022 .layout .inner-box .left-box ul li a .time i {
  color: #cab99f;
  margin-right: 0.05rem;
}

.home-notice022 .layout .inner-box .left-box ul li+li {
  padding: 0.2rem 0;
  border-bottom: 1px dashed #ccc;
}

.home-notice022 .layout .inner-box .left-box ul li+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;
}

.home-notice022 .layout .inner-box .left-box ul li+li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

.home-notice022 .layout .inner-box .left-box ul li:first-child {
  display: block;
  width: calc(100% - 10px);
  position: relative;
  margin-top: 0.1rem;
}

.home-notice022 .layout .inner-box .left-box ul li:first-child:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f1ed;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.home-notice022 .layout .inner-box .left-box ul li:first-child a {
  display: block;
  background: #fff;
  padding: 0.3rem;
  box-sizing: border-box;
  border: 1px solid #c6b497;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease;
}

.home-notice022 .layout .inner-box .left-box ul li:first-child a .tit {
  font-weight: bold;
  font-size: 0.2rem;
  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: var(--ruifox-color-primary-1);
}

.home-notice022 .layout .inner-box .left-box ul li:first-child a:hover {
  transform: translateY(-10px);
}

.home-notice022 .layout .inner-box .right-box {
  width: 48%;
}

.home-notice022 .layout .inner-box .right-box ul {
  margin-top: 0.4rem;
  position: relative;
}

.home-notice022 .layout .inner-box .right-box ul:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 10px;
  top: 0;
}

.home-notice022 .layout .inner-box .right-box ul li {
  padding-left: 0.32rem;
  position: relative;
  margin-bottom: 0.35rem;
  position: relative;
}

.home-notice022 .layout .inner-box .right-box ul li:last-child {
  margin-bottom: 0;
}

.home-notice022 .layout .inner-box .right-box ul li:before {
  content: '\e6bc';
  display: block;
  width: 0.17rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-family: "iconfox";
  background: #f8f7f6;
  background-size: 100% auto;
  position: absolute;
  left: 0px;
  top: -0.06rem;
  color: var(--ruifox-color-primary-1);
  transition: all 0.3s;
  font-size: 0.16rem;
}

.home-notice022 .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;
}

.home-notice022 .layout .inner-box .right-box ul li a .txt {
  display: flex;
  align-items: center;
  color: #666;
  margin-top: 0.1rem;
}

.home-notice022 .layout .inner-box .right-box ul li a .txt i {
  color: #cab99f;
  margin-right: 0.05rem;
}

.home-notice022 .layout .inner-box .right-box ul li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

@media (max-width: 960px) {
  .home-notice022 {
    padding: 40px 0;
  }

  .home-notice022:before {
    width: 100%;
  }

  .home-notice022 .layout .inner-box {
    flex-wrap: wrap;
  }

  .home-notice022 .layout .inner-box .left-box {
    width: 100% !important;
  }

  .home-notice022 .layout .inner-box .left-box ul {
    margin-top: 20px;
  }

  .home-notice022 .layout .inner-box .left-box ul li:first-child a {
    padding: 20px;
  }

  .home-notice022 .layout .inner-box .right-box {
    width: 100% !important;
    margin-top: 20px;
  }

  .home-notice022 .layout .inner-box .right-box ul {
    margin-top: 20px;
  }

  .home-notice022 .layout .inner-box .right-box ul li:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=home-notice022.css.map */