<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#expert {

}
#expert .info {
	background: #1E90FF;
}
#expert .info .box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	padding: 50px 0 80px 0;
}
#expert .info .box .avatar {
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #fff;
	border-radius: 10%;
}
#expert .info .box .text {
	color: #fff;
}
#expert .info .box .text p {
	font-size: 18px;
	line-height: 50px;
}
#expert .info .box .text p span {
	margin-left: 40px;
}
#expert .info .box .text p .name {
	font-size: 30px;
}
#expert .info .box .brief {
	height: 85px;
	width: 600px;
	margin-left: auto;
	font-size: 14px;
	text-indent: 2em;
	color: #fff;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	cursor: pointer;
	user-select: none;
}
#expert .info .box .brief:hover{
	color: #551A8B;
}

#expert .gene {width: 1200px;margin: 20px auto;padding: 0 20px;border: 1px solid #dedfe0;background: #f1f3f4;}
#expert .gene li {padding: 10px 0;}
#expert .gene li .title {font-size: 16px;line-height: 4;font-weight: bold;}
#expert .gene li a {color: #0074E8;text-decoration: underline;}
#expert .gene li a:hover{color: #EA4335;}
#expert .gene li .href {display: flex;flex-wrap: wrap;padding: 20px;background: #fff;}
#expert .gene li .href a {line-height: 2.4;font-size: 14px;width: 186px;box-sizing: border-box;}


#brief {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	display: none;
}
#brief .box {
	width: 800px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid #1E90FF;
	box-sizing: border-box;
	background: #f1f3f4;
}
#brief .box .del {
	position: absolute;
	width: 60px;
	height: 60px;
	top: -70px;
	right: -70px;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
#brief .box .del:hover{
	color: #EA4335;
}

#brief .box .t {
	line-height: 4;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#brief .box .in {
	padding: 20px;
	line-height: 2;
	font-size: 14px;
	overflow: auto;
	max-height: 300px;
	text-indent: 2em;
	margin-bottom: 20px;
	text-align: justify;
	background: #fff;
}

</pre></body></html>