.boxz {
  box-sizing: border-box;
}
.boxz * {
  box-sizing: inherit;
}
img {
  max-width: 100%;
}
/* 行显示，多出省略 */
.news_swiper {
  margin-top: 6.25%;
}
.news_swiper > .wrap_1726 {
  position: relative;
}
.news_swiper .swiper-slide {
  position: relative;
  background-color: #f3f5f6;
  display: flex;
}
.news_swiper .img {
  width: 53.7%;
}
.news_swiper .text {
  width: 46.3%;
  padding: 0.8rem 1.1rem 0 1.3rem;
}
.news_swiper .text .date {
  font-size: 16px;
}
.news_swiper .text h3 {
  color: #595959;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.2;
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_swiper .text .des {
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_swiper .text .pub_more {
  margin-top: 0.36rem;
}
.news_swiper .swiper-button-prev,
.news_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  color: #595959;
  background: #fff;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
}
.news_swiper .swiper-button-prev:hover,
.news_swiper .swiper-button-next:hover {
  color: #ea5505;
}
.news_swiper .swiper-button-prev {
  left: -30px;
}
.news_swiper .swiper-button-next {
  right: calc(46.3% - 30px);
}
.news_list {
  margin-top: 6.25%;
  padding-bottom: 11.45833333%;
}
.news_list ul {
  overflow: hidden;
}
.news_list li {
  float: left;
  width: 32.21320973%;
  margin-right: 1.62224797%;
}
.news_list li:nth-child(3n) {
  margin-right: 0;
}
.news_list .img {
  overflow: hidden;
}
.news_list .cont {
  padding: 0.23rem 0 0.5rem;
}
.news_list .cont .date {
  font-size: 16px;
  line-height: 33px;
}
.news_list .cont .category {
  color: #fff;
  background: #000;
  padding: 0 13px;
  border-radius: 15px;
  font-size: 14px;
  display: inline-block;
  margin-left: 14px;
}
.news_list .cont .tit {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
}
.news_list li a:hover .date {
  color: #595959 !important;
}
/* 媒体报道 */
.media_container {
  padding: 6.25% 0 5%;
}
.media_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.media_list li {
  width: 48.78331402%;
  background: #f3f5f6;
  padding: 0.5rem 0.7rem 0.6rem;
  margin-bottom: 0.4rem;
}
.media_list li:hover {
  background: #fff;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.media_list .date {
  font-size: 16px;
}
.media_list .more {
  width: 60px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  background: #595959;
  margin-top: 0.7rem;
}
.media_list .more:hover {
  background: #ea5505;
}
.media_list h2 {
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
}
.media_list .des {
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  font-weight: normal;
}
/* 详情 */
.header {
  background: url(../images/detail_head_bg.jpg) no-repeat center center;
}
.detail_container {
  color: #595959;
  padding-top: 55px;
  margin-top: 100px;
  padding-bottom: 6.77083333%;
}
.detail_container .back {
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}
.detail_container .edit_con_original {
  padding: 0.7rem 20px 0.7rem;
  border-bottom: 1px solid #000;
}
.detail_info h1 {
  line-height: 1.2;
  margin-top: 2.24449594%;
  font-size:20px;
}
.detail_info_bt {
  display: flex;
  font-size: 14px;
  margin-top: 10px;
}
.detail_info_bt .date {
  font-size: 14px;
  padding-right: 0.25rem;
}
.detail_info_bt .source{padding-right: 0.25rem;}
.detail_info_bt .share_a a {
  color: #000;
}
.news_page {
  margin-top: 0.44rem;
}
.news_page .nolink {
  color: #949494;
}
.news_page .news_page_Con {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .news_list li {
    width: 49%;
    margin-right: 2%;
  }
  .news_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .news_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
  }
  .fnt_40 {
    font-size: 24px;
  }
  .news_swiper .swiper-slide {
    display: block;
  }
  .news_swiper .img,
  .news_swiper .text {
    width: 100%;
  }
  .news_swiper .text {
    padding: 0.3rem;
  }
  .news_swiper .swiper-button-prev {
    left: 10px;
    top: 2.5rem;
  }
  .news_swiper .swiper-button-next {
    right: 10px;
    top: 2.5rem;
  }
  .news_list li {
    width: 100%;
    margin-right: 0;
  }
  .news_list li:nth-child(3n),
  .news_list li:nth-child(2n) {
    margin-right: 0;
  }
  .media_list li {
    width: 100%;
    padding: 0.3rem;
  }
  .media_list li .more {
    margin-top: 0.3rem;
    width: 35px;
    height: 30px;
    line-height: 30px;
  }
  .detail_container {
    padding-top: 0;
    margin-top: 80px;
  }
  .detail_container .back {
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=./news.css.map */