.body {
	width: 1100px;
	margin: 0 auto;
}

.body>ul>li {
	display: inline-block;
	width: 348px;
	height: 150px;
	margin-bottom: 20px;
	margin-right: 23px;
	color: #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(2, 11, 91, 0.1);
}

.body>ul>li:nth-child(3),
.body>ul>li:nth-child(6) {
	margin-right: 0;
}

.body>ul>li>a p {
	position: absolute;
	color: #333;
	left: 20px;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}

.body>ul>li>a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-size: 100% 100% !important;
	position: relative;

}
