component-post-id-a ._bl_items {
    width: 100%;
    height: auto;
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e4e1e1;
}

component-post-id-a ._bl_items ._bl_items_cover {
    width: 100%;
    height: 233px;
    overflow: hidden;
}

component-post-id-a ._bl_items ._bl_items_cover ._absolute_info {
    z-index: 2;
    height: 233px;
    top: 0;
    width: calc(70%);
    position: absolute;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s;
    background-color: transparent;
}

component-post-id-a ._bl_items ._bl_items_cover ._absolute_info span {
    color: white;
    width: 100%;
    transition: all 0.3s;
    transform: translate3d(0, 150px, 0);
    display: inline-block;
    font-size: 2em;
    opacity: 0;
}

component-post-id-a ._bl_items:hover ._bl_items_cover ._absolute_info {
    background-color: rgba(0, 0, 0, 0.5);
}

component-post-id-a ._bl_items ._bl_items_cover ._normal_info {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 233px;
    z-index: 1;
}

component-post-id-a ._bl_items ._bl_items_info {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 30px;
}

component-post-id-a ._bl_items ._bl_items_info ._bl_date_post {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    padding-bottom: 7px;
}

component-post-id-a ._bl_items ._bl_items_info h3 {
    line-height: 1.2;
    margin: 0px 0px 15px 0px;
    color: #191919;
    font-size: 17px;
    word-break: break-word;
    font-weight: 600;
    max-height: 40px;
    overflow: hidden;
}

component-post-id-a ._bl_items ._bl_items_info p {
    font-size: 14px;
    margin: 7px 0 0 0;
    color: #333333;
    line-height: 26px;
    max-height: 53px;
    overflow: hidden;
}