.home-news012 {
  /* margin-top: 0.8rem; */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.home-news012 .layout .inner-news {
  display: flex;
  justify-content: space-between;
}

.home-news012 .layout .inner-news h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news012 .layout .inner-news h1 .more002 i {
  color: #008f4d;
}

.home-news012 .layout .inner-news .left-box {
  width: 59%;
}

.home-news012 .layout .inner-news .left-box .news-container {
  margin-top: 0.4rem;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a {
  width: 48%;
  position: relative;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a .r_img .inner-img {
  width: 100%;
  padding-bottom: 63%;
  overflow: hidden;
  position: relative;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a .r_img .inner-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a .img>p {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a .bottom-info {
  padding: 0.2rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a .bottom-info p {
  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: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.1rem;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a .bottom-info .time {
  font-size: 0.16rem;
  display: block;
  line-height: 1;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a:hover .img img {
  scale: 1.1;
}

.home-news012 .layout .inner-news .left-box .news-container .img-news a:hover .bottom-info p .aline_w {
  background-size: 100% 1px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
}

.home-news012 .layout .inner-news .left-box .news-container ul {
  margin-top: 0.3rem;
  border-top: 1px dashed #e4e4e4;
}

.home-news012 .layout .inner-news .left-box .news-container ul li {
  position: relative;
}

.home-news012 .layout .inner-news .left-box .news-container ul li a {
  padding: 0.165rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e4e4e4;
}

.home-news012 .layout .inner-news .left-box .news-container ul li a p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  max-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.home-news012 .layout .inner-news .left-box .news-container ul li a span {
  font-size: 0.16rem;
  /* line-height: 1;
  display: inline-block; */
  color: #666;
  flex-shrink: 0;
  margin-left: 0.1rem;
}

.home-news012 .layout .inner-news .left-box .news-container ul li a:after {
  content: "";
  width: 0;
  border-top: 1px solid #007cc2;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

.home-news012 .layout .inner-news .left-box .news-container ul li a:hover p {
  color: #007cc2;
}

.home-news012 .layout .inner-news .left-box .news-container ul li a:hover:after {
  width: 100%;
}

.home-news012 .layout .inner-news .right-box {
  width: 37%;
}

.home-news012 .layout .inner-news .right-box ul {
  margin-top: 0.4rem;
}

.home-news012 .layout .inner-news .right-box ul li {
  margin-bottom: 0.2rem;
}

.home-news012 .layout .inner-news .right-box ul li:last-child {
  margin-bottom: 0;
}

.home-news012 .layout .inner-news .right-box ul li a {
  padding: 0.24rem 0.25rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.12);
}

.home-news012 .layout .inner-news .right-box ul li a .time {
  font-size: 0.16rem;
  color: #666;
  margin-right: 0.2rem;
  flex-shrink: 0;
  line-height: 1;
}

.home-news012 .layout .inner-news .right-box ul li a .time .day {
  color: #007cc2;
  font-size: 0.22rem;
  font-weight: bold;
  position: relative;
}

.home-news012 .layout .inner-news .right-box ul li a .time .day:after {
  content: '';
  display: block;
  width: 0.16rem;
  border-top: 1px solid #666;
  margin-top: 0.1rem;
}

.home-news012 .layout .inner-news .right-box ul li a .time .year {
  margin-top: 0.1rem;
  display: block;
}

.home-news012 .layout .inner-news .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;
  height: 0.54rem;
}

.home-news012 .layout .inner-news .right-box ul li a:hover {
  transform: translateX(-10px);
}

.home-news012 .layout .inner-news .right-box ul li a:hover .tit {
  color: #007cc2;
}

.home-news012 .layout .inner-news .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

@media (max-width: 960px) {
  .home-news012 {
    margin-top: 0.4rem !important;
    padding: 40px 0;
  }

  .home-news012 .layout {
    flex-wrap: wrap;
  }

  .home-news012 .layout .inner-news {
    flex-direction: column;
  }
  .home-news012 .layout .inner-news .left-box {
    width: 100%;
  }

  .home-news012 .layout .inner-news .left-box .news-container {
    margin-top: 20px;
  }

  .home-news012 .layout .inner-news .left-box .news-container .img-news {
    flex-wrap: wrap;
  }

  .home-news012 .layout .inner-news .left-box .news-container .img-news a {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-news012 .layout .inner-news .left-box .news-container .img-news a .img {
    padding-bottom: 56%;
  }

  .home-news012 .layout .inner-news .right-box {
    width: 100%;
    margin-top: 40px;
  }

  .home-news012 .layout .inner-news .right-box ul {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=home-news012.css.map */