.clear{ clear:both;}
.NewList { margin-top: 15px; }
.NewList ul li { float: left; border: #e4e4e4 solid 1px; margin-bottom: 15px; margin-right: 15px; width: calc((100% - 30px)/3 - 2px); overflow: hidden; }
.NewList ul li:nth-child(4n) { margin-right: 0; }
.NewList ul li:hover { background: #f5f5f5; }
.NewList ul li .show_img a { display: block; padding-bottom: 100%; position: relative; }
    .NewList ul li .show_img a img {
        object-fit: contain;
        width: 100%;
        height: 160px;
        /*position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;*/
        margin: auto auto;
    }
/**/
@media(max-width:768px) {
.NewList ul li { width: calc((100% - 15px)/2 - 2px); }
.NewList ul li:nth-child(3n) { margin-right: 15px; }
.NewList ul li:nth-child(2n) { margin-right: 0; }
}
