﻿.shzrlist .col-md-3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.shzr {
    border: solid 1px #E1E1E1;
    border-radius: 12px;
    padding: 14px 13px 20px;
    height: 380px;
}

.shzr-pic {
    border-radius: 8px;
    height: 60%;
    overflow: hidden;
}

    .shzr-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.shzr-info {
    overflow: hidden;
}

.shzr-info h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.shzr-info p {
    font-size: 14px;
    color: #818181;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  /*  .shzr {
        height: auto;
    }
*/
    .shzr-info p {
        -webkit-line-clamp: 10;
    }
}
@media only screen and (max-width: 576px) {
    .shzr {
        height: auto;
    }

}
