.home-news022 {
  background-color: #eff1f0;
}

.home-news022 .layout .inner-box {
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0;
}

.home-news022 .layout .inner-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news022 .layout .inner-box h1 .tit001 {
  padding: 0.1rem 0.2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--ruifox-color-primary-1);
}

.home-news022 .layout .inner-box h1 .tit001 .column-tit001 a {
  color: #fff !important;
}

.home-news022 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .inner-img img {
  transform: scale(1.1);
}

.home-news022 .layout .inner-box .left-box {
  width: calc(66.66% - 0.4rem);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.16rem;
  height: 100%;
  padding: 0.4rem;
}

.home-news022 .layout .inner-box .left-box .tab-pannel {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.home-news022 .layout .inner-box .left-box .tab-pannel .tab-pannel-left {
  height: 100%;
  width: 50%;
}
.home-news022 .layout .inner-box .left-box .swiper-container {
  position: relative;
}
.home-news022 .layout .inner-box .left-box .tab-pannel .swiper-slide .bottom{
  /* background-color: #fff; */
  opacity: 0;
}
.home-news022 .layout .inner-box .left-box .tab-pannel .swiper-slide-active .bottom{
  opacity: 1;
}
.home-news022 .layout .inner-box .left-box .tab-pannel .swiper-slide .bottom {
  margin-top: 0.2rem;
  transition: all 0.3s;
}

.home-news022 .layout .inner-box .left-box .tab-pannel .swiper-slide .bottom .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.81rem;
  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;
  margin-bottom: 0.1rem;
}

.home-news022 .layout .inner-box .left-box .tab-pannel .swiper-slide .bottom .time {
  font-size: 0.16rem;
  display: block;
  line-height: 1;
  color: #666;
}
.home-news022 .layout .inner-box .left-box .tab-pannel .swiper-slide:hover .tit .aline_w{
  background-size: 100% 1px;
}
.home-news022 .layout .inner-box .left-box .swiper-container .swiper-button {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-news022 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-pagination {
  position: relative;
  width: fit-content;
  line-height: 1;
  bottom: 0;
  font-size: 0.16rem;
  color: var(--ruifox-color-primary-1);
  margin: 0 0.1rem;
}

.home-news022 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-prev,
.home-news022 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-next {
  width: fit-content;
  height: fit-content;
  color: var(--ruifox-color-primary-1);
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
}

.home-news022 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-prev:after,
.home-news022 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-next:after {
  font-size: 0.16rem;
}

.home-news022 .layout .inner-box .left-box .tab-pannel ul {
  width: 46%;
}

.home-news022 .layout .inner-box .left-box ul li:first-child {
  margin-top: 0rem;
}

.home-news022 .layout .inner-box .left-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.18rem 0.1rem;
  border-bottom: 1px dashed #e4e4e4;
  transition: all 0.5s;
  position: relative;
  border-left: 2px solid transparent;
}

.home-news022 .layout .inner-box .left-box ul li a .tit .aline_w {
  text-align: justify;
}

.home-news022 .layout .inner-box .left-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news022 .layout .inner-box .left-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-bottom: 0.15rem;
}

.home-news022 .layout .inner-box .left-box ul li a .bottom {
  display: flex;
  align-items: center;
}

.home-news022 .layout .inner-box .left-box ul li a .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
  margin-right: 0.1rem;
}

.home-news022 .layout .inner-box .left-box ul li a .bottom .line {
  flex: 1;
  border-top: 1px dashed #E4E4E4;
}

.home-news022 .layout .inner-box .right-box {
  width: 33.33%;
}

.home-news022 .layout .inner-box .right-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem 0.2rem;
  justify-content: space-between;
  height: 100%;
}

.home-news022 .layout .inner-box .right-box ul li {
  width: calc(50% - 0.1rem);
  height: calc(25% - 0.15rem) !important;
  border-radius: 0.08rem;
}

.home-news022 .layout .inner-box .right-box ul li a {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
  transition: background-size 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.1);
}

.home-news022 .layout .inner-box .right-box ul li a img {
  width: 20%;
  margin-right: 0.1rem;
}


.home-news022 .layout .inner-box .right-box ul li a i {
  margin-right: 0.2rem;
  position: relative;
  z-index: 1;
}

.home-news022 .layout .inner-box .right-box ul li a p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.home-news022 .layout .inner-box .right-box ul li:nth-child(6) a p {
  color: #3f6159;
}

.home-news022 .layout .inner-box .right-box ul li:nth-child(7) a p {
  color: #6e5a32;
}

.home-news022 .layout .inner-box .right-box ul li:nth-child(4) a p,
.home-news022 .layout .inner-box .right-box ul li:nth-child(8) a p {
  color: #0d3963;
}

.home-news022 .layout .inner-box .right-box ul li a:hover img {
  transform: scale(1.1);
}

.home-news022 .layout .inner-box .right-box ul li a img {
  transition: all 0.3s;
}

.home-news022 .layout .inner-box .right-box ul li a:hover {
  background-size: 110% 110%;
}

@media (any-hover: hover) {
  .home-news022 .layout .inner-box .left-box ul li a:hover {
    padding-left: 0.28rem;
    border-left-color: var(--ruifox-color-primary-1);
    border-bottom-color: transparent;
  }

  .home-news022 .layout .inner-box .left-box ul li a:hover:after {
    width: 100%;
    opacity: 1;
  }

  .home-news022 .layout .inner-box .left-box ul li a:hover .tit .aline_w {
    background-size: 100% 1px;
  }
}

.home-news022 .layout .inner-box .left-box ul li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 1s;
  opacity: 0;
}

.home-news022 .layout .inner-box .left-box ul li a .time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.home-news022 .layout .inner-box .left-box ul li a .time .day {
  font-size: 0.28rem;
  color: var(--ruifox-color-primary-1);
}

.home-news022 .layout .inner-box .left-box ul li a .time .after {
  width: 0.34rem;
  height: 0.01rem;
  background-color: var(--ruifox-color-primary-1);
  margin: 0.08rem 0;
}

.home-news022 .layout .inner-box .left-box ul li a .time .year {
  font-size: 0.16rem;
  color: var(--ruifox-color-primary-1);
}

.home-news022 .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;
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .home-news022 .layout .inner-box {
    display: block;
    padding: 0 0;
  }

  .home-news022 .layout .inner-box .left-box {
    width: 100% !important;
    padding: 0.2rem;
  }

  .home-news022 .layout .inner-box h1 {
    align-items: normal;
  }

  .home-news022 .layout .inner-box h1 .more001-button {
    display: none;
  }

  .home-news022 .layout .inner-box .left-box .tab-pannel .tab-pannel-left {
    padding-right: 0;
    width: 100%;
  }

  .home-news022 .layout .inner-box .left-box .tab-pannel {
    flex-direction: column;
    margin-top: 20px;
  }

  .home-news022 .layout .inner-box .left-box .tab-pannel ul {
    width: 100%;
  }

  .home-news022 .layout .inner-box .left-box .tab-pannel ul a>p {
    margin-left: 0.2rem !important;
  }

  .home-news022 .layout .inner-box .right-box {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .home-news022 .layout .inner-box .right-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px !important;
    gap: 0rem 0.1rem;
    justify-content: space-between;
    height: 100%;
  }

  .home-news022 .layout .inner-box .right-box ul li {
    width: calc(50% - 0.05rem);
    height: 50% !important;
  }

  .home-news022 .layout .inner-box .left-box ul li a {
    padding: 20px 0 !important;
  }

  .home-news022 .layout .inner-box .right-box ul li a {
    padding: 0.25rem 0.2rem;
  }

  .home-news022 .layout .inner-box .right-box ul li a p {
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=home-news022.css.map */