.news {
  padding: 1rem 0 0.9rem;
}
.news .swiper-news {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}
.news .swiper-news .swiper-slide {
  display: flex;
}
.news .swiper-news .swiper-slide img {
  flex: 1;
  height: 5.66rem;
  object-fit: cover;
}
.news .swiper-news .swiper-slide .news-content {
  flex: 1;
  height: 5.66rem;
  padding: 0.52rem 0.73rem 0.56rem;
  background: linear-gradient(179deg, #0069D9 0%, #004B9B 100%);
}
.news .swiper-news .swiper-slide .news-content .slg {
  width: 0.9rem;
  text-align: center;
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0.13rem;
  color: #004B9B;
  background: #fff;
  border-radius: 13px;
  display: inline-block;
}
.news .swiper-news .swiper-slide .news-content .time {
  margin-left: 0.1rem;
  color: #fff;
}
.news .swiper-news .swiper-slide .news-content h2 {
  margin: 0.24rem 0 0.4rem;
  color: #fff;
  font-size: 0.3rem;
}
.news .swiper-news .swiper-slide .news-content .news-detail {
  line-height: 0.3rem;
  color: #fff;
}
.news .swiper-news > .swiper-pagination-bullets {
  bottom: 0;
}
.news .swiper-news .swiper-pagination-bullet {
  width: 0.11rem;
  height: 0.11rem;
  margin: 0 0.05rem;
}
.news .swiper-news .swiper-pagination-bullet-active {
  background: #23863C;
}
.news .list {
  display: grid;
  flex-wrap: wrap;
  gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0.87rem;
}
.news .list a .img_box {
  overflow: hidden;
}
.news .list a .img_box img {
  transition: all 0.4s ease-in-out;
}
.news .list a .new_detail {
  background: #F5F5F5;
  padding: 0.15rem 0.2rem 0.2rem;
}
.news .list a .new_detail .font20 {
  color: #1D1D1D;
  height: 0.56rem;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  transition: all 0.4s ease-in-out;
}
.news .list a .new_detail .font18 {
  color: #888888;
}
.news .list a:hover .img_box img {
  transform: scale(1.05);
}
.news .list a:hover .new_detail .font20 {
  color: #0069D9;
}
.news .page_con nav ul li a {
  background: #F5F5F5;
}
.news .page_con nav ul li a:hover {
  background: #0069D9;
  color: #fff;
}
#news-detail {
  padding: 0.85rem 0 1rem;
}
#news-detail .detail {
  display: flex;
  justify-content: space-between;
}
#news-detail .detail .left {
  width: 11.33rem;
  padding-right: 0.58rem;
  border-right: 1px solid #E4E3E2;
}
#news-detail .detail .left .font32 {
  color: #222;
}
#news-detail .detail .left .time {
  padding: 0.3rem 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news-detail .detail .left .time img {
  width: 0.33rem;
  margin-right: 0.09rem;
}
#news-detail .detail .left .time span,
#news-detail .detail .left .time div {
  color: #7D7D7D;
}
#news-detail .detail .left .time div:nth-child(3) {
  width: 1.5rem;
}
#news-detail .detail .left .desc {
  text-align: center;
}
#news-detail .detail .left .desc p {
  color: #2D3441;
  font-size: 0.18rem;
  line-height: 0.38rem;
  text-align: left;
}
#news-detail .detail .left .desc * {
  font-size: 0.18rem !important;
  line-height: 0.38rem !important;
  text-align: left;
}
#news-detail .detail .left .desc img {
  max-width: 80%;
  margin: 0.2rem auto;
}
#news-detail .detail .left .more {
  background: #E5E5E5;
  padding: 0.2rem 0.15rem;
  justify-content: space-between;
  display: flex;
  margin-top: 0.4rem;
}
#news-detail .detail .left .more a {
  display: inline-flex;
  align-items: center;
  font-size: 0.14rem;
  color: #2D3441;
  transition: all 0.1s;
}
#news-detail .detail .left .more a span {
  margin: 0 0.06rem;
}
#news-detail .detail .left .more a:hover {
  color: #229E42;
}
#news-detail .detail .right {
  width: 4.14rem;
  box-sizing: border-box;
  position: relative;
  padding-top: 0.32rem;
}
#news-detail .detail .right > .font24 {
  font-size: 0.24rem;
  color: #373737;
  padding-bottom: 0.15rem;
}
#news-detail .detail .right .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
#news-detail .detail .right .list .item {
  width: 100%;
  display: block;
  margin-bottom: 0.3rem;
  color: #2D3441;
}
#news-detail .detail .right .list .item img {
  width: 100%;
  height: 3.3rem;
  object-fit: cover;
}
#news-detail .detail .right .list .item .font14 {
  font-size: 0.14rem;
  color: #808080;
  margin-bottom: 0.06rem;
  margin-top: 0.15rem;
}
#news-detail .detail .right .list .item .font20 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #333;
  font-weight: bold;
  margin: 0.1rem 0 0.17rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news-detail .detail .right .list .item .font16 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news-detail .detail .right .list .item:hover .font20 {
  color: #0069D9;
}
#news-detail .detail .right .more {
  background: #E5E5E5;
  padding: 0.2rem 0;
  text-align: center;
  color: #373737;
  font-size: 0.16rem;
  display: block;
  margin-top: 0.1rem;
  transition: all 0.3s;
}
#news-detail .detail .right .more:hover {
  background: #0069D9;
  color: #fff;
}
@media (max-width: 1024px) {
  .news .swiper-news {
    padding-bottom: 0;
    margin-bottom: 0.45rem;
  }
  .news .swiper-news .swiper-slide {
    flex-direction: column;
  }
  .news .swiper-news .swiper-slide img {
    width: 100%;
  }
  .news .swiper-news .swiper-slide .news-content {
    height: max-content;
    padding: 0.26rem 0.3rem 0.5rem;
  }
  .news .swiper-news .swiper-slide .news-content .slg {
    height: 0.42rem;
    line-height: 0.42rem;
    width: 1.5rem;
    font-size: 0.24rem;
  }
  .news .swiper-news .swiper-slide .news-content .time {
    font-size: 0.28rem;
    margin-left: 0.17rem;
  }
  .news .swiper-news .swiper-slide .news-content .news-detail {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .news .swiper-news .swiper-slide .news-content .news-detail p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .news .swiper-news > .news-pagination {
    display: none;
  }
  .news .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news .list a .img_box img {
    width: 100%;
  }
  .news .list a .new_detail {
    padding: 0.26rem 0.3rem 0.3rem;
  }
  .news .list a .new_detail .font20 {
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: max-content;
  }
  .news .list a .new_detail .font18 {
    font-size: 0.28rem;
  }
  #news-detail {
    padding: 0.6rem 0;
  }
  #news-detail .detail {
    flex-direction: column;
    padding: 0 0 0.2rem;
  }
  #news-detail .detail .left {
    width: 100%;
    padding-bottom: 0;
    border-right: none;
    padding-right: 0;
  }
  #news-detail .detail .left .font32 {
    font-size: 0.42rem !important;
    line-height: 0.6rem;
    padding-bottom: 0.17rem;
  }
  #news-detail .detail .left .font32::after {
    width: 0.46rem;
    height: 0.02rem;
  }
  #news-detail .detail .left .time {
    padding: 0.15rem 1rem 0.25rem 0;
    justify-content: space-between;
  }
  #news-detail .detail .left .time img {
    width: 0.49rem;
  }
  #news-detail .detail .left .time .font16,
  #news-detail .detail .left .time div {
    font-size: 0.27rem !important;
    margin-right: 0;
  }
  #news-detail .detail .left .time > div:last-child {
    display: none;
  }
  #news-detail .detail .left .desc {
    font-size: 0.28rem !important;
    line-height: 0.55rem !important;
  }
  #news-detail .detail .left .desc *,
  #news-detail .detail .left .desc p {
    font-size: 0.28rem !important;
    line-height: 0.55rem !important;
  }
  #news-detail .detail .left .more {
    flex-direction: column;
    padding: 0.3rem 0.25rem;
  }
  #news-detail .detail .left .more a {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #news-detail .detail .left .more a span {
    font-size: 0.28rem;
  }
  #news-detail .detail .left .more a:first-child {
    margin-bottom: 0.22rem;
  }
  #news-detail .detail .left .more a img {
    display: none;
  }
  #news-detail .detail .right {
    width: 100%;
    padding: 0 0 0.36rem;
  }
  #news-detail .detail .right > .font24 {
    font-size: 0.45rem !important;
    margin: 0.6rem 0 0.15rem;
    padding-bottom: 0;
  }
  #news-detail .detail .right .list .item {
    font-size: 0.28rem;
    padding-left: 0;
    margin-bottom: 0.1rem;
  }
  #news-detail .detail .right .list .item::after {
    width: 0.07rem;
    height: 0.07rem;
  }
  #news-detail .detail .right .list .item .font16 {
    margin-bottom: 0;
    font-size: 0.28rem !important;
    line-height: 0.5rem;
    -webkit-line-clamp: 4;
  }
  #news-detail .detail .right .list .item .font20 {
    font-size: 0.35rem !important;
    line-height: 0.55rem;
    margin: 0.08rem 0 0.1rem;
  }
  #news-detail .detail .right .list .item .font14 {
    font-size: 0.28rem !important;
    margin-top: 0;
  }
  #news-detail .detail .right .list .item img {
    height: 5.5rem;
  }
  #news-detail .detail .right .list .item .item-detail {
    background: #fff;
    padding: 0.3rem 0 0.3rem;
  }
  #news-detail .detail .right .more {
    font-size: 0.3rem;
    padding: 0.3rem 0;
  }
}
