<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_box {
  width: 100%;
  background-color: white;
}

.header_box .header_top {
  background-color: #eee;
  width: 100%;
  height: 50px;
}

.header_box .header_top .top_text {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 50px;
}

.header_box .header_top .top_text .text_r {
  color: #999;
}

.header_box .logo_information {
  width: 100%;
  height: 129px;
  background-color: white;
}

.header_box .logo_information .items_box {
  width: 1300px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}

.header_box .logo_information .items_box .items_l {
  width: 450px;
  height: 82px;
  border-right: 1px solid #cc207315;
}

.header_box .logo_information .items_box .items_l img {
  width: 100%;
  height: 100%;
  padding: 0 26px 0 0;
}

.header_box .logo_information .items_box .items_ll {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.header_box .logo_information .items_box .items_ll .hospital {
  font-size: 22px;
  font-weight: normal;
  color: #cc2074;
}

.header_box .logo_information .items_box .items_ll .zhouchongying {
  font-size: 18px;
  color: #cc2074;
}

.header_box .logo_information .items_box .phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_box .logo_information .items_box .phone .phone_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}

.header_box .logo_information .items_box .phone .phone_r .twenty_four_hours {
  font-size: 18px;
  color: #cc2074;
}

.header_box .logo_information .items_box .phone .phone_r .phone_number {
  font-size: 22px;
  font-weight: 700;
  color: #cc2074;
}

.header_box .logo_information .items_box .phone .but {
  width: 58px;
  height: 58px;
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}

.header_box .logo_information .items_box .phone .but img {
  width: 100%;
  height: 100%;
}
.header_box .logo_information .items_box .sarch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .header_box .logo_information .items_box .sarch:hover .sarch_show {
  display: flex !important;
} */

.header_box .logo_information .items_box .sarch .sarch_show {
  width: 340px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  /* position: absolute;
  right: 0px;
  top: 15px; */
}

.header_box .logo_information .items_box .sarch .sarch_show input {
  width: 280px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #eee;
  outline: 0;
  padding: 0 0 0 14px;
  font-size: 16px;
}

.header_box .logo_information .items_box .sarch .sarch_show .search_btn {
  width: 80px;
  background-color: #cc2074;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.header_box .nav {
  width: 100%;
  height: 70px;
  background-color: #cc2074;
}

.header_box .nav .nav-one {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 70px;
}

.header_box .nav .nav-one li {
  position: relative;
}

.header_box .nav .nav-one li:hover .menu {
  display: block;
  animation-direction: alternate;
}

.header_box .nav .nav-one li a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.header_box .nav .nav-one li a:active {
  font-weight: 600;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header_box .nav .nav-one li .menu {
  width: 220px;
  position: absolute;
  top: 70px;
  left: -70px;
  display: none;
  background-color: #cc2074;
  z-index: 999999;
  text-align: center;
  line-height: 42px;
  border-top: 1px solid #ff7cbc;
  animation: fade 0.5s ease-in-out;
}

.header_box .nav .nav-one li .menu li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header_box .banner {
  width: 100%;
  height: 550px;
  /* background-image: url(../images/headbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  background-color: #ffcccc;
  position: relative;
}

.header_box .banner .news-left {
  width: 100%;
  height: 100%;
}

.header_box .banner .news-left .swiper {
  width: 100%;
  height: 100%;
}

.header_box .banner .news-left .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #ff85c2;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header_box .banner .news-left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_box .banner .news-left .swiper-pagination {
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 118px;
  z-index: 9;
}

.header_box .banner .news-left .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}

.header_box .banner .news-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc2074;
}

.header_box .serveguide_box {
  z-index: 999999;
  position: absolute;
  top: 680px;
  bottom: 0px;
  width: 100%;
  height: 120px;
  padding: 12px 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.header_box .serveguide_box .serveruide_items {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_box .serveguide_box .serveruide_items .serveruide_l {
  width: 96px;
  height: 96px;
  background-color: #cc2074;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment {
  width: 205px;
  height: 66px;
  background: url(../images/make_an_appointment.png) 100% no-repeat;
  text-align: center;
  line-height: 66px;
  padding-left: 60px;
  font-size: 26px;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment:nth-child(3) {
  background: url(../images/attendance_information.png) 100% no-repeat;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment:nth-child(4) {
  background: url(../images/doctors_guide.png) 100% no-repeat;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment:nth-child(5) {
  background: url(../images/hospitalization_instructions.png) 100% no-repeat;
}

.header_box .serveguide_box .serveruide_items .make_an_appointment:nth-child(6) {
  background: url(../images/medicare_guidelines.png);
}

.ribbon_top {
  width: 1300px;
  height: 385px;
  margin: 0px auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.ribbon_top .video_item {
  width: 638px;
  height: 100%;
}

.ribbon_top .video_item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ribbon_top .ribbon_right {
  width: 640px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ribbon_top .ribbon_right .ribbon {
  width: 310px;
  height: 180px;
  margin-bottom: 25px;
}

.ribbon_top .ribbon_right .ribbon a {
  display: block;
  width: 100%;
  height: 100%;
}

.ribbon_top .ribbon_right .ribbon a img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.ribbon_top .ribbon_right .ribbon a img:hover {
  transform: scale(1.05);
  /* transition 鍒斁hover閲岋紝鏀惧埌img閲岋紝杩欐牱绉诲叆绉诲嚭涓€鏍风紦鎱紝涓嶇劧鍙hover绉讳笂鍘绘湁缂撴參鏁堟灉 */
}

.ribbon_bottom {
  width: 1300px;
  margin: 0px auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.ribbon_bottom .ribbon_item {
  width: 310px;
  height: 170px;
  background-color: #fe8b8e;
}

.ribbon_bottom .ribbon_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.ribbon_bottom .ribbon_item a img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.ribbon_bottom .ribbon_item a img:hover {
  transform: scale(1.05);
  /* transition 鍒斁hover閲岋紝鏀惧埌img閲岋紝杩欐牱绉诲叆绉诲嚭涓€鏍风紦鎱紝涓嶇劧鍙hover绉讳笂鍘绘湁缂撴參鏁堟灉 */
}

.expert_team {
  width: 100%;
  height: 730px;
  margin-top: 60px;
  background: url(../images/expert_team_bg.png) center 100% no-repeat;
  border: solid 1px #eeeeee;
}

.expert_team .expert_team_title {
  width: 100%;
  height: 112px;
  text-align: center;
  background: url(../images/titlebg.png) center 100% no-repeat;
  font-size: 30px;
  color: #cc2074;
  font-weight: 600;
  padding-top: 70px;
}

.expert_team .expert_team_nav_content {
  width: 1300px;
  margin: 0 auto;
}

.expert_team .expert_team_nav_content .expert_team_nav_box {
  width: 100%;
  height: 66px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-top: 40px;
}

.expert_team .expert_team_nav_content .expert_team_nav_box .expert_team_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 66px;
  padding: 3px 0;
}

.expert_team .expert_team_nav_content .expert_team_nav_box .expert_team_nav li {
  width: 145px;
  height: 58px;
  text-align: center;
}

.expert_team .expert_team_nav_content .expert_team_nav_box .expert_team_nav .active {
  background: url(../images/expert_team_navbg.png) 100% center no-repeat;
}

.expert_team .expert_team_nav_content .expert_team_nav_box .expert_team_nav .active a {
  font-weight: 600;
  color: #cc2074;
}

.expert_team .expert_team_nav_content .expert_team_content {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item {
  width: 300px;
  height: 280px;
  background-color: #f7f7f7;
  position: relative;
  margin-top: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_avatar {
  margin: 0 auto;
  position: absolute;
  top: -98px;
  
  width: 132px;
  height: auto;
}
.expert_team .expert_team_nav_content .expert_team_content .content_item .content_avatar img {
  width: 100%;
  height: 100%;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_title {
  font-size: 24px;
  color: #cc2074;
  font-weight: 600;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_subheading {
  font-size: 18px;
  color: #cc2074;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_description {
  width: 250px;
  height: 56px;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  display: -webkit-box;
  /* 蹇呴』缁撳悎鐨勫睘鎬� 锛屽皢瀵硅薄浣滀负寮规€т几缂╃洅瀛愭ā鍨嬫樉绀� 銆�*/
  -webkit-box-orient: vertical;
  /* 蹇呴』缁撳悎鐨勫睘鎬� 锛岃缃垨妫€绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� 銆�*/
  text-overflow: ellipsis;
  /* 鍙互鐢ㄦ潵澶氳鏂囨湰鐨勬儏鍐典笅锛岀敤鐪佺暐鍙封€溾€︹€濋殣钘忚秴鍑鸿寖鍥寸殑鏂囨湰 銆�*/
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.expert_team .expert_team_nav_content .expert_team_content .content_item .content_bg {
  position: absolute;
  bottom: 20px;
}

.dynamic_announcements {
  width: 1300px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dynamic_announcements .news_l {
  width: 880px;
  display: flex;
  flex-direction: column;
}

.dynamic_announcements .news_l .l_title {
  width: 100%;
  height: 73px;
  background: url(../images/l_title.png) left 100% no-repeat;
  line-height: 73px;
  padding-left: 80px;
  font-size: 30px;
  color: #333333;
  font-weight: 600;
}

.dynamic_announcements .news_l .news_content {
  width: 880px;
  height: 468px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  margin-top: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dynamic_announcements .news_l .news_content .news_textbox {
  display: flex;
  flex-direction: column;
}

.dynamic_announcements .news_l .news_content .news_textbox .news_img {
  width: 400px;
  height: 260px;
  background-color: #eee;
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box {
  width: 400px;
  margin-top: 30px;
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box .text {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  /*瓒呭嚭閮ㄥ垎闅愯棌*/
  white-space: nowrap;
  /*绂佹鎹㈣*/
  text-overflow: ellipsis;
  /*鐪佺暐鍙�*/
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box .text a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 550;
  line-height: 42px;
  color: #333333;
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box .texts {
  width: 100%;
  display: -webkit-box;
  /* 蹇呴』缁撳悎鐨勫睘鎬� 锛屽皢瀵硅薄浣滀负寮规€т几缂╃洅瀛愭ā鍨嬫樉绀� 銆�*/
  -webkit-box-orient: vertical;
  /* 蹇呴』缁撳悎鐨勫睘鎬� 锛岃缃垨妫€绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� 銆�*/
  text-overflow: ellipsis;
  /* 鍙互鐢ㄦ潵澶氳鏂囨湰鐨勬儏鍐典笅锛岀敤鐪佺暐鍙封€溾€︹€濋殣钘忚秴鍑鸿寖鍥寸殑鏂囨湰 銆�*/
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dynamic_announcements .news_l .news_content .news_textbox .text_box .texts a {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: #999999;
}

.dynamic_announcements .news_l .news_content .text_list {
  width: 360px;
  height: 400px;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .year_day_l {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .year_day_l .day {
  font-size: 42px;
  color: #999999;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .year_day_l .years {
  font-size: 16px;
  color: #999999;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .text_r a {
  width: 272px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 10px;
}

.dynamic_announcements .news_l .news_content .text_list .text_list_item .text_list_one .text_r a:hover {
  color: #cc2074;
}

.dynamic_announcements .announcement {
  width: 365px;
  display: flex;
  flex-direction: column;
}

.dynamic_announcements .announcement .r_title {
  width: 100%;
  height: 73px;
  background: url(../images/r_title.png) left 100% no-repeat;
  line-height: 73px;
  padding-left: 80px;
  font-size: 30px;
  color: #333333;
  font-weight: 600;
}

.dynamic_announcements .announcement .announcement_list {
  width: 365px;
  height: 468px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 30px;
  margin-top: 20px;
}

.dynamic_announcements .announcement .announcement_list .text_list {
  height: 400px;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .year_day_l {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .year_day_l .day {
  font-size: 42px;
  color: #999999;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .year_day_l .years {
  font-size: 16px;
  color: #999999;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .text_r a {
  width: 218px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 10px;
}

.dynamic_announcements .announcement .announcement_list .text_list .text_list_item .text_list_one .text_r a:hover {
  color: #cc2074;
}

.foot {
  width: 100%;
  height: 141px;
  background-color: #c92176;
  margin-top: 60px;
  padding: 22px 0;
}

.foot .foot_box {
  display: flex;
  width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.foot .foot_box .foot_l {
  padding: 0 70px 0 0;
  border-right: 1px solid #ffffff30;
}

.foot .foot_box .foot_mid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.foot .foot_box .foot_mid span {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}

.foot .foot_box .qr {
  width: 80px;
  height: 80px;
}

.foot .foot_box .qr img {
  width: 100%;
  height: 100%;
}

.foot .foot_box .foot_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 70px;
  border-left: 1px solid #ffffff30;
}

.foot .foot_box .foot_r span {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}

.foot .foot_box .foot_r span img {
  vertical-align: middle;
}</pre></body></html>