/*列表课程主体*/
.teacher_box>.center{
	margin-bottom: 40px;
}

.teacher_box>.center>.fl>.fl_list_box>.list{
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 20px #efefef;
    -moz-box-shadow: 0 5px 20px #efefef;
    -ms-box-shadow: 0 5px 20px #efefef;
    -o-box-shadow: 0 5px 20px #efefef;
    box-shadow: 0 5px 20px #efefef;
    padding: 30px;
    margin-bottom: 15px;
	display: flex;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fl{
	width: 155px;
	margin-right: 27px;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fl>a{
    display: block;
	width: 155px;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fl>a>img{
	width: 155px;
    height: 155px;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fl>a>img:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr{
    width: 678px;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>div{
	margin-bottom: 15px;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>div:last-child{
	margin-bottom: 0;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>.item1>a{
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>.item2{
    padding-left: 70px;
    position: relative;
    min-height: 20px;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>.item2>span{
    position: absolute;
    left: 0;
    top: 0;
    color: #999999;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>.item2>p{
    line-height: 20px;
    color: #666666;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>.item3{
    padding-left: 70px;
    position: relative;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>.item3>span{
    position: absolute;
    left: 0;
    top: 0;
    color: #999999;
}
.teacher_box>.center>.fl>.fl_list_box>.list>.fr>.item3>p{
    line-height: 20px;
    color: #666666;
	display: -webkit-box;
    overflow: hidden;
	word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*文章内容主体*/
.content_box>.center{
    margin-bottom: 40px;
}
.content_box>.center>.fl>.article{
	padding: 20px 30px 30px;
    background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 20px #efefef;
    -moz-box-shadow: 0 5px 20px #efefef;
    -ms-box-shadow: 0 5px 20px #efefef;
    -o-box-shadow: 0 5px 20px #efefef;
    box-shadow: 0 5px 20px #efefef;
}
.content_box>.center>.fl>.article>.article_detail{
	margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.content_box>.center>.fl>.article>.article_detail h1{
    font-size: 26px;
    color: #333;
    line-height: 40px;
    word-break: break-all;
    font-weight: 700;
}
.content_box>.center>.fl>.article>.article_detail span{
    display: inline-block;
    margin: 20px 40px 24px 0;
    font-size: 14px;
    color: #999;
}

.content_box>.center>.fl>.article>.article_body{
    line-height: 30px;
    font-size: 16px;
}
.content_box>.center>.fl>.article>.article_body>p{
	margin: 20px 0;
	font-size: 16px;
}
.content_box>.center>.fl>.article>.article_body>p:first-child{
	margin-top: 0!important;
}
.content_box>.center>.fl>.article>.article_body>p:last-child{
	margin-bottom: 0!important;
}
.content_box>.center>.fl>.article>.article_body>p a{
    color: #0054b2;
}
.content_box>.center>.fl>.article>.article_body>p a:hover{
	border-bottom: 1px dashed #0054b2;
	padding: 0 0 2px;
}
.content_box>.center>.fl>.article>.article_body>p span{
    display: inline-block;
	padding: 0 15px;
    height: 35px;
	line-height: 35px;
    color: #fff;
    text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.content_box>.center>.fl>.article>.article_body>p span.dianhua{
    background-color: #e62129;
	margin-right: 10px;
}
.content_box>.center>.fl>.article>.article_body>p span.zixun{
    background-color: #0054b2;
}
.content_box>.center>.fl>.article>.article_body img{
	width: 680px;
	height: auto;
	max-width: 100%;
    display: block;
    margin: 0 auto;
}


/*推荐讲师*/
.fr_teacher_list_box>ul{
    padding: 20px;
    border-top: 1px solid #f4f4f4;
}
.fr_teacher_list_box>ul>li{
    position: relative;
	height: 69px;
    margin-bottom: 20px;
}
.fr_teacher_list_box>ul>li a{
    display: block;
}
.fr_teacher_list_box>ul>li a img{
	width: 69px;
	height: 69px;
}
.fr_teacher_list_box>ul>li:last-child{
	margin-bottom: 0;
}
.fr_teacher_list_box>ul>li .img{
	width: 69px;
	height: 69px;
	overflow: hidden;
    -moz-border-radius: 2px;
    border-radius: 2px;
	position: relative;
	float: left;
}
.fr_teacher_list_box>ul>li .img:hover{
    opacity: .6;
    filter: alpha(opacity=60);
}
.fr_teacher_list_box>ul>li .title{
	width: 141px;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	float: right;
}
.fr_teacher_list_box>ul>li span{
    width: 141px;
    height: 20px;
	color: #999999;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
}














