ul li{list-style:none}
a{color:#333 3;text-decoration:none}
*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}
.product_list_new{width:890px}
.product_list_new>ul{-webkit-box-sizing:border-box;box-sizing:border-box}
.product_list_new>ul>li{-webkit-transition:all .8s ease;transition:all .8s ease;width:25%;float:left;padding:0 10px;margin-bottom: 20px;}
.product_list_new>ul>li p{height:46px;line-height:24px;position:relative;overflow:hidden}

.product_list_new>ul .hide{height:40px;overflow:hidden}
.product_list_new>ul .hide>div span:last-child img{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
@media screen and (max-width:1024px){.product_list_new{width:100%}
.product_list_new>ul>li>ul>li{width:47%;margin-right:6%}
.product_list_new>ul>li>ul>li:nth-of-type(3n){margin-right:6%}
.product_list_new>ul>li>ul>li:nth-of-type(2n){margin-right:0}
}@media screen and (max-width:667px){.product_list_new{width:100%}
.product_list_new>ul>li>ul>li{width:100%;margin-right:0}
.product_list_new>ul>li>ul>li:nth-of-type(3n){margin-right:0}
.product_list_new>ul>li>ul>li:nth-of-type(2n){margin-right:0}
}