.home-news066 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

.home-news066 .layout .inner-box {
  display: flex;
  justify-content: space-between;

}

.home-news066 .layout .inner-box .box-item {
  position: relative;
}

.home-news066 .layout .inner-box .box-item h1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news066 .layout .inner-box .box-item.left-box {
  width: 52%;
  padding-top: 0.4rem;
}

.home-news066 .layout .inner-box .box-item.left-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.home-news066 .layout .inner-box .box-item.left-box ul li {
  width: 49%;
  margin-bottom: 0.2rem;
  position: relative;
}

.home-news066 .layout .inner-box .box-item.left-box ul li:nth-child(2) a,
.home-news066 .layout .inner-box .box-item.left-box ul li:nth-child(3) a {
  height: calc(100% - 0.6rem);
}

.home-news066 .layout .inner-box .box-item.left-box ul li:nth-child(4) {
  transform: translateY(-0.6rem);
}

.home-news066 .layout .inner-box .box-item.left-box ul li a {
  display: block;
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  background-color: #fff;
}

.home-news066 .layout .inner-box .box-item.left-box ul li a:hover img {
  transform: scale(1.1);
}

.home-news066 .layout .inner-box .box-item.left-box ul li a:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news066 .layout .inner-box .box-item.left-box ul li a .bottom {
  padding: 0.2rem;
  background-color: #fff;
}

.home-news066 .layout .inner-box .box-item.left-box ul li a .bottom .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;
  margin-bottom: 0.1rem;
}

.home-news066 .layout .inner-box .box-item.left-box ul li a .bottom .des {
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 0.96rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.96rem;
  color: #aaa;
  margin: 0.2rem 0;
}

.home-news066 .layout .inner-box .box-item.left-box ul li a .bottom .time {
  font-size: 0.16rem;
  display: block;
  line-height: 1;
  color: #666;
}

.home-news066 .layout .inner-box .box-item.right-box {
  width: 44%;
  height: fit-content;
}

.home-news066 .layout .inner-box .box-item.right-box .top {
  height: 3rem;
  background-color: #fbf9f4;
  padding: 0.4rem;
  display: flex;
  align-items: flex-end;
  background-image: url(https://www.cfyy.net/oss/group-bucket-442/images/2026-02-13/14d3a8e2-77b8-4dfb-a0a0-dc5c47ebb753.jpg);
  background-size: cover;
  background-position: bottom right;
}

.home-news066 .layout .inner-box .box-item.right-box ul {
  padding: 0.2rem 0.4rem;
  background-color: #fbf9f4;
}

.home-news066 .layout .inner-box .box-item.right-box ul li:last-child a {
  border-bottom: none;
}

.home-news066 .layout .inner-box .box-item.right-box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #ccc;
}

.home-news066 .layout .inner-box .box-item.right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news066 .layout .inner-box .box-item.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;
}

.home-news066 .layout .inner-box .box-item.right-box ul li a .time {
  font-size: 0.16rem;
  display: block;
  line-height: 1;
  color: #666;
}

@media (max-width: 960px) {
  .home-news066 {
    margin-top: 40px;
  }

  .home-news066 .layout .inner-box {
    display: block;
  }

  .home-news066 .layout .inner-box .box-item.left-box {
    width: 100% !important;
    padding-top: 0;
  }

  .home-news066 .layout .inner-box .box-item.left-box ul {

    display: block;
  }

  .home-news066 .layout .inner-box .box-item.left-box ul li {
    width: 100%;
    margin-bottom: 10px;
    top: 0 !important;
    transform: translateY(0) !important;
  }

  .home-news066 .layout .inner-box .box-item.right-box {
    margin-top: 20px;
    width: 100% !important;
  }

  .home-news066 .layout .inner-box .box-item.right-box .top {
    height: 150px;
  }

  .home-news066 .layout .inner-box .box-item.right-box ul {
    padding: 20px;
  }

  .home-news066 .layout .inner-box .box-item.right-box ul li {
    margin-bottom: 10px;
  }

  .home-news066 .layout .inner-box .box-item.right-box ul li a {
    display: block;
  }

  .home-news066 .layout .inner-box .box-item.right-box ul li a .tit {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=home-news066.css.map */