.news_soc_icon_main {
    /*width:32px;*/
    /*height:28px;*/
    width:38px;
    height:34px;
    border-radius:2px;
    margin-right:15px;
}
.news_soc_icon_main:hover {
    opacity:0.85;
}
.news_soc_icon_main_1777 {
    width:16px;
    border-radius:2px;
}
.news_soc_icon_main_1777:hover {
    opacity:0.85;
}
.news_column_block {
    width:100%;
    margin-bottom:20px;
}
.news_column_header {
    width:100%;
    font-size: 18px;
    font-weight:300;
    color: #727272;
    margin-bottom:10px;
}

/* main page main news */
.news_ext_main_news_mp {
    width:100%
}
.news_ext_main_news_mp_right {
    padding-right:5px;
}
.news_ext_main_news_mp_left {
    padding-left:12px;
    display:table-cell;
}
.news_ext_main_news_mp_bottom {
    display:none;
    padding-top:20px;
}
@media screen and (max-width: 1100px) {
    .news_ext_main_news_mp_left {
        display:none;
    }
    .news_ext_main_news_mp_bottom {
        display:table-cell !important;
    }
    .news_render_main {
        width:100% !important;
    }
}