.hStudy{
	width: 100%;
	height: 262px;
	background: url(../images/bgs.png) no-repeat;
	background-size: 100% 100%;
}
.hStudy .studyCon{
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}
.hStudy .studyCon a{
	color: #fff;
}
.hStudy .lefting{
	float: left;
	margin-top: 60px
}
.hStudy .lefting .headPic{
	display: inline-block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 40px;
	vertical-align: top;
}
.hStudy .lefting .headPic img{
	width: 100%;
	height: 100%;
}
.hStudy .lefting>div{
	display: inline-block;
	vertical-align: top;
}
.hStudy .lefting .headName{
	font-size: 30px;
	padding-top: 15px;
	margin-bottom: 0;
}
.hStudy .headStar{
	position: relative;
}
.hStudy .showHuiz{
	position: absolute;
	background-image: url(../img/beij0.png);
	top: 50px;
	left: -82px;
	width: 580px;
	height: 580px;
	background-size: 100% 100%;
	z-index: 3;
	text-align: center;
	padding-top: 110px;
	color: #666;
	display: none;
}
.hStudy p.huizWord{
	font-size: 24px;
	margin-top: 35px;
	margin-bottom: 40px;
}
.hStudy .huiz10{
	position: absolute;
	top:-33px;
	left: 50%;
	margin-left: -19px;
}
.hStudy .headStar .huizLittle img{
	margin-right: 3px;
	cursor: pointer;
}
.hStudy .righting{
	float: right;
	white-space: nowrap;
	/*width: 770px;*/
	width: 55%;
	margin-top: 80px;
}
.hStudy .righting li{
	float: left;
	width: 25%;
	text-align: right;
}
.hStudy .righting li>img{
	vertical-align: top;
	margin-top: 23px;
	margin-right: 12px
}
.hStudy .righting li>div{
	display: inline-block;
	text-align: left;
}
.hStudy .righting li>div p:first-child{
	font-size: 42px;
	margin-bottom: -10px;
	font-weight: bold;
}
.course .tab{
	height: 60px;
	border-bottom: solid 1px #ddd;
	cursor: pointer;
	padding-left: 15px;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	background:#fff;
}
.course .tab a{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	position: relative;
}
.course .tab .cur:after{
	position: absolute;
	content: ' ';
	width: 40px;
	height: 2px;
	background-color: #00A2FF;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.course{
	display: block;
	max-width: 1200px;
	margin: 0 auto
}
.commonTitle h2{
	height: 50px;
	line-height: 50px;
	font-weight: normal;
}
.commonTitle h2 span{
	float: left;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.commonTitle h2 a{
	float: right;
	font-size: 14px;
	color: #999;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 14px;
	padding-right: 18px
}
.course ul{
	max-width: 1200px;
	display:flex;
	margin: 20px auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.course .pick{
    content: ' ';
    width: 23.5%;
    overflow:hidden;
}
.course ul li{
	width: 23.5%;
	border:solid 1px #eee;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
}
.course ul li .showPic img{
	display: block;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.course ul li .camp{
	color: #333;
	font-size: 16px;
	padding: 0 10px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.course ul li .people{
	padding: 0 10px;
	font-size: 14px;
	color: #999;
}
.course ul li .people font{
	padding-right: 15px;
	position: relative;
}

.course ul li .money{
	position: absolute;
	bottom: 0px;
	right: 10px;
	background-color: #FC9951;
	padding: 2px 8px;
	color: #fff;
	border-radius: 30px;
	font-size: 14px;
}
.course ul li .price{
	background: none !important;
	color: #FC9951;
	font-weight: bold;
	margin-bottom: 7px
}
