.Vog-alink{
    display: table;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.12);
    text-decoration:none !important;
}
.Vopen-graph{width:480px;height:130px;background:#f8f8f8;display:inline-block}
.Vopen-graph .og-image {
    display: table-cell;
    width: 130px;
    overflow: hidden;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
    color: #827a7a;
}
.Vopen-graph .og-image img{
    width: 130px;
    min-height: 110px;
    vertical-align: middle;
}
.Vopen-graph .og-content {
    display: table-cell;
    position: relative;
    width: 100%;
    padding: 21px 30px 21px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
}
.Vopen-graph .og-content .tit {
    font-size: 15px;
    color: #444;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.Vopen-graph .og-content .des {
    color: #666;
    margin-top: 9px;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.Vopen-graph .og-content .og-link {
    color: #608cba;
    margin-top: 9px;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}