        .bp_news_more {
    display: none;
}
#m_news .news_title{
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
#m_news .news_title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    bottom: -15px;
    left: 0;
}
#m_news .news_title a {
    color: black;
}
#m_news .bp_news_sub p {
    color: rgb(119, 119, 119);
    font-size: 14px;
}
#m_news .bp_block_item {
    margin-bottom: 20px;
}
#m_news .bp_img_news {
    padding: 0;
}
#m_news .bp_block_item .row {
    align-items: center;
}
