.fzlc-warp {
  width: 100%;
  overflow: hidden;
}

.fzlc-c {
  /* height: 550px; */
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 0;
}

.fzlc-c ul {
  width: 100%;
  /* border-bottom: 1px solid #c8c8c8; */
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fzlc-c ul li {
  width: 350px;
  height: 195px;
  padding: 25px;
  box-shadow: 0px 0px 10px 10px #f5f5f5;
  border: 1px solid #ceedef;
  /* position: relative; */
}

.fzlc-c ul li a h5 {
  font-size: 33px;
  color: 434343;
  font-weight: bold;
  margin-bottom: 20px;
}

.fzlc-c ul li a span {
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.fzlc-c .swipe-t li:nth-of-type(1n)::after {
  content: "";
  background: url("../images/sanjao_03.png") no-repeat;
  width: 21px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 20%;
}
.fzlc-c .swipe-b li:nth-of-type(1n)::after {
  content: "";
  background: url("../images/daosanjiao_07.png") no-repeat;
  width: 21px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 20%;
}

/* .fzlc-c .swipe-t li:nth-of-type(even)::after {
  content: "";
  background: url("../images/daosanjiao_07.png") no-repeat;
  width: 21px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 20%;
} */

/* .fzlc-c .swipe-t li:nth-of-type(odd)::after {
  content: "";
  background: url("../images/sanjao_03.png") no-repeat;
  width: 21px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 20%;
} */



/* .fzlc-c ul li:nth-of-type(2) {
  position: absolute;
  bottom: 48px;
  left: 18%;
} */

  /*下拍 +37% */
/* .fzlc-c ul li:nth-of-type(4) {
  position: absolute;
  bottom: 48px;
  left: 55%;
}

.fzlc-c ul li:nth-of-type(6) {
  position: absolute;
  bottom: 48px;
  left: 92%; 
}
.fzlc-c ul li:nth-of-type(8) {
  position: absolute;
  bottom: 48px;
  left: 129%; 
}
.fzlc-c ul li:nth-of-type(10) {
  position: absolute;
  bottom: 48px;
  left: 166%; 
}
.fzlc-c ul li:nth-of-type(12) {
  position: absolute;
  bottom: 48px;
  left: 203%; 
}
.fzlc-c ul li:nth-of-type(14) {
  position: absolute;
  bottom: 48px;
  left: 240%; 
}
.fzlc-c ul li:nth-of-type(16) {
  position: absolute;
  bottom: 48px;
  left: 277%; 
}
.fzlc-c ul li:nth-of-type(18) {
  position: absolute;
  bottom: 48px;
  left: 314%; 
} */

.fzlc-c .swipe-t li:nth-of-type(1n)::before {
  content: "";
  background: url("../images/li-before_03.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -40px;
  left: 20%;
}
.fzlc-c .swipe-b li:nth-of-type(1n)::before {
  content: "";
  background: url("../images/li-before_03.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -40px;
  left: 20%;
}


/* .fzlc-c .swipe-b li:nth-of-type(even)::before {
  content: "";
  background: url("../images/li-before_03.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -40px;
  left: 20%;
} */

.zuo-an {
  position: absolute;
}

.you-an {
  position: absolute;
}
.xiant{
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #c8c8c8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.swiper-button-next{
  width: 45px;
  height: 45px;
  background: #1795ff;
  border-radius: 50%;
  right: 0px;
    margin-top: -25px;
}
.swiper-button-prev{
  width: 45px;
  height: 45px;
  background: #1795ff;
  border-radius: 50%;
  left: 0px;
    margin-top: -25px;
}

.swiper-button-next::after{
  font-size: 16px;
  color: #ffffff;
}
.swiper-button-prev::after{
  font-size: 16px;
  color: #ffffff;
}
.swipe-b{
  margin-left: 18%;
}






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

  .fzlc-c{
    padding: 15px;
  }
  .fzlc-c ul li a h5{
    font-size: 20px;
  }
  .fzlc-c ul li a span{
    font-size: 12px;
    line-height: 24px;
  }
  .fzlc-c ul li{
    height: auto;
    padding: 15px;
  }
  .swipe-b{margin-left: 34%;}
}