
/*讲师介绍*/
.backPic{
	background-color: #f0f0f0;
	overflow: hidden;
	padding-top: 50px
}
.width1150{
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.titB{
	font-size: 18px;
	line-height: 100px;
	margin-bottom: 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 60px;
}
.expertPic{
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	float: left;
}
.jiangsHead{
	width: calc(100% - 200px);
	float: right;
}
p.jiangsName{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
p.jiangsFrom{
	line-height: 15px;
	margin-bottom: 15px;
	color: #999;
}
.jiangsTag{
	margin-bottom: 15px;
}
.jiangsTag span{
	display: inline-block;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	border-radius: 20px;
	background-color: #E5F6FF;
	color: #00A2FF;
	font-size: 12px;
	margin-right: 9px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.jiangsTag span:last-child{
	margin-right: 0px;
}
.jiangsIntro{
	line-height: 26px;
	margin-bottom: 80px;
}


.course{
	max-width: 1200px;
	margin:  0 auto;
	display: block;
}
.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: 0 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 .people font:first-child:after{
	position: absolute;
	content: ' ';
	width: 1px;
	height: 12px;
	background-color: #999;
	right: 5px;
	top: 4px
}
.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
}