.home-news013 {
  margin-top: 0.8rem;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
      background-size: auto;
}

.home-news013>img {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.home-news013 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-news013 .layout .inner-news {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.home-news013 .layout .inner-news .left-box {
  width: 74%;
}

.home-news013 .layout .inner-news .left-box a.first-news {
  display: flex;
}

.home-news013 .layout .inner-news .left-box a.first-news:hover .r_img .inner-img img {
  transform: scale(1.1);
}

.home-news013 .layout .inner-news .left-box a.first-news:hover .right-info .tit .aline_w {
  background-size: 100% 1px;
}

.home-news013 .layout .inner-news .left-box a.first-news .r_img {
  width: 58%;
  flex-shrink: 0;
}

.home-news013 .layout .inner-news .left-box a.first-news .right-info {
  padding: 0.4rem;
  background-color: aliceblue;
  background-size: cover;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: bottom right;
}

.home-news013 .layout .inner-news .left-box a.first-news .right-info .tit {
  font-size: 0.2rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  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.6rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  word-break: break-all;
}

.home-news013 .layout .inner-news .left-box a.first-news .right-info .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
}

.home-news013 .layout .inner-news .left-box a.first-news .right-info .content {
  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;
  margin-top: 0.2rem;
  color: #aaa;
  word-break: break-all;
}

.home-news013 .layout .inner-news .left-box a.first-news .right-info .more {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0.16rem;
}

.home-news013 .layout .inner-news .left-box a.first-news .right-info .more span {
  margin-right: 0.05rem;
}

.home-news013 .layout .inner-news .left-box a.first-news .right-info .more i {
  color: #9b9b9b;
}

.home-news013 .layout .inner-news .left-box ul {
  margin-top: 0.25rem;
  margin-right: -2%;
  display: flex;
}

.home-news013 .layout .inner-news .left-box ul li {
  width: 31.3%;
  margin-right: 2%;
}

.home-news013 .layout .inner-news .left-box ul li a {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home-news013 .layout .inner-news .left-box ul li a .r_img {
  background-color: var(--ruifox-color-primary-1);
}
.home-news013 .layout .inner-news .left-box ul li a:hover .r_img .inner-img img {
  transform: scale(1.1);
}

.home-news013 .layout .inner-news .left-box ul li a:hover .bottom .tit {
  color: #01847C;
}

.home-news013 .layout .inner-news .left-box ul li a:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

.home-news013 .layout .inner-news .left-box ul li a .bottom {
  background-color: #fff;
  padding: 0.2rem;
}

.home-news013 .layout .inner-news .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-news013 .layout .inner-news .left-box ul li a .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
}

.home-news013 .layout .inner-news .right-box {
  width: 24%;
  padding: 0 0.2rem;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.home-news013 .layout .inner-news .right-box ul li:last-child a {
  border-bottom: none;
}

.home-news013 .layout .inner-news .right-box ul li a {
  display: block;
  padding: 0.2rem 0;
  border-bottom: 1px solid #e4e4e4;
}

.home-news013 .layout .inner-news .right-box ul li a:hover .tit {
  color: #01847C;
}

.home-news013 .layout .inner-news .right-box ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news013 .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;
  margin-bottom: 0.1rem;
}

.home-news013 .layout .inner-news .right-box ul li a .time {
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
  color: #666;
}

@media (max-width: 960px) {
  .home-news013 .layout .inner-news {
    display: block;
    margin-top: 20px !important;
  }

  .home-news013 .layout .inner-news .left-box {
    width: 100% !important;
  }

  .home-news013 .layout .inner-news .left-box a.first-news {
    display: block;
  }

  .home-news013 .layout .inner-news .left-box a.first-news .r_img {
    width: 100% !important;
  }

  .home-news013 .layout .inner-news .left-box a.first-news .right-info {
    width: 100% !important;
    padding: 20px !important;
            background-size: auto 100%;
              background-repeat: no-repeat;
  }

  .home-news013 .layout .inner-news .left-box a.first-news .right-info .content,
  .home-news013 .layout .inner-news .left-box a.first-news .right-info .more {
    display: none !important;
  }

  .home-news013 .layout .inner-news .left-box ul {
    margin-top: 20px !important;
    display: block;
    margin-right: 0 !important;
  }

  .home-news013 .layout .inner-news .left-box ul li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .home-news013 .layout .inner-news .right-box {
    width: 100% !important;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=home-news013.css.map */