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: #f2f2f2;
}
.news_sec1 .wrap {
  position: relative;
}
.news_sec1 .cont {
  display: flex;
  justify-content: space-between;
}
.news_sec1 .img {
  width: 63.125%;
  border-radius:20px;
}
.news_sec1 .info {
  width: 31.875%;
  padding-top: 4.3%;
}
.news_sec1 .info h1 {
  margin-bottom: 1em;
  margin-top: 1.3em;
  line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: 3px;
  left: 68.5625%;
}
.news_sec1 .swiper-pagination-custom {
  line-height: 1;
  margin-bottom: 16px;
}
.news_sec1 .swiper-pagination-current {
  color: #ae8648;
}
.news_sec1 .swiper-pagination {
  width: 145px;
  background: #cbcbcb;
  height: 3px;
}
.news_sec1 .swiper-pagination .swiper-pagination-progressbar {
  background: #ae8648;
  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: -5%;
}
.news_sec1 .swiper-button-next {
  right: -5%;
}
.news_sec2 {
  padding: 8.33333333% 0 3.64583333%;
}
.news_list {padding-bottom:5%;}
.news_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125%;
}
.news_list ul .img{border-radius:20px;}
.news_list .cont {
  padding: 6% 0;
}
.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: 5px;
}
@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: 10px 0;
  }
  .news_sec1 .swiper-pagination-box {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .news_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .news_sec1 .swiper-button-prev,
  .news_sec1 .swiper-button-next {
    background-color: #ae8648;
    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 */
.news_details_wrap {
  padding-top: 5.72916667%;
}
.news_details_wrap .edit_con_original {
  margin-top: 2.2em;
  padding-top: 2.6em;
  border-top: 1px solid #666;
}
.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: #ae8648;
}
.news_details_wrap .news_close span {
  padding-left: 10px;
}
.news_details_wrap .news_page {
  clear: both;
  border-top: 1px solid #666;
  padding: 3.125% 0;
  margin-top: 3.125%;
}
.news_details_wrap .news_page .nolink {
  color: #949494;
}
.news_details_wrap .news_page .news_page_Con {
  display: flex;
  justify-content: space-between;
}
.news_details_wrap .news_page .news_page_Con span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 48%;
}
.news_details_wrap .news_page .news_page_Con span a.no{color:#a1a1a1;}
.news_details_wrap .news_page .news_page_Con span a.no:hover{cursor:auto;color:#a1a1a1 !important;}
.detail_info_bt {
  text-align: center;
}
.detail_info_bt h1 {
  margin-bottom: 5px;
}
.detail_info_bt .share_a {
  margin-top: 2.5em;
}
.detail_info_bt .share_a a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px;
}
@media screen and (max-width:1024px){
  .news_details_wrap .news_close{display:none;}
  .news_details_wrap .news_page .news_page_Con{flex-direction:column;}
  .news_details_wrap .news_page .news_page_Con span{max-width:100%;margin: 5px 0;}
}
/* 新闻详情end */
/*# sourceMappingURL=./news.css.map */