component-blog-type-f figcaption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    height: 120px;
    padding: 20px 20px;
    margin-top: -20px;
}

component-blog-type-f a, component-blog-type-f a:hover ,component-blog-type-f a:active {
    text-decoration: none;
}

component-blog-type-f figcaption .type {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    font-family: sans-serif;
}

component-blog-type-f figcaption h3 {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #fff !important;
}

component-blog-type-f ._bl_items_cover {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

component-blog-type-f ._bl_items_cover ._normal_info {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    z-index: 1;
}

component-blog-type-f ._bl_items_cover_x2 {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

component-blog-type-f ._bl_items_cover_x2 ._normal_info_x2 {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    z-index: 1;
}