.container {
	min-height: 500px
}

.container .titles {
	font-size: 18px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #000;
	line-height: 25px;
	padding: 18px 0
}

.container .line {
	width: 100%;
	height: 1px;
	background: #e0e0e0
}

.container .list {
	margin-bottom: 50px
}

.container .list h1 {
	margin: 30px 0 15px 0;
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #000;
	line-height: 22px
}

.container .list p {
	margin-bottom: 4px;
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #000;
	line-height: 24px
}
