.recommend-column {
    margin-top: 1vw
}
.news {
    margin-top: 12px;
    font-size: 0.8em;
}
.news .news-list {
    display:inline-block;
    padding:0 2vw;
}
.news .news-model {
    width:36vw;
    height:50vw;
    max-width: 260px;
    max-height: 374px;
    padding: 1.2vw;
}
.news .news-model p{
    line-height: 1.6;
    -webkit-line-clamp: 3;

}
.news .news-model .news-picture {
    height:13vw;
}
.news .news-model .news-picture img {
    max-height: 13vw;
}
.news .news-model h3 {
    font-size: 1em;
}
.news .news-model .news-date {
    padding:5px 5px;
    font-size: 12px;
}
.index-recommend {
    margin-top: 0.5em;
}

