@charset "UTF-8";
.banner {
  font-size: 0;
  position: relative;
  display: block;
}

.swiper_wrap {
  margin-top: 50px;
}
.swiper_wrap .tit {
  width: 58px;
  padding: 15px 20px;
  background-color: #e0ebff;
  border-left: 2px solid #015293;
  color: #015293;
}
.swiper_wrap .swiper {
  margin-left: 16px;
  height: 112px;
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
}
.swiper_wrap .swiper .swiper-button-next,
.swiper_wrap .swiper .swiper-button-prev {
  width: 27px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.44);
  transform: translateY(-14px);
}
.swiper_wrap .swiper .swiper-button-prev {
  left: 0;
  border-radius: 0px 3px 3px 0px;
}
.swiper_wrap .swiper .swiper-button-next {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}
.swiper_wrap .swiper img {
  width: 100%;
  height: 100%;
}

.cont {
  margin-top: 50px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(199, 199, 199, 0.25);
}
.cont .list {
  margin-left: 20px;
}
.cont .list .item {
  width: 366px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 20px;
  margin-bottom: 20px;
}
.cont .list .item .img {
  display: block;
  font-size: 0;
  width: 100%;
  height: 186px;
}
.cont .list .item .img img {
  width: 100%;
  height: 186px;
}
.cont .list .item:hover {
  box-shadow: 0px 4px 20px 0px rgba(37, 37, 37, 0.25);
  transition: 0.5s;
}
.cont .list .item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.cont .list .item .of1 {
  display: block;
  margin-top: 15px;
  width: 100%;
}
.cont .list .item .of2 {
  font-size: 14px;
  color: #666666;
  margin-top: 6px;
}
.cont .list .item .link {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
}
.cont .list .item .link .iconfont {
  font-size: 18px;
  margin-right: 10px;
}