.news-item-outside {
    padding-bottom: 30px;
}

.news-item {
    background-color: #fff;
    border-radius: 5px;
}

.ni-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.ni-img img {
    transition: all 0.3s;
}

.news-item:hover .ni-img img {
    transform: scale(1.2);
}

.ni-datas {
    width: 100%;
    padding: 10px 0px;
}

.ni-name {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    height: 34px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ni-lead {
    font-size: 13px;
    line-height: 15px;
    height: 45px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ni-more
{
    color: #C90035 !important;
    font-weight: 600;
}

.ni-more svg
{
    margin-left: 5px;
    transform: scale(0.6);
}

.ni-more path
{
    fill: #C90035 !important;
}
