﻿

ul.li li {
    margin-bottom:1.25em;

}
/*---------Новости ALT*/
.newsalt .newsblock .news-category {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .75s;
}

.newsalt .newsblock:hover .news-category {
    opacity: 0.85;
}

.newsalt .newsblock {
    height: 220px;
    background: #164676 center;
    background-size: cover;
    position: relative;
}

.newsalt a {
    width: 100%;
    color: #164676;
    text-align: left;
    text-decoration: none;
}

    .newsalt a span.news-header {
        text-decoration: none;
        background-image: linear-gradient(rgba(22, 70, 118, 0.99), rgba(255, 255, 255, 0.85));
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: line-height .7s;
        transition: background-size .7s;
        font-size: 1.15rem;
        color: #164676;
        line-height: 2rem;
    }

    .newsalt a:hover span.news-header {
        background-size: 100% 1px;
        line-height: 2rem;
    }

/*------*/
