@charset "UTF-8";
/**
 * 专题专栏
 * date: 2023-12-25
 * author: hcong;
 */
.ewb-public-hd {
  height: 58px;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
}

.ewb-public-hd a {
  display: inline-block;
  min-width: 140px;
  border-bottom: 2px solid #548dd7;
  height: 57px;
  text-align: center;
}

.ewb-public-hd a img {
  vertical-align: top;
  margin-top: 1px;
}

.mod {
  width: 1200px;
  margin: 0 auto;
}
.mod-bd {
  position: relative;
  margin-top: 20px;
}
.mod-bd .swiper-container {
  padding: 20px 0;
}
.mod-bd .swiper-button-next,
.mod-bd .swiper-button-prev {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-top: -21.5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
}
.mod-bd .swiper-button-next {
  background: url("../images/right.png") no-repeat;
  background-size: 100% 100%;
  right: -58px;
}
.mod-bd .swiper-button-next:hover {
  background-image: url("../images/right_h.png");
}
.mod-bd .swiper-button-prev {
  background: url("../images/left.png") no-repeat;
  background-size: 100% 100%;
  left: -58px;
}
.mod-bd .swiper-button-prev:hover {
  background-image: url("../images/left_h.png");
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px 4px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 4px 16px 4px rgba(51, 51, 51, 0.1);
}
.img-link::before {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.img-link:hover::before {
  border-color: #498ad6;
}
.img-link img {
  width: 285px;
  height: 150px;
  vertical-align: top;
}
