@charset "utf-8";
body{background-color:#1e2635 ;min-height: 100vh;}
.body_bg{width: 100%;height: 70vh;background: url(../images/bm1.jpg) no-repeat center ;position: absolute;left: 0;top: 0;z-index: 0;}
.enrollContainer{
	position: absolute;left: 50%;top: 50%;min-height: 70vh;background-color: rgba(255,255,255,0.82);max-width: 1365px;width: 90%;transform: translate(-50%,-50%);z-index: 50;border-radius: 10px;box-shadow: 0 0 5px rgba(0,0,0,0.12);
}
.enrollContainer h2{
	text-align: center;padding: 70px 0 40px;
}
.enrollList{
	max-width: 890px;margin: 0 auto;width: 85%;
}
.enrollList li{
	background-color: #fff;padding: 24px;line-height: 1.5;margin-bottom: 24px;border-radius: 60px;box-shadow: 0 0 10px rgba(0,0,0,0.12);text-align: center;transition: transform 0.35s ease-out;
}
.enrollList li a{
	color: #777;font-size: calc(20px + 1.1vw);font-family: '黑体';
}
.enrollList li:hover{transform: translateY(-10px);}

@media screen and (max-width: 996px) {
	.enrollContainer h2 img{max-height: 45px;display: inline-block;}
	
}