/* 公司新闻 */
/* news_tab */
.news_tab li a h4 {
  font-size: 30px;
}

.news_tab li a h5 {
  margin: 20px 0 0 0;
  font-size: 22px;
}

.news_tab li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}

.news_tab {
  display: flex;
  justify-content: space-around;
}

.news_tab li {
  padding: 60px 0;
  width: 30%;
}

.news_tab li:nth-child(1) {
  background-image: url(../image/news/矩形\ 32\ 拷贝\ 6.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news_tab li:nth-child(2) {
  background-image: url(../image/news/矩形\ 32\ 拷贝.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news_tab li:nth-child(3) {
  background-image: url(../image/news/矩形\ 32\ 拷贝\ 3.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news_tabbox {
  padding: 100px 0 160px 0;
}

.news_tab_checked {
  transform: translateY(-20px);
}

.news_tab li:hover {
  transform: translateY(-20px);
  transition: 0.6s;
}

/* news_banner */
.swiper-containernews {
  overflow: hidden;
}

.swiper-containernews .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
  width: 49%;
  color: #fff;
}

.swiper-containernews .l h4 {
  font-size: 20px;
  font-weight: bold;
}

.swiper-containernews .l span {
    font-size: 16px;
}

.swiper-containernews .l a {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  width: 20%;
  color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  font-size: 14px;
}

.news_banner_box {
  padding: 70px 0;
  background-image: url(../image/news/矩形\ 32\ 拷贝\ 4.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80% 100%;
}

.swiper-containernews .r {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 49%;
}

.swiper-containernews .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.swiper-containernews .r .r_pbox {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}

.swiper-containernews .r .r_pbox img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.bannernews {
  position: relative;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  top: -30px !important;
  left: 80% !important;
  font-size: 35px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: -30px !important;
  right: 5% !important;
  font-size: 35px;
}

.swiper-pagination {
  bottom: -10% !important;
  right: -80% !important;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
}

.swiper-pagination-bullet-active {
  background: #00648E !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  border: 1px solid #00648E;
}

/* news_list */
.news_list_box {
  margin: 120px 0 0 0;
}

.news_list ul li a {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 30px;
}

.news_list ul li a .l {
  width: 35%;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.news_list ul li a .l img {
  display: block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.news_list ul li a .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2% 10%;
  width: 65%;
  box-sizing: border-box;
}

.news_list ul li a .r span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden 
}

.titleandtime {
  display: flex;
  justify-content: space-between;
}

.titleandtime .time {
  display: flex;
  align-items: flex-end;
}

.titleandtime h4 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.titleandtime h5 {
  margin: 0 0 0 10px;
}

.titleandtime span {
  line-height: 40px;
  font-weight: 300;
}

.tolodetails {
  display: flex;
  align-items: center;
  color: #000;
}

.tolodetails .fa {
  margin: 0 0 0 20px;
}

.news_list ul li:hover .tolodetails .fa {
  transform: translateX(20px);
  transition: 0.3s;
}

.news_list ul li {
  margin: 0 0 80px 0;
}

.news_list_box {
  position: relative;
  padding: 0 0 120px 0;
}

.news_list ul li a:hover {
  color: #00648E;
  transition: 0.6s;
}

.news_list ul li a:hover h4 {
  color: #00648E;
  transition: 0.6s;
}

.news_list ul li a:hover .tolodetails {
  color: #00648E;
  transition: 0.6s;
}

.news_list ul li a:hover img {
  transform: scale(1.1);
  transition: 0.6s;
}

.news_list ul li a:hover {
  border: 1px solid #000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  transition: 0.6s;
}

.mbgp {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}

.bbgp {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {

  /*.swiper-containernews .l h4 {*/
  /*  font-size: 24px;*/
  /*}*/

  /*.swiper-containernews .l span {*/
  /*  font-size: 18px;*/
  /*}*/


}

@media screen and (max-width: 1366px) {
  /*.swiper-containernews .l h4 {*/
  /*  font-size: 24px;*/
  /*}*/

  /*.swiper-containernews .l span {*/
  /*  font-size: 18px;*/
  /*}*/

  /*.swiper-containernews .l a {*/
  /*  font-size: 16px;*/
  /*}*/

  .titleandtime h4 {
    font-size: 20px;
  }

  .titleandtime h5 {
    font-size: 16px;
  }

  .news_list ul li a .r span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
  .swiper-containernews .l h4 {
    font-size: 20px;
  }

  .swiper-containernews .l span {
    font-size: 16px;
  }

  .swiper-containernews .l a {
    padding: 15px 0;
    width: 25%;
  }

  .titleandtime h4 {
    font-size: 20px;
  }

  .news_list ul li a .r span {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

  .swiper-containernews .l h4 {
    font-size: 18px;
  }

  .swiper-containernews .l span {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .swiper-containernews .l a {
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;
    width: 45%;
  }

  .titleandtime h4 {
    font-size: 18px;
  }

  .news_list ul li a .r span {
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 4;*/
    /*overflow: hidden;*/
    font-size: 14px;
    letter-spacing: 1px;
  }

  .news_list_box {
    margin: 60px 0 0 0;
  }

  /* .news_list_box {
    p: 0 0 69px 0;
  } */
  .news_list_box {
    padding: 0 0 60px 0;
  }

  .paging_box ul li {
    font-size: 30px;
  }

}

@media screen and (max-width: 640px) {

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 70% !important;
  }

  .swiper-containernews .swiper-slide {
    flex-wrap: wrap;
  }

  .swiper-containernews .l {
    width: 60%;
  }


  .swiper-containernews .r {
    width: 100%;
  }

  .swiper-containernews .l {
    padding: 25px 0;
  }

  .swiper-containernews .l h4 {
    margin: 0 0 20px 0;
  }

  .news_list ul li a .l,
  .news_list ul li a .r {
    width: 50% !important;
  }

  .news_list ul li a {
    flex-wrap: wrap;
  }

  .news_list ul li a .l,
  .news_list ul li a .r {
    width: 100% !important;
  }

  .news_list ul li a .l {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .paging_box ul {
    width: 45%;
  }
}

@media screen and (max-width: 375px) {}