.linkageSwiper_box {
  position: relative;
}
.linkageSwiper_box .w-col {
  margin-top: 0 !important;
}
.linkageSwiper_box .news_img {
  display: block;
  width: 100%;
  height: 472px;
  overflow: hidden;
}
.linkageSwiper_box .news_img img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.linkageSwiper_box .news_img:hover img {
  transform: scale(1.05);
}
.linkageSwiper_box .news_text {
  height: 472px;
  padding: 40px;
  background: #fffaf2;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .linkageSwiper_box .news_text {
    padding: 20px;
  }
}
.linkageSwiper_box .news_text .news_text_date {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  margin-bottom: 20px;
}
.linkageSwiper_box .news_text .news_text_title a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #cc0201;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 72px;
  margin-bottom: 20px;
}
.linkageSwiper_box .news_text .news_text_title a:hover {
  color: #cc0201;
}
.linkageSwiper_box .news_text .news_text_content {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
.linkageSwiper_box .linkageSwiper2_box {
  position: relative;
}
.linkageSwiper_box .swiper-button-prev,
.linkageSwiper_box .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 40px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.linkageSwiper_box .swiper-button-prev {
  background-image: url(../images/btn_prev3.png);
  left: 25%;
}
.linkageSwiper_box .swiper-button-next {
  background-image: url(../images/btn_next3.png);
  right: 25%;
}
.linkageSwiper_box .swiper-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
}
.linkageSwiper_box .swiper-pagination-total {
  font-size: 18px;
  color: #40586d;
}
.linkageSwiper_box .swiper-pagination-current {
  font-size: 24px;
  color: #cc0201;
}
@media (max-width: 600px) {
  .linkageSwiper_box .news_img {
    height: 280px;
  }
  .linkageSwiper_box .news_text {
    height: 390px;
  }
}
.yw_top .link_box img {
  height: 472px;
}
.yw_top_tab_box {
  background: #fffaf2;
  padding: 26px;
}
.list_date li > a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
}
.list_date li span {
  box-sizing: border-box;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
}
.list_date li .left {
  position: relative;
  flex: 0 0 96px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_date li .left .left_date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list_date li .left .left_top {
  font-size: 20px;
  font-weight: bold;
  color: #cc0201;
  line-height: 1;
  margin-bottom: 10px;
}
.list_date li .left .left_bottom {
  font-size: 18px;
  font-weight: normal;
  color: #cc0201;
  line-height: 1;
}
.list_date li .right {
  width: calc(100% - 96px);
  padding: 10px 18px;
}
.list_date li .right .right_top {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list_date li.cur .left,
.list_date li:hover .left {
  background: linear-gradient(270deg, #fff6f6 0%, #ffe3e3 100%);
}
.list_date li.cur .right_top,
.list_date li:hover .right_top {
  color: #cc0201;
}
@media (max-width: 992px) {
  .yw_top > .w-col + .w-col {
    margin-top: 0;
  }
  .yw_top .link_box img {
    height: auto;
  }
  .yw_top_tab_box {
    padding: 26px 10px;
  }
}
