让不规则的图片自适应居中


.xhcy_img {width:159px;height:94px;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.xhcy_img img {margin:0 auto;object-fit: cover;max-width:100%;max-height: 100%;width:auto;height: auto;}
<div class="xhcy_img">
    <img data-src="img.jpg" src="img.jpg" />
div>