.news_top {
  padding: 100px 0;
  background: url(../images/news_bg.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 992px) {
  .news_top {
    padding: 50px 0;
  }
}
.linkageSwiper_box {
  box-shadow: 0px 15px 65px -32px #126ca7;
}
.linkageSwiper_box .w-col {
  margin-top: 0 !important;
}
.linkageSwiper_box .linkageSwiper1_box,
.linkageSwiper_box .linkageSwiper2_box {
  position: relative;
  height: 100%;
}
.linkageSwiper_box .linkageSwiper2_box {
  background-color: #fff;
  padding: 50px;
}
.linkageSwiper_box .linkageSwiper2_box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #166cb2;
}
.linkageSwiper_box .swiper-button-prev,
.linkageSwiper_box .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: 50px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.linkageSwiper_box .swiper-button-prev {
  right: 120px;
  background-image: url(../images/btn_prev2.png);
}
.linkageSwiper_box .swiper-button-prev:hover {
  background-image: url(../images/btn_prev2_cur.png);
}
.linkageSwiper_box .swiper-button-next {
  right: 50px;
  background-image: url(../images/btn_next2.png);
}
.linkageSwiper_box .swiper-button-next:hover {
  background-image: url(../images/btn_next2_cur.png);
}
.linkageSwiper_box .news_img {
  width: 100%;
  height: 554px;
}
@media (max-width: 992px) {
  .linkageSwiper_box .news_img {
    height: auto;
  }
}
.linkageSwiper_box .news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.linkageSwiper_box .news_text {
  height: 454px;
  background-color: #fff;
}
.linkageSwiper_box .news_text .news_text_title {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #006aac;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 72px;
}
.linkageSwiper_box .news_text .news_text_date {
  margin-top: 25px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.linkageSwiper_box .news_text .news_text_date::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}
.linkageSwiper_box .news_text .news_text_date span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #c4c4c4;
  background-color: #fff;
  padding-right: 20px;
}
.linkageSwiper_box .news_text .news_text_content .p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #696969;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 112px;
}
.linkageSwiper_box .news_text .orange_more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.news_list * {
  transition: all 0.3s;
}
.news_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 992px) {
  .news_list a {
    flex-wrap: wrap;
  }
}
.news_list .l,
.news_list .m,
.news_list .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 260px;
}
.news_list .l {
  flex: 0 0 135px;
}
.news_list .l b {
  font-size: 62px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #166cb2;
  margin-bottom: 10px;
}
.news_list .l span {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #166cb2;
}
.news_list .m {
  width: calc(100% - 515px);
  padding: 20px 50px;
}
@media (max-width: 992px) {
  .news_list .m {
    width: calc(100% - 135px);
  }
}
.news_list .m h6 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.news_list .m p {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #868686;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list .r {
  flex: 0 0 380px;
  padding: 30px;
}
@media (max-width: 992px) {
  .news_list .r {
    flex: 0 0 100%;
    height: auto;
  }
}
.news_list .r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list a:hover {
  background: #ffffff;
}
.news_list a:hover .l {
  background-color: #166cb2;
}
.news_list a:hover .l b,
.news_list a:hover .l span {
  color: #fff;
}
.news_list a:hover .m h6 {
  color: #166cb2;
}
.news_list a:hover .r img {
  transform: scale(1.05);
}
.news_list2 * {
  transition: all 0.3s;
}
.news_list2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 992px) {
  .news_list2 a {
    flex-wrap: wrap;
  }
}
.news_list2 .l,
.news_list2 .m,
.news_list2 .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.news_list2 .l {
  flex: 0 0 195px;
  position: relative;
}
@media (max-width: 992px) {
  .news_list2 .l {
    flex: 0 0 135px;
  }
}
.news_list2 .l::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 104px;
  background-color: #d8d8d8;
}
.news_list2 .l b {
  font-size: 62px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #166cb2;
  margin-bottom: 10px;
}
.news_list2 .l span {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #166cb2;
}
.news_list2 .m {
  width: calc(100% - 515px);
  padding: 0px 60px;
}
@media (max-width: 992px) {
  .news_list2 .m {
    width: calc(100% - 135px);
  }
}
.news_list2 .m h6 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.news_list2 .m p {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #868686;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list2 .r {
  flex: 0 0 195px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .news_list2 .r {
    display: none;
  }
}
.news_list2 .r .orange_more {
  border: 1px solid #166cb2;
  color: #166cb2;
  background-image: url(../images/icon_arrow4.png);
  background-size: 26px;
  background-color: transparent !important;
}
.news_list2 a:hover {
  background: url(../images/news_list_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.news_list2 a:hover .l b,
.news_list2 a:hover .l span {
  color: #fff;
}
.news_list2 a:hover .m h6,
.news_list2 a:hover .m p {
  color: #fff;
}
.news_list2 a:hover .r .orange_more {
  border: 1px solid #fff;
  color: #fff;
  background-image: url(../images/icon_arrow2.png);
}
