﻿.home-show .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.home-show .list .item{width: 24%;}
@media(max-width:768px){.home-show .list .item{width: 49%;margin-bottom:15px;}}