﻿.dep-title-outer {
  text-align: center;
}

.dep-title {
  padding: 20px 30px;
  display: inline-block;
  justify-content: center;
  /* align-items: center; */
  min-height: 60px;
  position: relative;
  min-width: 18vw;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.dep-title h2 {
  color: #A40000;
  font-size: 23px;
  text-align: center;
  font-weight: 500;
}

.dep-title .lefticon {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 10px;
  bottom: 0px;
}

.dep-title .lefticon img,
.dep-title .righticon img {
  width: 100%;
  object-fit: cover;
}

.dep-title .righticon {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 0;
}

.ksjj-section {
  margin-bottom: 2vw;
  overflow: hidden;
}

.ksjj-section-title h2 {
  color: #A40000;
  margin-bottom: 0.5vw;
  display: flex;
  align-items: flex-end;
  font-size: 22px;
  line-height: 1;
}

.ksjj-section-title h2 span {
  font-size: 014px;
  color: #666;
  margin-left: 12px;
  font-weight: normal;
  opacity: 0.85;
  padding-bottom: 6px;
}

.ksjj-department-intro-container {
  width: 90%;
  margin: 30px auto;
}

.dep-detail {
  display: flex;
  gap: 20px;
  /* align-items: flex-start; */
}

.ksjj-intro-image-wrapper {
  flex: 1;
  display: flex;
}

.ksjj-department-team-img {
  width: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ksjj-department-team-img:hover {
  transform: scale(1.03);
}

.ksjj-intro-text {

  flex: 1;
}

.ksjj-intro-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  font-size: 15px;
  text-indent: 2em;
  line-height: 30px;
  text-align: justify;
}

.ksjj-intro-text p {
  text-indent: 2em;
  font-size: 16px;
  color: #333;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-bottom: 0;
  margin-top: 15px;
}

.bottom-bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e0e0e0;
  z-index: 0;
}

.red-blocks {
  position: relative;
}

.block.big {
  width: 16px;
  height: 16px;
  background-color: #8B0000;
  border-radius: 2px;
  position: relative;
  margin-bottom: 0;
  display: block;
}

.block.big::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  width: 8px;
  height: 8px;
  background-color: #A40000;
  border-radius: 50%;
  z-index: 1;
}

.bottom-bar .detail {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
  margin-right: 10px;
  font-size: 14px;
  color: #A40000;

}

.bottom-bar .detail span {
  padding-left: 8px;
  font-size: 12px;
  vertical-align: middle;
}

.about_doclist .docImg_box img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  max-width: 220px;
  transition: all 0.3s linear;
}

.about_doclist .doct_img {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.about_doclist .doct_img:hover .docImg_box img {
  transform: scale(1.05)
}

.about_doclist .docImg_des {
  position: absolute;
  padding: 10px 15px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  color: #fff;
}

.about_doclist .shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, #000);
  opacity: 0.3;
  z-index: 1;
}

.docImg_des p {
  font-size: 15px;
}

.docImg_des .docNames {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: inherit;
}

.docImg_des .line {
  width: 100%;
  height: 1px;
  margin: 7px 0 10px 0;
  background: #fff;
}

.docImg_des .more {
  padding: 6px 16px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgb(255 255 255 / 0.2);
  display: inline-block;
}

.doctor_scroll {
  position: relative;
}

.doctor_scroll .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  cursor: pointer;
  transition: all 0.3s;
}

.doctor_scroll .dep-btn-left {
  left: -50px;
}

.doctor_scroll .dep-btn-right {
  right: -50px;
}

.doctor_scroll .arrow-btn:hover {
  color: #A40000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.doctor_scroll .swiper-button-disabled {
  color: #d4d0d0 !important;
  cursor: no-drop;
}

.dep-chuzhen h2.Com_tit {
  display: none;
}

.scheduling-section {
  overflow: initial;
}

.ksjj-section-title h2.hasmore {
  justify-content: space-between;
}

.ksjj-section-title h2.hasmore .more span {
  color: #A40000;
}

.ship_rq {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.ship_con {
  width: 66.66%;
}

.ship_about_doc {
  width: 33.33%;
}

.ship_img {
  background-color: #A40000;
  padding: 6px 6px 0;
  border-radius: 0;
  width: 100%;
  line-height: 1;
  box-sizing: border-box;
}

.ship_img img {
  width: 100%;
  display: block;
}

.ship_con {
  position: relative;
}

.ship_con .ship_tit {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  background-color: #A40000;
  padding: 0;
  color: #fff;
  padding: 16px 0 10px 0;
}

.ship_con .ship_tit a {
  color: #fff;
}

.ship_con .shi_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: transform 0.2s;
  z-index: 10;
}

.ship_con .shi_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #333;
}

.ship_con .shi_btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.ship_about_docnr .js h2 {
  color: #A40000;
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #A40000;
  position: relative;
}

.jkkp-expert-info {
  display: flex;
  gap: 15px;
  align-items: start;
  flex: 1;

}

.jkkp-expert-avatar img {
  width: 120px;
  height: auto;
}

.jkkp-expert-details>div {
  margin-bottom: 10px;
}

.ship_about_docnr .js {
  margin-bottom: 20px;
  font-size: 15px;
  color: #2c3e50;
}

.ship_about_docnr .js:last-of-type {
  margin-bottom: 0;
}

.ship_list {
  padding-top: 40px;
  border-top: 1px dashed #A40000;
}

.ship_list li {
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2c3e50;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid #2c3e5024;
}

.ship_list li::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s;
}

.ship_list li:hover::after {
  width: 100%;
  background: #A40000;
}

/* 专家团队 */
.doctorList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 20px;
  list-style: none;
  margin: 0;
  padding-bottom: 30px;
}


.doct_li {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(229, 231, 235, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.doct_li:hover {
  transform: translateY(-6px);
  border-color: #A40000;
}


.doct_li .photo {
  width: 100%;

  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  border-bottom: 1px solid #e5e7eb;
min-height: 285px;
}

.doct_li:hover .photo {
  transform: scale(1.05);
}


.docs_list {
  padding: 16px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: white;
}


.doctorName {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px 0 !important;
  padding: 0;
  line-height: 1.3;
}

.doctorName a {
  color: #A40000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.doctorName a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.nameText {
  font-weight: 600;
  color: #111827;
}


.descriptionP {
  margin: 8px 0 !important;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  position: relative;
  padding-left: 18px;
}

.descriptionP::before {
  content: "•";
  color: #A40000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.text {
  color: #374151;
  font-weight: 500;
  display: inline-block;
}

.teachingTitle {
  color: #ffffff;
  background: linear-gradient(90deg, #A40001, #585158);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
}

.specialtyText {
  display: block;
  color: #6b7280;
  line-height: 1.5;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


.doct_li .descriptionP:nth-child(2) .text {
  color: #ffffff;
}

.doct_li .descriptionP:nth-child(3) .text {
  font-weight: 500;
}


.columns {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

.columns .dep_column {
  width: 30%;
  margin-bottom: 2%;
  box-sizing: border-box;
  background: #fff;
  padding: 28px 25px 14px;
  box-shadow: 0px 0px 19px 0px rgba(4, 0, 0, 0.1);
}

.dep_column .arc_list li {
  margin-bottom: 1vw;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  font-size: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.dep_column .arc_list li:last-of-type {
  margin-bottom: 0;
}

.dep_column .arc_list li .span_date {
  flex-shrink: 0;
}

.dep_column .arc_list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dep_column .arc_list li:hover {
  transform: translateX(-12px);
  background: #fff;
}

@media (max-width: 768px) {
  .columns {
 display: block;

  }

  .columns .dep_column {
 width: 100%;
  }

  .dep-title h2 {
 font-size: 16px;
  }

  .ksjj-section-title h2 {
 font-size: 16px;
  }

  .dep-title {
 padding: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
 min-height: 60px;
 position: relative;
 max-width: 100%;
 margin: 0 auto;
 box-sizing: border-box;
 margin-bottom: 20px;
  }

  .dep-title .lefticon {
 left: 0;
  }

  .dep-title .righticon {
 right: 0;
  }

  .ship_rq {
 display: flex;
 flex-wrap: wrap;
 gap: 20px;
 margin-bottom: 20px;
  }

  .ship_con {
 width: 100%;
  }

  .ship_about_doc {
 width: 100%;
  }

  .ship_list {
 padding-top: 20px;
  }

  .ksjj-department-intro-container {
 width: 100%;
 margin: 20px auto;
  }

  .dep-detail {
 display: flex;
 gap: 20px;
 flex-wrap: wrap;
  }

  .ksjj-intro-image-wrapper {
 flex: none;
 display: flex;
 width: 100%;
  }

  .doctorList {
 grid-template-columns: 1fr;
 gap: 12px;
 padding: 12px;
  }

  .doct_li {
 max-width: 100%;
  }

  .doct_li .photo {
 height: 220px;
  }
}

.doct_li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #A40000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.doct_li:hover::before {
  opacity: 1;
}


.doct_li>a {
  display: block;
  overflow: hidden;
}


.doctorList {
  align-items: stretch;
}


.specialtyText {
  word-break: break-word;
  hyphens: auto;
}

.ksts_box{
 width: 100%;
 margin-bottom: 2vw;
}
.ksts_box .ksts_list{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 50px;
 align-items: center;
}
.ksts_box .ksts_list .ksts_img{
 width:35%;
}
.ksts_box .ksts_list .ksts_img img{
 width: 100%;
 object-fit: cover;
}
@keyframes fadeInUp {
  from {
 opacity: 0;
 transform: translateY(20px);
  }

  to {
 opacity: 1;
 transform: translateY(0);
  }
}

.doct_li {
  animation: fadeInUp 0.5s ease-out;
  animation-fill-mode: both;
} 