.section{
	background: #f7f8f8;
	padding: 30px 0;
}

.lecWrap{
	width:1200px;
	margin:0px auto;
}

.lecWrap h3{
	line-height: 30px;
  font-size: 20px;
  padding-bottom: 10px;
}
.part1,.classify,.hotLec{
	background: #fff;
	padding: 10px 20px;
	margin-top: 20px;
}
.part1 .lecName{
	line-height: 30px;
	color:#393333;
}
.part1 .lecAddr{
	color:#9fa0a0;
}

h3 img{
	vertical-align: middle;
	margin-right: 10px;
}
.lec img{
	width:100px;
	height: 100px;
	border-radius: 50%;
}
.lec p,.lec .lecimg{
	text-align: center;
}

.part2{
	display: flex;
	-webkit-display: flex;
	-webkit-justify-content: space-between;

}
.part2 .classify{
	width: 908px;
	overflow: hidden;
}

.part2 .hotLec{
	width: 200px;
}

/*分类讲师*/
.classify .title{
	border-bottom: 1px solid #dcdddd;
	display: flex;
	-webkit-display: flex;
}
.classify .title ul{
	display: flex;
	-webkit-display: flex;
	margin-left:40px;
}

.classify .title ul li{
	width:80px;
	line-height: 30px;
	text-align: center;
  cursor: pointer;
}
.classify .title ul li.lecChecked{
	color:#ff6900;
}
.classify .title ul li.lecChecked:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
    border-width: 8px;
    border-color: transparent transparent #ff6900 transparent;
    border-style: solid;
    position: relative;
    left: 29px;
    bottom: -1px;
 }
.classify .title a{
	line-height: 40px;
	margin-left: 415px;
}
.classify .title a:hover{
	color:#3472cf;
}

.classify .content{
	width: 100%;
	overflow: hidden;
	display: none;
}
.classify .allcontent>:first-child{
	display: block;
}


.classify .content .userInfo{
	width: 151px;
	text-align: center;
	margin-top: 20px;
	color: #393333;
	float: left;
}
.classify .content .userInfo .lecName{
	margin-top: 10px;
}
.classify .content .userInfo .lecAddr{
	color: #9fa0a0;
	line-height: 30px;
}
.classify .content .userInfo .evaluatelec{
	color: #dcdddd;
}
.evaluatelec span:first-child{
	margin-right: 8px;
}
.evaluatelec span i{
	position: relative;
	top: 1px;
	margin-right: 3px;
}
.classify .content .userInfo .lecimg{
	text-align: center;
}
.classify .content .userInfo .lecimg img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

/*热门讲师*/
.hotLec{
	max-height: 530px;
}
.hotLec .hotTitle{
	display: flex;
	-webkit-display: flex;
	-webkit-justify-content: space-between;
}
.hotLec .hotTitle h4{
	font-size: 16px;
	font-weight: 700;
}
.hotLec .hotTitle h4:before{
	content: '';
	width:2px;
	height: 100%;
	display: inline-block;
	/* background: #d20a0a; */
	position: relative;
    left: -7px;
    top: 5px;
}
.hotLec .hotTitle .Ranking{
	position: relative;
	top: 5px;
}
.hotLec .hotTitle .Ranking span{
	display: inline-block;
  cursor: pointer;
}
.hotLec .hotTitle .Ranking span.Checked{
	color:#3070ce;
}
.hotLec .hotcontent{
	margin-top: 30px;
}
.hotInfo{
	display: flex;
	-webkit-display: flex;
	margin-top:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
}
.hotInfo:hover .userComment{
	color: #5669da;
}
.hotInfo img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 5px;
}
.hotInfo .hotInfoDetail{
	margin-top: 2px;
}
.hotInfo .hotInfoDetail .userName{
	color: #393333;
	line-height: 25px;
}
.hotInfo .hotInfoDetail .userInfo,.hotInfo .hotInfoDetail .userComment{
	color: #999;
}
.hotInfo .hotInfoDetail .userComment:hover{
	color: #5669da;
}
.hotInfo .hotInfoDetail .userComment span{
	color: #ff6900;
}
.allhotcontent .hotcontent{
	display: none;

}
.hotLec .allhotcontent>:first-child{
	display: block;
}
.hotcontent .morelec{
	text-align: center;
	margin-top: 20px;
	color: #dcdddd;
}
.hotcontent .morelec:hover{

}
/***end*****/

/***讲师筛选*****/
.condition{
	background: #fff;
	padding:10px 10px;
	color: #666;
}
.typeTrain,.site,.choose,.topRinking{
	/*display: flex;*/
	padding: 0 20px;
	overflow: hidden;
}

.condition ul{
	float: left;
	/*flex-wrap:wrap;
	align-items:center;*/
}
.condition span.leftFixed{
	line-height: 36px;
	width: 90px;
	float: left;
}
.condition ul li{
	float: left;
	text-align: center;
	line-height: 26px;
	padding:0px 8px;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
}
.condition ul li.active{
	background: #2467ac;
	color: #fff;
	border-radius: 20px;
}
.typeTrain{
	border-bottom: 1px dashed #e4e3e3;
	padding-bottom: 5px;
}
.topRinking{
	margin-top: 5px;
}
.site{
	border-bottom: 1px dashed #e4e3e3;
	margin-top: 5px;
}
.site ul{
	/*max-width: 840px;*/
	width: 840px;
	display: none;
}
.site ul:nth-child(2){
	display: block;
}

.site .regionMore{
	float: left;
	line-height: 35px;
}
.site .regionMore em{
	background: #eee;
	color: #b0b0b0;
	padding:3px 3px 3px 6px;
	font-size: 12px;
}
.site .regionMore.pickUp em{
	color:#fa7d2c;
}
.site .regionMore em i{
	position:relative;
	top: 2px;
}
.site .regionMore.pickUp em i.rotate{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);  
	display: inline-block;
	transform:rotate(180deg);
}


.show{
	height: 40px;
}
.choose{
	background: #f7f8f8;
}

.choose .findLec{
	line-height: 30px;
}
.choose .findLec i{
	color: #ff6900;
}

/*讲师详情*/
.part2 .lecList{
	width: 1200px;
}
.part2 .lecList .noLec{
	width: 100%;
	line-height: 30px;
	margin-top: 50px;
	font-size: 30px;
	text-align: center;
	color: #ddd;
}
.part2 .lecList .alllecDetail .loading{
	text-align: center;
	margin-top: 50px;
}
.part2 .lecList .alllecDetail .loading img{
	width: 50px;

}
.lecDetail{
	padding:20px;
	margin-top: 20px;
	background: #fff;
	display: flex;
	-webkit-display: flex;
	position: relative;
	top:0;
	transition: top .2s linear;
	-webkit-transition: top .2s linear;
}
.lecDetail:hover{
	top: -5px;
	box-shadow: 0px 0px 20px #eceded;
}

.lecDetail .lecImg img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.lecDetail .lecImg{
	margin: 0 30px;
	margin-top: 9px;
	
}
.lecDetail .detailInfo {
	width: 748px;
	padding-right: 40px;
	border-right: 1px solid #efefef;
}
.lecDetail .detailInfo .lecName{
	font-size: 16px;
	line-height: 30px;
	margin-left: 10px;
}
.lecDetail .detailInfo .clfy{
	color: #999999;
	margin-left: 10px;
}
.lecDetail .detailInfo .describe{
	background: #f7f8f8;
	margin-top: 10px;
	padding:3px 10px;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
}

.lecDetail .impression{
	display: flex;
	-webkit-display: flex;
}
.lecDetail .impression p{
	font-size: 20px;
	margin-bottom: 10px;
}
.lecDetail .impression .msg,.lecDetail .impression .zan{
	text-align: center;
	width: 100px;
	color: #dcdddd;
	margin-top: 28px;
	font-size: 14px;
}
.lecDetail .impression i{
	font-size: 20px;
}
.lecDetail .impression span{
	color:#999;
	position: relative;
    top: -3px;
}

/*讲师详情*/
.lecWrap .breadcrumb a{
	color: #2476e3;
}
.lecUserInfo{
	margin-top: 30px;
	width: 100%;
	background: #fff;
	/*max-height: 380px;*/
}
.lecUserInfo .commentbg img{
	width: 100%;
	vertical-align: top;
}
.lecUserInfo .lecMsg{
	display: flex;
	-webkit-display: flex;
	padding:0 50px 20px;
	/*position: relative;
    top: -125px;*/
    margin-top: -125px;
}
.lecUserInfo .lecMsg .lecImg img{
	width:250px;
	height: 250px;
	border-radius: 50%;
	border:10px solid #fff;
	margin-right: 20px;
}
.lecUserInfo .lecDe .lecName{
	color: #fff;
	font-size: 30px;
	position: relative;
}
.lecUserInfo .lecDe .lecName i{
	font-size: 24px;
	margin-left: 20px;
}
.lecUserInfo .lecDe .lecName .showCode{
	display: none;
	border:1px solid #d99d82;
	position: absolute;
	top: 35px;
    left: 140px;
}
.lecUserInfo .lecDe .lecName .showCode img{
	vertical-align: top;
}
.lecUserInfo .lecDe .lecp1,.lecUserInfo .lecDe .lecp2,.lecLevel,.Seniority,.Message{
	display: flex;
	-webkit-display: flex;
	margin-top: 10px;
}
.lecUserInfo .lecDe .lecp1 li{
	color: #fff;
	line-height: 24px;
	font-size: 16px;
}
.lecUserInfo .lecDe .lecp1 li i{
	margin:0 10px;
}
.lecUserInfo .lecDe .lecp1>:first-child{
	background: #6eb5ff;
	color: #fff;
	padding: 0px 10px;
	border-radius: 20px;
	margin-right: 20px;
	font-size: 14px;
}
.lecUserInfo .lecDe .lecp2{
	color: #a3a3a3;
}
.lecUserInfo .lecDe .lecp2>div{
	margin-right: 20px;
}
.lecUserInfo .lecDe .lecp2 em{
	color: #999;
}
.lecUserInfo .lecDe .lecp2 span{
	color: #fff;
	font-size: 22px;
}
.Message{
	margin-top: 30px;
	color: #777575;
}

.Message span{
	min-width: 80px;
	color: #595757;
	font-weight: 700;
	font-size: 16px;
}
.Message>div p{
	line-height: 24px;
	
}
.Message>div p.ellipsis{
	text-overflow: -o-ellipsis-lastline;
   	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 3;
   	line-clamp: 3;
   	-webkit-box-orient: vertical;
}
.Message>div em{
	color: #ea6039;
	margin-top: 10px;
	display: block;
}
.commentList{
	margin-top: 20px;
	background: #fff;
	width:908px;
	padding: 20px;
}
.commentList .commentTitle{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
}
.commentList .commentTitle .title{
	font-size: 16px;
	font-weight: 700;
}
.commentList .commentTitle .title:before{
	content: '';
    width: 2px;
    /* height: 100%; */
    display: inline-block;
    /* background: #d20a0a; */
    position: relative;
    left: -7px;
    top: 5px;

}
.commentList .commentTitle .most span{
	cursor: pointer;
}
.commentList .commentTitle .most span.Checked{
	color: #3070ce;
}
.commentT{
	display: flex;
	-webkit-display: flex;
	margin-top: 30px;
	padding: 0 20px;
}
.commentT img,.allcomment .commentLevel1 img{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 20px;
	margin-top: -5px;
}
.commentT  .commentTent textarea{
	margin-right: 13px;
	float: left;
	width: 611px;
	border: 1px solid #dcdddd;
	height: 33px;
	line-height: 25px;
	padding: 5px 10px;
}
.commentT  .commentTent button{
	cursor: pointer;
	float: left;
	width: 57px;
	height: 45px;
	text-align: center;
	background: rgba(127, 193, 255, 1);
	border-radius: 2px;
	line-height: 31px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}
.allcomment{
	padding: 0 20px;
	margin-top: 30px;
	display: none;
}
.comment>:first-child{
	display: block;
}
.commentLevel1{
	display: flex;
	-webkit-display: flex;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.allcomment .commentLevel1 img{

}
.commentLevel1 .cComment{
	width: 660px;
}
.commentLevel1 .cComment .commentName{
	display: flex;
	-webkit-display: flex;
	line-height: 30px;
}
.commentLevel1 .cComment .commentName span{
	color: #5195c4;
	margin-right: 20px;
}
.commentLevel1 .cComment .commentName p{
	color: #c9caca;
}
.commentLevel1 .cComment .Commenttext{
	color: #595757;
}
.commentLevel1 .cComment .zanOrReply{
	display: flex;
	-webkit-display: flex;
	color: #999;
	margin-top: 20px;
}

.commentLevel1 .cComment .zanOrReply i{
	color: #a3a3a3;
}
.commentLevel1 .cComment .zanOrReply .zan{
	margin-right: 20px
}
.commentLevel1 .cComment .zanOrReply .zan:hover,.commentLevel1 .cComment .zanOrReply .Reply:hover,
.commentLevel1 .cComment .zanOrReply .Reply:hover i{
	color: #3070ce;
}
.commentLevel1 .cComment .zanOrReply .packUp,.commentLevel1 .cComment .zanOrReply .packUp i{
	color: #3070ce;
}
.commentLevel1 .commentLevel2{
	padding:10px 10px;
	margin-top: 10px;
	background: #f7f7f7;
}
.commentLevel1 .commentLevel2 .level2C{
	display: flex;
	-webkit-display: flex;
}
.commentLevel2 .level2C span{
	color: #5195c4;
}
.commentLevel2 .level2C div{
	color: #595757;
}
.commentLevel2 .level2Reply{
	font-size: 13px;
	color: #a3a3a3;
	display: flex;
	-webkit-display: flex;
	margin-top: 5px;
	line-height: 25px;
    
}
.commentLevel2 .level2Reply span{
	margin-right: 20px;
}
.commentLevel2 .level2Reply span:hover{
	color: #3070ce;
}
.commentLevel2 .level2Reply span.packUp{
	color: #3070ce;
}
.commentLevel2 .level2Reply span em{
	font-size: 12px;
}
.commentLevel2 .level2Reply span:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #a3a3a3;
	margin-left: 10px;
	position: relative;
    top: -2px;
}
.commentLevel2 li:not(:first-child){
	margin-top: 10px;
}
.commentLevel2 li:last-child{
	color: #a3a3a3;
	font-size: 12px;
}
.commentLevel2 li.levelMore:hover{
	color: #3070ce;
} 
.moreComment{
	margin-top: 20px;
	text-align: center;
	color: #dcdddd;

}


/*回复框*/
/*.replyBox{
	margin-top: 10px;
	overflow: hidden;
}
.replyBox textarea{
	display: block;
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 100%;
   box-sizing: border-box;
}
.replyBox button{
	float: right;
	margin-top: 15px;
    background: #2467ac;
    color: #fff;
    padding: 5px 15px;
}*/
.replyBox{
	display: flex;
	-webkit-display: flex;
	margin-top: 10px;
}
.replyBox textarea{
	width: 80%;
	border: 1px solid #ddd;
    border-right: none;
    padding: 5px 15px;
    line-height:25px;
    resize:none;
}
.replyBox button{
	width: 20%;
	text-align: center;
	color: #fff;
	background: #2467ac;
}
/*暂无评论*/
.noCom{
	text-align: center;
	font-size: 22px;
	color: #ddd;
	margin-top: 50px;
}
/*没有更多评论*/

.nodata{
	text-align: center;
	font-size: 16px;
	color: #ddd;
	margin-top: 40px;
	margin-bottom: 30px;
}

.toast{
	text-align: center;
	background: rgba(0,0,0,0.6);
	color:#fff;
	padding: 10px 20px;
	position: fixed;
	top: 45%;
	left: 45%;
	border-radius: 5px;
	display: none;

}
/*分页样式*/
.page{
	margin-top: 30px;
    margin-left: 400px;			
}
.page ul{
	padding:0;
	min-width: 450px;
}
.page ul::after{
	content: '';
	display: block;
	clear: both;
}
.page ul li{
	float: left;
	width:auto;
	min-width:32px;
	height: 36px;
	line-height:36px;
	list-style: none;
	margin-right: 10px;
}
.page a{
	color:#aaa;
	font-family: "微软雅黑";
	padding:0 15px;
	text-decoration: none;
	display: block;
	text-align: center;
	border:1px solid #e9e9e9;
	border-radius: 5px;
	
}
.page ul li:first-child a{
	
}

.page ul li a:hover{
	background-color: #9e7e6b;
}
.page ul li a:hover{
	color: white;
}
.page .disabled a:hover{
	background-color: white;
	cursor:not-allowed;
	color: #aaa;
}
.page .active a{
	background-color: #9e7e6b;
	color: white;
}
