.home-news056 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.home-news056 .layout .inner-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news056 .layout .inner-box .left-box {
  width: 47%;
}

.home-news056 .layout .inner-box .left-box .first-news {
  margin-top: 0.4rem;
  display: flex;
}

.home-news056 .layout .inner-box .left-box .first-news .left-img {
  width: 50%;
}

.home-news056 .layout .inner-box .left-box .first-news .right-info {
  width: 50%;
  padding: 0.3rem;
}

.home-news056 .layout .inner-box .left-box .first-news .right-info .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-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;
  height: 0.81rem;
  margin-bottom: 0.1rem;
  color: #333;
}

.home-news056 .layout .inner-box .left-box .first-news .right-info .time {
  font-size: 0.16rem;
  display: block;
  line-height: 1;
  color: #666;
}

.home-news056 .layout .inner-box .left-box ul {
  margin-top: 0.3rem;
}

.home-news056 .layout .inner-box .left-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.25rem 0px;
  border-top: 1px solid #e5e1d3;
}

.home-news056 .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);
  margin-right: 0.2rem;
  flex-shrink: 0;
  line-height: 1;
}

.home-news056 .layout .inner-box .left-box ul li a .time .year {
  font-size: 0.16rem;
}

.home-news056 .layout .inner-box .left-box ul li a .time .day {
  font-size: 0.28rem;
  margin-top: 0.05rem;
}

.home-news056 .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;
}

.home-news056 .layout .inner-box .right-box {
  width: 47%;
}

.home-news056 .layout .inner-box .right-box ul {
  margin-top: 0.4rem;
}

.home-news056 .layout .inner-box .right-box ul li {
  margin-bottom: 0.2rem;
}

.home-news056 .layout .inner-box .right-box ul li a {
  width: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.2rem;
  transition: 0.3s;
}

.home-news056 .layout .inner-box .right-box ul li a:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-left: 2px solid var(--ruifox-color-primary-1);
  transition: 0.3s;
}

.home-news056 .layout .inner-box .right-box ul li a:hover {
  background-color: var(--ruifox-color-primary-1);
}

.home-news056 .layout .inner-box .right-box ul li a:hover .time {
  color: #fff;
}

.home-news056 .layout .inner-box .right-box ul li a:hover .tit {
  color: #fff;
}

.home-news056 .layout .inner-box .right-box ul li a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ruifox-color-primary-1);
  margin-right: 0.2rem;
  flex-shrink: 0;
  line-height: 1;
}

.home-news056 .layout .inner-box .right-box ul li a .time .year {
  font-size: 0.16rem;
}

.home-news056 .layout .inner-box .right-box ul li a .time .day {
  font-size: 0.28rem;
  margin-top: 0.05rem;
}

.home-news056 .layout .inner-box .right-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;
}

@media (max-width: 960px) {
  .home-news056 .layout .inner-box {
    display: block;
  }

  .home-news056 .layout .inner-box .left-box {
    width: 100%;
  }

  .home-news056 .layout .inner-box .left-box .first-news {
    margin-top: 20px;
    display: block;
  }

  .home-news056 .layout .inner-box .left-box .first-news .left-img {
    width: 100%;
  }

  .home-news056 .layout .inner-box .left-box .first-news .right-info {
    width: 100%;
    padding: 20px 0 0;
  }

  .home-news056 .layout .inner-box .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .home-news056 .layout .inner-box .right-box ul {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=home-news056.css.map */