/*不同于首页*/
.main-article {
    margin-top: 20px;
}

.article-header {
    margin: 0 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #BDBDBD;
}

.article-header-text {
    color: #D32F2F;
    font-size: 23px;
}

/*news list*/
.article-list {
    padding: 0 8px;
    margin-top: 16px;
}

.v-card--reveal {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1de9b666;
}

.article-list-item-text {
    color: #FAFAFA;
    width: 100%;
    font-size: 13px;
    background-color: black;
    text-align: center;
    padding: 8px 0;
}