﻿.td_list .common {
  margin-bottom: 50px;
}

.td_list .common:first-of-type {
  margin-top: 20px;
}

.tdjs-title {
  text-align: left;
  font-size: 2.2em;
  margin: 0 0 30px;
  color: #0a3d62;
  padding-bottom: 15px;
  border-bottom: 2px solid #3c6382;
  position: relative;
}

.tdjs-content {
  display: flex;
  gap: 0;
  align-items: flex-start;
  /* min-height: 800px; */
  margin: 0;
  padding: 0;
}

.tdjs-intro-card {
  background-color: rgb(11, 94, 154);
  color: white;
  padding: 40px 35px;
  flex: 1;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: none;
  position: relative;
  /* overflow: hidden; */
  max-height: 550px;
  min-height: 460px;
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
  /* align-items: flex-start; */
  text-align: left;
  margin: 0;
  overflow-y: auto;
  /* max-height: 459px; */
}

.tdjs-intro-card::-webkit-scrollbar {
  width: 10px;
}

.tdjs-intro-card::-webkit-scrollbar-thumb {
  background-color: rgb(13, 149, 246);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  position: relative;
}

.tdjs-intro-card::-webkit-scrollbar-track {
  background: #CED4E8;
}

.tdjs-intro-card .tdjs-intro-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/Content/Areas/Hospitals/images/ganbingloputi.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 0;
}

.tdjs-intro-card h2 {
  font-size: 1.4em;
  margin: 0 0 25px;
  padding-bottom: 10px;
  border-bottom: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  text-align: left;
  /* color: #fff; */
}

.tdjs-intro-card h2 a {
  color: #fff;
}

.tdjs-intro-card p {
  line-height: 1.8;
  margin: 0 0 25px 0;
  font-size: 0.9em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  max-width: 100%;
  text-align: left;
}

.tdjs-intro-img {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  margin: 0;
  padding-left: 0;
}

.tdjs-intro-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  position: relative;
  margin: 0;
}

.tdjs-intro-img::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: rgb(11, 94, 154);
  z-index: 2;
}

.tdjs-intro-img::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 120px;
  height: 3px;
  background-color: #3c6382;
  opacity: 0.5;
}

.tdjs-intro-img h2 {
  display: none;
}

.tdry-card-outer {
  padding: 0 20px;
}

.tdry-card {
  display: flex;
  min-width: 335px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08), 0 6px 18px rgba(0, 0, 0, 0.12);
  position: relative;
  padding: 10px 15px;
  overflow: visible;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.tdry-image-container {
  /* flex: 0 0 50%; */
  position: relative;
  z-index: 2;
  margin-top: -25px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 16px;
  height: 190px;
  width: 150px;
  flex-shrink: 0;
}

.tdry-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: center;
}

.tdry-card-text {
  flex: 0 0 56%;
  padding: 15px 0 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tdry-name {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  transition: color 0.3s ease;
}

.tdry-title {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
}

.tdry-divider {
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, rgb(11, 94, 154) 50%, #c09f77 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.6s ease-out;
}

.ds_list {
  padding: 20px 0;
}

.tdry-card:hover {
  transform: translateY(-5px);
}

.tdry-card:hover .tdry-image-container img {
  transform: scale(1.1);
}

.tdry-card:hover .tdry-name {
  color: rgb(11, 94, 154);
}

.tdry-card:hover .tdry-divider {
  background-position: 0 0;
}

/*团队成员页*/
.grjj-profile-card {
  margin: 100px auto 0;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}

.grjj-avatar {
  width: 150px;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
  top: -70px;
  left: 30px;
  border: 5px solid white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  z-index: 10;
  transition: all 0.3s ease;
  overflow: hidden;
}

.grjj-avatar:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.grjj-header {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 20px;
  padding-left: 50px;
  min-height: 160px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: linear-gradient(rgba(11, 94, 154, 0.8), rgba(11, 94, 154, 0.8)), url(/Content/Areas/Hospitals/images/tuanduirenyuanbg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.grjj-info {
  margin-left: 160px;
}

.grjj-name {
  font-size: 28px;
  margin: 10px 0;
  font-weight: normal;
}

.grjj-department {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 15px;
}

.grjj-content {
  padding: 20px 30px;
}

.grjj-section-title {
  font-size: 22px;
  color: #0b5e9a;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0b5e9a;
  font-weight: normal;
}

.grjj-intro-text {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 12px;
  white-space: pre-line;
}

.swiper_outer {
  position: relative;
}

.arrow_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(11, 94, 154) 0%, rgb(26, 115, 181) 100%);
  border: none;
  box-shadow: 0 3px 12px rgba(11, 94, 154, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  opacity: 0.85;
  pointer-events: auto;
  cursor: default;
  transition: all 0.3s ease;
  cursor: pointer;

}

.arrow-left_1 {
  left: -50px;

}

.arrow-left_1::after {
  content: 'prev';
  font-family: swiper-icons;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.arrow-right_1 {
  right: -50px;
}

.arrow-right_1::after {

  content: 'next';
  font-family: swiper-icons;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.arrow_btn:hover {
  transform: translateY(-50%) scale(1.15);
  opacity: 1;
  box-shadow: 0 5px 18px rgba(11, 94, 154, 0.45);
}

.arrow_btn.swiper-button-disabled {
  background: #999;
}
@media only screen and (max-width:768px) {
  .tdry-title {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
   display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden;
  text-overflow: ellipsis;
}
  .swiper-wrapper{
    flex-wrap: nowrap !important;
  }
  .arrow_btn{
    display: none;
  }
  .tdry-card{
     display: flex;
     flex-wrap: wrap;
  min-width: 100%;
  background-color: none;
  border-radius: 0px;
  box-shadow: 0;
  position: relative;
  padding: 0;
  overflow: visible;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  }
  .tdry-card-outer {
  padding: 0;
}
    .tdjs-title{
        font-size: 16px;
    }
    .tdjs-content{
        flex-direction: column-reverse;
    }
    .tdjs-intro-img{
        padding: 0;
    }
    .tdjs-intro-img::before{
        display: none;

    }
    .tdjs-intro-card{
        padding: 10px;
    }
    .tdjs-intro-card h2{
        font-size: 16px;
        margin:0 0 10px 0;

    }
    .tdjs-intro-card p{
        font-size: 14px;
        margin:0 0 10px 0;
    }
}