    .bp_hot_news_img {
    position: relative;
}
.blog-date-comment {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.article-card__info {
    display: flex;
    background: white;
    padding: 10px 20px;
    align-items: center;
    gap: 15px;
    border-radius: 4px;
}
.circle-divider, .article-card__info i {
    color: #1face1;
    font-size: 14px;
}
.news_title a {
        font-size: 24px;
        width: 100%;
    transition: all .5s ease;
    font-weight: 700;
    text-transform: uppercase;
    color: #222d35;
    letter-spacing: 0;
    margin: 14px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bp_news_sub p{
        margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #666666;
    height: 45px;
}
.bp_news_more {
        background: #222d35;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    margin-top: 20px;
}
.bp_block_item {
    margin: 20px 0;
}
