@charset "utf-8";


.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background: url() #f2f2f2 no-repeat 50%
}

.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.3));
  background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3
}

.zoomImg img {
  transition: .5s;
  height: 100%;
  object-fit: cover;
  z-index: 1
}



.zoomImg.noms:before {
  display: none
}

.zoomImg.mask:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  height: 40%;
  z-index: 2;
  pointer-events: none;
  background: url(/static/images/blackms.png) repeat-x top;
  background-size: auto 100%;
  opacity: .8
}

@-webkit-keyframes shine {
  to {
    left: 125%
  }
}

@keyframes shine {
  to {
    left: 125%
  }
}

.svgPath {
  display: block
}

@media (min-width:992px) {
  .zoomImg:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
  }

  .zoomImg:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }

  a:hover .zoomImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
  }

  a:hover .zoomImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.z-lst5 {
    margin-bottom: 0.4rem;
}

.z-lst5 li {
    margin-bottom: 0.4rem;
    border: 1px solid rgba(169, 32, 39, 0.1);
}

.z-lst5 .con {
    padding: 0.38rem;
    display: block;

    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.z-lst5 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.03rem 0.23rem rgba(206, 206, 206, .5);

    z-index: -1;
}

.z-lst5 .bg-logo {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    width: 3.17rem;
    z-index: -1;
    overflow: hidden;
    opacity: .6;
}

.z-lst5 .bg-logo img {
    position: absolute;
    left: 0.55rem;
    top: 50%;
    width: 3.17rem;
    height: auto;
    max-width: none;
    max-height: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.z-lst5 .pic {
    margin-right: 0.42rem;
    width: 1.86rem;
    height: 2.48rem;
    overflow: hidden;
    flex-shrink: 0;
}

.z-lst5 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.z-lst5 .text {
    padding-top: 0.15rem;
    width: calc(100% - 2.28rem);
    flex-shrink: 0;
}

.z-lst5 .job {
    font-size: clamp(14px, 1.25vw, 0.22rem);
    color: #2461a2;
    font-weight: bold;
    line-height: 1.32;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.z-lst5 .job:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0.12rem;
    width: 0.05rem;
    height: 0.05rem;
    background-color: #2461a2;
    border-radius: 50%;
}

.z-lst5 .job:after {
    content: '';
    margin-top: 0.14rem;
    display: block;
    height: 1px;
    border-top: 1px dashed rgba(32, 104, 100, .2);
    box-sizing: border-box;
    flex-grow: 1;
}

.z-lst5 .job span {
    margin-right: 0.14rem;
    display: block;
    flex-shrink: 0;
}

.z-lst5 .tit {
    margin-top: 0.25rem;
    font-size: clamp(18px, 1.46vw, 0.26rem);
    color: #3B1D16;
    line-height: 1.31;
}

.z-lst5 .desc {
    margin-top: 0.19rem;
    font-size: clamp(14px, 0.94vw, 0.16rem);
    color: #666666;
    line-height: 1.75;
}

.z-lst5 .con:hover {}


@media (max-width: 992px) {
 

    .z-lst5 .con {
        padding: 0.3rem;
        background: none;
        background-color: #fff;
        border: 1px solid rgba(32, 104, 100, .4);
 
        box-shadow: 0 0.03rem 0.23rem rgba(206, 206, 206, .5);
    }

    .z-lst5 .con:before {
        display: none;
    }

}

@media (max-width: 597px) {
    
    .z-lst5 .job {
        font-size: 0.28rem;
    }

    .z-lst5 .job:before {
        top: 0.14rem;
        width: 0.1rem;
        height: 0.1rem;
    }

    .z-lst5 .job:after {
        margin-top: 0.18rem;
    }

    .z-lst5 .tit {
        font-size: 0.36rem;
    }

    .z-lst5 .desc {
        font-size: 0.28rem;
        line-height: 1.6;
    }

}



.desc p{

    font-size: 0.16rem!important;
    color: #666666!important;
    line-height: 0.4rem !important;

    text-indent: 0px!important;

}