.article_card_box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.article_card_box b {
    font-weight: bold;
}

.article_card_box_left {
    width: 100%;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.article_card_box_left_btn {
    width: calc(50% - 14px);
    height: 60px;
    margin: 6px;
    font-size: 18px;
    color: rgb(239 68 68);
    border: solid 1px #e5e7eb;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff url('https://ha.huatu.com/zt/hntgzwfsx/images/icon-img05.png') right no-repeat;
}

.article_card_box_left_btn:nth-child(2) {
    background: #fff url('https://ha.huatu.com/zt/hntgzwfsx/images/icon-img02.png') right no-repeat;
}

.article_card_box_left_btn:nth-child(3) {
    background: #fff url('https://ha.huatu.com/zt/hntgzwfsx/images/icon-img03.png') right no-repeat;
}

.article_card_box_left_btn:nth-child(4) {
    background: #fff url('https://ha.huatu.com/zt/hntgzwfsx/images/icon-img01.png') right no-repeat;
}

.article_card_box_right {
    width: 100%;
    height: 144px;
    margin-top: 15px;
    padding: 6px;
    background-color: #fff;
    border: solid 1px #e5e7eb;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article_card_box_right_l {
    height: 100%;
    margin: 0 auto;
    flex-shrink: 0;
    border-radius: 6px;
}

.article_card_box_right_l img {
    height: 100%;
    margin: 0 auto;
    border-radius: 6px;
    border: none;
}

.article_card_box_right_r {
    height: 100%;
    flex-grow: 1;
    padding: 0 6px;
    overflow: hidden;
}

.article_card_box_right_r_t {
    display: flex;
    align-items: center;
}

.article_card_box_right_r_t_icon {
    width: 50px;
    height: 50px;
	margin:0;
}

.article_card_box_right_r_t_title {
    margin-left: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.article_card_box_right_r_b {
    margin-top: 10px;
    font-size: 15px;
}

.article_card_box_right_r_b p {
    font-size: 15px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .article_card_box {
        flex-wrap: nowrap;
    }

    .article_card_box_left {
        max-width: 600px;
        padding-right: 10px;
    }

    .article_card_box_right {
        max-width: 400px;
        margin-top: 0px;
    }
}