#content .content .content_bottom img{
    width: 100%;
    vertical-align: middle;
}
#content .content .content_bottom .card{
    border:1px solid #e6e6e6;
    margin-bottom: 30px;
}
#content .content .content_bottom .card-img{
    padding: 10px;
    height: 210px;
    overflow: hidden;
}
#content .content .content_bottom .card-body{
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 57px;
}
#content .content .content_bottom .card:hover .card-body{
    background: #0093DD;
}

#content .content .content_bottom .card:hover span{
    color: #fff;
}
#content .content .content_bottom .card-body span{
    font-size: 16px;
    color: #000;
}
#content .content .content_bottom .card:hover p{
    color: #fff;
}
#content .content .content_bottom .card-body p{
    font-size: 16px;
    margin-top: 4px;
    color: #000;
}
#content .content .content_bottom{
    padding-bottom: 30px;
}