@charset "UTF-8";

@font-face {
  font-family: "DYmh";
  src: url("../font/douyin.OTF");
}

@font-face {
  font-family: "DIN";
  src: url("../font/D-DIN.otf");
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.main .op-lay {
  width: 100%;
  position: relative;
}

.main .op-lay .mail-link {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}

.main .op-lay .mail-link .leader-mail {
  padding: 10px 15px;
  background: #239A86;
  margin-bottom: 15px;
  border-radius: 100px 0 0 100px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateX(80px);
}

.main .op-lay .mail-link .dp-mail {
  padding: 10px 15px;
  background: #DEF1EE;
  border-radius: 100px 0 0 100px;
  color: #239A86;
  transition: all 0.3s ease-in-out;
  transform: translateX(80px);
}

.main .op-lay .mail-link .mail-slide {
  transform: translateX(0px);
  /* 向左滑动10px */
}

.main .op-lay .mail-link a i {
  margin-right: 10px;
}

.main .operation {
  width: 1351px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 60px;
}

.main .operation a {
  display: inline-block;
  position: relative;
  width: 16%;
  /* margin: 0px 5px; */
  height: 90px;
  border-radius: 5px;
  background: linear-gradient(90deg, #26A0ED 0%, #2D76D4 100%);
}

.main .operation a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/operation-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 20;
}

.main .operation a:first-of-type {
  margin-left: 0;
}

.main .operation a:nth-of-type(2) {
  background: linear-gradient(90deg, #DF582A 2%, #DC4A50 99%);
}

.main .operation a:nth-of-type(3) {
  background: linear-gradient(90deg, #13BFBF 0%, #2598BE 100%);
}

.main .operation a:nth-of-type(4) {
  background: linear-gradient(90deg, #8671C4 0%, #7F68D3 100%);
  margin-right: 0;
}

.main .operation a:nth-of-type(5) {
  background: linear-gradient(90deg, #DE832D 0%, #F7A348 100%);
}

.main .operation a:last-of-type {
  background: linear-gradient(90deg, #15BF7E 0%, #24BE92 100%);
}



.main .operation a:hover .op-box {
  transform: scale(1.1);
}

.main .operation a .op-box {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .operation a .op-box i {
  font-size: 42px;
  color: #fff;
  margin-right: 10px;
}

.main .operation a .op-box span {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.main .operation a .op-box p {
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.main .main-news-notice {
  position: relative;
}

.main .main-news-notice::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: url(../images/box-bg-3.png) no-repeat center center;
  background-size: cover;
}

.main .main-news-notice .news-notice {
  width: 1351px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main .main-news-notice .news-notice .news-layout {
  width: 66%;
  display: flex;
  flex-direction: column;
}

.main .main-news-notice .news-notice .news-layout .news-card-box {
  width: 100%;
  display: flex;
  height: 431px;
  margin-top: 36px;
  align-items: center;
  justify-content: space-between;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box {
  margin-right: 25px;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box a {
  display: flex;
  flex-direction: column;
  width: 508px;
  height: 100%;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box a img {
  width: 100%;
  height: 100%;
  max-height: 328px;
  object-fit: cover;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box a .news-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EFF9F7;
  padding: 22px 25px;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box a .news-info:hover .content {
  color: #239A86;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box a .news-info .time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 90px;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box a .news-info .time span {
  font-family: DIN;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #239A86;
  white-space: nowrap;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box a .news-info .time span:last-of-type {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #239A86;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box a .news-info .content {
  font-family: Microsoft YaHei;
  font-size: 16px;
  width: 365px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #333333;
  /* 控制仅显示两行并省略超出内容 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出显示省略号 */
  max-height: 50px;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-right-box {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-right-box .right-box-item {
  width: 353px;
  height: 202px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-shadow: inset 0px -36px 10px 0px rgba(0, 0, 0, 0.5);
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-right-box .right-box-item:hover p {
  color: #239A86;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-right-box .right-box-item img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main .main-news-notice .news-notice .news-layout .news-card-box .news-right-box .right-box-item p {
  width: 100%;
  max-width: 313px;
  /* 单行文本溢出省略关键属性 */
  white-space: nowrap;
  /* 禁止文字换行 */
  overflow: hidden;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  color: #fff;
  padding-bottom: 10px;
}

.main .main-news-notice .news-notice .notice-layout {
  width: 32%;
}

.main .main-news-notice .news-notice .notice-layout .notice-box {
  width: 100%;
  height: 431px;
  margin-top: 36px;
  background: linear-gradient(269deg, #FFFFFF 4%, #F2F9F8 99%);
  padding: 28px 31px;
}

.main .main-news-notice .news-notice .notice-layout .notice-box .notice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 47px;
}

.main .main-news-notice .news-notice .notice-layout .notice-box .notice-item:last-of-type {
  margin-bottom: 0;
}

.main .main-news-notice .news-notice .notice-layout .notice-box .notice-item:hover .content {
  color: #239A86;
}

.main .main-news-notice .news-notice .notice-layout .notice-box .notice-item .time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 90px;
}

.main .main-news-notice .news-notice .notice-layout .notice-box .notice-item .time span {
  font-family: DIN;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #239A86;
  white-space: nowrap;
}

.main .main-news-notice .news-notice .notice-layout .notice-box .notice-item .time span:last-of-type {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #239A86;
}

.main .main-news-notice .news-notice .notice-layout .notice-box .notice-item .content {
  font-family: Microsoft YaHei;
  font-size: 16px;
  width: 287px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #333333;
  /* 控制仅显示两行并省略超出内容 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出显示省略号 */
  max-height: 50px;
}

.main .main-architecture {
  padding-top: 88px;
  padding-bottom: 71px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.34) 55%, #FFFFFF 88%);
  position: relative;
}

.main .main-architecture::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/box-bg-2.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.main .main-architecture .architecture {
  width: 1351px;
  margin: 0 auto;
}

.main .main-architecture .architecture .arc-box {
  width: 100%;
  display: flex;
  height: 570px;
  min-height: 570px;
  max-height: 570px;
  margin-top: 36px;
  margin-bottom: 71px;
}

.main .main-architecture .architecture .arc-box .sidebar {
  width: 215px;
  padding: 25px 16px;
  border-radius: 10px;
  background: #239A86;
  position: relative;
  /* 科室导航项样式 */
}

.main .main-architecture .architecture .arc-box .sidebar .side-bar-up {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  background: url(../images/down.png) no-repeat center center;
  background-size: cover;
  width: 34px;
  height: 13px;
}

.main .main-architecture .architecture .arc-box .sidebar .side-bar-down {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/down.png) no-repeat center center;
  background-size: cover;
  width: 34px;
  height: 13px;
}

.main .main-architecture .architecture .arc-box .sidebar .sidebar-tabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow-y: auto;
  max-height: 520px;
  /* 根据需要调整高度 */
}

.main .main-architecture .architecture .arc-box .sidebar .sidebar-item {
  /* padding: 16px 15px; */
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  min-height: 48px;
}

.main .main-architecture .architecture .arc-box .sidebar .sidebar-item i {
  margin-left: 34px;
  font-size: 20px;
  margin-right: 16px;
}

.main .main-architecture .architecture .arc-box .sidebar .sidebar-item:hover {
  background: #ffffff;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #239A86;
}

.main .main-architecture .architecture .arc-box .sidebar .sidebar-item.active {
  background: #ffffff;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #239A86;
}

.main .main-architecture .architecture .arc-box .content-tabs {
  width: calc(100% - 215px);
  border-radius: 10px;
  background: #FFFFFF;
  padding: 37px 29px 32px 48px;
}

.main .main-architecture .architecture .arc-box .content-tabs .content-tab {
  display: none;
}

.main .main-architecture .architecture .arc-box .content-tabs .content-tab.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.main .main-architecture .architecture .arc-box .content-tabs .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left {
  width: calc(100% - 339px);
  padding-right: 44px;
  border-right: 1px solid #DAE8E6;
  /* 标题与切换按钮样式 */
  /* 内容切换样式 */
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left h2 {
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DAE8E6;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left p {
  text-indent: 2em;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #A0BCB7;
  position: relative;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left p:first-of-type {
  box-sizing: border-box;
  margin-top: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 末尾显示省略号 */
  max-height: 50px;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left p:last-of-type {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  /* 行高40px，6行总高度约240px */
  letter-spacing: 0.05em;
  color: #333333;
  /* 最多显示6行的关键样式 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* 限制显示6行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 末尾显示省略号 */
  max-height: 240px;
  /* 6行 × 40px 行高，确保容器高度匹配 */
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left .knowMore {
  display: block;
  margin-top: 50px;
  width: 119px;
  height: 41px;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #239A86;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 39px;
  letter-spacing: 0em;
  color: #239A86;
  transition: all 0.3s;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left .knowMore:hover {
  background: #239A86;
  color: #FFFFFF;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left .title-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  border-bottom: 1px solid #DAE8E6;
  padding-bottom: 30px;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left .sub-department-tabs {
  display: flex;
  gap: 8px;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left .tab-btn {
  padding: 4px 12px;
  background: #f0f0f0;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 22px;
  transition: all 0.3s;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left .tab-btn.active {
  background: #239a86;
  color: white;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left .sub-department-content {
  display: none;
}

.main .main-architecture .architecture .arc-box .content-tabs .arc-left .sub-department-content.active {
  display: block;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info {
  width: calc(339px);
  padding-left: 40px;
  /* 右侧信息切换样式 */
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .sub-info {
  display: none;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .sub-info.active {
  display: block;
  width: calc(100%);
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .info {
  display: flex;
  flex-direction: column;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .knowMore {
  display: none;
  margin-top: 10px;
  width: 119px;
  height: 41px;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #239A86;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 39px;
  letter-spacing: 0em;
  color: #239A86;
  transition: all 0.3s;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .knowMore:hover {
  background: #239A86;
  color: #FFFFFF;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .local,
.main .main-architecture .architecture .arc-box .content-tabs .slide-info .tel {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 45px;
  align-items: center;
  letter-spacing: 0.05em;
  color: #333333;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .local i,
.main .main-architecture .architecture .arc-box .content-tabs .slide-info .tel i {
  margin-right: 8px;
  font-size: 18px;
  color: #239A86;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .departmentStaff {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 21px;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .departmentStaff .depart-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 26px;
  margin-bottom: 20px;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .departmentStaff .depart-item img {
  width: 66px;
  height: 66px;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .departmentStaff .depart-item p {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #239A86;
  transition: all 0.3s;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .departmentStaff .depart-item p:last-of-type {
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 100%;
  color: #333333;
  max-width: 63px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info .departmentStaff .depart-item:hover p {
  color: #0e6d5d;
}

.main .main-architecture .architecture .arc-box .content-tabs .slide-info h3 {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #333333;
}

.main .main-architecture .architecture .arc-box .content-tabs .department.active {
  display: flex;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.main .main-teams {
  width: 100%;
  height: 846px;
  padding-top: 102px;
  padding-bottom: 86px;
  background-color: #fff;
  background-image: url("../images/team-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main .main-teams .teams {
  width: 1351px;
  margin: 0 auto;
  position: relative;
}

.main .main-teams .teams .team-box {
  position: absolute;
  left: 0;
  top: 86px;
  width: 1636px;
  height: 572px;
  background: #FFFFFF;
  border-radius: 2px 0px 250px 60px;
  z-index: 10;
}

.main .main-teams .teams .team-lay {
  width: 100%;
  height: 572px;
  background-color: #ffffff;
  margin-top: 46px;
  position: relative;
  z-index: 20;
  border-radius: 2px 0px 0px 60px;
  padding: 36px 0px 36px 51px;
}

.main .main-teams .teams .team-lay .doc-box {
  width: 100%;
  position: relative;
}

.main .main-teams .teams .team-lay .doc-box .doc-swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
}

.main .main-teams .teams .team-lay .doc-box .doc-swiper .swiper-slide img {
  width: 321px;
  height: 434px;
  margin-top: 59px;
}

.main .main-teams .teams .team-lay .doc-box .doc-intro {
  max-width: 935px;
  width: calc(100% - 200px);
}

.main .main-teams .teams .team-lay .doc-box .doc-intro h3 {
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: rgba(35, 154, 134, 0.9412);
}

.main .main-teams .teams .team-lay .doc-box .doc-intro p {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 70px;
}

.main .main-teams .teams .team-lay .doc-box .doc-intro a {
  display: inline-block;
  width: auto;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: rgba(35, 154, 134, 0.9412);
  transition: all 0.3s;
  margin-top: 20px;
}

.main .main-teams .teams .team-lay .doc-box .doc-intro a i {
  margin-left: 13px;
}

.main .main-teams .teams .team-lay .doc-box .doc-intro a:hover {
  transform: translateX(10px);
}

.main .main-teams .teams .team-lay .doc-box .doc-list {
  width: 750px;
  height: 138px;
  position: absolute;
  bottom: 0;
  left: 75px;
}

.main .main-teams .teams .team-lay .doc-box .doc-list .doc-thumbs {
  height: 100%;
}

.main .main-teams .teams .team-lay .doc-box .doc-list .doc-thumbs .swiper-slide {
  width: 103px;
  height: 138px;
  border-radius: 100px;
  overflow: hidden;
}

.main .main-teams .teams .team-lay .doc-box .doc-list .doc-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .main-teams .teams .team-lay .doc-box .doc-list .doc-thumbs .swiper-slide.swiper-slide-thumb-active {
  box-shadow: 0px 4px 10px 0px rgba(35, 154, 134, 0.2);
}

.main .main-teams .teams .team-lay .doc-box .doc-list .doc-button-next {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: url(../images/doc-btn-r.png) no-repeat center center;
  background-size: cover;
  width: 22px;
  height: 24px;
}

.main .main-teams .teams .team-lay .doc-box .doc-list .doc-button-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: url(../images/doc-btn-l.png) no-repeat center center;
  background-size: cover;
  width: 22px;
  height: 24px;
}

.main .main-Knowledge {
  padding-top: 83px;
}

.main .main-Knowledge .Knowledge {
  width: 1351px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.main .main-Knowledge .Knowledge .knowledge-box {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 425px;
}

.main .main-Knowledge .Knowledge .knowledge-box .knowledge-card-item {
  padding: 23px 23px 30px 23px;
  width: calc(100% / 3 - 22.5px);
  height: 100%;
  border-radius: 5px;
  background: #FFFFFF;
  transition: all 0.3s;
  box-shadow: 0px 4px 10px 0px rgba(35, 154, 134, 0.17);
}

.main .main-Knowledge .Knowledge .knowledge-box .knowledge-card-item img {
  width: 100%;
  height: 242px;
  object-fit: cover;
}

.main .main-Knowledge .Knowledge .knowledge-box .knowledge-card-item .time {
  font-family: DIN;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #999999;
  margin: 20px 0px 15px;
}

.main .main-Knowledge .Knowledge .knowledge-box .knowledge-card-item .time i {
  font-size: 22px;
  margin-right: 10px;
}

.main .main-Knowledge .Knowledge .knowledge-box .knowledge-card-item p {
  font-family: Microsoft YaHei;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #333333;
  /* 关键属性 - 控制仅显示两行 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: normal;
  max-height: 62px;
  min-height: 62px;
  /* 允许文字换行 */
}

.main .main-Knowledge .Knowledge .knowledge-box .knowledge-card-item:hover {
  cursor: pointer;
  box-shadow: 0px 4px 10px 0px rgba(35, 154, 134, 0.4);
}

.main-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-title-box .mainTitle-lay {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1;
}

.main-title-box .more-btn {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 10px 5px 22px;
  transition: all 0.3s;
}

.main-title-box .more-btn img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

.main-title-box .more-btn:hover {
  transform: translateX(10px);
  color: #239A86;
}

.main-title-box .more-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/more-btn-bg.png) no-repeat center center;
  background-size: cover;
}

.main-title-box .main-title {
  color: #239A86;
  font-family: DYmh;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}

.main-title-box .main-title::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: -14px;
  right: -16px;
  background: url(../images/logo-s.png) no-repeat center center;
  background-size: cover;
}

.main-title-box .main-title span {
  font-family: DYmh;
  color: #333333;
}

.main-title-box .main-title-en {
  font-family: Microsoft YaHei;
  margin-left: 19px;
  font-size: 30px;
  color: #ACCEC9;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #ACCEC9;
  line-height: normal;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
}

@media screen and (max-width: 1400px) {

  #container .main .operation,
  #container .news-notice,
  #container .architecture,
  #container .teams,
  #container .Knowledge {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
  }

  #container .news-left-box {
    width: 60%;
  }

  #container .news-left-box a {
    width: 100% !important;
    height: 431px !important;
  }

  #container .news-right-box {
    width: 40%;
  }

  #container .news-right-box .right-box-item {
    width: 100% !important;
    height: 46%;
  }

  #container .gallery-thumbs .swiper-slide {
    display: none;
  }
}

@media screen and (max-width: 1230px) {
  #container .main .main-news-notice .news-notice {
    flex-direction: column;
  }

  #container .main .main-teams .teams .team-lay .doc-box .doc-list {
    width: 630px;
  }

  #container .news-layout {
    width: 100%;
  }

  #container .notice-layout {
    width: 100%;
    margin-top: 30px;
  }

  #container .main .main-news-notice .news-notice .notice-layout .notice-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    height: auto;
  }

  #container .main .main-news-notice .news-notice .notice-layout .notice-box .notice-item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 50%;
  }

  #container .main .main-news-notice .news-notice .notice-layout .notice-box .notice-item:last-of-type {
    margin-bottom: 25px;
  }

  #container .main .main-Knowledge .Knowledge .knowledge-box {
    height: auto;
  }
}

@media screen and (max-width: 1140px) {
  #container .main .main-teams .teams .team-lay .doc-box .doc-list {
    width: 450px;
  }
}

@media screen and (max-width: 1040px) {
  #container .main .operation {
    flex-wrap: wrap;
  }

  #container .main .operation a {
    display: inline-block;
    position: relative;
    width: 32%;
    margin: 10px 0px;
    /* height: 111px; */
  }

  #container .main .main-teams .teams .team-lay .doc-box .doc-list {
    width: 350px;
  }

  #container .main .main-teams .teams .team-box {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #container .main .main-architecture .architecture .arc-box .content-tabs .content-tab.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #container .main .main-architecture .architecture .arc-box .sidebar .sidebar-item {
    font-size: 16px;
  }

  #container .main .main-architecture .architecture .arc-box .sidebar .sidebar-tabs {
    min-height: 650px;
  }

  #container .main .main-architecture .architecture .arc-box .content-tabs .arc-left p:last-of-type {
    margin-top: 20px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
  }

  #container .main .main-architecture .architecture .arc-box {
    width: 100%;
    display: flex;
    height: 700px;
    min-height: 700px;
    max-height: 700px;
    margin-top: 36px;
    margin-bottom: 71px;
  }

  #container .main .main-architecture .architecture .arc-box .sidebar {
    width: 155px;
    padding: 25px 16px;
    border-radius: 10px;
    background: #239A86;
    position: relative;
  }

  #container .main .main-architecture .architecture .arc-box .content-tabs {
    width: calc(100% - 155px);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 37px 29px 32px 48px;
  }

  #container .main .main-architecture .architecture .arc-box .sidebar .sidebar-item i {
    margin-left: 5px;
    font-size: 20px;
    margin-right: 5px;
  }

  #container .architecture .arc-left {
    width: 100%;
    border-right: none;
    padding: 0;
  }

  #container .architecture .arc-left .knowMore {
    margin-top: 10px;
  }

  #container .architecture .slide-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
  }

  #container .architecture .slide-info .info {
    width: 100%;
  }

  #container .architecture .slide-info .info:last-of-type {
    width: 100%;
  }

  #container .architecture .sub-change {
    flex-direction: column;
  }

  #container .knowledge-box {
    flex-wrap: wrap;
  }

  #container .knowledge-box .knowledge-card-item {
    width: 49% !important;
    margin-bottom: 20px;
  }

  #container .slide-info .departmentStaff {
    overflow-y: auto;
    flex-wrap: nowrap;
  }

  #container .arc-left .knowMore {
    display: none;
  }

  #container .slide-info {
    border-top: 1.5px solid #DAE8E6;
    padding-top: 20px !important;
    margin-top: 10px;
  }

  #container .slide-info .knowMore {
    display: block;
    margin-top: 10px;
    width: 119px;
    height: 41px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #239A86;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 39px;
    letter-spacing: 0em;
    color: #239A86;
    transition: all 0.3s;
  }

  #container .slide-info .knowMore:hover {
    background: #239A86;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 860px) {
  #container .doc-list {
    width: 10px !important;
  }

  #container .doc-list .doc-thumbs .swiper-slide {
    display: none;
  }

  #container .doc-swiper .swiper-slide img {
    width: 321px;
    height: 434px;
    margin-top: 0px;
  }

  #container .main .main-teams .teams .team-lay {
    height: auto;
  }

  #container .architecture .arc-box .content-tabs {
    padding: 20px !important;
  }
}

@media screen and (max-width: 750px) {
  #container .op-lay {
    width: 100%;
    position: relative;
  }

  #container .main .main-teams .teams .team-lay {
    height: auto;
    margin-top: 20px;
  }

  #container .main-title-box .main-title-en {
    font-size: 22px;
  }

  #container .news-left-box a {
    width: 100% !important;
    height: 255px !important;
  }

  #container .news-left-box {
    width: 50%;
  }

  #container .news-right-box {
    width: 47%;
  }

  #container .news-card-box {
    height: 255px;
    margin-top: 20px;
  }

  #container .news-left-box a img {
    width: 100%;
    height: 100%;
    max-height: 152px;
    object-fit: cover;
  }

  #container .news-left-box a .news-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EFF9F7;
    padding: 26px 5px;
  }

  #container .news-left-box a .news-info .time span {
    font-family: DIN;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #239A86;
    white-space: nowrap;
  }

  #container .news-left-box a .news-info .time span:last-of-type {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #239A86;
  }

  #container .notice-item {
    width: 100% !important;
  }

  #container .header-content {
    justify-content: center;
  }

  #container .header-main {
    display: none;
  }

  #container .operation {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  #container .operation .opera-item {
    height: 70px !important;
  }

  #container .operation .opera-item .op-box i {
    font-size: 32px;
  }

  #container .operation .opera-item .op-box span {
    font-size: 18px;
  }

  #container .operation .opera-item .op-box p {
    font-size: 8px;
  }

  #container .main .main-teams {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }

  #container .notice-item .time span {
    font-family: DIN;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #239A86;
    white-space: nowrap;
  }

  #container .notice-item .time span:last-of-type {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #239A86;
  }

  #container .doc-swiper .swiper-slide img {
    width: 168px;
    height: 220px;
    margin-top: 0px;
    margin-left: 10px;
  }

  #container .doc-box .doc-list {
    width: 500px;
    height: 138px;
    position: absolute;
    bottom: -70px;
    left: 70%;
  }

  #container .knowledge-box {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  #container .knowledge-box .knowledge-card-item {
    width: 100% !important;
    margin-bottom: 20px;
  }

  #container .main .main-news-notice .news-notice .news-layout .news-card-box .news-left-box {
    margin-right: 15px;
  }

  #container .main-title-box .main-title {
    font-size: 28px;
  }

  #container .main .main-architecture {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #container .main .main-architecture .architecture .arc-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #container .main .main-Knowledge {
    padding-top: 20px;
  }

  #container .main .main-Knowledge .Knowledge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #container .main .main-news-notice .news-notice .notice-layout .notice-box {
    margin-top: 20px !important;
    padding: 20px !important;
  }

  #container .main .main-teams .teams .team-lay .doc-box .doc-intro h3 {
    line-height: 1.2;
  }

  #container .main .main-teams .teams .team-lay .doc-box .doc-intro p {
    -webkit-line-clamp: 3;
    line-height: 31px;
    max-height: 90px;
  }

  #container .main .main-teams .teams .team-lay .doc-box .doc-intro .doc-intro-box {
    height: 220px;
    overflow: hidden;
  }

  #container .main .operation a {
    display: inline-block;
    position: relative;
    width: 49%;
    margin: 10px 0px;
    /* height: 111px; */
  }
}

@media screen and (max-width: 550px) {
  #container .main-title-box .main-title-en {
    display: none;
  }

  #container .architecture .arc-box .sidebar {
    width: 115px !important;
  }

  #container .architecture .arc-box .sidebar .sidebar-item {
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }

  #container .architecture .arc-box .sidebar .sidebar-item i {
    display: none;
  }

  #container .main .main-architecture .architecture .arc-box .content-tabs {
    width: calc(100% - 115px);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 37px 29px 32px 48px;
  }

  #container .main .main-architecture .architecture .arc-box .content-tabs .slide-info .local,
  #container .main .main-architecture .architecture .arc-box .content-tabs .slide-info .tel {
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    align-items: center;
    letter-spacing: 0.05em;
    color: #333333;
  }
}