img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.bxz *,
.bxz {
  box-sizing: border-box;
}
/**
 * 文本截断混合方法
 * @param {number} @lines - 最大显示行数
 * @param {number} @lineHeight - 行高（默认1.5）
 * @param {boolean} @calcHeight - 是否计算总高度（默认true）
 */
/* 新闻/媒体 start*/
.news_wrap {
  padding: 4.16666667% 0;
  background-color: #f8f8f8;
}
.news_sec1 .wrap {
  position: relative;
  background: #fff;
}
.news_sec1 .cont {
  display: flex;
  justify-content: space-between;
  border-radius: 10rem;
  overflow: hidden;
}
.news_sec1 .img {
  width: 47.91139241%;
}
.news_sec1 .info {
  width: 47.59493671%;
  padding-top: 40rem;
  padding-right: 70rem;
}
.news_sec1 .info a {
  color: #000;
}
.news_sec1 .info h1 {
  margin-bottom: 1em;
  margin-top: 1.3em;
}
.news_sec1 .info .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10%;
}
.news_sec1 .swiper-pagination-box {
  position: absolute;
  bottom: 50rem;
  left: 52.53164557%;
}
.news_sec1 .swiper-pagination-custom {
  line-height: 1;
  margin-bottom: 16px;
  color: #aaa;
}
.news_sec1 .swiper-pagination-current {
  color: #000;
  font-weight: bold;
  font-size: var(--font-size-20);
}
.news_sec1 .swiper-pagination {
  width: 260px;
  background: #cbcbcb;
  height: 3px;
}
.news_sec1 .swiper-pagination .swiper-pagination-progressbar {
  background: #008cd6;
  top: auto;
  bottom: 0;
  height: 4px;
}
.news_sec1 .swiper-button-prev,
.news_sec1 .swiper-button-next {
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.news_sec1 .swiper-button-prev {
  left: -6%;
}
.news_sec1 .swiper-button-next {
  right: -6%;
}
.news_sec2 {
  padding: 8.33333333% 0 3.64583333%;
}
.news_list {
  margin-bottom: 4%;
}
.news_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 80rem;
  column-gap: 37rem;
}
.news_list ul li {
  background: #fff;
  border-radius: 10rem;
  overflow: hidden;
}
.news_list ul p {
  font-size: var(--font-size-20);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  margin-bottom: 23rem;
  font-weight: bold;
}
.news_list .cont {
  padding: 20rem 35rem;
}
.news_list .cont p {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
}
.news_list .date {
  margin-bottom: 10px;
  font-size: var(--font-size-16);
}
@media only screen and (max-width: 1440px) {
  .news_sec1 .info {
    padding-top: 0;
  }
  .news_sec1 .info .desc {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .news_sec1 .cont {
    flex-direction: column;
  }
  .news_sec1 .cont .img,
  .news_sec1 .cont .info {
    width: 100%;
  }
  .news_sec1 .cont .info {
    padding: 20px;
  }
  .news_sec1 .swiper-pagination-box {
    position: relative;
    left: 20px;
    bottom: 20px;
  }
  .news_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .news_sec1 .swiper-button-prev,
  .news_sec1 .swiper-button-next {
    background-color: var(--vi-color);
    color: #fff;
    top: 23%;
  }
  .news_sec1 .swiper-button-next {
    right: 10px;
  }
  .news_sec1 .swiper-button-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .news_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
/* 新闻首页 end*/
/* 新闻详情start */
.breadcrumbs {
  margin-bottom: 70rem;
}
.breadcrumbs .wrap {
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.news_details_wrap {
  background-image: linear-gradient(to bottom, #dfe4ee, #f8f8f8);
  padding: 35rem 0 4.16666667%;
}
.news_details_wrap .news_close {
  float: right;
  clear: both;
  margin-top: 4%;
  height: 44px;
  line-height: 42px;
  text-align: center;
  color: #000;
  border-radius: 30px;
  border: 1px solid #000;
  font-size: 16px;
  padding: 0 1.5em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.news_details_wrap .news_close:hover {
  border-color: var(--vi-color);
}
.news_details_wrap .news_close span {
  padding-left: 10px;
}
.news_details_wrap .news_page {
  clear: both;
  border-top: 1px solid #d4d4d4;
  padding: 30rem 0;
  margin-top: 50rem;
}
.news_details_wrap .news_page .nolink {
  color: #949494;
}
.news_details_wrap .news_page .nolink a:hover {
  cursor: initial;
  color: #000 !important;
}
.news_details_wrap .news_page .news_page_Con {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20rem;
}
.news_details_wrap .news_page .news_page_Con span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_details_cont .wrap {
  display: flex;
  justify-content: space-between;
}
.news_details_cont .content {
  width: 1110rem;
}
.news_details_cont .pd {
  padding-right: 70rem;
}
.news_details_cont h1 {
  font-size: var(--font-size-40);
}
.news_details_cont .edit_con_original {
  font-size: var(--font-size-18);
  padding-top: 54rem;
}
.detail_info_bt {
  border-bottom: 1px solid #cecfd1;
  padding-bottom: 60rem;
}
.detail_info_share {
  display: flex;
  align-items: center;
  margin-top: 18rem;
}
.detail_info_share .date {
  font-size: 14px;
  font-weight: bold;
  margin-right: 46rem;
}
.detail_info_share .share_a {
  font-size: 20px;
  display: flex;
  gap: 25rem;
}
.related_product h2 {
  text-align: center;
  font-weight: bold;
  font-size: var(--font-size-30);
  margin-top: 60rem;
}
.related_product ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29rem;
  margin-top: 45rem;
  margin-bottom: 40rem;
}
.related_product li {
  background: #fff;
  border-radius: 10rem;
  overflow: hidden;
}
.related_product li .img {
  background: #eeeeee;
}
.related_product .cont {
  padding: 20rem 30rem 40rem;
  border-bottom: 1px solid #d9d9d9;
}
.related_product .cont .tit {
  font-size: var(--font-size-20);
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
}
.related_product .cont .xh {
  margin-top: 26rem;
}
.related_product .btm {
  position: relative;
  padding: 15rem 0;
  display: flex;
  text-align: center;
  font-weight: bold;
}
.related_product .btm i {
  font-size: 20px;
  font-weight: normal;
}
.related_product .btm .btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
}
.related_product .btm .btn.on {
  color: #008cd6;
}
.related_product .btm::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: calc(100% - 30rem);
  transform: translateY(-50%);
  background: #d9d9d9;
}
@media screen and (min-width: 1024px) {
  .related_product .btm .btn:hover {
    color: #008cd6;
  }
}
.news_related {
  width: 400rem;
  height: 100%;
  position: sticky;
  top: 20px;
}
.news_related .label {
  font-size: var(--font-size-20);
  font-weight: bold;
  padding: 20rem 37rem;
  border-bottom: 1px solid #d9d9d9;
}
.news_related .cont {
  background: #fff;
  border-radius: 10rem;
}
.news_related ul {
  padding: 34rem 37rem 60rem;
  display: flex;
  flex-direction: column;
  gap: 30rem;
}
.news_related ul .date {
  font-weight: bold;
  font-size: 14px;
}
.news_related ul .tit {
  font-size: var(--font-size-20);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.news_related a {
  color: #3a3a3a;
}
@media screen and (max-width: 1024px) {
  .news_details_cont .content {
    width: 100%;
  }
  .news_details_cont .pd {
    padding-right: 0;
  }
  .news_details_cont .news_related {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .related_product ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_details_wrap .news_page .news_page_Con {
    font-size: 14px;
  }
}
/* 新闻详情end */
/*# sourceMappingURL=./news.css.map */