.box {
	padding-top: 24px;
	width: 100%;
	min-height: calc(100vh - 150px);
	background-image: url('../image/bg-m.png');
}

.banner {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

.bottom {
	position: absolute;
	display: flex;
	bottom: 0;
	align-items: center;
}

.bottom img {
	width: 150px;
	height: 150px;
}

.bottom .content {
	padding-bottom: 24px;
	padding-left: 24px;
	height: 150px;
	color: #ffffff;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
}

.content .title {
	font-size: 60px;
}

.content .p {
	max-height: 51px;
	overflow: auto;
	line-height: 1.6;
	font-size: 14px;
}

.item {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.item .h {
	font-size: 24px;
	margin: 30px 0 10px 0;
}

.images-box {
	display: flex;
	flex-wrap: wrap;
}

.images-box .li {
	width: 245px;
	height: 245px;
	position: relative;
}

.images-box .li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.images-box .li .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: rgba(36, 37, 40, 0.6);
}

.images-box .li .title img {
	width: 25px;
}

.images-box .li .title p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-left: 10px;
}