﻿.vs-content-list {

    width: 100%;
    background-color: #f9f9f9;
}

.vs-content-list-pic {
    margin: auto;
    width: 100%;
    text-align: center
}
    .vs-content-list-pic img {
        width: 100%;
    }

    .vs-content-list-title {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        margin: auto;
    }

.vs-content-list-title-tt {
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
    .vs-content-list-title-tt a {
        font-size: 16px;
    }
    .vs-content-list-title-time {
        text-align: center;
        width: 200px;
        color: #0066b3;
        line-height: 45px;
    }

.vs-content-list-title-cont {
    margin: auto;
    width:90%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #d0d0d0;
}

.vs-content-list-title-cit {
    background-color: #ffffff;
    width: 1200px;
    margin: auto;
}

.vs-content-list-title-page {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    background-color: #f9f9f9;
}

    .vs-content-list-title-page a {
        font-size: 14px;
    }

.vs-content-list-title-err {
    text-align: center;
}