﻿/***简介页**/
.information {
  line-height: 26px;
  padding: 10px 0 10px 0px;
  width: 100%;
}
.main_doctor{
  display: flex;
  flex-wrap: wrap;
}
.article_head{
font-size: 24px;
 line-height: 36px;
 width: 100%;
 text-align: center;
}
.information img {
  width: 99px;
  height: 134px;
  float: left;
  margin-right: 12px;
  padding: 2px;
  border: #CCC solid 1px;
}

.information a {
  color: #2862A2
}

.information a.questionButton {
  color: #F06B00
}


.ques_table {
  width: 100%;
  text-align: center;
  border: #CCC solid 0px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 30px;
}

.ques_table th,
.ques_table td {
  border-bottom: #e4e4e4 dashed 1px;
}

.bg_blue td {
  background: #f5f7fa;
}

.ques_tit {
  width: 560px;
  text-indent: 10px;
  text-align: left
}

td.span_date,
td.doc_answer {
  color: #666;
  font-size: 12px
}

.doctor_main {
  width: 100%;
  min-height: 1200px;
  background: url('/Sites/Uploaded/UserUpLoad/20260107/20260107101346.png') no-repeat, url('/Sites/Uploaded/UserUpLoad/20260107/20260107101048.png') no-repeat;
  background-size: 430px 368px, 100% 100%;
  background-position: top left;
  padding: 0 0 180px 0;
  position: relative;
}

.main_title {
  margin-bottom: 3vw;
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.flex {
  display: flex;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.main_title {
  margin-bottom: 3vw;
  align-items: center;
}

.main_title::after {
  content: ' ';
  display: block;
  width: 57px;
  height: 4px;
  margin: 60px 0 0 0;
  background: #930D14;
  position: absolute;
}

.main_title_left span {
  font-size: 30px;
  font-weight: bold;
  color: #930D14;
}

.more {
  color: #6E6E6E;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.more:hover>img {
  transform: translateX(5px);
}

.more img {
  margin-left: 10px;
  transition: all 0.3s linear;
}

.ysxq_box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.ysxq_box::after {
  content: ' ';
  background: url('/Sites/Uploaded/UserUpLoad/20260107/20260107150216.png') no-repeat;
  width: 46px;
  height: 54px;
  background-size: 100% 100%;
  position: absolute;
  top: -38px;
  right: -17px;
}

.ysxq_box .left_img {
  width: 25%;
  overflow: hidden;
}

.ysxq_box .left_img .doc_img {
  width: 100%;
  height: 445px;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.3s linear;
}
.ysxq_box .left_img .doc_img:hover{
transform: scale(1.1);
}
.left_image .image_box .department_image:hover{
  transform: scale(1.1);
}
.ysxq_box .right_text {
  width: 70%;
  height: 365px;
  background: url('/Sites/Uploaded/UserUpLoad/20260107/20260107102547.png') no-repeat;
  background-size: 100% 100%;
  padding: 40px;
  margin: 0;
}

.one_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 0 30px 0;
}

.one_div::after {
  content: ' ';
  background: url('/Sites/Uploaded/UserUpLoad/20260107/20260107132734.png') no-repeat;
  width: 100%;
  height: 5px;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
}

.doctors_name {
  font-size: 22px;
  color: #fff;
}

.doctors_title {
  padding: 10px 20px;
  background: url(/Sites/Uploaded/UserUpLoad/20260106/20260106100417.png) no-repeat center;
  background-size: cover;
  color: #FFC982;
  font-size: 18px;
}

.two_div {
  align-items: center;
  margin: 30px 0 0 0;
  flex-wrap: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.two_div span {
  font-size: 18px;
  color: #fff;
}

.two_div a {
  font-size: 18px;
  color: #fff;
  margin: 0 15px 0 0;
}

.three_box {
  margin: 30px 0 0 0;
}

.three_box span {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.ysjj_box {
  margin: 60px 0 0 0;
}

.ysjj_text {
  font-size: 18px;
  line-height: 2;
  text-indent: 2em;
}

.szks_item {
  display: flex;
  gap: 40px;
}

.left_image {
  width: 40%;
  height: 440px;
  overflow: hidden;
}

.left_image .image_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.left_image .image_box .department_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  transition: all 0.3s linear;
}

.right_info {
  width: 60%;
}

.right_info .title {
  font-size: 22px;
  margin: 15px 0 0 0;
}

.right_info .info {
  margin: 20px 0 0 0;
  text-indent: 2em;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.szks_box {
  margin: 60px 0 0 0;
}

.left_bottom {
  width: 740px;
  height: 408px;
  background: url(/Sites/Uploaded/UserUpLoad/20260107/20260107143957.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}

.right_bottom {
  width: 250px;
  height: 408px;
  background: url(/Sites/Uploaded/UserUpLoad/20260107/20260107144112.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.czxx_box{
 margin: 60px 0 0 0;
}
.czxx_box .Com_tit{
  display: none;
}
.czxx_box .chuzhen{
  background: none !important;
} 