.ideabooks-carded{
    overflow: hidden;
    /*background: #fff;*/
}
.results-header{
    margin-top: 0;
}
.gallery{
    float: left;
    width: 592px;
    height: 416px;
    overflow: hidden;
    margin: 0 16px 16px 0;
    background: #fff;
}
.galleryImg, .galleryImg>div{
    display: block;
    position: relative;
    width: 592px;
    height: 275px;
    overflow: hidden;
}
.gallery .cover{
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.gallery:hover .cover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.gallery.odd{
    margin-right: 0;
}
.galleryTextContainer{
    padding: 16px;
}
.galleryTitle{
    font-size:18px;
    color:rgba(51,51,51,1);
    line-height:25px;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.galleryDate{
    font-size:12px;
    font-family:PingFangSC-Regular;
    color:rgba(140,140,140,1);
    height: 14px;
    line-height:15px;
    padding-left: 16px;
    margin: 4px auto 16px;
    background: url('../pic/clock-icon.svg') no-repeat left center;   
}
.gallerySubtext{
    font-size:12px;
    color:rgba(140,140,140,1);
    line-height:14px;
    margin: 0 auto 7px;  
}
.viewAndComments{
    overflow: hidden;
}
.views, .comments{
    float: left;
    height:17px;
    font-size:12px;
    color:rgba(140,140,140,1);
    line-height:18px;
    margin-right: 16px;    
}
.comments a{
    color:rgba(140,140,140,1);
}
.views{
    padding-left: 22px;
    background: url('../pic/view-icon.svg') no-repeat left center;
}
.comments{
    padding-left: 18px;
    background: url('../pic/comments-icon.svg') no-repeat left center;
}






