﻿.news-item-section img {
    box-shadow: 0 5px 65px rgba(0,0,0,0.29);
    max-width: 100%;
}

.news-item-section .news-title {
    font-size: 30px;
}

.news-item-section .news-item .created {
    font-size: 12px;
    line-height: 1;
    margin-top: 18px;
}

    .news-item-section .news-item .created > span {
        margin-right: 30px;
    }

        .news-item-section .news-item .created > span:last-child {
            margin-right: 0;
        }

        .news-item-section .news-item .created > span::before {
            content: '';
            display: inline-block;
            width: 14px;
            height: 14px;
            background: url('../../Content/Image/vendor-user-icon-inverse.png') center center no-repeat;
            vertical-align: bottom;
            margin-right: 6px;
        }

        .news-item-section .news-item .created > span.author::before {
            background-position: -1px 0;
        }

        .news-item-section .news-item .created > span.date::before {
            background-position: -1px -34px;
        }

        .news-item-section .news-item .created > span.readtime::before {
            background-position: 0 -60px;
        }

.news-item-section a {
    color: #ed7f01;
}

.news-item-section a:hover {
    color: #ed7f01;
    text-decoration: underline;
}

.navigation-panel {
    margin-bottom: 30px;
}