.recommend-column a {
    float: left;
    margin-top: 0.8vw;
}
.recommend-column a:nth-child(2n) {
    float: right;
}
.swiper-container .swiper-slide {
    display: inline-block;
    width: 100%;
}
.news {
    text-align: center;
}
.news .news-list {
    display:inline-block;
    padding:0 2vw;
}
.news .news-model {
    width:22vw;
    height:24vw;
    margin-top: 1vw;
    background: white;
    box-shadow:10px 10px  5px #aaa;

    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*line-height: 1.6;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
}
.news .news-model p{
    text-indent:2em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news .news-model .news-picture {
    width:100%;
    height:7vw;
}
.news .news-model .news-picture img {
    width:100%;
    max-height: 7vw
}
.news .news-model h3 {
    padding:5px;
    width: 100%;
    font-size: 1.3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .news-model .news-date {
    margin:0.8em 0;
    background: #b52022;
    color: white;
}
.news .news-model p {
    padding:4px;
    text-align: left;
}

.recommend-column  .enlarge  {
    width:48.5vw;
}
