@charset "utf-8";


.listBox{
	padding-bottom: 30px;
}
.list{
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #ccc ;
	padding: 18px 0;
}
.list:last-child{
	border-bottom: 0;
}
.list a{
	display: block;
}
.list .listPic{
	float: left;
	margin-right: 25px;
}
.list .listCon{
	float: left;
}
.list .listCon h2{
	font-weight: normal;
	font-size: 28px;
	color:#1881d2;
	padding-top: 5px;
	margin-bottom: 20px;
}
.list .listCon .describe{
	font-size: 14px;
	color:#1881d2;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.list .listCon .contact{
	font-size: 14px;
	color: #666666;
	line-height: 1.6em;
}
.list .listCon .contact span{
	display: inline-block;
	width: 130px;
}
.list .more{
	position: absolute;
	bottom: 18px;
	right: 0;
	color: #1881d2;
	padding-left: 15px;
	background: url(../img/icon_more.png) no-repeat left center;
}

.detail{
	background: #fff;
	padding: 50px;
	margin-bottom: 50px;
}
.detail .info{
	overflow: hidden;
}
.detail .detailPic{
	float: right;
}
.detail .detailPic img{
	width: 500px;
}
.detail .detailCon{
	float: left;
	width: 520px;
}
.detail .detailCon h2{
	font-weight: normal;
	font-size: 28px;
	color:#1881d2;
	padding-top: 25px;
	margin-bottom: 20px;
	position: relative;
}
.detail .detailCon h2 b{
	font-weight: normal;
	position: relative;
	z-index: 2;
}
.detail .detailCon h2 span{
	position: absolute;
	z-index: 1;
	width: 180px;
	height: 40px;
	background: #fef2d4;
	left: 100px;
	top: 00px;
}
.detail .detailCon .contact{
	font-size: 14px;
	color: #666666;
	line-height: 1.4em;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.detail .detailCon .contact span{
	display: inline-block;
	width: 130px;
}
.detail .detailCon .describe{
	font-size: 16px;
	padding-top: 20px;
	color:#1881d2;
	line-height: 1.8em;
	text-indent: -1em;
	padding-left: 1em;
}
.education{
	padding: 15px 0;
}
.education .title{
	color: #1880d2;
	font-size: 32px;
	margin-bottom: 20px;
}
.education .title span{
	display: block;
	margin: 5px 0 0 0;
	width: 18px;
	height: 3px;
	background: #f8be2a;
}
.education ul{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.education li{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 16px;
}
.education li span{
	display: inline-block;
	padding: 15px 10px;
	color: #666666;
}
.education li span.year{
	width: 150px;
	text-align: center;
	border-right: 1px solid #ccc;
}

.professional{
	padding: 15px 0;
}
.professional .title{
	color: #1880d2;
	font-size: 32px;
	margin-bottom: 20px;
}
.professional .title span{
	display: block;
	margin: 5px 0 0 0;
	width: 18px;
	height: 3px;
	background: #f8be2a;
}
.professional li{
	padding: 5px 0;
	font-size: 16px;
}
.professional li span{
	display: inline-block;
	color: #666666;
}
.professional li span.year{
	width: 110px;
}
.interests{
	padding: 15px 0;
}
.interests .title{
	color: #1880d2;
	font-size: 32px;
	margin-bottom: 20px;
}
.interests .title span{
	display: block;
	margin: 5px 0 0 0;
	width: 18px;
	height: 3px;
	background: #f8be2a;
}
.interests li{
	padding: 5px 0;
	font-size: 16px;
}
.interests li span{
	display: inline-block;
	color: #666666;
}
.interests li span.yd{
	color: #1880d2;
	width: 20px;
	font-size: 22px;
}
.publications{
	padding: 15px 0;
}
.publications .title{
	color: #1880d2;
	font-size: 32px;
	margin-bottom: 20px;
}
.publications .title span{
	display: block;
	margin: 5px 0 0 0;
	width: 18px;
	height: 3px;
	background: #f8be2a;
}
.publications ol{
	padding: 0 0 0 1.4em;
}
.publications li{
	color: #666;
	padding: 5px 0;
	font-size: 16px;
}
.grants{
	padding: 15px 0;
}
.grants .title{
	color: #1880d2;
	font-size: 32px;
	margin-bottom: 20px;
}
.grants .title span{
	display: block;
	margin: 5px 0 0 0;
	width: 18px;
	height: 3px;
	background: #f8be2a;
}
.grants table{
	border-collapse: collapse;
}
.grants table,
.grants th,
.grants td{
	border: 1px solid #ccc;
}
.grants table th,
.grants table td{
	vertical-align:middle;
	padding: 10px 15px;
	font-weight: normal;
	font-size: 16px;
}
.grants table th.left{
	width: 50%;
}
.grants table th span{
	display: block;
	font-size: 14px;
}
.grants table tr:nth-child(odd){
	background: #f5f5f5;
}
.grants table tr:first-child{
	background: #fff;
}
.grants table th{
	color: #1185DE;
}
.grants table td{
	text-align: center;
}
.grants table td:first-child{
	text-align: left;
}


@media screen and (max-width: 768px) {
	
	.listBox{
		padding-bottom: 30px;
		margin: 0 10px;
	}
	.list{
		padding: 10px 0;
	}
	.list .listPic{
		float: none;
		margin-right: 0;
	}
	.list .listPic img{
		width: 100%;
	}
	.list .listCon{
		float: none;
	}
	.list .listCon h2{
		font-weight: normal;
		font-size: 28px;
		color:#1881d2;
		padding-top: 5px;
		margin-bottom: 20px;
	}
	.list .listCon .describe{
		font-size: 14px;
		color:#1881d2;
		line-height: 1.6em;
		padding-bottom: 10px;
	}
	.list .listCon .contact{
		font-size: 14px;
		color: #666666;
		line-height: 1.6em;
	}
	.list .listCon .contact span{
		display: inline-block;
		width: auto;
		padding-right: 10px;
	}
	.list .more{
		display: block;
		position: relative;
		bottom: 0;
		margin-top: 5px;
		right: 0;
		color: #1881d2;
		padding-left: 15px;
		background: url(../img/icon_more.png) no-repeat left center;
	}
	
	
	.detail{
		background: #fff;
		padding: 10px;
		margin-bottom: 50px;
	}
	.detail .info{
		overflow: hidden;
	}
	.detail .detailPic{
		float: none;
	}
	.detail .detailPic img{
		width: 100%;
	}
	.detail .detailCon{
		float: none;
		width: 100%;
	}
	.detail .detailCon h2{
		font-weight: normal;
		font-size: 28px;
		color:#1881d2;
		padding-top: 25px;
		margin-bottom: 20px;
		position: relative;
	}
	.detail .detailCon h2 b{
		font-weight: normal;
		position: relative;
		z-index: 2;
	}
	.detail .detailCon h2 span{
		position: absolute;
		z-index: 1;
		width: 180px;
		height: 40px;
		background: #fef2d4;
		left: 100px;
		top: 00px;
	}
	.detail .detailCon .contact{
		font-size: 14px;
		color: #666666;
		line-height: 1.4em;
		padding-bottom: 25px;
		border-bottom: 1px solid #ccc;
	}

	.education .title{
		color: #1880d2;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.education ul{
		border-top: 0;
		border-left: 0;
	}
	.education li{
		border-bottom: 0;
		border-right: 0;
		font-size: 16px;
	}
	.education li span{
		display: block;
		padding: 10px 0px;
		color: #666666;
	}
	.education li span.year{
		width: 100%;
		text-align: left;
		border-right: 0;
		font-weight: bold;
		padding-bottom: 0;
	}
	
	.professional{
		padding: 15px 0;
	}
	.professional .title{
		color: #1880d2;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.professional .title span{
		display: block;
		margin: 5px 0 0 0;
		width: 18px;
		height: 3px;
		background: #f8be2a;
	}
	.professional li{
		padding: 5px 0;
		font-size: 16px;
	}
	.professional li span{
		display: block;
		color: #666666;
		padding: 10px 0px;
	}
	.professional li span.year{
		width: 100%;
		text-align: left;
		border-right: 0;
		font-weight: bold;
		padding-bottom: 0;
	}
	.interests{
		padding: 15px 0;
	}
	.interests .title{
		color: #1880d2;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.interests .title span{
		display: block;
		margin: 5px 0 0 0;
		width: 18px;
		height: 3px;
		background: #f8be2a;
	}
	.interests li{
		padding: 5px 0;
		font-size: 16px;
	}
	.interests li span{
		display: block;
		color: #666666;
	}
	.interests li span.yd{
		color: #1880d2;
		float: left;
		width: 20px;
		font-size: 22px;
	}
	.publications{
		padding: 15px 0;
	}
	.publications .title{
		color: #1880d2;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.publications .title span{
		display: block;
		margin: 5px 0 0 0;
		width: 18px;
		height: 3px;
		background: #f8be2a;
	}
	.publications ol{
		padding: 0 0 0 1.4em;
	}
	.publications li{
		color: #666;
		padding: 5px 0;
		font-size: 16px;
	}
	.grants{
		padding: 15px 0;
	}
	.grants .title{
		color: #1880d2;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.grants .title span{
		display: block;
		margin: 5px 0 0 0;
		width: 18px;
		height: 3px;
		background: #f8be2a;
	}
	.grants table{
		border-collapse: collapse;
		width: 100%;
		overflow: auto;
		display: block;
	}
	.grants tbody{
		width: 1100px;
		display: block;
	}
	.grants table,
	.grants th,
	.grants td{
		border: 1px solid #ccc;
	}
	.grants table th,
	.grants table td{
		vertical-align:middle;
		padding: 10px 15px;
		font-weight: normal;
		font-size: 14px;
	}
	.grants table th.left{
		width: 50%;
	}
	.grants table th span{
		display: block;
		font-size: 14px;
	}
	.grants table tr:nth-child(odd){
		background: #f5f5f5;
	}
	.grants table tr:first-child{
		background: #fff;
	}
	.grants table th{
		color: #1185DE;
	}
	.grants table td{
		text-align: center;
	}
	.grants table td:first-child{
		text-align: left;
	}	
}

