@charset "utf-8";
/* CSS Document */

.panel-heading{
	height:50px;	
	}
.panel-title{
	font-size:24px;
	letter-spacing:2px;
	}
.panel-title a:link{
	font-size:24px;
	text-decoration:none;
	}	

.panel-title a:hover{
	font-size:24px;	
	color:#2f70b8;
	}
.icon_course{
	float:right;	
	}
	
.panel-body{
	color:#292929;
	font-size:17px;
	line-height:30px;
	}

.course_link{
	font-size:17px;	
	}
.course_link a:link, a:visited, a:hover, a:active{
	font-size:17px;	
	color:#2f70b8;
	text-decoration:none;
	
	}

.title {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(44, 153, 196)),color-stop(1, rgb(25, 102, 155)));
	background-image: -moz-linear-gradient(top,rgb(44, 153, 196) 0%,rgb(25, 102, 155) 100%);
	background-image: linear-gradient(top,rgb(44, 153, 196) 0%,rgb(25, 102, 155) 100%);
	-ms-box-shadow: -2px -2px 2px rgba(51,51,51,0.5);
	color:#fff;
	margin-top:-20px;
}
.title h1 { 
text-align:center;
font-family:Microsoft YaHei;
font-size:37px;
letter-spacing:1px;
line-height:65px;
margin-left:20px;

}

.title b{
	position:absolute;
	z-index:500px;
	margin-top:20px;
	font-size:20px;
	}
.title a {color:#fff; font-size:20px;}

#teacher_content{
	margin-top:20px;
	}

#teacher_intro_phili{
	width:96%;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	height:210px;
	clear:both;
	}
	
#teacher_intro_chin{
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	height:210px;
	clear:both;
	}
	
#teacher_intro_america{
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	height:210px;
	clear:both;
	}
	
#teacher_intro_asia{
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	height:210px;
	clear:both;
	}
	
#teacher_intro_euro{
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	height:210px;
	clear:both;
	}
	
#teacher_intro_children{
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	height:230px;
	clear:both;
	}
	

.teacher_type{
	font-size:24px;	
	background-color: #ea5e96;
	color:#ffffff;
	padding:5px;
	padding-left:10px;
	letter-spacing:1.5px;
	}
.teacher_type_one{
	font-size:24px;	
	background-color: #795bb3;
	color:#ffffff;
	padding:5px;
	padding-left:10px;
	letter-spacing:1.5px;
	}
.image{
	width:36%;
	float:left;
	margin-top:15px;
	margin-left:5px;
	}
	
.desc{
	float:right;
	width:56%;	
	margin-right:5px;
	margin-top:15.5px;
	line-height:24px;
	letter-spacing:1px;
	text-align: justify;
text-justify:inter-ideograph;
	}
	
.desc p{
	margin-bottom:5px;	
	}