.listImg {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.listImg-bg {
	width: 230px;
	height: 160px;
	/* background-color: #000000; */
}

.Img-bg {
	width: 170px;
	height: 150px;
	margin: 0 auto;
	background: url(../img/bgimg.png);
	padding: 5px 0 0 0;
}

.ry-img {
	width: 162px;
	height: 110px;
	/* margin: 0 auto; */
}

.ry-img img {
	width: 150px;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.ry-text{
	width: 150px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
}