@charset "utf-8";
.dl {
	width: 100%;
	background-color: #F9FFFF;
}
.dl .dl-box {
	padding: 5rem 0;
	text-align: center;
}
.j-container-prog {
	background-color: rgba(255,255,255,1);
}
.j-container-prog-title {
	padding-top: 40px;
	position: relative;
	text-align: center;
	font-size: 24px;
	font-family: PingFang-SC-Heavy,PingFang-SC,sans-serif;
	font-weight: 800;
	color: rgba(34,42,65,1);
	line-height: 41px;
}
.j-container-prog-title::before {
	position: absolute;
	content: '';
	display: inline-block;
	width:81px;
	height:2px;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	background-color: #C3DD28;
}
.j-prog-box{
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.j-prog-box-text{
	padding-top: 10px;
	font-size:18px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(39,59,95,1);
	line-height:32px;
}