	.re_list ul {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		width: 500px;
	}

	.re_list ul li {
		width: 156px;
		height: 104px;
		margin-right: 10px;
		margin-bottom: 10px;

		&:nth-child(3n) {
			margin-right: 0px;
		}
	}

	.re_list ul li a {
		text-decoration: none;

		& img {
			width: 156px;
			margin-bottom: 10px;
			height: 104px;
		}
	}