.course-title{
	font-size: 60px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 80px;
	color: #02CEB9;
}
.course-content{
	margin-top: 20px;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 45px;
	color: #616161;
	letter-spacing: 3px;
}
.course-desc{
	margin-top: 20px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	line-height: 32px;
	color: #616161;
}
.course-right-icon-one{
	position: absolute;
	top: 140px;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #02CEB9;;
}
.course-right-icon-two{
	position: absolute;
	top: 185px;
	left: 0;
	width: 190px;
	height: 1px;
	background-color: #02CEB9;
}
.course-left-icon-one{
	position: absolute;
	top: 140px;
	right: 0;
	width: 30px;
	height: 1px;
	background-color: #02CEB9;;
}
.course-left-icon-two{
	position: absolute;
	top: 185px;
	right: 0;
	width: 190px;
	height: 1px;
	background-color: #02CEB9;
}