/*div默认是块状元素，新增一个div就要新开一行显示,两个div要在一行显示要用浮动float*/


/* main */
.main {
	/**div据中*/
	margin-left: auto;
	margin-right: auto;
	/*设置div块宽度和高度*/
	width:1024px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	padding-bottom: 20px;
}

.main_top{
	float: left;
	width:100%;
	margin-top: 20px;
	margin-left: 10px;
	padding-right: 18px;
}

#main_left{
	float: left;
	width: 180px;
	margin-left: 5px;
}

#main_left li{
	line-height:24px;
	font-size:12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
} 
 
#main_left .contact{
	color: #717171;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 175px;
	padding-bottom: 10px;
}

.main_right {
	color: #717171;
	float: left;
	width: 800px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	word-break:break-all;
}

.title {
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 30px;
	width: 100%;
	text-align: center;
}

.title_red {
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 30px;
	width: 100%;
	color: #990000;
}

.interests li{
	line-height:normal;
	font-size:14px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
} 

.articles li{
	line-height:18px;
	font-size:14px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
} 

/*researcher*/

.researcher {
	padding-top: 5px;
	text-align: center;
	position: relative;
}

.box{
float:left;
margin-right:5px;
}

.box img {
	border: 3px solid #f4948b;
	border-radius: 500px;
	margin-bottom: 19px;
}

/*鼠标放上去的效果*/
.box img:hover{
border: 5px solid #f4948b;
} 


/*
.archives{
	color: #717171;
	float: left;
	width:300px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 20px;
}

.year {
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height: 30px;
	width: 100%; 
}

.box {
	float: left;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}


.title {
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height: 30px;
	width: 100%; 
}

.date {
	font-size: 10px;
	float: left;
	font-weight: 600;
	width: 100%;
	color: #d7a05f; }
	
	
.content{
	float:left;
	width:680px;
	padding-top: 10px;
}
.image img{
	float:left;
	width:120px;
}

.text {
	float: left;
	width:540px;
	margin-left: 10px;
}
*/


