.news .news_hot {
  padding: 114px 0;
}
.news .news_hot .hot_recommend {
  padding-top: 30px;
  display: flex;
  gap: 50px;
}
.news .news_hot .hot_recommend .hot_number {
  padding-right: 50px;
  border-right: 1px solid #ccc;
  width: 60%;
}
.news .news_hot .hot_recommend .hot_number .hot_img {
  width: 100%;
}
.news .news_hot .hot_recommend .hot_number .hot_item {
  margin-top: 40px;
}
.news .news_hot .hot_recommend .hot_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news .news_hot .hot_recommend .hot_item .item_title {
  font-size: 22px;
  color: #261f1e;
  padding-bottom: 8px;
}
.news .news_hot .hot_recommend .hot_item .item_data {
  font-size: 14px;
  color: #898989;
  padding-bottom: 8px;
}
.news .news_hot .hot_recommend .hot_item .item_des {
  font-size: 14px;
  color: #898989;
  margin-bottom: 36px;
}
.news .news_zhizun {
  background-color: #f2f2f2;
  padding: 120px 0;
}
.news .news_zhizun .title {
  margin-bottom: 40px;
}
.news .news_zhizun .zhizun_date .header_cate {
  display: flex;
  justify-content: space-between;
}
.news .news_zhizun .zhizun_date .header_cate .header_icon {
  padding: 10px 12px;
  border: 1px solid #ccc;
  transition: var(--primary-transition);
}
.news .news_zhizun .zhizun_date .header_cate .header_icon path {
  fill: var(--primary-color);
}
.news .news_zhizun .zhizun_date .header_cate .header_icon:hover {
  background-color: var(--primary-color);
}
.news .news_zhizun .zhizun_date .header_cate .header_icon:hover path {
  fill: white;
}
.news .news_zhizun .zhizun_date .header_cate .cate {
  display: flex;
  gap: 100px;
  width: 80%;
  text-wrap: nowrap;
  justify-content: center;
  overflow-x: scroll;
  scrollbar-width: none;
  /* Firefox */
}
.news .news_zhizun .zhizun_date .header_cate .cate span {
  cursor: pointer;
  font-size: 18px;
  color: #261f1e;
  transition: all 0.3s linear;
  position: relative;
  padding-top: 5px;
}
.news .news_zhizun .zhizun_date .header_cate .cate span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  transition: all 0.3s linear;
  background-color: #1e5096;
  bottom: 0;
}
.news .news_zhizun .zhizun_date .header_cate .cate .active {
  color: #1e5096;
}
.news .news_zhizun .zhizun_date .header_cate .cate .active:after {
  width: 100%;
}
.news .news_zhizun .zhizun_date .data_list {
  display: none;
}
.news .news_zhizun .zhizun_date .data_list .data_item {
  background-color: white;
  display: flex;
  margin: 20px 0;
}
.news .news_zhizun .zhizun_date .data_list .data_item .item_img {
  width: 460px;
  max-height: 260px;
  object-fit: cover;
}
.news .news_zhizun .zhizun_date .data_list .data_item .item_meg {
  flex: 1;
  padding: 50px;
}
.news .news_zhizun .zhizun_date .data_list .data_item .item_meg_phone {
display: none;
}

.news .news_zhizun .zhizun_date .data_list .data_item .item_meg .item_title {
  font-size: 22px;
  color: #261f1e;
  margin-bottom: 12px;
}
.news .news_zhizun .zhizun_date .data_list .data_item .item_meg .item_des {
  height: 38px;
  color: #898989;
  font-size: 14px;
  margin-bottom: 36px;
  display: -webkit-box;
  /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;
  /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*限制文本行数*/
  overflow: hidden;
  /*超出隐藏*/
}
.news .news_zhizun .zhizun_date .data_list .data_item .item_meg .item_foot {
  font-size: 14px;
  color: #898989;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .news_zhizun .zhizun_date .dl_show {
  display: block;
}
.news .news_hot_phone {
  display: none;
}
@media screen and (max-width: 680px) {
  .news .news_header .banner_text {
    top: 60%;
    box-sizing: border-box;
  }
  .news .news_header .banner_text .text_title {
    bottom: 30%;
    text-align: center;
    font-size: 26px;
  }
  .news .news_header .banner_img {
    object-position: 0 50%;
  }
  .news .news_hot {
    display: none;
  }
  .news .news_hot_phone {
    padding: 40px 16px;
    display: block;
    overflow: hidden;
  }
  .news .news_hot_phone .carousel {
    position: relative;
  }
  .news .news_hot_phone .carousel .carousel_list .carousel_item {
    box-shadow: 0 2px 10px 1px #ccc;
    margin-bottom: 10px;
  }
  .news .news_hot_phone .carousel .carousel_list .carousel_item .item_img {
    height: 214px;
    width: 100%;
    object-fit: cover;
  }
  .news .news_hot_phone .carousel .carousel_list .carousel_item .item_meg {
    padding: 10px 20px;
    font-size: 14px;
  }
  .news .news_hot_phone .carousel .carousel_list .carousel_item .item_meg a {
    color: #898989;
  }
  .news .news_hot_phone .carousel .carousel_list .carousel_item .item_meg .item_title {
    color: #261f1e;
    font-size: 17px;
  }
  .news .news_hot_phone .carousel .carousel_list .carousel_item .item_meg .item_data {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .news .news_hot_phone .carousel .swiper-pagination {
    bottom: -20px;
    text-align: center;
  }
  .news .news_hot_phone .carousel .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1e5096;
  }
  .news .news_zhizun {
    padding: 40px 16px;
  }
  .news .news_zhizun .zhizun_date {
    width: 100%;
  }
  .news .news_zhizun .zhizun_date .header_cate .header_icon {
    display: none;
  }
  .news .news_zhizun .zhizun_date .header_cate .cate {
    font-size: 16.5px;
    justify-content: start;
    gap: 20px;
    width: 100%;
  }
  .news .news_zhizun .zhizun_date .header_cate .cate span {
    padding-bottom: 10px;
  }
  .news .news_zhizun .zhizun_date .data_list .data_item {
    gap: 20px;
    padding: 16px;
  }
  .news .news_zhizun .zhizun_date .data_list .data_item .item_img {
    width: 120px;
    height: 68px;
    object-fit: cover;
  }
  .news .news_zhizun .zhizun_date .data_list .data_item .item_meg {
    padding: 0;
    display: none;
  }
  .news .news_zhizun .zhizun_date .data_list .data_item .item_meg_phone {
    display: block;
  }
  .news .news_zhizun .zhizun_date .data_list .data_item .item_meg .item_title {
    font-size: 16.5px;
  }
  .news .news_zhizun .zhizun_date .data_list .data_item .item_meg .item_des {
    display: none;
  }
  .news .news_zhizun .zhizun_date .data_list .data_item .item_meg .item_foot .jumpBtn {
    display: none;
  }
}
body .ui-pagination-container {
  width: fit-content;
  margin: 0 auto;
}
body .ui-pagination-container .ui-pagination-page-item {
  background: transparent;
  border: none;
  color: #999;
}
body .ui-pagination-container .ui-pagination-page-item:hover {
  color: #999;
}
body .ui-pagination-container .ui-pagination-page-item.active {
  color: #1e5096;
  background: transparent;
}
