<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'DIN-Medium';
  src: url('../hfonts/DIN-Medium.otf');
}
:root {
  --Din: 'DIN-Medium', sans-serif;
}
.inner-banner {
  position: relative;
}
.inner-banner &gt; img {
  display: block;
  width: 100%;
  min-height: 150px;
  object-fit: cover;
}
.inner-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.inner-banner .container h3 {
  font-size: 48px;
  font-weight: 700;
  color: #0061ae;
}
.inner-banner .container h5 {
  font-size: 20px;
  color: #0061ae;
  margin-bottom: 10px;
}
.inner-banner .container .white {
  color: #fff;
}
.bread-crumb {
  background-color: #eee;
}
.bread-crumb .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.bread-crumb .container p {
  font-size: 14px;
  color: #333;
}
.bread-crumb .container img {
  display: inline-block;
  vertical-align: baseline;
}
.bread-crumb .container a {
  color: #333;
}
.inner-content {
  margin: 2.604167% 0 5.625%;
}
.inner-content .inner-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-content .inner-container aside {
  width: 255px;
}
.inner-content .inner-container aside .aside-title {
  background: url(../himages/aside-title-bg.jpg) no-repeat;
  background-size: cover;
  line-height: 75px;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  padding-left: 23.53%;
}
.inner-content .inner-container aside .aside-lv1 &gt; li {
  position: relative;
  line-height: 52px;
  background-color: #e8f0fb;
  margin-top: 1px;
}
.inner-content .inner-container aside .aside-lv1 &gt; li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #1a1a1a;
  padding: 0 25% 0 23.53%;
}
.inner-content .inner-container aside .aside-lv1 &gt; li p a {
  color: #1a1a1a;
}
.inner-content .inner-container aside .aside-lv1 &gt; li em {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  right: 23.53%;
  top: 22px;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.5s;
}
.inner-content .inner-container aside .aside-lv1 &gt; .active {
  background-color: #d3e2f7;
}
.inner-content .inner-container aside .aside-lv1 &gt; .active p {
  color: #0061ae;
}
.inner-content .inner-container aside .aside-lv1 &gt; .active p a {
  color: #0061ae;
}
.inner-content .inner-container aside .aside-lv1 &gt; .active em {
  border-color: #000;
}
.inner-content .inner-container aside .aside-lv1 &gt; .show em {
  transform: rotate(135deg);
}
.inner-content .inner-container aside .aside-lv2 {
  display: none;
}
.inner-content .inner-container aside .aside-lv2 &gt; li {
  line-height: 52px;
  border: 1px solid #e5e5e5;
  border-top: 1px solid transparent;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #1a1a1a;
  padding: 0 10% 0 23.53%;
}
.inner-content .inner-container aside .aside-lv2 &gt; li a {
  color: #1a1a1a;
}
.inner-content .inner-container aside .aside-lv2 &gt; li:first-of-type {
  border-top: 1px solid #e5e5e5;
}
.inner-content .inner-container aside .aside-lv2 &gt; .c-active {
  color: #0075c9;
}
.inner-content .inner-container aside .aside-lv2 &gt; .c-active a {
  color: #0075c9;
}
.inner-content .inner-container main {
  width: calc(100% - 5% - 255px);
}
.inner-content .inner-container main .main-title {
  font-size: 30px;
  color: #0061ae;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3.57143%;
}
.inner-content .inner-container main .main-title::after {
  display: block;
  content: "";
  width: 58px;
  height: 2px;
  background-color: #2170d9;
}
.news-list .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  transition: all 0.5s;
  margin-bottom: 2.2449%;
}
.news-list .block .picture {
  width: 28.9796%;
}
.news-list .block .picture .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 49.2958%;
}
.news-list .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .block .title {
  width: 51.9388%;
}
.news-list .block .title h4 {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 9px;
  transition: color 0.5s;
}
.news-list .block .title h4 a {
  transition: color 0.5s;
}
.news-list .block .title p {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
  transition: all 0.5s;
}
.news-list .block .title p a {
  transition: all 0.5s;
}
.news-list .block .date {
  text-align: center;
  margin: 0 3.776%;
}
.news-list .block .date h2 {
  font-size: 36px;
  font-weight: 700;
  color: #999;
  margin-bottom: 2px;
  transition: all 0.5s;
}
.news-list .block .date h5 {
  font-size: 12px;
  color: #999;
  transition: all 0.5s;
}
.news-list .block:hover {
  background-color: #0061ae;
}
.news-list .block:hover .title h4 {
  color: #fff;
  font-weight: 700;
}
.news-list .block:hover .title h4 a {
  color: #fff;
}
.news-list .block:hover .title p {
  color: #fff;
}
.news-list .block:hover .title p a {
  color: #fff;
}
.news-list .block:hover .date h2 {
  color: #fff;
}
.news-list .block:hover .date h5 {
  color: #fff;
}
.page-box {
  width: 100%;
  text-align: center;
  margin-top: 7.347%;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination &gt; li a {
  display: inline-block;
  padding: 0px 16px;
  line-height: 40px;
  border: 1px solid #999;
  background-color: #fff;
  margin: 3px 7px;
  color: #333;
  transition: all 0.5s;
}
.pagination &gt; li::after {
  display: inline-block;
  width: 50px;
  height: 1px;
  vertical-align: middle;
  content: "";
  background-color: #333;
}
.pagination &gt; li:last-of-type::after {
  display: none;
}
.pagination li a:hover {
  color: #0061ae;
}
.pagination .active a {
  color: #fff !important;
  background-color: #0061ae;
  border-color: transparent;
}
.news-detail .news-detail-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.news-detail .news-detail-title h3 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: 700;
  margin-bottom: 2.857143%;
}
.news-detail .news-detail-title h5 {
  font-size: 14px;
  color: #999;
}
.news-detail .news-detail-title h5 img {
  vertical-align: baseline;
}
.news-detail article {
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.news-detail .back {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  margin-top: 9.1837%;
}
.news-detail .back a {
  display: block;
  width: 100px;
  line-height: 32px;
  border: 1px solid #999;
  text-align: center;
  font-size: 14px;
  color: #999;
  transition: all 0.5s;
  float: right;
  margin-bottom: 3.36735%;
}
.news-detail .back a::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  transform: rotate(-45deg);
  margin-right: 5px;
  vertical-align: middle;
  transition: all 0.5s;
}
.news-detail .back a:hover {
  color: #0061ae;
  border-color: #0061ae;
}
.news-detail .back a:hover::before {
  border-color: #0061ae;
}
.main-business .title {
  margin-bottom: 1.633%;
}
.main-business .title h3 {
  font-size: 24px;
  color: #1a1a1a;
}
.main-business .title h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 26px;
  background-color: #acce22;
  vertical-align: middle;
  margin-right: 6px;
}
.main-business .brief {
  color: #333;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 1.7347%;
}
.main-business .brief ul li {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.main-business .brief ul li p{
    flex: 1;
}
.main-business .brief ul li::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0061ae;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.main-business .brief h5 {
  font-size: 16px;
  color: #0061ae;
  margin-bottom: 1.633%;
}
.main-business .pic {
  margin-bottom: 2.857143%;
}
.main-business .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3.6735% 0 2.7551%;
}
.medical-review-wrapper .block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 47.857143%;
  min-height: 65px;
  border-radius: 32.5px;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #0061ae;
  padding: 0 18px;
  margin-bottom: 3.0612245%;
}
.business-detail-wrapper .block {
  width: 23.9796%;
  background-color: #f2f2f2;
  border-top: 3px solid #0061ae;
  font-size: 14px;
  color: #0e568f;
  text-align: justify;
  transition: all 0.5s;
  padding: 2.6531% 2.143%;
  margin-bottom: 3%;
  cursor: default;
}
.business-detail-wrapper .block:hover {
  color: #0061ae;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  background-color: #f9f9f9;
  transform: translateY(-5px);
}
.determination-wrapper {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.determination-wrapper .block {
  width: 36.5%;
  display: flex;
  align-items: center;
  margin-bottom: 3.3674%;
}
.determination-wrapper .block:nth-child(3n){
    width: 27%;
}
.determination-wrapper .block em {
  display: block;
  width: 41px;
  height: 41px;
  line-height: 40px;
  border: 1px solid #0061ae;
  text-align: center;
  border-radius: 50%;
  color: #0061ae;
  font-size: 20px;
  font-weight: 700;
  margin-right: 11px;
  font-family: var(--Din);
}
.determination-wrapper .block p {
  flex: 1;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
.related-training-wrapper {
  justify-content: flex-start !important;
}
.related-training-wrapper .block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 300px;
  min-height: 52px;
  border-radius: 26px;
  border: 1px solid #0061ae;
  color: #0061ae;
  font-size: 14px;
  padding: 0 16px;
  margin-right: 3.878%;
  margin-bottom: 3%;
}
.related-training-wrapper .block:last-child {
  margin-right: 0;
}
.data-manage-wrapper {
  margin-bottom: 6.12245% !important;
}
.data-manage-wrapper h3 {
  width: 100%;
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 1.633%;
}
.data-manage-wrapper p {
  width: 50%;
  padding-left: 11px;
  font-size: 16px;
  color: #666;
}
.data-manage-wrapper p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0061ae;
  margin-right: 11px;
}
.statistic-analysis-wrapper {
  margin-bottom: 0% !important;
}
.statistic-analysis-wrapper p:nth-last-of-type(even) {
  width: 62%;
}
.statistic-analysis-wrapper p:nth-last-of-type(odd) {
  width: 37%;
}
.clinical-operation-wrapper .block {
  width: 46.9388%;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  min-height: 79px;
  border-radius: 39.5px;
  overflow: hidden;
  margin-bottom: 4.4898%;
}
.clinical-operation-wrapper .block em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103px;
  height: 100%;
  background-color: #0061ae;
  font-size: 42px;
  color: #fff;
  font-family: var(--Din);
  padding-left: 10px;
}
.clinical-operation-wrapper .block:last-child em span:nth-child(1){
    display: none;
}
.clinical-operation-wrapper .block p {
  flex: 1;
  font-size: 18px;
  color: #0061ae;
  padding: 0 5.2174% 0 9.78261%;
  line-height: 1.5;
}
.adv-wrapper .block {
  position: relative;
  width: 32.041%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.9388%;
  min-height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.449%;
}
.adv-wrapper .block h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -55%);
  font-size: 140px;
  color: #f7f7f7;
  font-family: var(--Din);
  z-index: -1;
}
.adv-wrapper .block p {
  font-size: 16px;
  color: #0061ae;
  text-align: justify;
}
.smo-adv-wrapper .block {
  width: 31.326531%;
  min-height: 215px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 2.6531% 1.9388% 2.6531% 2.347%;
  margin-bottom: 3.06122%;
}
.smo-adv-wrapper .block h3 {
  font-size: 18px;
  color: #0061ae;
  font-weight: 700;
  margin-bottom: 4.5603%;
}
.smo-adv-wrapper .block h3 span {
  font-size: 20px;
  color: #999;
  font-family: var(--Din);
  margin-right: 10px;
}
.smo-adv-wrapper .block p {
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.crc-serv-wrapper .block {
  width: 31.633%;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0061ae;
  border-radius: 22px;
  margin-bottom: 2.7551%;
  padding: 0 15px;
}
.crc-serv-wrapper .block p {
  font-size: 16px;
  color: #fff;
}
.subject-recruit-wrapper .block {
  position: relative;
  width: 23.57143%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 3.4694% 1.326531% 2% 1.7347%;
  min-height: 141px;
  margin-bottom: 1.836735%;
}
.subject-recruit-wrapper .block h1 {
  position: absolute;
  z-index: -1;
  font-size: 140px;
  font-family: var(--Din);
  font-weight: 700;
  color: #f7f7f7;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
}
.subject-recruit-wrapper .block p {
  font-size: 14px;
  color: #0061ae;
}
.ssu-serv-wrapper {
  justify-content: flex-start !important;
}
.ssu-serv-wrapper .block {
  position: relative;
  background-color: #0061ae;
  color: #fff;
  font-size: 16px;
  margin-right: 14px;
  margin-bottom: 14px;
  padding: 8px 4.3878% 8px 4.40816%;
}
.ssu-serv-wrapper .block::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 17px;
  left: -0.8px;
  top: 0;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 0%);
}
.ssu-serv-wrapper .block::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #0061ae;
  height: 100%;
  width: 17px;
  right: -16.8px;
  top: 0;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 0%);
  z-index: 1;
}
.ssu-serv-wrapper .block:first-child::before {
  display: none;
}
.block-blank {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  min-height: auto !important;
}
</pre></body></html>