.home_active{
    padding: 8px 30px;
    background: #027938!important;
    color: #fff!important;
}
.explise{
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.post_content{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
@media (max-width: 768px){
    .product_boxs_li{
        width: 170.5px; 
        height: 192.3px;
    }
    .product_boxs_li_box{
        width: 157.5px; 
        height: 181.3px; 
        /* margin-right: 10px; */
    }
    .product_boxs_li_box a img{
        width: 100%;
        height: 118.3px;
    }
    .product_boxs_title{
        width: 100%;
        padding: 10px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        
    }
    .product_boxs_title_name{
        width: 100%;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 16px;
    }
}
@media (min-width: 769px){
    .product_boxs_li{
        width: 318.5px; 
        height: 287.22px;
    }
    .product_boxs_li_box{
        width: 302.5px; 
        height: 276.22px; 
        margin-right: 20px;
    }
    .product_boxs_li_box a img{
        width: 100%;
        height: 227.22px;
    }
    .product_boxs_title{
        width: 100%;
        padding: 15px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
    }
    .product_boxs_title_name{
        width: 165px;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 16px;
        text-align: left;
    }
}