<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-top {
	left: 0px; top: 0px; width: 100%; position: absolute; z-index: 9999;
}
.nav-top .lang-switch-container {
	background: rgba(17, 17, 17, 0.5); height: 30px;
}
.nav-top .lang-switch-container .lang-switch {
	text-align: right; color: rgb(255, 255, 255); font-size: 13px;
}
.nav-top .lang-switch-container .lang-switch li {
	transition:color 0.25s ease-in-out; line-height: 30px; margin-left: 15px; display: inline-block; cursor: pointer;
}
.nav-top .lang-switch-container .lang-switch li:hover {
	color: rgba(255, 255, 255, 0.5);
}
.nav-top .lang-switch-container .lang-switch li:last-child {
	margin-right: 10%;
}
.nav-top .nav-menu-container {
	background: rgba(255, 255, 255, 0.5);
}
.nav-top .nav-menu-container .nav-menu {
	padding: 20px 0px; display: flex; justify-content: space-between;
}
.nav-top .nav-menu-container .nav-menu .nav-homepage img {
	width: 306px; height: 48px;
}
.nav-top .nav-menu-container .nav-menu .nav-homepage .site-names {
	text-align: justify; margin-left: 8px; display: flex; flex-direction: column; justify-content: center;
}
.nav-top .nav-menu-container .nav-menu .nav-homepage .site-names .zh-name {
	font-size: 20px;
}
.nav-top .nav-menu-container .nav-menu .nav-homepage .site-names .en-name {
	font-size: 12px;
}
.nav-top .nav-menu-container .nav-menu .nav-items {
	margin-right: 10%;
}
.nav-top .nav-menu-container .nav-menu .nav-items &gt; li {
	display: inline-block; position: relative;
}
.nav-top .nav-menu-container .nav-menu .nav-items &gt; li:last-child {
	margin-right: 0px;
}
.nav-top .nav-menu-container .nav-menu .nav-items &gt; li &gt; a {
	padding: 10px; transition:color 0.25s ease-in-out; color: rgb(0, 0, 128); display: inline-block; cursor: pointer;
}
.nav-top .nav-menu-container .nav-menu .nav-items &gt; li &gt; a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems {
	background: rgba(255, 255, 255, 0.96); border-radius: 4px; left: 0px; top: 100%; width: 140px; display: none; position: absolute; z-index: 10; box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .caret-up {
	top: -5px; width: 0px; height: 0px; right: 40px; border-right-color: transparent; border-bottom-color: rgb(255, 255, 255); border-left-color: transparent; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; position: absolute; z-index: 10;
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .sub-list &gt; li {
	border-bottom-color: rgb(232, 232, 232); border-bottom-width: 1px; border-bottom-style: solid;
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .sub-list &gt; li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .sub-list &gt; li &gt; a {
	padding: 10px 16px; transition:color 0.25s ease-in-out; color: rgb(96, 96, 96); font-size: 16px; display: block; cursor: pointer;
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .sub-list &gt; li &gt; a:hover {
	color: rgba(96, 96, 96, 0.5);
}
.nav-bottom {
	background: rgba(17, 17, 17, 0.8); left: 0px; width: 100%; height: 36px; bottom: 0px; color: rgb(255, 255, 255); font-size: 13px; position: fixed; z-index: 9999;
}
.nav-bottom .site-bottom {
	height: 36px; display: flex; justify-content: space-between; align-items: center;
    padding-left: 2%;
    padding-right: 2%;
}
.nav-bottom .site-bottom .site-bottom-right {
	display: flex;
}
.nav-bottom .site-bottom .site-bottom-right .ruo-school {
	margin-right: 10px;
}
.nav-bottom .site-bottom .site-bottom-right .wexin-offical {
	margin-right: 10px;
}
.nav-bottom .site-bottom a {
	color: rgb(255, 255, 255);
}
.nav-bottom .wexin-offical {
	width: 19px; height: 16px; position: relative; cursor: pointer; background-image: url("../images/wechat_light.png"); background-size: 100%;
}
.nav-bottom .wexin-offical .wexin-popup {
	background: rgb(255, 255, 255); padding: 3px; border-radius: 10px; border: 2px solid rgb(219, 119, 30); border-image: none; left: -67px; bottom: 24px; display: none; position: absolute; z-index: 10;
}
.nav-bottom .wexin-offical .wexin-popup::before {
	left: 50%; width: 0px; height: 0px; bottom: -6px; margin-left: -6px; border-top-color: rgb(219, 119, 30); border-right-color: transparent; border-left-color: transparent; border-top-width: 6px; border-right-width: 6px; border-left-width: 6px; border-top-style: solid; border-right-style: solid; border-left-style: solid; position: absolute; content: "";
}
.nav-bottom .wexin-offical .wexin-popup img {
	width: 140px; height: 140px;
}
.nav-bottom .wexin-offical .wexin-popup .scan-desc {
	padding: 0px 7px; text-align: center; color: rgb(96, 96, 96); font-size: 16px;
}
.nav-bottom .wexin-offical .wexin-popup .scan-desc.en {
	font-size: 12px;
}
.nav-bottom .ruo-school {
	width: 18px; height: 18px; position: relative; cursor: pointer; background-image: url("../images/"); background-size: 100%;
}
.nav-bottom .ruo-school .ruo-school-popup {
	background: rgb(255, 255, 255); padding: 3px; border-radius: 10px; border: 2px solid rgb(219, 119, 30); border-image: none; left: -67px; bottom: 25px; display: none; position: absolute; z-index: 10;
}
.nav-bottom .ruo-school .ruo-school-popup::before {
	left: 50%; width: 0px; height: 0px; bottom: -6px; margin-left: -6px; border-top-color: rgb(219, 119, 30); border-right-color: transparent; border-left-color: transparent; border-top-width: 6px; border-right-width: 6px; border-left-width: 6px; border-top-style: solid; border-right-style: solid; border-left-style: solid; position: absolute; content: "";
}
.nav-bottom .ruo-school .ruo-school-popup img {
	width: 140px; height: 140px;
}
.nav-bottom .ruo-school .ruo-school-popup .scan-desc {
	padding: 0px 7px; text-align: center; color: rgb(96, 96, 96); font-size: 16px;
}
.nav-bottom .ruo-school .ruo-school-popup .scan-desc.en {
	font-size: 12px;
}
body.sticky-bottom .nav-bottom {
	background: rgb(245, 246, 247); color: grey; border-top-color: currentColor; border-top-width: medium; border-top-style: none; position: absolute;
}
body.sticky-bottom .nav-bottom .wexin-offical {
	background-image: url("../images/wechat_dark.png");
}
body.sticky-bottom .nav-bottom .ruo-school {
	background-image: url("../images/");
}
body.sticky-bottom .nav-bottom a {
	color: grey;
}
a {
	color: rgb(51, 51, 51);
}
a.email {
	color: rgb(51, 51, 51);
}
* {
	box-sizing: border-box;
}
body {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; height: 100%; line-height: 1.3; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
html {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; height: 100%; line-height: 1.3; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
.container {
	margin: 0px auto; width: 100%;
}
ul {
	list-style: none; margin: 0px; padding: 0px;
}
.clearfix::after {
	clear: both; display: block; content: "";
}
a {
	text-decoration: none; cursor: pointer;
}
img {
	vertical-align: middle; display: inline-block;
}
.vertical-split-line {
	margin: 0px 10px;
}
body.sticky-bottom {
	padding-bottom: 36px;
}
a.email:active {
	color: rgb(0, 0, 0);
}
a.email:hover {
	color: rgb(0, 0, 0);
}
a.email:visited {
	color: rgb(0, 0, 0);
}
.desc-font-weight {
	font-weight: 300;
}
.font-family-title {
	font-family: Microsoft YaHei; font-weight: 500;
}
.empty-list {
	width: 100%; height: 100%; display: flex; min-height: 150px; justify-content: center; align-items: center;
}
.pagination {
	display: flex; justify-content: center;
}
.pagination .pagination-item {
	padding: 12px 16px; border: 1px solid rgb(229, 229, 229); border-image: none; color: rgb(51, 51, 51); font-size: 14px; margin-right: 10px; cursor: pointer;
}
.pagination .pagination-item.current {
	background: rgb(51, 51, 51); color: rgb(255, 255, 255);
}
.pagination .pagination-item:hover {
	background: rgb(51, 51, 51); color: rgb(255, 255, 255);
}
.pagination :last-child.pagination-item {
	margin-right: 0px;
}
.pagination .pagination-item.page {
	transition:0.25s ease-in-out;
}
.pagination .pagination-item.disabled {
	cursor: not-allowed; opacity: 0.5;
}
.pagination .pagination-item.disabled:hover {
	background: 0px 0px; color: rgb(51, 51, 51);
}
html {
	height: auto; position: relative; -ms-overflow-y: auto; min-height: 100%;
}
.professional-page .main-content {
	margin-bottom: 40px;
}
.professional-page .head-poster {
	background-position: center; width: 100%; height: 348px; position: relative; background-image: url("../images/professional_banner.png"); background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;
}
.professional-page .head-poster::before {
	background: rgba(0, 0, 0, 0.05); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; content: "";
}
.professional-page .description-zone {
	top: -89px; margin-bottom: -53px; position: relative;
}
.professional-page .description-zone .description-header {
	margin-bottom: 36px; display: flex; position: relative;
}
.professional-page .description-zone .description-header .description-brand {
	width: 736px; height: 149px; background-image: url("../images/professional_brand.png"); background-repeat: no-repeat; background-size: 100%; -webkit-background-size: 100% 100%;
}
.professional-page .description-content .professional-list {
	margin: 0px 0px 60px; height: 1048px;
}
.professional-page .description-content .professional-list .professional-item {
	padding-left: 10%; width: 80%; margin-bottom: 20px; float: left;     padding-left: 20%;
}
.professional-page .description-content .professional-list .professional-item .professional-inner {
	border-radius: 4px; border: 1px solid rgb(229, 229, 229); border-image: none; color: rgb(51, 51, 51); display: flex;
}
.professional-page .description-content .professional-list .professional-item .professional-inner .view-more {
	padding: 12px 32px; border: 1px solid rgb(204, 204, 204); border-image: none; text-align: center; font-size: 14px; display: inline-block;
}
.professional-page .description-content .professional-list .professional-item .professional-inner:hover {
	background: rgb(242, 242, 242);
}
.professional-page .description-content .professional-list .professional-item .professional-inner:hover .view-more {
	background: rgb(51, 51, 51); color: rgb(255, 255, 255);
}
.professional-page .description-content .professional-list .professional-item .professional-avatar img {
	width: 260px; height: 240px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;
}
.professional-page .description-content .professional-list .professional-item .professional-brief {
	padding: 32px 22px 20px; flex:1 1 0px; min-height: 0px; min-width: 0px;
}
.professional-page .description-content .professional-list .professional-item .professional-brief .profession-header {
	padding-bottom: 8.5px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid; display: flex; align-items: flex-end; -webkit-box-align: end; -webkit-align-items: flex-end;
}
.professional-page .description-content .professional-list .professional-item .professional-brief .professional-name {
	font-family: Microsoft YaHei; font-size: 24px; font-weight: 500;
}
.professional-page .description-content .professional-list .professional-item .professional-brief .professional-title {
	color: rgb(102, 102, 102); font-size: 16px; margin-left: 20px;
}
    .professional-page .description-content .professional-list .professional-item .professional-brief .professional-desc {
        margin: 14.5px 0px 38px;
        height: 47px;
        font-size: .8em;
        letter-spacing: .1em;
        line-height: 1.3em;
        overflow: hidden;
        font-weight: 300;
        -ms-word-break: break-all;
        -ms-text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
</pre></body></html>