/* 首页产品列表布局修复 - 确保4列显示 */

/* 针对首页产品列表 */
#layer27938856656A6D0A46F4D17D5E5A431D .wp-new-article-style_lis {
    width: 280px !important;
    margin-right: 13px !important;
    float: left !important;
    box-sizing: border-box !important;
}

/* 每行第4个元素清除右边距 */
#layer27938856656A6D0A46F4D17D5E5A431D .wp-new-article-style_lis:nth-child(4n) {
    margin-right: 0 !important;
}

/* 清除浮动 */
#layer27938856656A6D0A46F4D17D5E5A431D .product_list-layer27938856656A6D0A46F4D17D5E5A431D ul::after {
    content: "";
    display: table;
    clear: both;
}
