body {
    background: #ffffff;
}
.col-md-3 {
    padding: 10px 20px 0px 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    overflow: hidden;
    transition: all .2s ease .1s;
    margin-bottom: 20px;
}
.col-md-3 img {
    width: 180px!important;
    height: 180px!important;
    border-radius: 5px 5px 0 0;
}
.col-md-3:hover {
    cursor: pointer;
    transform: scale(1.1);
    color: #38f;
}
.col-md-3 > div {
    padding: 20px 0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 17px 1px rgba(206, 206, 206, 0.32);
}
.col-md-3:hover > div {
    background: rgba(0, 0, 0 , .1);
}
.col-md-3 h3 {
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* set n lines, including 1 */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}
.col-md-3 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* set n lines, including 1 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}
#bbs {
    min-height: 630px;
}
