@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.home-news065 .r_img {
  overflow: hidden;
  position: relative;
}

.home-news065 .r_img:before {
  position: absolute;
  top: 0;
  left: -90%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}

.home-news065 .content_a:hover .r_img:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.home-news065 .content_a:hover .r_img img {
  scale: 1.1;
}

.home-news065 .content_a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-news065 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-news065 .layout .top-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}

.home-news065 .layout .top-wrap.yyxw .top-left {
  width: 42%;
  margin-right: 0.4rem;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide {
  background-color: #fff;
  position: relative;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide .time {
  position: absolute;
  background-color: var(--ruifox-color-primary-1);
  top: 0;
  left: 0;
  padding: .15rem .2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 1;
  z-index: 1;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide .time .year {
  font-size: 0.16rem;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide .time .day {
  font-size: 0.28rem;
  margin-top: 0.05rem;
  font-weight: bold;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide:hover .r_img img {
  scale: 1.1;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide:hover .bottom p .aline_w {
  background-size: 100% 1px;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide .r_img .inner-img {
  padding-bottom: 61%;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide .bottom {
  width: 100%;
  padding: 0.2rem 1rem 0.2rem 0.2rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide .bottom p {
  color: white;
  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;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-slide .bottom .time {
  color: white;
  font-size: 0.16rem;
  line-height: 1;
  display: block;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-button {
  display: flex;
  position: absolute;
  right: 0.2rem;
  bottom: 0.25rem;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-button .swiper-pagination {
  position: relative;
  width: fit-content;
  line-height: 1;
  bottom: 0;
  font-size: 0.16rem;
  color: #fff;
  margin: 0 0.1rem;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-button .swiper-button-prev,
.home-news065 .layout .top-wrap.yyxw .top-left .swiper-button .swiper-button-next {
  width: fit-content;
  height: fit-content;
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
}

.home-news065 .layout .top-wrap.yyxw .top-left .swiper-button .swiper-button-prev:after,
.home-news065 .layout .top-wrap.yyxw .top-left .swiper-button .swiper-button-next:after {
  font-size: 0.16rem;
}

.home-news065 .layout .top-wrap.yyxw .top-right {
  flex: 1;
  border-top: dashed 1px rgba(0, 0, 0, 0.1);
}

.home-news065 .layout .top-wrap.yyxw .top-right li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
}

.home-news065 .layout .top-wrap.yyxw .top-right li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

.home-news065 .layout .top-wrap.yyxw .top-right 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-news065 .layout .top-wrap.yyxw .top-right li a .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
}

.home-news065 .layout .top-wrap.mtbd .top-left {
  flex: 2;
  display: flex;
  gap: 0.2rem;
}

.home-news065 .layout .top-wrap.mtbd .top-left a {
  flex: 1;
  display: block;
}

.home-news065 .layout .top-wrap.mtbd .top-left a .img-box {
  position: relative;
}

.home-news065 .layout .top-wrap.mtbd .top-left a .img-box .time {
  position: absolute;
  background-color: var(--ruifox-color-primary-1);
  bottom: 0;
  right: 0;
  padding: .15rem .2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 1;
}

.home-news065 .layout .top-wrap.mtbd .top-left a .img-box .time .year {
  font-size: 0.16rem;
}

.home-news065 .layout .top-wrap.mtbd .top-left a .img-box .time .day {
  font-size: 0.28rem;
  margin-top: 0.05rem;
  font-weight: bold;
}
/* 
.home-news065 .layout .top-wrap.mtbd .top-left a .img-box .r_img .inner-img {
  padding-bottom: 3.6rem;
} */

.home-news065 .layout .top-wrap.mtbd .top-left a .bottom {
  background-color: #f9f9f9;
  padding: 0.3rem;
}

.home-news065 .layout .top-wrap.mtbd .top-left a .bottom h2 {
  font-size: .18rem;
  color: var(--ruifox-color-primary-1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}

.home-news065 .layout .top-wrap.mtbd .top-left 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;
}

.home-news065 .layout .top-wrap.mtbd .top-right {
  flex: 1;
}

.home-news065 .layout .top-wrap.mtbd .top-right a {
  display: block;
}

.home-news065 .layout .top-wrap.mtbd .top-right a .img-box {
  position: relative;
}

.home-news065 .layout .top-wrap.mtbd .top-right a .img-box .time {
  position: absolute;
  background-color: var(--ruifox-color-primary-1);
  bottom: 0;
  right: 0;
  padding: .15rem .2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 1;
}

.home-news065 .layout .top-wrap.mtbd .top-right a .img-box .time .year {
  font-size: 0.16rem;
}

.home-news065 .layout .top-wrap.mtbd .top-right a .img-box .time .day {
  font-size: 0.28rem;
  margin-top: 0.05rem;
  font-weight: bold;
}

.home-news065 .layout .top-wrap.mtbd .top-right a .bottom {
  background-color: #f9f9f9;
  padding: 0.3rem;
}

.home-news065 .layout .top-wrap.mtbd .top-right a .bottom h2 {
  font-size: .18rem;
  color: var(--ruifox-color-primary-1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}

.home-news065 .layout .top-wrap.mtbd .top-right 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;
}

.home-news065 .layout .bottom-wrap {
  display: flex;
  justify-content: space-between;
}

.home-news065 .layout .bottom-wrap .bottom-left {
  width: 49%;
  display: flex;
  justify-content: space-between;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-ll {
  width: 43%;
  background-color: #ffffff;
  box-shadow: 0.07rem 0.06rem 0.18rem 0rem rgba(7, 34, 72, 0.1);
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-ll a {
  display: block;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-ll a .bottom {
  padding: 0.2rem;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-ll a .bottom .tit {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  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;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-ll a .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-lr {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-lr a {
  display: block;
  position: relative;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-lr a:first-child {
  margin-bottom: 0.2rem;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-lr a:before {
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
  background-position: center bottom;
  z-index: 1;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-lr a .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .2rem;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.7) 100%);
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-lr a .bottom .tit {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  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;
  color: #fff;
}

.home-news065 .layout .bottom-wrap .bottom-left .bottom-lr a .bottom .time {
  font-size: 0.16rem;
  line-height: 1;
  display: block;
  color: #fff;
}

.home-news065 .layout .bottom-wrap .bottom-right {
  width: 50%;
}

.home-news065 .layout .bottom-wrap .bottom-right a {
  position: relative;
  display: block;
}

.home-news065 .layout .bottom-wrap .bottom-right a .r_img .inner-img {
  padding-bottom: 61%;
}

.home-news065 .layout .bottom-wrap .bottom-right a .bottom {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.7) 100%);
}

.home-news065 .layout .bottom-wrap .bottom-right a .bottom p {
  color: white;
  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-news065 .layout .bottom-wrap .bottom-right a .bottom .time {
  color: white;
  font-size: 0.16rem;
  line-height: 1;
  display: block;
}

@media (max-width: 960px) {
  .home-news065 .layout h1 {
    flex-wrap: wrap;
  }

  .home-news065 .layout .top-wrap {
    display: block;
    margin-top: 20px;
  }

  .home-news065 .layout .top-wrap.yyxw .top-left {
    width: 100%;
    margin-right: 0;
  }

  .home-news065 .layout .top-wrap.yyxw .top-right {
    width: 100%;
  }

  .home-news065 .layout .top-wrap.mtbd .top-left {
    width: 100%;
    display: block;
  }

  .home-news065 .layout .top-wrap.mtbd .top-right {
    width: 100%;
  }

  .home-news065 .layout .top-wrap.mtbd .top-left a {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-news065 .layout .top-wrap.mtbd .top-left a .img-box {
    width: 100%;
  }

  .home-news065 .layout .top-wrap.mtbd .top-left a .bottom .tit {
    height: auto;
  }

  .home-news065 .layout .top-wrap.mtbd .top-right {
    width: 100%;
  }

  .home-news065 .layout .bottom-wrap {
    display: block;
  }

  .home-news065 .layout .bottom-wrap .bottom-left {
    width: 100%;
    display: block;
  }

  .home-news065 .layout .bottom-wrap .bottom-left .bottom-ll {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-news065 .layout .bottom-wrap .bottom-left .bottom-lr {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-news065 .layout .bottom-wrap .bottom-left .bottom-lr a {
    margin-bottom: 20px;
  }

  .home-news065 .layout .bottom-wrap .bottom-right {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .home-news065 .layout h1 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-news065 .layout h1 .more-component {
    margin: 10px 0;
  }
}

/*# sourceMappingURL=home-news065.css.map */