body,ul,li,h4{margin: 0;padding: 0;}
img{border:none;}
ul,li{list-style: none;}

.clearfix:after{
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: "";
}
.clearfix{
　　　　　　zoom:1; //为了兼容IE6、7     
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a{
	text-decoration: none;
}
table{
   border-collapse:collapse;
   border: 1px solid #aaa !important;
}
table td{
   border: 1px solid #aaa !important;
}

#footer p,#copyright p,.footer p,.copyright p{
	margin: 0;padding: 0;
}
body{
	background-color: #f0f1f6;
}
/*------ 右侧文章列表 mainRight ------开始*/
.mainRight{
	float: right;
	width: 900px;
	min-height:500px;
	color: #333;
	margin: 30px 0 0;
	padding:30px;
	background-color: #fff;
}
.content .location{
	font-size: 14px;
	margin:20px 0 15px;
}
.content .location,.content .location a{	
	color: #555;
}
.content .location a:hover{
	color: #0093dd;
}
.content .location img{
	vertical-align: middle;
	margin-right: 8px;
}
.main_article{
	min-height:500px;
	color: #333;
	margin: 10px 0 0;
	padding:30px 50px;
	background-color: #fff;
}
.mainRight .title,.main_article .title{
	text-align: center;
	margin: 10px 0;
	font-size: 26px;
	line-height:40px;
	font-weight: normal;
}
.mainRight .time,.main_article .time{
	font-size: 14px;
	color: #888;
	text-align: center;
	margin-bottom:18px;
	padding:15px 0 20px;
	border-bottom: 1px solid #DDD;
}
.mainRight .txt p,.main_article .txt p{
	color: #333;
	font-size: 16px;
	line-height: 32px;
}
.mainRight .txt img,.main_article .txt img{
	max-width: 100%; /*防止图片过宽超出网页*/
}
/*------ 右侧文章列表 mainRight ------结束*/


/*------ 教师信息 teacher_information ------[开始]*/
.teacher_information .title{
	text-align: left;
	font-size: 24px;
	color: #555;
	margin: 20px 0 0;
}
.teacher_information .profile_content{
	position: relative;
	margin:35px 0 30px;
}
.teacher_information .profile_content .profile_content_img{
	position: absolute;
    width: 300px;
    height: 300px;
    background-color: #fff;
}
.teacher_information .profile_content .profile_content_img img{
	width: auto;
	height:300px;
}
.teacher_information .profile_content .profile_content_info{
	/*float: right;*/
	margin-left: 420px;
	min-height: 300px;
	color: #555;
	font-size: 16px;
}
.teacher_information .profile_content .profile_content_info .row{
	border-top: 1px solid #e8e8e8;
    padding: 25px 0;
}
.teacher_information .profile_content .profile_content_info .row:first-child{
	border-top:none;
	padding:0  15px 25px;
}
.teacher_information .profile_content .profile_content_info .row .profile_info_name{
	font-size: 24px;
	color: #7eb800;
	color: #444;
}
.teacher_information .profile_content .profile_content_info .row .profile_info_name .profile_info_zc{
	font-size: 20px;
	color: #555;
	margin-left:18px;
}
.teacher_information .profile_content .profile_content_info .row .profile_info_zw{
	font-size: 20px;
	color: #636363;
	margin-top:18px;
        line-height: 150%;
}
.teacher_information .profile_content .profile_content_info .row .info_box{
	float: left;
	width: 50%;
	padding:0 15px;
}
.teacher_information .profile_content .profile_content_info .row .info_box .profile_info_key{
	color: #7eb800;
        color: #5b9bd5;
        color: #0093dd;
	margin-bottom: 15px;
	margin-bottom: 14px;
}
.teacher_information .profile_content .profile_content_info .row .info_box .profile_info_value{
	color: #555;
	line-height: 150%;
}
/*------ 教师信息 teacher_information ------[结束]*/
