* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.box1 {
	padding-bottom: 50px;
}

.box1-top {
	text-align: center;
	padding: 70px 0 50px;
}

.box1-top p {
	color: rgb(51, 51, 51);
	font-family: "Times New Roman";
	font-size: 40px;
	margin-bottom: 10px;
}

.box1-top span {
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 22px;
}

.box1-bom {
	margin-top: 20px;
}

.box1-bom ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box1-bom ul li {
	width: 48%;
}

.box1-bom ul li .box1-box span {
	display: block;
	color: rgb(223, 6, 139);
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	height: 28px;
}

.box1-bom ul li .box1-box p {
	line-height: 140%;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 180%;
	color: #5a5a5a;
}