/* 學院領導頁面css start....... */
.teacher_img {
	margin-top: 10px;
	width: 180px;
	height: 240px;
	float: left;
	border: 1px solid #DFDFDF;
}

.teacher_list {
	margin-bottom: 50px;
}

.teacher_list .fr {
	width: 600px;
}

.teacher_list .fr p a {
	color: #f39e50;
}

.c-content .nr-info .jsbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.c-content .nr-info .jsboxright img{width:180px;height:auto !important;border: 1px solid #DFDFDF;}
.c-content .nr-info .jsboxright{float:right;}
.c-content .nr-info .jsboxleft{float: left;}

/* 學院領導頁面css end....... */

/* 老師詳情頁start....... */

.teacher_con {
	/* text-align: center; */
	margin: 20px ;
	font-size: 16px ;
}

.tea_title h2,
.tea_title p {
	background-color: #fdbc20;
	line-height: 40px;
}

.tea_title h2 {
	display: inline-block;
/* 	width: 200px ; */
	padding: 0 20px;
	color: #FFFFFF;
}

.tea_title p {
	width: 100%;
	height: 1px;
	margin: 0px ;
}
.tea_introduction {
	margin: 20px ;
}
.tea_introduction img,
.tea_introduction ul{
	display: inline-block;
	vertical-align: middle;
}
.tea_introduction ul{
	margin-left: 50px ;line-height:35px;width:840px;
}
.tea_introduction img {
	width: 180px;
	height: 240px;
}
.tea_introduction span ,
.tea_introduction p ,
.tea_introduction h4 {
	display: inline-block;
}
.tea_introduction h4{
	font-size: 20px ;
}
.tea_introduction ul li p{margin:0;padding:0;}
.tea_introduction span {
	width: 80px ;
}
.tea_detailed p{
	text-indent: 33px ;
	line-height: 28px ;
}
/* 老師詳情頁end....... */