.news-slider {
    position: relative;
    margin-top: 30px;
}

.news-slider .swiper-button-prev,.news-slider .swiper-button-next {
    margin-top: -110px
}

.news-slider .swiper-slide {
    width: 25%;
}

.news-list {
    margin-bottom: 25px;
}

a.news-item-images {
    display: block;
    border: 0;
    overflow: hidden;
    position: relative;
    background-color: #F0F0F0;
}

a.news-item-images:before {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: '\f030';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ccc;
    font-size: 40px;
}

a.news-item-images span {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 68%;
    display: block;
    position: relative;
    z-index: 1;
}

a.news-item-title {
    border: 0;
    line-height: 1.1;
    font-size: 18px;
    display: block;
    margin-top: 15px;
}

.news-item {
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 372px;
}

.news-item-text {
    margin: 15px 0;
    font-size: 13px;
}

.news-item-date {
    color: #666;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    padding-top: 10px;
    font-size: 13px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 10px #fff;
    -moz-box-shadow: 0 0 15px 10px #fff;
    box-shadow: 0 0 15px 10px #fff;
    bottom: 0;
}

.news-item-date:before {
    border-top: 2px solid #e5e5e5;
    display: block;
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

a.news-item-images:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 5px solid rgba(255,255,255,.6);
}

.news-list .news-item {
    height: 387px;
}

.news-list .news-item-date {
    height: 43px;
}

@media screen and (max-width: 1599px) {
    .news-slider {
        padding: 0 50px;
    }
}

@media screen and (max-width: 479px) {
    .news-slider {
        margin-bottom: -30px;
        padding: 0;
    }

    a.news-item-title {
        word-break: break-word;
    }
}