#expertDetail .speakerTitle{
	position: relative;
}

#expertDetail .introducePanel{
	margin-top: 90px;
}
#expertDetail #speakerImage {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid #f5f5f5;
	margin-left: 12px;
	margin-top: -55px;
}
#expertDetail .speakerTitleContent {
	background-color: #fff;
}
#expertDetail .speakerTitleContent .speakerDescription {
	margin-left: 140px;
	line-height: 20px;
	padding: 10px;
}
#expertDetail .speakerTitleContent .speakerDescription:nth-of-type(3) {
	min-height: 60px;
}
#expertDetail .speakerName{
	color: #000;
	font-size: 20px;
	font-weight: 800;
	position: absolute;
	left: 130px;
	top: -40px;
}
#expertDetail .speakerContent{
	background: #fff;
}
#expertDetail .speakerContent .speakerContentTitle{
	margin-left: 12px;
	padding-left: 10px;
	border-left: 4px solid #337ab7;
	font-size: 18px;
}
#expertDetail .speakerContent div{
	line-height: 26px;
	padding: 12px;
}
#expertDetail .speakerContentetails{

}
#expertDetail .speakerContentetails div{
	display: flex;
	align-items: center;
	padding: 0;
}
#expertDetail .speakerContentetails div img{
	width: 20px;
	height: 20px;
	margin-right: 16px;
}
#expertDetail .speakerContentetails div p{
	line-height: 20px;
	color: #18afe8;
}
#expertDetail .speakerContentetails .time{
	padding: 15px 0;
	font-size: 14px;
	color: #999;
}
#expertDetail .speakerContentetails .content{
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}


#speakerImage {
	position: absolute;
	width: 100px;
	height: 100px;
	margin-top: -46px;
	margin-left: 40px;
	border-radius: 50%;
	border: 4px solid #f5f5f5;
}
.speaker-title-content {
	/*background-color: #fff;*/
	position: absolute;
	top: 0;
}
.introduce-panel{
	background: #fff;
	position: relative;
	height: 80px;
}

.speaker-title-content .speaker-name {
	color: #000;
	height: 48px;
	margin-left: 210px;
	font-size: 25px;
	display: -webkit-flex;
	/* align-items: center; */
	margin-top: -48px;
	margin-bottom: 10px;
}
.speaker-title-content .speaker-description {
	margin-left: 210px;
	line-height: 20px;
}
.speaker-title-content .speaker-description {
	margin-left: 210px;
	line-height: 20px;
}
#patentModule,#journalArticleModule,#newsModule{
	background: #fff;
	margin-bottom: 10px;
}
#patentModule h3,#journalArticleModule h3,#newsModule h3{
	border-left: 4px solid #04a0e6;
	padding-left: 10px;
	margin-left: 10px;
}
#patentModule div ul li,#journalArticleModule div ul li,#newsModule div ul li{
	padding: 0 25px 25px 25px;
}
#patentModule div ul li span,#journalArticleModule div ul li span,#newsModule div ul li span{
	display: block;
}
#patentModule div .relateTitle,#journalArticleModule .relateTitle,#newsModule .relateTitle{
	color: #0492dc;
}
#patentModule div .relateDate,#journalArticleModule .relateDate,#newsModule .relateDate{
	color: #999;
	padding: 10px 0;
}
#patentModule div .relateContent,#journalArticleModule .relateContent,#newsModule .relateContent{
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
#patentModule p, #journalArticleModule p, #newsModule p{
	padding-top: 20px;
}