﻿.read_more {
  display: flex;
  column-gap: 0.16rem;
  align-items: center;
  font-weight: 400;
  font-size: 0.18rem;
  color: #A6A6A6;
}
.read_more i {
  width: 0.06rem;
  height: 0.11rem;
  background: url(../images/news_time1.png) center center no-repeat;
  background-size: contain;
}
.news {
  padding: 0.55rem 0 1.04rem;
  background: #fff;
}
.news .news_feature {
  display: flex;
  min-height: 4.2rem;
  margin-bottom: 0.59rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.news .news_feature .feature_text {
  width: calc(100% - 7.26rem);
  padding: 0.74rem 1.17rem 0.78rem 0.57rem;
}
.news .news_feature .feature_text time {
  font-family: MiSans-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #676767;
}
.news .news_feature .feature_text h3 {
  margin: 0.16rem 0 0.33rem;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
}
.news .news_feature .feature_text p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #676767;
  line-height: 1.666;
}
.news .news_feature .feature_text .read_more {
  margin-top: 0.71rem;
}
.news .news_feature .feature_img {
  width: 7.26rem;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news .news_feature .feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.news .news_feature:hover .feature_text {
  background: url(../images/news_bg2.png) no-repeat center center;
  background-size: cover;
}
.news .news_feature:hover .feature_text h3 {
  color: #0A50B4;
}
.news .news_feature:hover .feature_text .read_more {
  color: #F85A2D;
}
.news .news_feature:hover .feature_text .read_more i {
  background: url(../images/news_time2.png) center center no-repeat;
  background-size: contain;
}
.news .news_feature:hover .feature_img img {
  transform: scale(1.1);
}
.news .news_grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.6rem;
}
.news .news_card {
  width: calc(33.33% - 0.33334rem);
  display: block;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  overflow: hidden;
}
.news .news_card .image_slot {
  width: 100%;
  height: 0;
  padding-bottom: 58%;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.news .news_card .image_slot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.news .news_card .card_txt {
  height: 1.76rem;
  padding: 0.3rem 0.33rem 0.33rem;
}
.news .news_card .card_txt time {
  font-family: MiSans-Regular;
  font-size: 0.16rem;
  color: #676767;
  line-height: 1;
}
.news .news_card .card_txt h3 {
  margin: 0.1rem 0 0.29rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}
.news .news_card .card_txt p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #676767;
  line-height: 1.666;
  margin-top: 0.3rem;
  display: none;
}
.news .news_card.video .image_slot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000078 url(../images/paly.png) no-repeat center center;
  background-size: 0.61rem 0.61rem;
}
.news .news_card:hover .image_slot img {
  transform: scale(1.1);
}
.news .news_card:hover .card_txt {
  background: url(../images/news_bg4.png) no-repeat center right;
  background-size: auto 1.75rem;
}
.news .news_card:hover .card_txt h3 {
  color: #0A50B4;
}
.news .news_card:hover .card_txt .read_more {
  color: #F85A2D;
}
.news .news_card:hover .card_txt .read_more i {
  background: url(../images/news_time2.png) center center no-repeat;
  background-size: contain;
}
.news .news_card:not(:has(.image_slot)) .card_txt {
  height: 100%;
  padding: 0.7rem 0.33rem 0.33rem;
  background: url(../images/news_bg1.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.news .news_card:not(:has(.image_slot)) .card_txt p {
  display: block;
}
.news .news_card:not(:has(.image_slot)) .card_txt span {
  position: absolute;
  bottom: 0.33rem;
  left: 0.33rem;
}
.news .news_card:not(:has(.image_slot)):hover {
  background: #0A50B4 url(../images/news_bg3.png) no-repeat center center;
  background-size: cover;
}
.news .news_card:not(:has(.image_slot)):hover time,
.news .news_card:not(:has(.image_slot)):hover h3,
.news .news_card:not(:has(.image_slot)):hover p,
.news .news_card:not(:has(.image_slot)):hover .read_more {
  color: #fff;
}
.news .news_card:not(:has(.image_slot)):hover time i,
.news .news_card:not(:has(.image_slot)):hover h3 i,
.news .news_card:not(:has(.image_slot)):hover p i,
.news .news_card:not(:has(.image_slot)):hover .read_more i {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1042px) {
  .news {
    padding: 80px 0;
  }
  .news .news_feature {
    min-height: auto;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .news .news_feature .feature_text {
    width: 60%;
    padding: 30px 20px;
  }
  .news .news_feature .feature_text h3 {
    font-size: 20px;
    margin: 15px 0 30px;
  }
  .news .news_feature .feature_text p {
    font-size: 16px;
  }
  .news .news_feature .feature_text .read_more {
    font-size: 14px;
    margin-top: 30px;
  }
  .news .news_feature .feature_img {
    width: 40%;
    height: auto;
  }
  .news .news_grid {
    column-gap: 24px;
    row-gap: 30px;
  }
  .news .news_card {
    width: calc(50% - 12px);
  }
  .news .news_card .card_txt {
    height: 146px;
    padding: 20px;
  }
  .news .news_card .card_txt h3 {
    font-size: 20px;
    margin: 8px 0 20px;
  }
  .news .news_card .card_txt time,
  .read_more {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .read_more i {
    width: 6px;
    height: 11px;
  }
  .news .news_feature {
    flex-direction: column-reverse;
  }
  .news .news_feature .feature_text,
  .news .news_feature .feature_img {
    width: 100%;
  }
  .news .news_card {
    width: 100%;
  }
  .news .news_card .card_txt h3,
  .news .news_feature .feature_text h3 {
    font-size: 18px;
  }
  .news .news_feature .feature_text time,
  .news .news_feature .feature_text p,
  .news .news_card .card_txt time,
  .read_more,
  .news .news_card:not(:has(.image_slot)) .card_txt p {
    font-size: 14px;
  }
  .news .news_card:not(:has(.image_slot)) .card_txt {
    padding: 30px;
  }
  .news .news_card:not(:has(.image_slot)) .card_txt span {
    position: initial;
    margin-top: 30px;
  }
}
