#banner {
	background-image: url(/image/banner_curriculum.jpg);
}
#bd-main h2 {
	font-size: 35px;
	font-weight: bold;
	margin-top: 35px;
}
#bd-main h2:first-child {
	margin-top: 0;
}
#bd-main h2 span {
	font-size: 20px;
	font-weight: normal;
}
#bd-main h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
#bd-main img {
	display: block;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #e3b81d;
}
#bd-main .point1 {
	overflow: hidden;
	margin-top: 15px;
}
#bd-main .point1 dd {
	float: left;
	overflow: hidden;
	width: 33%;
	padding-right: 40px;
}
#bd-main .point1 span {
	float: left;
	width: 45px;
	height: 52px;
	line-height: 52px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	background: url(/image/icon_03.png) no-repeat;
}
#bd-main .point2 {
	overflow: hidden;
}
#bd-main .point2 dd {
	float: left;
	margin-right: calc((100% - 700px) / 2)
}
#bd-main .point2 div {
	position: relative;
	margin-top: 10px;
	padding-left: 15px;
}
#bd-main .point2 div::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0px;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	background: #e3b81d;
	border-radius: 50%;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-main h2 span {
	display: block;
}
#bd-main .point1 dd {
	width: 100%;
}
#bd-main .point2 dd {
	width: 100%;
}
}
