﻿/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
}
html{ margin: 0px; padding: 0px;}
body{ margin: 0px; padding: 0px; font-family: '微软雅黑'; color: #000; }
a{ text-decoration: none; outline: none; color: #0F6AB7;}
a:hover{
	text-decoration: none;
	outline: none;
	color: #F00;
}
ol,li{ list-style-type: none;}
img{ border:none;}
.div-radius-6{ behavior: url(ie-css3.htc);}
.div-radius-10{ behavior: url(ie-css3.htc);}

.clear{ clear: both;}

/*index.html*/
.header{
	width: 1336px;
	height: 126px;
	background-image: url(../images/logo-title.jpg);
	position: relative;
}
.nav{
	width: 1201px;
	height: 60px;
	background-color: #333333;
	color: #FFF;
	position: relative;
	padding-left: 135px;
}
.nav ul li{
	float: left;
	font-size: 1.2em;
}
.nav ul li a{ color: #fff; display: block; width: 155px; height: 60px; line-height: 60px; text-align: center; font-size: 0.9em; font-weight: bold;}
.nav ul li a:hover{
	background-color: #999999;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

.main{ width: 980px; margin: auto; margin-top: 20px;}

.opening{ width: 350px; float: right; padding: 10px; height: 300px; background-color:#EAEAEA;}
.opening-pos{ width: 100%; padding-top: 10px; float: left; color: #000; line-height: 30px; font-size: 0.9em;}
.opening-pos-title{ color: #000; margin-bottom: 20px; font-size: 1.4em;}


.footer{
	width: 1336px;
	background-color: #CCC;
	float: left;
	margin-top: 60px;
}
.copyright{ width: 1336px; text-align: center; margin: auto; height:  100px; line-height: 100px; font-size: 0.8em;}


/*members.html*/
.members-p{font-family:'微软雅黑'; color:#000;  margin-left: 20px;}
.members-p p{font-family:'微软雅黑'; color: #000;}
.members-p p a{font-family:'微软雅黑'; color: #0F6AB7;}
.members-p p a:hover{font-family:'微软雅黑'; color: #000;}
.members{ width: 980px; margin: auto; margin-top: 20px;}
.members-title{ width: 100%; text-align: center; font-weight: bold;font-family:'微软雅黑'; color:#0F6AB7; margin-top: 20px; float: left;}
.members-title a{font-family:'微软雅黑'; color:#0F6AB7;text-decoration: underline;}
.members-title a:hover{ color: #000;}
.sub-members-title{ 
	font-family:'微软雅黑'; 
	color:#0F6AB7; 
	margin-top: 20px;
}
.sub-members{ 
	width: 100%;
	clear: both; 
	float: left; 
	margin-bottom: 40px;
	}
.sub-members p{font-family:'微软雅黑'; color:#0F6AB7;}

.sub-members ul li{
	min-width: 320px;
	padding: 10px;
	background-color: #CCCCCC;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(ie-css3.htc);
	color: #000;
}
.sub-members ul li img{ width: 100px; height: 140px; float: left; border: 3px solid #fff;}
.sub-members ul li span{
	margin-top: 10px;
	font-family: "微软雅黑";
	color: #000000;
	margin-left: 10px;
}
.sub-members ul li p{ margin-left: 10px; font-size: 0.6em; margin-top: 2px;}
.sub-members ul li p span{ color: #666;}
.sub-members ul li span a{font-family:'微软雅黑'; color:#0F6AB7; }
.sub-members ul li span a:hover{color:#000;}

.members-line{
	width: 100%;
	float: left;
	background-image: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #333;
}
.members-line p{
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/*publications.html*/
.pub{
	width: 1085px;
	margin-left: 135px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
}
.pub-list{ width: 1085px;}
.pub-list p{
	margin-left: 10px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px dashed #999;
}
.pub-list li{
	list-style: decimal; 
	margin-left: 30px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;
}


/*resume.html*/
.resume-part{
	width: 1085px;
	clear: none;
	margin-right: 135;
	margin-bottom: auto;
	margin-left: 135;
	background-color: #DEDEDE;
	margin-top: 40px;
}
.resume-summary{
	width: auto;
	height: 260px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.resume-summary img{
	float: left;
	width: auto;
}
.resume-summary-con{
	width: 600px;
	float: right;
	height: 240;
	font-size: 1.4em;
	background-color: #FFFFFF;
	margin-top: 15px;
}
.resume-summary-con h3{
	color: #000000;
	margin-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
}
.resume-summary-con p{
	line-height: 28px;
	font-family: "Times New Roman", Times, serif;
}
.resume-part-list{
	margin-top: 0px;
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
}
.resume-part-list ol li{ list-style-type: decimal; margin-left: 30px;}
.resume-part-list h3{
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
}
.resume-part-list ol li p{ line-height: 25px;font-family:'微软雅黑'; font-size: 0.8em; }
.resume-part-list ol li p a{color:#0F7CD6; text-decoration: underline;font-family:'微软雅黑';}
.resume-part-list p{margin-left: 10px; }



/*pub2.html*/
.pub2-list{ width: 1085px; margin: auto; margin-top: 40px;}
.pub2-list h3{font-family:'微软雅黑'; width: 100%; text-align: center;}
.pub2-list ul{ margin-top: 20px;}
.pub2-list ul h4{font-family:'微软雅黑'; margin-bottom: 20px;}
.pub2-list ul li{ width: 100%; float: left; margin-bottom: 20px;}
.pub2-list ul li p{ line-height: 30px; text-indent: 20px;}
.pub2-list ul li p a{ text-decoration: underline;}
.pub2-list ul img{ float: left;}




/*research.html*/
.research-list{ width: 1085px; margin: auto; margin-top: 40px;}
.research-list-sub p{ font-size: 1.4em; color:#126FBF; margin-bottom: 10px;}
.research-list-sub span{ font-size: 1em; line-height: 25px;}
.research-list-sub ul li{ clear:both; margin-top: 40px; float: left; margin-left: 30px;}
.research-list-sub ul li p{ font-size: 1.2em;}
.research-list-sub ul li span{ float: left; margin-bottom: 20px;}
.research-list-sub ul li img{ clear: both; float: left;}

/*teaching.html*/
.teaching-part{
	width: 1085px;
	clear: none;
	margin-right: 135;
	margin-bottom: auto;
	margin-left: 135;
}
.teaching-summary{
	width: auto;
	height: 400px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.teaching-summary-re{
	width: auto;
	height: 200px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.teaching-list{ width: 1085px; margin: auto; margin-top: 40px;font-family:"Times New Roman", Times, serif;}
.teaching-list ul h4{
	font-family: "Times New Roman", Times, serif;
	color: #F00;
	margin-bottom: 20px;
	font-size: 24px;
}
.teaching-list ul h5{
	font-family: "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 16px;
}
.teaching-list ul h6{
	font-family: "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 20px;
	margin-left: 30px;
	font-size: 16px;
}

.talking-list{width: 1085px; margin: auto; margin-top: 20px;}
.talking-list ul li{ list-style: disc outside; margin-left: 20px; padding: 15px 0px; border-bottom: 1px dashed #333; float: left;}
.talking-list ul li p{ width: 980px; line-height:20px;color:#000; margin-top: 15px;}
.talking-list ul li span{ margin-bottom: 10px;color:#000;}
.talking-list ul li p a{ font-family: '微软雅黑'; color: #0F6AB7; }
.talking-list ul li p a:hover{ font-family: '微软雅黑'; color: #000; }
.talking-summary{
	width: 1085;
	height: 1450px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.activity-summary{
	width: 1085;
	height: 800px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.links-summary{
	width: 1085;
	height: 600px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.teaching-list ul table tr td a{color:#0F67AF;  text-decoration: underline; margin: 0px 5px; line-height: 30px;}

