.kuang{
    padding: 10px 20px;
    background: #fafafa;
    margin-bottom: 20px;
    height: 138px;
    transition: all 0.3s;
}
.newstit {
    font-size: 18px;
    color: #111;
    overflow: hidden;
    transition: all 0.5s;
    line-height: 18px;
    margin-top: 15px;
}

.shijian {
    display: block;
    font-family: arial;
    color: #666;
    line-height: 12px;
    margin: 16px 0 20px;
}

.beizhu{
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 180%;
}

.newspage-nav p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 180%;
}


.meta {
    color: #666;
    margin: 25px 0;
    font-size: 12px;
    text-align: center;
}
.meta .view {
    margin-left: 15px;
}