/* index页面 */

.five_wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.three_wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.two_wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.one_wrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.w1200 {
	width: 1200px;
	box-sizing: border-box;
	margin: auto;
}

.ny_con_width {
	max-width: 1500px;
	box-sizing: border-box;
	margin: auto;
}

.flex {
	display: flex;
}

.flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex_between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ny_banner{
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 110px auto 0;
  position: relative;
}
.ny_banner img{
  width: 100%;
  height: 100%;
}
.ny_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: rgba(255, 255, 255, 1);
}
.ny_content{
  width: 100%;
  height: auto;
}
.ny_box{
  padding: 40px 0;
  box-sizing: content-box;
}
.ny_zxgk_cate{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ny_zxgk_cate_item{
  width: calc(100%/4);
  height: 60px;
  border-radius: 4px;
  background: rgba(242, 246, 252, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
.ny_zxgk_cate_item div,
.ny_zxgk_cate_item a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 60px;
}
.ny_zxgk_cate_item.active{
  background: linear-gradient(0deg, rgba(0, 145, 220, 1), rgba(0, 145, 220, 1)), rgba(255, 255, 255, 1);
}
.ny_zxgk_cate_item.active div,
.ny_zxgk_cate_item.active a{
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
.ny_zxgk_content{
  width: 100%;
  height: auto;
  margin: 40px auto 0;
}

.ny_zxgk_yyjj,
.ny_zxgk_yyjj_item,
.ny_zxgk_yyhj_item{
  width: 100%;
  height: auto;
}
.ny_zxgk_yyjj_item p{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  vertical-align: top;
  white-space: pre-wrap;
}
.ny_zxgk_yyjj_img{
  width: 100%;
  height: 454px;
  margin-top: 11px;
  display: block;
}
.ny_zxgk_yyhj_item p{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(68, 68, 68, 1);
  text-align: left;
  vertical-align: top;
}
.yyhj_thumb{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin-top: 20px
}
.yyhj_thumb_img{
  width: 360px;
  height: 300px;
}
.yyhj_thumb_img img{
  width: 100%;
  height: 100%;
}
  .photo-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc(95% / 4);
    height: auto;
    max-height: 300px;
  }
  
  .photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .photo-item:hover img {
    transform: scale(1.05);
  }
  
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    max-width: 90%;
    max-height: 90%;
  }
  
  .modal img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
  }
  
  .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
  }
  .modal-close img{
    width: 100%;
    height: 100%;
  }

  .ny_zzjg{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ny_zzjg li{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center
  }
  .ny_zzjg li span{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    display: block;
   
  }
  .ny_zzjg li span:nth-child(1),
  .ny_zzjg li p:nth-child(1){
    width: 113px;
  }
  .ny_zzjg li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(68, 68, 68, 1);
  }
  /* 新闻动态 */
  .xwdt_item{
    width: 160px;
    height: 60px;
    border-radius: 4px;
    background: rgba(242, 246, 252, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
  }
  .xwdt_item a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
  }
  .xwdt_item.xwdt_active{
    width: 300px;
    background: linear-gradient(0deg, rgba(0, 145, 220, 1), rgba(0, 145, 220, 1)), rgba(255, 255, 255, 1);
  }
  .xwdt_item.xwdt_active a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
  }
  .xwdt_content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px
  }
  .xwdt_ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 24px;
  }
  .xwdt_ul li{
    width: calc(95% / 4);
    height: auto;
  }
  .xwdt_ul li a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 49px 30px 0 30px;
    box-sizing: border-box;
  }
  .news_title{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
  }
  .news_i{
    display: block;
    width: 18px;
    height: 3px;
    opacity: 1;
    background: rgba(180, 180, 180, 1);
    margin-top: 12px;
  }
  .news_text{
    display: block;
    height: 125px;
    margin-top: 21px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    color: rgba(136, 136, 136, 1);
  }

  .news_div{
    width: 100%;
    height: auto;
    padding: 16px 0 25px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(230, 230, 230, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 27px
  }
  .news_div span{
    display: block;
    width: 50%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
  }
  .news_div img{
    width: 24px;
    height: 24px;
  }
  .news_icon1{
    display: block;
  }
  .news_icon2{
    display: none;
  }
  .xwdt_ul li a:hover{
    background: rgba(243, 243, 243, 1);
  }
  .xwdt_ul li a:hover .news_icon1{
    display: none;
  }
  .xwdt_ul li a:hover .news_icon2{
    display: block;
  }
  .news_page{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    margin-top: 50px;
}
.news_page a{
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
}
.news_page .pageact{
    background: rgba(0, 145, 220, 1);
    color: #fff;
}
/* 视频中心 */
.xwdt_videolist{
  width: 100%;
  height: auto;
}
.video_ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.video_ul li{
  display: block;
  width: calc(95%/4);
  height: 240px;
  border-radius: 10px;
  position: relative;
}

/* 新闻详情 */
.newsDet{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetitle{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0 20px 0;
}
.newsDetitle p{
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 145, 220, 1);
  text-align: center;
  vertical-align: middle;
}
.newsDetitle span{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  margin-top: 30px;
  display: block;
  width: 100%;
}
.newsCencon{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsCencon p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(51, 51, 51, 1);
  white-space: pre-line;
}

.newsCenpage{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid rgba(229, 229, 229, 1);;
  padding: 27px 0 17px 0;
  box-sizing: border-box;
  margin-top: 33px;
}
.newsCenpage span{
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 10px;
}
.newsCenpage span a{
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  color: rgba(102, 102, 102, 1);
}
.newsCenpage span a:hover{
  color: rgba(0, 145, 220, 1);
}
/* 科室导航 */
.depart_item{
  width: 585px;
  height: 60px;
  border-radius: 4px;
  background: rgba(242, 246, 252, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
.depart_item a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.depart_item.depart_active{
  width: 300px;
  background: linear-gradient(0deg, rgba(0, 145, 220, 1), rgba(0, 145, 220, 1)), rgba(255, 255, 255, 1);
}
.depart_item.depart_active a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.ksjs_content{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px
}
.ny_department{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.department_ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.department_ul li{
  width: calc(95%/4);
  height: auto;
}
.department_ul li a{
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 30px 25px;
  box-sizing: border-box;
}
.department_ul li a:hover{
  background: rgba(243, 243, 243, 1);
}
.depart_div{
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.depart_div p{
  width: 75%;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: middle;
  position: relative;
}
.depart_div p i{
  display: block;
  width: 30px;
  height: 5px;
  opacity: 1;
  border-radius: 1px;
  background: rgba(0, 145, 220, 1);
  margin-top: 7px;
}
.depart_div span{
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgba(0, 145, 220, 1);
  text-align: right;
}
.depart_text{
  width: 100%;
  height: auto;
  margin-top: 14px;
}
.depart_text span{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(136, 136, 136, 1);
  text-align: left;
  vertical-align: top;
}
.video_ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 24px;
  position: relative;
}

.video_ul li .video_poster{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.video_but{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  display: block;
}
.video_ul li p{
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

@layer utilities {
  .video-card {
    @apply bg-white rounded-lg overflow-hidden shadow-card transition-all duration-300 hover:shadow-card-hover hover:scale-[1.02];
  }
  .video-thumbnail {
    @apply relative w-full pb-[56.25%] overflow-hidden bg-gray-100;
  }
  .play-button {
    @apply absolute inset-0 flex items-center justify-center bg-black bg-opacity-30 opacity-0 hover:opacity-100 transition-opacity duration-300 cursor-pointer;
  }
  .play-icon {
    @apply w-16 h-16 rounded-full bg-white bg-opacity-80 flex items-center justify-center text-primary transition-transform duration-300 hover:scale-110;
  }
  .video-info {
    @apply p-4;
  }
  .video-title {
    @apply text-lg font-semibold text-gray-800 mb-2 line-clamp-2;
  }
  .video-meta {
    @apply flex items-center text-sm text-gray-500;
  }
  .hospital-bg {
    @apply bg-gradient-to-r from-hospital to-blue-600;
  }
}
#video-modal{
  z-index: 9999;
}
.depart_det{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.depart_det_title{
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.det_title_left{
  width: fit-content;
  height: auto;
}
.det_title_left p{
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(0, 145, 220, 1);
}
.det_title_left i{
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 10px;
  background: rgba(0, 145, 220, 1);
}
.det_title_right{
  width: fit-content;
  height: auto;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgba(153, 153, 153, 1);
  text-align: right;
  vertical-align: top;
}
.det_title_right a{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgba(153, 153, 153, 1);
  text-align: right;
  vertical-align: top;
}
.depart_det_content{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.det_content_left{
  width: 529px;
  height: 350px;
}
.det_content_left img{
  width: 100%;
  height: 100%;
}
.det_content_right{
  width: 906px;
  height: 350px;
  overflow: hidden;
}
.det_content_right p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
}
.depart_det_doctit{
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.depart_det_doctor{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 26px;
  gap:30px 51px;
  flex-wrap: wrap;
}
.doctor_con{
  width: calc(86%/5);
  height: auto;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  overflow: hidden;
}
.doctor_con a{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  
}
.doctor_con a:hover .doctor_img img{
 transform: scale(1.05);
 transition: all .3s;
}
.doctor_img{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.doctor_img img{
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.doctor_info{
  width: 100%;
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
}
.doctor_info p{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: middle;
}
.doctor_ul{
  width: 100%;
  height: auto;
}
.doctor_ul li{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  vertical-align: top;
}
.ny_doctor{
  width: 100%;
  height: auto;
  overflow: hidden;
  /* margin-top: 40px; */
}
.ny_doctor_filter{
  width: 100%;
  height: auto;
  display:flex;
  margin-top: 40px;
}
.ny_doctor_prefix{
  width: 120px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: middle;
}
.ny_doctor_tab{
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.ny_doctor_tab li{
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 50px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  cursor: pointer;
}
.ny_doctor_tab li.act{
  background: rgba(0, 145, 220, 1);
  color: #fff;
}
.depart_ny_doctor{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 26px;
  gap: 24px 24px;
  flex-wrap: wrap;
}
.ny_doctor_con {
  width: calc(95%/4);
}
.ny_doctor_con a{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
}
.ny_doctor_con a:hover .ny_doctor_img img{
 transform: scale(1.05);
 transition: all .3s;
}
.ny_doctor_img{
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.ny_doctor_img img{
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.doctor_det{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.doctor_det_top{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.doctor_photo{
  width: 400px;
  height: 500px;
  border-radius: 5px;
  overflow: hidden;
}
.doctor_photo img{
  width: 100%;
  height: 100%;
}
.doctor_mation{
  width: 800px;
  height: 500px;
  margin-left: 50px;
  padding-top: 70px;
  box-sizing: border-box;
}
.doctor_name{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(0, 145, 220, 1);
  text-align: left;
  vertical-align: middle;
}
.doctor_profess{
  margin-top: 22px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(0, 145, 220, 1);
  text-align: left;
  vertical-align: middle;
}
.doctor_depart{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  vertical-align: middle;
}
.doctor_exper{
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  vertical-align: top;
}
.doctor_det_down{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.doctor_Introduction{
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: middle;

}
.doctor_Intro_text{
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.doctor_Intro_text p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  vertical-align: top;
}
.ny_elsb{
  margin-top: 39px;
}
/* 专家介绍 */
.ny_expert_cate{
  justify-content: center;
}
.expert_item{
  width: 395px;
  height: 60px;
  border-radius: 4px;
  background: rgba(242, 246, 252, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
.expert_item a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.expert_item.depart_active{
  background: linear-gradient(0deg, rgba(0, 145, 220, 1), rgba(0, 145, 220, 1)), rgba(255, 255, 255, 1);
}
.expert_item.depart_active a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
}
.ny_tztz{
  width: 100%;
  height: auto;
}
.tztz_det_title{
  margin-top: 40px;
  border-bottom: 0 !important;
}
.tztz_ul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tztz_ul li{
  width: 99%;
  height: 120px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  margin-bottom: 20px;
  transition: all .3s
}
.tztz_ul li:hover{
  background: rgba(243, 243, 243, 1);
  transition: all .3s
}
.tztz_ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 53px;
  box-sizing: border-box;

}
.tztz_ul li a p{
  width: 80%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28.96px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: middle;
}
.tztz_ul li a span{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(153, 153, 153, 1);
  text-align: right;
  vertical-align: middle;
}
.djgz_ul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.djgz_ul li{
  width: 99%;
  height: 140px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  margin-bottom: 30px;
  transition: all .3s
}
.djgz_ul li:hover{
  background: rgba(243, 243, 243, 1);
  transition: all .3s
}
.djgz_ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 38px;
  box-sizing: border-box;
}
.ny_djgz_left{
  width: 80%;
  height: auto;
  overflow: hidden;
}
.ny_djgz_left p{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height:29px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: top;
}
.ny_djgz_left i{
  display: block;
  width: 52px;
  height: 2px;
  background: rgba(180, 180, 180, 1);
  margin-top: 10px;
}
.ny_djgz_left span{
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 25px;
  color: rgba(153, 153, 153, 1);
  text-align: left;
  margin-top: 8px;
}
.ny_djgz_right{
  width: fit-content;
  height: auto;
  overflow: hidden;
}
.ny_djgz_right p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(51, 51, 51, 1);
  text-align: right;
  vertical-align: middle;
}
.ny_djgz_right img{
  width: 24px;
  height: 24px;
  display: block;
  margin: 22px auto 0;
}
.ny_djgz_right img.icondl{
  display: block;
}
.ny_djgz_right img.iconsl{
  display: none;
}
.djgz_ul li:hover .ny_djgz_right img.icondl{
  display: none;
}
.djgz_ul li:hover .ny_djgz_right img.iconsl{
  display: block;
}
.ny_djgz_cate_item{
  width: calc(100%/5);
  height: 60px;
  border-radius: 4px;
  background: rgba(242, 246, 252, 1);
  transition: 0.4s;
}
.ny_djgz_cate_item a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}
.ny_djgz_cate_item.active{
  background: linear-gradient(0deg, rgba(0, 145, 220, 1), rgba(0, 145, 220, 1)), rgba(255, 255, 255, 1);
}
.ny_djgz_cate_item.active a{
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
.jdqd_content{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 50px;
}
.jdqd_left{
  width: 577px;
  height: 160px;
  border-radius: 8px;
  background: rgba(245, 249, 252, 1);
  padding: 30px 42px;
  box-sizing: border-box;
}
.jdqd_left span{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(0, 145, 220, 1);
  text-align: left;
  vertical-align: top;
}
.jdqd_left ul{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.jdqd_left ul li{
  width: 240px;
  height: 53px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: top;
}
.jdqd_right{
  width: 448px;
  height: 120px;
  opacity: 1;
  border-radius: 10px;
  background: rgba(0, 145, 220, 1);
}
.jdqd_right a{
  width: 100%;
  height: 100%;
  display: block;
  padding: 35px 0 19px 0;
  box-sizing: border-box;
}
.jdqd_right a p{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28.96px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.jdqd_right a span{
  width: 100%;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  display: flex;
    justify-content: center;
    align-items: center;
}
.jdqd_right a span img{
  width: 16px;height: 16px;
  margin-left: 5px;
}
.cyxz_ul{
  width: 100%;
  height: auto;
}
.cyxz_ul li{
  width: 100%;
  height: 100px;
  opacity: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 6px  rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.cyxz_left{
  width: 80%;
  height: auto;
  overflow: hidden;
}
.cyxz_left p:nth-child(1){
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: middle;
}
.cyxz_left p:nth-child(2){
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(153, 153, 153, 1);
  text-align: left;
  vertical-align: middle;
}
.cyxz_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  opacity: 1;
  border-radius: 8px;
  background: rgba(0, 145, 220, 1);
}
.cyxz_btn img{
  width: 26px;
  height: 24px;
}
.cyxz_btn span{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  display: block;
  margin-left: 15px;
}
.mental_con{
  width: 100%;
  height: auto;
  padding: 0 23px;
  box-sizing: border-box;
}
.mental_con_group{
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.mental_con_span{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28.96px;
  color: rgba(0, 145, 220, 1);
  text-align: left;
  display: block;
  margin-bottom: 11px;
}
.mental_con_p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  vertical-align: top;
}

.yyfs_con{
  width: 100%;
  height: auto;
}
.yyfs_con p{
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(51, 51, 51, 1);
  white-space: pre-wrap;
}

table.mzpb_table {
  border-collapse: collapse;
  width: 96%;
  margin: auto;
}
.mzpb_table tr th {
  width: 248px;
  height: 80px;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 500;
  line-height: 80px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  padding: 0;
}
.mzpb_table tr th:nth-child(1){
  width: 209px;
  background: rgba(245, 249, 252, 1);
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  color: rgba(0, 0, 0, 1);
}
.mzpb_table tr td:nth-child(1){
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 60px;
  color: rgba(51, 51, 51, 1);
  background: #fff;
  width: 209px;
}
.mzpb_table td {
  width: 248px;
  height: 60px;
  border: 1px solid #dddddd;
  background: rgba(245, 249, 252, 1);
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 60px;
  color: rgba(0, 0, 0, 1);
}
.hfyts_con{
  width: 100%;
  height: auto;
  padding: 60px 0;
  box-sizing: border-box;
}
.hfyts_con p{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}
.hfyts_con p:nth-child(1){
  margin-bottom: 45px;
}
.hfyts_form{
  width: 1120px;
  height: auto;
  opacity: 1;
  border-radius: 8px;
  background: rgba(245, 249, 252, 1);
  margin: 20px auto 0;
  padding: 26px 45px 37px;
  box-sizing: border-box;
}
.hfyts_form p{
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  color: rgba(0, 145, 220, 1);
  text-align: center;
  margin-bottom:30px;
}
.hfyts_form input{
  width: 100%;
  height: 70px;
  opacity: 1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(15, 15, 15, 0.1);
  outline: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(153, 153, 153, 1);
  text-align: left;
  vertical-align: middle;
  margin-bottom: 20px;
  padding:0 30px;
  box-sizing: border-box;
}
.hfyts_form textarea{
  width: 100%;
  height: 160px;
  opacity: 1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(15, 15, 15, 0.1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(153, 153, 153, 1);
  text-align: left;
  vertical-align: middle;
  padding:30px 30px;
  box-sizing: border-box;
}
.form_submit{
  cursor: pointer;
  width: 148px;
  height: 50px;
  opacity: 1;
  border-radius: 5px;
  outline: none;
  margin: 36px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 145, 220, 1) 0%, rgba(5, 133, 245, 1) 100%), rgba(35, 79, 148, 1);
}
.jtlx_con{
  width: 100%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.map_css{
  width: 100%;
  height: 425px;
  border-radius: 5px;
}
.road{
  width: 1140px;
  height: auto;
  margin: 55px auto 0;
}
.road_con{
  width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;
}
.road_left{
  width: 540px;
  height: 140px;
  border-radius: 10px;
  background: rgba(245, 249, 252, 1);
  padding: 30px;
  box-sizing: border-box;
}
.road_left p{
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: rgba(0, 145, 220, 1);
  text-align: center;
}
.road_text{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.road_text img{
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.road_text span{
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  color: rgba(51, 51, 51, 1);
}
.road_text_span{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(0, 145, 220, 1);
  display: block;
  margin-bottom: 20px;
}
.road_text_p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(51, 51, 51, 1);
  text-indent: 2em;
}
.content_type{
  width: 1140px;
  height: auto;
  margin:0 auto 40px;

}
.content_type_one{
  width: 100%;
  height: 190px;
  opacity: 1;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_type_left{
  width: 600px;
  height: 190px;
  opacity: 1;
  border-radius: 10px;
  background: rgba(245, 249, 252, 1);
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.content_type_item{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.content_type_item:last-child{
  margin-bottom: 0;
}
.content_type_item img{
  width: 18px;
  height: 18px;
}
.content_type_item span{
  display: block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 145, 220, 1);
}
.content_type_item p{
  font-size: 18px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
}
.content_type_right{
  width: 550px;
  height: 190px;
  margin-left: -10px;
  background: rgba(0, 145, 220, 1);
  padding: 30px;
  box-sizing: border-box;
  border-radius:0 10px 10px 0;
}
.content_type_right p{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 34.75px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  width: 100%;
}
.content_type_right ul{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.content_type_right ul li{
  width: 34%;
  height: auto;
  display: flex;
  align-items: center;
}
.content_type_right ul li img{
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 10px
}
.content_type_right ul li  span{
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
}
.content_type_two{
  width: 100%;
  height: 270px;
  opacity: 1;
  border-radius: 10px;
  background: rgba(245, 249, 252, 1);
  padding: 25px 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.content_type_two p{
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  color: rgba(0, 145, 220, 1);
  margin-bottom: 15px;

}
.contact_phone{
  width: 100%;
  height: auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 90px
}
.contact_phone li{
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_phone li span{
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: rgba(51, 51, 51, 1);
}
@media screen and (max-width: 1550px){
  .photo-item {
    width: calc(95% / 4);
  }
  .xwdt_ul li{
    width: calc(93% / 4);
    height: auto;
  }
  .video_ul li{
    width: calc(95%/4);
  }
  .department_ul li{
    width: calc(95%/4);
    height: auto;
  }
  .ny_doctor_con {
    width: calc(95%/4);
  }
}