.content-item {
	margin-top: 20px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
	min-height: calc(100vh - 430px);
	background-color: #fff;
}

.content-item .h {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.content-item .des {
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.content-item .des span {
	margin: 0 10px;
}

.content-item .user-list {
	display: flex;
	flex-wrap: wrap;
}

.content-item .user-li {
	margin: 0 17px;
	margin-bottom: 34px;
	position: relative;
	box-sizing: border-box;
}

.content-item .user-li a {
	width: 100%;
	display: block;
}

.content-item .user-li img {
	width: 200px;
	height: 280px;
	object-fit: cover;
}

.content-item .user-li .name {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
}

.content-item .user-li .name .dsc {
	font-size: 12px;
}

@media screen and (max-width:980px) {
	.content-box {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.content-item .user-li {
		margin: 0 5px;
		margin-bottom: 10px;
	}

	.content-item .user-li img {
		width: 160px;
		height: 230px;
	}
}