.news-item{
    color:#8F99A4;
    font-size: 12px;
    padding:12px 15px 12px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    position: relative;
}
.news-tit{
    font-weight: 500;
    color:#1E262F;
    font-size:16px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-tit img{width: 100%}
.bottomborder::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #EBEBEB;
    transform: scaleY(0.5);
    bottom: 0;
    left: 15px;
    right: 15px;
}
.bottomborder2::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #EBEBEB;
    transform: scaleY(0.5);
    bottom: 0;
    left: 0;
    right: 0;
}