.usdrur_news_block {
    margin: 30px 0;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.usdrur_news_block .unb_news {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    padding: 24px 24px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    box-sizing: border-box;
}
.usdrur_news_block .unb_news a { text-decoration: none; }
.usdrur_news_block .unb_img_container {
    overflow: hidden;
    border-radius: 10px;
    height: 235px;
}
.usdrur_news_block .unb_img {
    position: relative;
    display: flex;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: transform 2s;
}
.usdrur_news_block .unb_news:hover .unb_img {
    overflow: hidden;
    transform: scale(1.2,1.2);
}
.usdrur_news_block .unb_img::after {
    content: '';
    background: #fff url(/i/img/watermark_insta_2018.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: calc(50% - 83px);
    z-index: 1;
    width: 166px;
    height: 28px;
    background-size: 100%;
}
.usdrur_news_block .unb_text_title {
    position: relative;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0;
    overflow: hidden;
    text-decoration: none;
    max-height: 112px;
}
.usdrur_news_block .unb_news:hover .unb_text_title {
    color: #188fff;
}
.usdrur_news_block .unb_text_desc {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 21px;
    overflow: hidden;
    height: 0;
}
.usdrur_news_block .unb_author_date_hits {
    text-align: justify;
    cursor:default;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    background: #FFFFFF;
    z-index: 1;
    padding: 10px 0 24px;
}
.usdrur_news_block .unb_author {
    margin-bottom: 5px;
    font-size: 15px;
    color: #808080;
}
.usdrur_news_block .unb_author span {
    color: #000;
    font-weight: bold;
}
.usdrur_news_block .unb_date_hits {
    display: flex;
    font-size: 13px;
}
.usdrur_news_block .unb_date_hits .unb_hits {
    position: relative;
    margin-left: 35px;
}
.usdrur_news_block .unb_date_hits .unb_hits::before {
    content: "";
    position: absolute;
    left: -20px;
    background: url(/i/img/photonews/icon_eye.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 15px;
    height: 15px;
}
.art_type {
    flex-direction: row !important;
    margin-top: 10px !important;
}
.art_type > .type102{
    display: inline-block;
    text-decoration: none;
    padding: 4px 14px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
}
.news_card_bottom2 {
    display: flex;
    align-items: center;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px;
}
.unb_hits {
    padding-left: 4px;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: #7C7C7C;
}

@media only screen and ( min-width:751px ) {
    .unb_news {
        height: 492px;
    }
}
@media only screen and ( min-width:1361px ) and ( max-width:1566px ) {
    .usdrur_news_block {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and ( max-width:1303px ) {
    .usdrur_news_block {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and ( max-width:750px ) {
    .usdrur_news_block {
        margin-bottom: 5px;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .usdrur_news_block .unb_text_title{
        font-size: 18px;
        line-height: 21px;
        max-height: unset;
    }
    .usdrur_news_block .unb_text_desc {
        height: auto !important;
        max-height: unset;
    }
    .usdrur_news_block .unb_news {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        padding: 16px 16px 0;
    }
    .usdrur_news_block .unb_news:nth-child(odd) {
        margin-right: 20px;
    }
}
@media only screen and ( max-width:629px ) {
    .usdrur_news_block .unb_news {
        width: 100%;
    }
    .usdrur_news_block .unb_news:nth-child(odd) {
        margin-right: 0;
    }
}