.list-banner {
  width: 100%;
  height: 225px;
  color: #fff;
  background: url(../images/yyjj_banner.jpg) no-repeat center center;
}
.list-banner .banenr-text {
  font-size: 20px;
  padding-top: 65px;
}
.list-banner .banenr-text span {
  font-size: 14px;
  font-weight: 100;
}
/*列表导航*/
.list-nav-content {
  height: 60px;
  background: url(../images/c_nav_bg.jpg) no-repeat center center;
}
.list-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.list-nav-placeholder {
  height: 60px;
  display: none;
}
.list-nav-ul {
  text-align: center;
}
.list-nav-ul li {
  display: inline-block;
  height: 60px;
  width: 110px;
  font-size: 16px;
  box-sizing: border-box;
}
.list-nav-ul li a {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
.list-nav-ul li a::after {
  content: "";
  display: block;
  width: 0px;
  margin-left: 22px;
  height: 4px;
  background-color: #a73f00;
  transition: all 0.5s;
}
.list-nav-ul li.active a {
  font-size: 18px;
  font-weight: bold;
  color: #a73f00;
}
.list-nav-ul li.active a::after {
  width: 65px;
}
.list-nav-ul li:hover a {
  color: #a73f00;
}
.list-nav-ul li:hover a::after {
  width: 65px;
}
/*医院介绍*/
.all-content {
  background-color: #f5f5f5;
  padding: 45px 0;
  overflow: hidden;
}
.list-title {
  font-size: 26px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 500;
}
.list-yyjj-content {
  position: relative;
  height: 465px;
  margin-bottom: 30px;
}
.list-yyjj-content .list-yyjj-img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 594px;
  height: 388px;
}
.list-yyjj-content .list-yyjj-text-content {
  width: 687px;
  height: 406px;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  box-sizing: border-box;
  left: 0;
  top: 50px;
  padding: 25px;
}
.list-yyjj-content .list-yyjj-text-content p {
  line-height: 2em;
  font-size: 15px;
  margin-bottom: 10px;
}
.yyhj-text-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 236px;
  background: url(../images/hjsb_bg.jpg) no-repeat center center;
  transition: all 0.5s ease-in-out;
}
.yyhj-text-cont a {
  color: #fff;
  display: block;
}
.yyhj-text-cont h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.yyhj-text-cont span {
  font-size: 14px;
  font-weight: 100;
  border: 1px solid #fff;
  padding: 3px 15px;
  border-radius: 20px;
}
.yyhj-text-cont span:hover {
  background-color: #ff600a;
}
.yyhj-text-cont:hover {
  background-size: 110%;
}
/*分类介绍*/
.list-all-content {
  padding: 45px 0;
}
.list-yyhj-ul li {
  float: left;
  width: 385px;
  margin-right: 15px;
  height: 301px;
  margin-bottom: 20px;
}
.list-yyhj-ul li .yyhj-title {
  font-size: 16px;
  background-color: #f5f5f5;
  line-height: 50px;
  box-sizing: border-box;
  text-align: center;
}
.list-yyhj-ul .yyhj-box {
  position: relative;
  width: 385px;
  height: 251px;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}
.list-yyhj-ul .yyhj-box .show-img,
.list-yyhj-ul .yyhj-box .yyhj-img {
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.list-yyhj-ul .yyhj-box .show-img {
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  opacity: 0;
}
.list-yyhj-ul .yyhj-box .yyhj-img {
  z-index: 1;
  left: 0;
  top: 0;
  width: 385px;
  height: 251px;
}
.list-yyhj-ul .yyhj-box:hover .show-img {
  opacity: 0.8;
}
.list-yyhj-ul .yyhj-box:hover .yyhj-img {
  transform: scale(1.15);
  opacity: 0.6;
}
/* 图片模态框样式 */
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease-in-out;
}
.image-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: zoomIn 0.3s ease-in-out;
}
.modal-content img {
  width: 100%;
  height: auto;
  max-width: 800px;
  max-height: 600px;
  object-fit: contain;
  border-radius: 4px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  z-index: 10000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.close-btn:hover {
  color: #000;
  background: #ffffff;
  transform: scale(1.1);
}
/* 给图片容器添加鼠标悬停效果 */
.yyhj-box {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.yyhj-box:hover {
  transform: scale(1.05);
}
/* 动画效果 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/*医院介绍*/
.yyjj-text-p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.9em;
  text-align: justify;
}
.yyj-img-cont {
  width: 326px;
  height: 236px;
}
.yyj-img-cont img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.yyj-img-cont img:hover {
  transform: scale(1.1);
}
/*专家团队*/
.list-doctor-content {
  padding: 45px 0;
  background-color: #f5f5f5;
}
.list-doctor-ul li {
  width: 287px;
  height: 485px;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.list-doctor-ul li .list-doctor-img {
  width: 267px;
  height: 255px;
  overflow: hidden;
}
.list-doctor-ul li .list-doctor-img img {
  width: 100%;
  height: auto;
}
.list-doctor-ul li .list-doctor-title {
  text-align: center;
}
.list-doctor-ul li .list-doctor-title h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 8px;
  text-align: center;
}
.list-doctor-ul li .list-doctor-title span {
  display: block;
  color: #666;
}
.list-doctor-ul li .list-doctor-consult {
  margin-top: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-doctor-ul li .list-doctor-consult a {
  display: block;
  width: 110px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  background-color: #cd4d00;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.list-doctor-ul li .list-doctor-consult .list-doctor-xiangqing {
  margin-right: 12px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
}
.list-doctor-ul li .list-doctor-consult a:hover {
  color: #e3834f;
  background-color: #fff;
  border: 1px solid #e3834f;
}
.list-doctor-ul li .list-doctor-desc {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
  color: #333;
  margin: 10px 0;
  line-height: 1.7em;
}
.list-doctor-ul li .list-doctor-desc a {
  color: #e3834f;
}
.list-doctor-ul > li:nth-child(4n) {
  margin-right: 0;
}
/*医院新闻板块*/
.list-news-content {
  padding: 45px 0;
}
.list-news-toutiao {
  margin-bottom: 40px;
}
.news-left-img-content {
  width: 750px;
  overflow: hidden;
  height: 368px;
}
.news-left-img-content .news-left-img {
  width: 750px;
  height: 368px;
  position: relative;
}
.news-left-img-content .news-left-img img {
  display: block;
  width: 750px;
  height: 368px;
}
.news-left-img-content .news-left-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 750px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.news-left-img-content .swiper-pagination {
  padding-right: 20px;
  text-align: right;
}
.news-left-img-content .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.8;
}
.news-left-img-content .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
}
.news-right-content {
  width: 450px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.news-right-content li {
  width: 450px;
  height: 92px;
  padding: 0 30px;
  box-sizing: border-box;
}
.news-right-content li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 0 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #e0e0e0;
}
.news-right-content li:last-child a {
  border-bottom: none;
}
.news-right-content .list-news-active {
  background-color: #662b19;
  color: #fff;
}
.news-right-content .list-news-active a {
  color: #fff;
}
.list-news-ul li {
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.list-news-ul li .list-news-list-img {
  width: 229px;
  height: 141px;
  margin-right: 15px;
  overflow: hidden;
}
.list-news-ul li .list-news-list-img img {
  max-width: 100%;
  min-height: 141px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.list-news-ul li .list-news-list-img img:hover {
  transform: scale(1.1);
}
.list-news-ul li .list-news-list-text {
  position: relative;
  width: 943px;
  height: 141px;
}
.list-news-ul li .list-news-list-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.list-news-ul li .list-news-list-text h3:hover {
  color: #e3834f;
}
.list-news-ul li .list-news-list-text .news-content-dec {
  line-height: 1.6em;
  color: #555;
}
.list-news-ul li .list-news-list-text .news-time-p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #999;
}
.list-news-ul li .list-news-list-text .news-time-p span {
  font-size: 14px;
}
.list-news-ul li .list-news-list-text .news-time-p span:first-child {
  margin-right: 10px;
}
.list-news-ul li .list-news-list-text .news-time-p span:last-child {
  margin-left: 10px;
}
.list-news-time {
  margin-top: 10px;
}
/*列表页分页*/
.list-news-page {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.list-news-page a,
.list-news-page .page-status {
  display: inline-block;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.list-news-page a.page-num-current {
  color: #fff;
  background-color: #e3834f;
  border: 1px solid #e3834f;
}
.list-news-page a:hover {
  color: #fff;
  background-color: #e3834f;
  border: 1px solid #e3834f;
}
/*视频专区*/
.video-content {
  padding: 45px 0;
}
.video-list li {
  float: left;
  width: 279px;
  margin-right: 26px;
  margin-bottom: 26px;
}
.video-list li:nth-child(4n) {
  margin-right: 0;
}
.video-play {
  position: relative;
  width: 100%;
  height: 175px;
  overflow: hidden;
  background-color: #363636;
}
.video-play .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.7;
  transition: all 0.5s;
}
.video-play .video-img {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  transition: all 0.5s;
}
.video-play:hover .play-icon {
  width: 55px;
  height: 55px;
  opacity: 1;
}
.video-play:hover .video-img {
  opacity: 1;
  transform: scale(1.2);
}
.video-title {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
/* 视频弹窗样式 */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease-in-out;
}
.video-modal.show {
  display: block;
}
.video-modal-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto;
  padding: 0;
  border-radius: 8px;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-in-out;
}
.video-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  background-color: #f8f9fa;
  border-radius: 8px 8px 0 0;
}
.video-modal-header h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.video-modal-close {
  color: #999;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s ease;
}
.video-modal-close:hover {
  color: #333;
}
.video-modal-body {
  padding: 25px;
}
.video-modal-body video {
  border-radius: 4px;
  background-color: #000;
}
/* 动画效果 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 响应式设计 */
@media (max-width: 768px) {
  .video-modal-content {
    width: 95%;
    margin: 10% auto;
  }
  .video-modal-header {
    padding: 15px 20px;
  }
  .video-modal-header h3 {
    font-size: 16px;
  }
  .video-modal-body {
    padding: 20px;
  }
  .video-modal-body video {
    height: 250px;
  }
}
.fuwu-all-content {
  background-color: #f5f5f5;
  padding: 45px 0;
  min-height: 600px;
}
.fuwu-paiban-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.fuwu-paiban-content .paiban-header {
  background: linear-gradient(135deg, #662b19 0%, #8b3a1f 100%);
  color: #fff;
  padding: 25px 30px;
  position: relative;
}
.fuwu-paiban-content .paiban-header .paiban-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-align: center;
}
.fuwu-paiban-content .paiban-header .paiban-date-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.fuwu-paiban-content .paiban-header .paiban-date-info .current-week {
  font-size: 16px;
  font-weight: 500;
}
.fuwu-paiban-content .paiban-header .paiban-date-info .paiban-controls {
  display: flex;
  gap: 10px;
}
.fuwu-paiban-content .paiban-header .paiban-date-info .paiban-controls .week-btn {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
.fuwu-paiban-content .paiban-header .paiban-date-info .paiban-controls .week-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.fuwu-paiban-content .paiban-header .paiban-date-info .paiban-controls .week-btn.active {
  background-color: #fff;
  color: #662b19;
  font-weight: 600;
}
.fuwu-paiban-content .paiban-table-container {
  overflow-x: auto;
  padding: 0;
}
.fuwu-paiban-content .paiban-table-container .paiban-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #fff;
}
.fuwu-paiban-content .paiban-table-container .paiban-table thead th {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #495057;
  font-weight: 600;
  padding: 15px 8px;
  text-align: center;
  border: 1px solid #dee2e6;
  position: sticky;
  top: 0;
  z-index: 10;
}
.fuwu-paiban-content .paiban-table-container .paiban-table thead th.dept-column {
  width: 140px;
  min-width: 140px;
}
.fuwu-paiban-content .paiban-table-container .paiban-table thead th.room-column {
  width: 120px;
  min-width: 120px;
}
.fuwu-paiban-content .paiban-table-container .paiban-table thead th.time-column {
  width: 80px;
  min-width: 80px;
}
.fuwu-paiban-content .paiban-table-container .paiban-table thead th.day-column {
  width: 100px;
  min-width: 100px;
}
.fuwu-paiban-content .paiban-table-container .paiban-table thead th .day-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.fuwu-paiban-content .paiban-table-container .paiban-table thead th .day-header .day-name {
  font-size: 14px;
  font-weight: 600;
  color: #662b19;
}
.fuwu-paiban-content .paiban-table-container .paiban-table thead th .day-header .day-date {
  font-size: 12px;
  color: #6c757d;
  font-weight: 400;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td {
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.dept-cell {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #495057;
  text-align: left;
  padding-left: 15px;
  border-right: 2px solid #662b19;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.room-cell {
  background-color: #f1f3f4;
  font-weight: 500;
  color: #6c757d;
  font-size: 13px;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.time-cell {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.time-cell.morning {
  background: #28a745;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.time-cell.afternoon {
  background: #fd7e14;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.schedule-cell {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  min-height: 45px;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.schedule-cell.has-schedule {
  background-color: #e8f5e8;
  color: #155724;
  border-left: 3px solid #28a745;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.schedule-cell.has-schedule.afternoon {
  background-color: #e3f2fd;
  color: #0d47a1;
  border-left: 3px solid #fd7e14;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.schedule-cell.no-schedule {
  background-color: #f8f9fa;
  color: #6c757d;
}
.fuwu-paiban-content .paiban-table-container .paiban-table tbody td.schedule-cell:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 5;
  position: relative;
}
.fuwu-paiban-content .paiban-legend {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  flex-wrap: wrap;
}
.fuwu-paiban-content .paiban-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #495057;
}
.fuwu-paiban-content .paiban-legend .legend-item .legend-color {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: inline-block;
}
.fuwu-paiban-content .paiban-legend .legend-item .legend-color.morning {
  background: #28a745;
}
.fuwu-paiban-content .paiban-legend .legend-item .legend-color.afternoon {
  background: #fd7e14;
}
@media (max-width: 1200px) {
  .fuwu-paiban-content .paiban-table-container .paiban-table {
    font-size: 12px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table thead th.dept-column {
    width: 120px;
    min-width: 120px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table thead th.room-column {
    width: 100px;
    min-width: 100px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table thead th.day-column {
    width: 85px;
    min-width: 85px;
  }
}
@media (max-width: 768px) {
  .fuwu-paiban-content .paiban-header {
    padding: 20px 15px;
  }
  .fuwu-paiban-content .paiban-header .paiban-title {
    font-size: 24px;
  }
  .fuwu-paiban-content .paiban-header .paiban-date-info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .fuwu-paiban-content .paiban-header .paiban-date-info .paiban-controls {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fuwu-paiban-content .paiban-header .paiban-date-info .paiban-controls .week-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table {
    font-size: 11px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table thead th {
    padding: 10px 4px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table thead th.dept-column {
    width: 100px;
    min-width: 100px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table thead th.room-column {
    width: 80px;
    min-width: 80px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table thead th.time-column {
    width: 60px;
    min-width: 60px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table thead th.day-column {
    width: 70px;
    min-width: 70px;
  }
  .fuwu-paiban-content .paiban-table-container .paiban-table tbody td {
    padding: 8px 4px;
  }
  .fuwu-paiban-content .paiban-legend {
    gap: 15px;
    padding: 15px;
  }
  .fuwu-paiban-content .paiban-legend .legend-item {
    font-size: 12px;
  }
}
/*医院荣誉*/
.list-yyry-title {
  font-size: 24px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  height: 30px;
}
.list-yyry-title span {
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-color: #fff;
}
.list-yyry-title span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  margin-left: 115px;
  height: 1px;
  left: 0px;
  top: 8px;
  background-color: #ccc;
  margin-top: 10px;
  z-index: 1;
}
.list-yyry-title::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #fd7e14;
  margin-top: 10px;
}
.list-yyry-rongyu li {
  width: 285px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.list-yyry-rongyu li .yyry-box {
  width: 100%;
  position: relative;
}
.list-yyry-rongyu li .yyry-box img:nth-child(1) {
  width: 60px;
  z-index: 2;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.list-yyry-rongyu li .yyry-box img:nth-child(2) {
  z-index: 1;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.list-yyry-rongyu li .yyry-box:hover img:nth-child(1) {
  opacity: 1;
}
.list-yyry-rongyu li .yyry-box:hover img:nth-child(2) {
  transform: scale(1.1);
}
.list-yyry-rongyu li .yyhj-title {
  line-height: 50px;
  text-align: center;
  background-color: #f5f5f5;
}
.list-yyry-rongyu li:nth-child(4n) {
  margin-right: 0;
}
/*医院文化*/
.list-yywh-title {
  font-size: 24px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  height: 30px;
  width: 100%;
  text-align: center;
}
.list-yywh-title span {
  display: inline-block;
  z-index: 2;
  position: absolute;
  padding: 0px 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.list-yywh-title .list-yywh-line {
  display: block;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  left: 0px;
  top: 18px;
  background-color: #ccc;
  z-index: 1;
}
/*发展历程*/
.list-yylc-text .timeline {
  position: relative;
  margin: 20px 0;
}
.list-yylc-text .timeline::before {
  content: "";
  position: absolute;
  left: 320px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e9ecef;
}
.list-yylc-text .timeline-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  position: relative;
  padding: 24px 0;
}
.list-yylc-text .timeline-item::before {
  content: "";
  position: absolute;
  left: 320px;
  top: 28px;
  width: 10px;
  height: 10px;
  background: #e3834f;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 3px #fff;
  border: 1px solid #e3834f;
}
.list-yylc-text .timeline-date {
  font-weight: 600;
  color: #662b19;
  font-size: 16px;
  text-align: right;
  line-height: 1.6;
}
.list-yylc-text .timeline-content {
  color: #555;
  font-size: 15px;
  padding-left: 30px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .list-yylc-text .timeline::before {
    left: 12px;
  }
  .list-yylc-text .timeline-item {
    grid-template-columns: 1fr;
    padding-left: 30px;
  }
  .list-yylc-text .timeline-item::before {
    left: 12px;
    top: 12px;
  }
  .list-yylc-text .timeline-date {
    margin-bottom: 6px;
  }
}
/*来院路线*/
.lylx-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.lylx-img img {
  max-width: 100%;
}
.list-lylx-title {
  font-size: 24px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  height: 30px;
  width: 100%;
  text-align: center;
}
.list-lylx-title h4 {
  display: inline-block;
  z-index: 2;
  position: absolute;
  padding: 0px 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.list-lylx-title .list-lylx-line {
  display: block;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  left: 0px;
  top: 18px;
  background-color: #ccc;
  z-index: 1;
}
/*预约挂号*/
.fuwu-yygh-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.fuwu-yygh-p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.weixin-guaho {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.weixin-guaho div {
  width: 170px;
  height: 180px;
  margin-right: 20px;
}
.weixin-guaho div img {
  max-width: 100%;
  height: auto;
}
.weixin-guaho div span {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.fuwu-jcxz-title {
  font-size: 20px;
  margin: 30px 0 20px;
  height: 30px;
  width: 100%;
}
/*投诉建议*/
/*预约挂号*/
.yuyue-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #873b00;
}
.form-p {
  display: flex;
  margin-bottom: 15px;
}
.form-p > input {
  width: 200px;
  padding: 3px;
  line-height: 35px;
  border: 1px solid #d9d9d9;
}
.form-p label {
  display: block;
  width: 90px;
}
.form_btn {
  margin-top: 30px;
}
.form_btn > input {
  display: inline-block;
  background: #873b00;
  padding: 10px 50px;
  font-size: 20px;
  border: none;
  color: #fff;
}
/*文章内容*/
.article-position {
  height: 60px;
  background: url(../images/c_nav_bg.jpg) no-repeat center center;
}
.article-position .article-position-text {
  line-height: 60px;
  font-size: 16px;
}
.article-position .article-position-text a {
  padding: 0 6px;
}
.article-content-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.article-content-time {
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
}
.article-content-time span {
  margin-right: 20px;
}
.article-content-time a {
  color: #666;
}
.article-body {
  line-height: 1.9;
}
.article-body p {
  margin: 15px 0;
}
.change-page {
  margin-top: 50px;
}
.change-page > div {
  width: 50%;
  float: left;
  color: #666;
}
.change-page > div a {
  color: #666;
}
.article-content-left {
  width: 72%;
}
.article-content-right {
  width: 26%;
}
.article-content-right-box {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  padding: 20px 20px 4px;
  box-sizing: border-box;
}
.article-content-right-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.article-content-right-title span::before {
  content: "";
  display: block;
  float: left;
  margin-top: 4px;
  width: 5px;
  height: 20px;
  margin-right: 10px;
  background-color: #873b00;
  margin-left: 5px;
  border-radius: 4px;
}
.article-yuedu li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.article-yuedu li a {
  color: #666;
  height: 100%;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}
.article-yuedu li a:hover {
  color: #873b00;
}
.article-yuedu li:last-child {
  border-bottom: none;
}
.yyjj-section {
  margin-bottom: 30px;
}
.yyjj-section .yyjj-title {
  margin-bottom: 15px;
  text-align: center;
}
.yyjj-section .adv-item {
  margin-bottom: 30px;
  width: 48%;
}
.yyjj-section .adv-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
/*科室列表*/
.keshi-list-nav {
  overflow: hidden;
  margin: 30px auto;
}
.keshi-list-nav li {
  width: 285px;
  height: 50px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.keshi-list-nav li:nth-child(4n) {
  margin-right: 0;
}
.keshi-list-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f5f5f5;
  transition: all 300ms;
}
.keshi-list-nav li a:hover {
  background: #9c4600;
  color: #fff;
  border: 1px solid #9c4600;
}
/*中医科*/
.zyk-list-nav {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.zyk-list-nav li {
  height: 45px;
}
.zyk-list-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f5f5f5;
  transition: all 300ms;
}
.zyk-list-nav li a:hover {
  background: #9c4600;
  color: #fff;
  border: 1px solid #9c4600;
}
/*# sourceMappingURL=list.css.map */