section.news-list {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
section.news-list .row {
    margin-left: 0px;
    margin-right: 0px;
}
section.news-list .col-sm-4 {
    padding-left: 0px;
    padding-right: 0px;
}
section.news-list .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px;
}
section.news-list article.item {
    padding: 10px;
    /*margin: 10px;*/
    border: 1px solid transparent;
}
section.news-list article.item:hover, section.news-list article.item:focus {
    border: 1px solid #DCDCDC;
}

section.news-list .col-sm-4:nth-child(3n) article.item, section.news-list .col-sm-3:nth-child(4n) article.item {
    margin-right: 0px;
}
section.news-list .col-sm-4:nth-child(3n + 1) article.item, section.news-list .col-sm-3:nth-child(4n + 1) article.item {
    margin-left: 0px;
}

section.news-list article.item > header {
    position: inherit;
    z-index: 1;
    box-shadow: none;
    background: inherit;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}
section.news-list article.item > footer {
    background: inherit;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #808080;
}
section.news-list article.item div.desc {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}
section.news-list article.item a {
    text-decoration: none;
}
section.news-list article.item > header img {
    display: block;
    max-width: 366px;
    height: auto;
    width: 100%;
    margin-bottom: 16px;
}
section.news-list article.item > header img.center {
    margin-left: auto;
    margin-right: auto;
}
section.news-list article.item > header h3 {
    height: auto;
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    padding: 0px;
    text-transform: none;
}

section.news-list article.item > header h3.item-title {
 padding-top: 1em;
}

section.news-list article.item > header a h3, section.news-list article.item > header a {
    text-decoration: none;
}
section.news-list article.item > footer div.time {
    font-size: 13px;
    float: left;
    text-align: left;
}
section.news-list article.item > footer div.views {
    position: relative;
    font-size: 13px;
    float: right;
    padding-left: 20px;
}
section.news-list article.item > footer div.views:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('/i/img/photonews/icon_eye.png');
    background-repeat: no-repeat;
    background-position: 50%;
    width: 15px;
    height: 15px;
}

section.news-list article.item .clearfix{background: inherit !important;}

.russian_economyfilter{text-align: center;}
.russian_economyfilter_one{display: inline-block; padding: 10px 15px; max-width: 310px; min-width: 100px;}
