.s-page-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.course {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.part-div {
	width: 1920px;
	height: 1114px;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 40px;
	align-items: center;
}

.tag-div {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
}
.transport-font {
	position: absolute;
	bottom: 20%;
	z-index: 999;
	left: 20%;
}

.tag1 {
	width: 84px;
	height: 40px;
	background-color: #ea5404;
	border-radius: 0px 0px 4px 4px;
	font-family: SourceHanSerifCN-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
	margin-right: 10px;
}

.tag2 {
	width: 84px;
	height: 40px;
	background-color: #bc9d66;
	border-radius: 0px 0px 4px 4px;
	font-family: SourceHanSerifCN-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
	margin-right: 10px;
}
.part-content {
	position: absolute;
	top: 130px;
	/*background: linear-gradient(to bottom,*/
	/*rgba(234,84,4, 0) 0%,*/
	/*rgba(234,84,4, 0.2) 25%,*/
	/*rgba(234,84,4, 0.5) 50%,*/
	/*rgba(234,84,4, 0.8) 75%,*/
	/*rgb(234,84,4) 100%);*/
	border-radius: 0px 0px 10px 10px;
	width: 1420px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	z-index: 99;
}
.part-content1 {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom,
	rgba(28,124,105, 0) 0%,
	rgba(28,124,105, 0.2) 25%,
	rgba(28,124,105, 0.5) 50%,
	rgba(28,124,105, 0.8) 75%,
	rgb(28,124,105) 100%);
	border-radius: 0px 0px 10px 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 980px;
	z-index: 99;
}
.part-content2 {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom,
	rgba(30,65,154, 0) 0%,
	rgba(30,65,154, 0.2) 25%,
	rgba(36,84,180, 0.5) 50%,
	rgba(36,84,180, 0.8) 75%,
	rgb(36,84,180) 100%);
	border-radius: 0px 0px 10px 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 980px;
	z-index: 99;
}
.part-content3 {
	position: absolute;
	bottom: 0;
	/*background: linear-gradient(to bottom,*/
	/*rgba(193,155,92, 0) 0%,*/
	/*rgba(193,155,92, 0.2) 25%,*/
	/*rgba(193,155,92, 0.5) 50%,*/
	/*rgba(193,155,92, 0.8) 75%,*/
	/*rgb(193,155,92) 100%);*/
	background-image: linear-gradient(0deg,
	#c19b5c 42%,
	rgba(193, 155, 92, 0.5) 71%,
	#c19b5c 100%);
	border-radius: 0px 0px 10px 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 980px;
	z-index: 99;
}

.part-course {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
	width: 100%;
}
.part-course-div {
	width: 449px;
	height: 592px;
	display: flex;
	flex-direction: column;
	background: white;
	padding: 20px;
	align-items: center;
}

.part-course-div1 {
	width: 694px;
	height: 490px;
	display: flex;
	flex-direction: column;
	background: white;
	position: relative;
}
.part-course-div1 img {
}

.part-course-div1 .title {
	font-family: SourceHanSerifCN-Regular;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #313332;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 3%;
}
.part-course-div1 .content{
	font-family: SourceHanSerifCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #313332;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
	/*margin-top: 1%;*/
	margin-bottom: 1%;
}
.part-course-div img {
}

.part-course-div .divider {
	width: 68px;
	height: 2px;
	background: #EA5504;
	margin: 20px 0px;
}

.part-course-div .title {
	font-family: SourceHanSerifCN-Regular;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #EA5504;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
}
.part-course-div .content{
	font-family: SourceHanSerifCN-Regular;
	font-size: 20px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #313332;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
	/*margin-top: 1%;*/
	font-weight: bold;
	margin-bottom: 1%;
}

.part-course-div .content1{
	font-family: SourceHanSerifCN-Regular;
	font-size: 20px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #313332;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
	/*margin-top: 1%;*/
	margin-bottom: 1%;
	font-weight: 400;
}

.part-introduce {
	font-family: SourceHanSerifCN-Regular;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	font-stretch: normal;
	letter-spacing: 0px;
	padding: 5%;
	color: #ffffff;
}
.part-introduce h1{
	font-family: SourceHanSansCN-Regular;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 84px;
	letter-spacing: 0px;
	color: #ffffff;
}

.part-introduce h2{
	font-family: SourceHanSerifCN-Regular;
	line-height: 40px;
	font-size: 20px;
}


.course-text1 {
	font-family: SourceHanSerifCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	background: #F6F6F6;
	/*background: red;*/
	padding: 50px 59px;
}

.course-div1 {
	display: flex;
	flex-direction: column;
	width: 30%;
	background: #F6F6F6;
	/*background: red;*/
	padding: 40px 30px;
	align-items: center;
}


.course-div1-title {
	font-family: SourceHanSerifCN-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c19b5c;
}


.course-div1-line {
	width: 100%;
	height: 1px;
	border: solid 2px #c19b5c;
	margin-top: 20px;
	margin-bottom: 20px;
}

.course-div1-dis {
	font-family: SourceHanSerifCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	flex: 1;
	margin-top: 24px;
}

.header1 {
	width: 25%;
	margin-top: 62px;
}
.part-course-div2 {
	width: 460px;
	height: 324px;
	display: flex;
	position: relative;
	flex-direction: column;
	background: white;
	padding: 20px;
	align-items: center;
}

.part-course-div3 {
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 460px;
	height: 190px;
	background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #333333 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	font-weight: 400;
}

.part-course-div4 {
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 280px;
	background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #333333 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	font-weight: 400;
}