.vid_sml .vid_wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 288px;
    height: 100%;
    min-height: 450px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding-bottom: 72px;
}
.vid_sml .vid_wrap > div {
    width: 100%; 
}
/*.vid_sml .row{
    padding-top: 25px;
}*/
.vid_sml .vid_wrap.right {
    margin-left: 25px;
    text-align: left;
}

.vid_sml .preview{
    position: relative; left: 0; top: 0;
}

.vid_sml .preview img{
    position: relative; left: 0; top: 0;
    display: block;
    margin: auto;
}

.vid_sml .preview .play {
    position: absolute; left: 0; top: 0;
    width: 256px;
    height: 100%;
    background: url('/resources/images/video/02.png') no-repeat center center;
}

.vid_sml .title{
    color: #2866ad;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px;
    background: #f6f6f6;
    border-top: 1px solid #eae9e9;
    border-left: 1px solid #eae9e9;
    border-right: 1px solid #eae9e9;
}

.vid_sml .date-tags{
    background: #f6f6f6;
    padding: 0 10px;
    border-left: 1px solid #eae9e9;
    border-right: 1px solid #eae9e9;
}

.vid_sml .date{
    background: url('/resources/images/video/19.png') no-repeat left top;
    color: #999999;
    font-size: 11px;
    padding: 0 12px 0 18px;
    float: left;
}

.vid_sml .tags{
    float: left;
    font-size: 11px;
    background: url('/resources/images/video/20.png') no-repeat left 3px;
    padding: 0 0 0 20px;
}
.vid_sml .description {
    font-size: 11px;
    padding: 10px 10px 5px 10px;
    background: #f6f6f6;
    border-left: 1px solid #eae9e9;
    border-right: 1px solid #eae9e9;
}

.vid_sml .read-share {
    position: absolute;
    bottom: 0;
    padding: 0 10px 5px 10px;
    background: #f6f6f6;
    border-left: 1px solid #eae9e9;
    border-right: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    vertical-align: bottom;
    /* margin-bottom: 25px; */
}


.vid_sml .read-blog{
    display: block;
    color: #2866ad;
    font-size: 14px;
    background: url('/resources/images/video/06.png') no-repeat right 8px;
    width: 115px;
    text-decoration: none;
    margin: 0 0 15px 0;
}

.vid_sml span.read-blog{
    background: none;
}

.vid_sml .share-wrap{
    position: relative; left: 0; top: 0;
    padding: 0 0 0 50px;
}