.re_list ul {
	display: flex;
	justify-content: left;
	list-style: none;
	padding: 0;
	width: 1550px !important;
}

.re_list ul li {
	margin-right: 10px;
	width: 156px;
	height: 104px;

	& img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}