@charset "utf-8";

/*产品展示*/
.product-list ul{width: 95%;margin: 0 auto;}
.product-list li{float: left;width: 42%;margin: 1rem;padding: 1rem;border: 1px solid #ccc;}
.product-list ul li img{max-width: 100%;display: block;height: 117px;    margin: 0 auto;}
.product-list ul li p{font-size: 1rem;text-align: center;margin-bottom: 0;margin-top: 0.5rem;width: 100%;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;height: 17px;}