.home-news068 {
  margin-top: 0.8rem;
  background-size: cover;
}

.home-news068 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news068 .layout .inner-news {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.home-news068 .layout .inner-news .left-box {
  width: 64%;
  display: flex;
  justify-content: space-between;
}

.home-news068 .layout .inner-news .left-box a {
  width: 48%;
  background-color: #fff;
  border: 1px solid #dfe5ed;
}

.home-news068 .layout .inner-news .left-box a:hover img {
  transform: scale(1.1);
}

.home-news068 .layout .inner-news .left-box a:hover .bottom-info .tit .aline_w {
  background-size: 100% 1px;
}

.home-news068 .layout .inner-news .left-box a .bottom-info {
  display: block;
  padding: 0.2rem;
}

.home-news068 .layout .inner-news .left-box a .bottom-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;
  margin-bottom: 0.1rem;
}

.home-news068 .layout .inner-news .left-box a .bottom-info .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
  display: block;
}

.home-news068 .layout .inner-news .right-box {
  width: 34%;
}

.home-news068 .layout .inner-news .right-box ul {
  width: 100%;
  background-color: #fff;
    border: 1px solid #dfe5ed;
    padding: 0.2rem 0.4rem;
}

.home-news068 .layout .inner-news .right-box ul li:last-child a{
  border-bottom: none;
}



.home-news068 .layout .inner-news .right-box ul li a {
  display: block;
  padding: 0.2rem 0;
  border-bottom: #dfe5ed 1px solid;
}

.home-news068 .layout .inner-news .right-box ul li a p {
  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;
  margin-bottom: 0.1rem;
  height: 0.54rem;
}

.home-news068 .layout .inner-news .right-box ul li a .time {
  color: #666;
  font-size: 0.16rem;
  display: block;
  line-height: 1;
}

.home-news068 .layout .inner-news .right-box ul li a:hover p .aline_w {
  background-size: 100% 1px;
}

@media (max-width: 960px) {
  .home-news068 .layout h1 {
    flex-wrap: wrap;
  }
  .home-news068 .layout .inner-news {
    flex-wrap: wrap !important;
    margin-top: 20px !important;
  }

  .home-news068 .layout .inner-news .left-box {
    flex-wrap: wrap;
    width: 100% !important;
  }

  .home-news068 .layout .inner-news .left-box a {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .home-news068 .layout .inner-news .right-box {
    width: 100% !important;
  }

  .home-news068 .layout .inner-news .right-box ul {
    width: 100% !important;
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
    .home-news068 .layout h1 .more-component {
      margin-top: 0.2rem;
    }
            .home-news068 .layout h1  .tab-tit-box004 .tab-tit a {
              font-size: 16px!important;
            }
}
/*# sourceMappingURL=home-news068.css.map */