/*!
 * 员工风采
 * author:qianyuting
 * date:2021-08-27
 * last editor: qianyuting
 * last edit date: 2021-08-27
 */

.imgs-wrap {
    margin-top: 20px;
    overflow-x: hidden;
}

.img-list {
    margin: -16px -20px;
}

.img-item {
    width: 33.33%;
    padding: 16px 20px;
    box-sizing: border-box;
}


.img-box {
    display: block;
    /* height: 315px; */
}

.img-card {
    display: block;
    height: 148px;
    line-height: 148px;
    background: #e4f5fe url("../images/default_img_bg.png") center center no-repeat;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.img-card>img {
    display: block;
    height: 100%;
    width: 100%;
}

.img-tit {
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

