.news {
  padding: 7.55% 0 7.29%;
}
@media (max-width: 768px) {
  .news {
    padding: 40px 0;
  }
}
.news .top {
  margin-bottom: 7.8125%;
}
.news .top .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .top .swiper-slide .top_l {
  width: 66%;
}
@media (max-width: 768px) {
  .news .top .swiper-slide .top_l {
    width: 100%;
  }
}
.news .top .swiper-slide .top_l .top_img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
}
.news .top .swiper-slide .top_l .top_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.news .top .swiper-slide .top_l .top_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .top .swiper-slide .top_l .top_img::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.news .top .swiper-slide .top_r {
  width: 34%;
  background: #f2f2f2;
  padding: 48px 50px 0;
}
@media (max-width: 1200px) {
  .news .top .swiper-slide .top_r {
    padding: 35px 30px 0;
  }
}
@media (max-width: 768px) {
  .news .top .swiper-slide .top_r {
    width: 100%;
    padding: 30px 20px;
  }
}
.news .top .swiper-slide .top_r .top_time {
  line-height: 1;
  color: #777777;
}
.news .top .swiper-slide .top_r .top_tit {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 30px 0;
  font-family: "bold";
}
.news .top .swiper-slide .top_r .top_tit:hover {
  color: #e60012;
}
@media (max-width: 1600px) {
  .news .top .swiper-slide .top_r .top_tit {
    margin: 25px 0;
  }
}
@media (max-width: 1200px) {
  .news .top .swiper-slide .top_r .top_tit {
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .news .top .swiper-slide .top_r .top_tit {
    margin: 10px 0;
  }
}
.news .top .swiper-slide .top_r .top_des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .top .top_point {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .top .top_point span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .news .top .top_point {
    top: 0;
    margin-top: 48%;
    bottom: inherit;
    left: 20px;
  }
}
.news .top .top_btn {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: calc(66% + 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .news .top .top_btn {
    left: calc(66% + 35px);
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .news .top .top_btn {
    left: 20px;
    bottom: 10px;
    display: none;
  }
}
.news .top .top_btn div {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 13px;
}
.news .top .top_btn .swiper-button-disabled{
    opacity: 0.4;
}
.news .top .top_btn div svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news .top .top_btn div:hover {
  background: #e60012;
}
.news .top .top_btn div:hover svg path {
  fill: white;
}
.news .top .top_btn .swiper-button-disabled:hover{
    background: white;
}
.news .top .top_btn .swiper-button-disabled:hover svg path{
    fill: inherit;
}
.news .screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  display: none;
}
@media (max-width: 768px) {
  .news .screen {
    margin-bottom: 20px;
  }
}
.news .screen .screen_r {
  width: 31.875%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #dddddd;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .news .screen .screen_r {
    width: 100%;
    margin-top: 10px;
  }
}
.news .screen .screen_r input {
  border: none;
  width: calc(100% - 12px);
  padding: 0 20px;
}
.news .screen .screen_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .news .screen .screen_l {
    width: 100%;
  }
}
.news .screen .screen_l .date {
  border: 1px solid #dddddd;
  border-radius: 6px;
  width: 210px;
  height: 40px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .news .screen .screen_l .date {
    width: calc((100% - 10px) / 2);
  }
}
.news .screen .screen_l .screen_sort {
  margin-left: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .news .screen .screen_l .screen_sort {
    width: calc((100% - 10px) / 2);
  }
}
.news .screen .screen_l .screen_sort .screen_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  color: #777777;
  width: 210px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news .screen .screen_l .screen_sort .screen_top {
    width: 100%;
  }
}
.news .screen .screen_l .screen_sort ul {
  padding: 10px 0;
  position: absolute;
  z-index: 2;
  background: white;
  display: none;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news .screen .screen_l .screen_sort ul li {
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news .screen .screen_l .screen_sort ul li:hover {
  background: rgba(0, 0, 0, 0.08);
}
.news .news_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .news_flx > div {
  margin-right: 25px;
  width: calc((100% - 50px) / 3);
  margin-bottom: 75px;
}
@media (max-width: 1600px) {
  .news .news_flx > div {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .news .news_flx > div {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.news .news_flx > div:nth-child(3n) {
  margin-right: 0;
}
.news .news_flx > div .news_img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  margin-bottom: 27px;
  /*&:hover{
      box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  }*/
}
@media (max-width: 1600px) {
  .news .news_flx > div .news_img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .news .news_flx > div .news_img {
    margin-bottom: 15px;
  }
}
.news .news_flx > div .news_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news_flx > div .news_img:hover img{
  transform: scale(1.04);   
}
.news .news_flx > div .news_time {
  line-height: 1;
  margin-bottom: 8px;
  color: #aaaaaa;
}
@media (max-width: 1600px) {
  .news .news_flx > div .news_time {
    margin-bottom: 5px;
  }
}
.news .news_flx > div .news_tit {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
  width: 90%;
  font-family: "bold";
}
.news .news_flx > div .news_tit:hover {
  color: #e60012;
}
@media (max-width: 768px) {
  .news .news_flx > div .news_tit {
    height: auto;
  }
}
.news .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.news .page a {
  margin: 0 10px;
}
.news .page .num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px;
}
.news .page .act {
  color: white;
  background: #e60012;
}
@media (max-width: 768px) {
  .news .page a:first-child {
    display: none;
  }
  .news .page a:last-child {
    display: none;
  }
}
#page>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
#page a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
#page .laypage_curr{
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
        color: white;
    background: #e60012;
    border-radius: 50%;
}
@media (max-width: 768px) {
   #page a{
    margin: 0 8px;
   } 
   #page .laypage_curr{
       width: 28px;
    height: 28px;
   }
}
