@charset "utf-8";

.maxwidth{
    max-width: 100%;
}
#zhshu .fig {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 5%;
}
#zhshu .fig figure {
    width: 26%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
}
#zhshu .fig figure .fig-img{
    border: 1px solid #e6e6e6;
    display: block;
    overflow: hidden;
}
@media  (min-width: 768px){
    #zhshu .fig figure .fig-img{
        height: 390px;
    }
}
#zhshu .fig figure .fig-img img {
    transition: .3s;
}
#zhshu .fig figure figcaption {
    width: 100%;
    padding: 10px 0;
    color: #424242;
    cursor: pointer;
}
#zhshu .fig figure:hover .fig-img img {
    transform: scale(1.1);
}
.lb-data .lb-number{
    display: none!important;
}

@media  (max-width: 767px){
    #zhshu .fig figure {
        width: 100%;
    }
}