.ztzl-carousel-dot .item img{
    /* width: 275px; */
    height: 185px;
    position: relative;
}
.ztzl-carousel-dot .item a>img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.57;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}
.ztzl-carousel-dot .item a>img::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/gdxjbf.png)no-repeat;
    background-size: 100%;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    

}
.gdpfxc  li{
    width: 49%;
    display: inline-block;
}
.gdpfxc  li:nth-child(2n){
    margin-left: 1%;;
}

.ztzl-carousel-dot .owl-nav {
    display: block !important;
  }

.ztzl-carousel-dot .owl-prev, .ztzl-carousel-dot .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    cursor: pointer;
}


.ztzl-carousel-dot .owl-prev {
    background: #fff url(../images/prev_icon.png) center center no-repeat;
    left: -45px;
  }
  
  .ztzl-carousel-dot .owl-next {
    background: #fff url(../images/next_icon.png) center center no-repeat;
    right: -45px;
  }
  
  .ztzl-carousel-dot .owl-prev span,
  .ztzl-carousel-dot .owl-next span {
    display: none;
  }


  .ztzl-carousel-dot .item>a+a{
    font-size: 16px;
    width: 100%;
    display: inline-block;
    height: 60px;
    padding: 16px 20px 0 20px;
    border: 1px solid rgba(234, 234, 234, 1);
    border-top: none;
    box-sizing: border-box;
  }

@media (max-width:900px) {
    .gdpfxc  li{
        width: 100%;
    }
    .gdpfxc  li:nth-child(2n){
        margin-left: 0;
    }
}