* {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
  font-size: 20px;
}

.imgBox {
  width: 100%;
  margin: 0 auto;
  
}

.imgBox2 {
  position: absolute;
  z-index: 2;
  width: 1078px;
  top: 122px;
}

.imgBox2>img {
  width: 510px;
}

.imgBox2>.img2 {
  margin-left: 45px;
}

.imgBox>img {
  width: 100%;
  height: 690px;
  margin: 0 auto;
  z-index: 1;
  display: block;
}





.intro_survey {
  margin-top: 42px;
}

.intro_survey>ul {
  width: 100%;
  height: 724px;
}

.intro_survey>ul>li {
  width: 386px;
  color: #fffdfd;
  /* overflow: hidden; */
  box-sizing: border-box;
  
  float: left;
  margin-left: 20px;
  
}

.intro_survey>ul>li:first-child {
  margin-left: 0;
  margin-top: 120px;
}

.intro_survey .block1 {
  height: 484px;
  background-image: url("../images/introduce/intro1.png");
  background-size: 100% 100%;
  padding-top: 53px;
}

.intro_survey .bhover {
  box-shadow: 6px 6px 24px rgba(51, 51, 51, 0.1), -6px -6px 24px rgba(51, 51, 51, 0.1);
  transition: all 0.5s;
  cursor: pointer;
}

.intro_survey .bhover.lookmore {
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.03), -2px -2px 24px rgba(0, 0, 0, 0.03);
}

.intro_survey .bhover:hover {
  transform: translate(0, -5px);
}

.intro_survey>ul>li span {
  font-size: 40px;
}

.intro_survey>ul .bdl {
  margin-left: 99px;
  height: 100%;
}

.intro_survey>ul .bdr {
  margin-right: 99px;
  height: 100%;
}

.intro_survey .bdl li:first-child {
  margin-top: 0;
}

.intro_survey .bdr li:first-child {
  margin-top: 0;
}

.intro_survey>ul>li li {
  margin-top: 38px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.intro_survey .block2,
.intro_survey .block3 {
  height: 100%;
}

.intro_survey .block2 div:first-child {
  padding-top: 53px;
  width: 386px;
  height: 346px;
  background-image: url("../images/introduce/intro2.png");
  background-size: 100% 100%;
}

.intro_survey .block2 div li {
  margin-top: 46px;
}

.intro_survey .block2 div:last-child {
  padding-top: 53px;
  width: 386px;
  height: 346px;
  background-image: url("../images/introduce/intro3.png");
  background-size: 100% 100%;
  text-align: right;
  margin-top: 32px;
}


.intro_survey .block3 div:first-child {
  padding-top: 53px;
  width: 388px;
  background-image: url("../images/introduce/intro4.png");
  text-align: right;
  margin-top: 74px;
}

.intro_survey .block3 .bdr {
  margin-right: 79px;
  padding: 0 0 50px;
}

.intro_survey .block3 li {
  margin-top: 39px;
}

.intro_survey .block3 .lookmore {
  width: 388px;
  height: 96px;
  line-height: 96px;
  background-color: #fff;
  position: relative;
  font-size: 22px;
  color: #489476;
  margin-top: 79px;
  text-align: center;
}

.intro_survey .block3 .lookmore a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/introduce/lookmore.png");
  background-size: 100% 100%;
  margin-right: 15px;
  vertical-align: -3px;
}

.intro_survey .bhover a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.intro_survey .block3 .lookmore::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #4b997a;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 选择书记院长 */
.leader_head {
  margin-top: 94px;
  width: 100%;
  height: 42px;
  position: relative;
}

.leader_head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}

.leader_head h3 {
  height: 100%;
  width: 380px;
  margin: 0 auto;
}

.leader_head p {
  padding: 0 20px;
  background-color: #fff;
  font-size: 32px;
  height: 42px;
  color: #333333;
  float: left;
  cursor: pointer;
  position: relative;
}

.leader_head p:last-child {
  float: right;
}

.leader_head p::before,
.leader_head p::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  position: absolute;
  top: 18px;
}

.leader_head p::before {
  left: 0;
}

.leader_head p::after {
  right: 0;
}

.leader_head p:hover {
  color: #489476;
}

.leader_head p.current {
  color: #489476;
}


.figureArea {
  margin-top: 60px;
  height: 714px;
  overflow: hidden;
  position: relative;
}

.figureArea>div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.figureArea ul {
  width: 1180px;
}

.figureArea li {
  width: 220px;
  height: 360px;
  margin-right: 16px;
  margin-bottom: 20px;
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}

.figureArea li:hover p,
.figureArea li:hover h5 {
  color: #489476;
}

.figureArea li.mb0 {
  margin-bottom: 0;
}

.figureArea li.mr0 {
  margin-right: 0;
}

.figureArea li img {
  margin: 0 auto;
  
  display: block;
  transition: transform 0.5s;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  
  height: 100%;
  
}

.figureArea li .fimgbox {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.figureArea li:hover img {
  transform: translate(-50%, 0) scale(1.05);
}

.figureArea li h5 {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}

.figureArea li p {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  
}

/* 现任党政领导 */
.leader_nameContain {
  margin-top: 100px;
}

.leader_nameContain h3 {
  position: relative;
  font-size: 32px;
  color: #333;
  height: 36px;
  line-height: 36px;
}

.leader_nameContain h3::before {
  content: "";
  width: 2.1em;
  height: 15px;
  background-color: #7fb6a1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.leader_name {
  margin-top: 50px;
  box-sizing: border-box;
}

.leader_name>li {
  float: left;
  padding: 16px 30px 20px;
  box-sizing: border-box;
  /*width: 580px;*/
  width: calc(50% - 20px);
  border-bottom: 6px solid #4b9a7b;
  /*position: relative;*/
  /* box-shadow: 6px 6px 24px rgba(51, 51, 51, 0.2),-6px -6px 24px rgba(51, 51, 51, 0.2); */
  box-shadow: 4px 4px 24px rgba(51, 51, 51, 0.07), -4px -4px 24px rgba(51, 51, 51, 0.07);
  /* overflow: hidden; */
}

.leader_name .block2 {
  margin-left: 40px;
}

.leader_name .block3 {
  width: 100%;
  margin-top: 40px;
}

.leader_name>li i,
.leader_name>li a {
  font-size: 24px;
  color: #333;
  font-style: normal;
  /* height: 100%; */
  display: inline-block;
  line-height: 58px;
}

.leader_name>li p {
  padding: 29px 0 28px;
  box-sizing: border-box;
  /*position: relative;*/
  border-bottom: 1px solid #f4faf8;
}

.leader_name>li p:last-child {
  border: none;
}

.leader_name>.block1 p:last-child{
  height: 173px;
}

.leader_name>li i {
  float: left;
  width: 30%;
  /*position: absolute;
  left: 0;
  top: 28px;*/
}

.leader_name>li span {
  float: left;
  width: 70%;
  /*position: absolute;
  left: 0;
  top: 28px;*/
}

.leader_name>li:last-child i {
  width: 13.7%;
}

.leader_name>li:last-child span {
  width: 86.3%;
}

.leader_name>li a {
  margin-right: 24px;
  cursor: pointer;
  /*width: 72px;*/
}

.leader_name>li a:hover {
  color: #4b9a7b;
}

/* 组织机构 */
.organizationContainer {
  width: 100%;
  height: 850px;
  margin-top: 114px;
  background-image: url("../images/introduce/organization.png");
  background-position: center center;
  box-sizing: border-box;
}

.organizationContainer h3 {
  height: 138px;
  line-height: 138px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.organization {
  width: 100%;
  height: 700px;
  padding-left: 200px;
  position: relative;
}

.organization_group {
  position: absolute;
  left: 0;
  top: 0;
  
}

.organization_group li {
  width: 224px;
  height: 146px;
  background-size: 100% 100%;
  cursor: pointer;
  line-height: 146px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transform-origin: left top;
  transition: all 0.5s;
  text-align: center;
  box-shadow: 6px 6px 24px rgba(51, 51, 51, 0.1), -6px -6px 24px rgba(51, 51, 51, 0.1);
}

.organization_group li.current {
  width: 282px;
  height: 183px;
  font-size: 24px;
  line-height: 183px;
}

.organization_group li.li1 {
  background-image: url("../images/introduce/organization1.png");
}

.organization_group li.li2 {
  background-image: url("../images/introduce/organization2.png");
}

.organization_group li.li3 {
  background-image: url("../images/introduce/organization3.png");
}

/* .organization_group .li4{
box-sizing: initial;
box-shadow: unset;
padding-top:1px ;
}
.organization_group .li4 img{
display: block;
width: 25%;
margin-left: 131px;
margin-top: 33px;
} */
.organization_group img {
  display: block;
  width: 56px;
  margin-left: 131px;
  margin-top: 33px;
}

/* .organization_group .li4 div{
width: 25%;
height: 4.1%;
background-color: #fff;
position: relative;
margin-left: 131px;
margin-top: 34px;
}
.organization_group .li4 div::before{
content: "";
display: block;
position: absolute;
width: 71.4%;
height: 100%;
background-color: #fff;
opacity: 0.6;
top: 200%;
left: 0;
}
.organization_group .li4 div::after{
content: "";
display: block;
position: absolute;
width: 41%;
height: 100%;
background-color: #fff;
opacity: 0.6;
top: 400%;
left: 0;
} */

.organization .organization_intro {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.organization_intro>h4 {
  font-size: 20px;
  color: #008872;
  width: 100%;
  text-align: center;
  padding-right: 34px;
  font-weight: bold;
  height: 116px;
  line-height: 116px;
}

.organization_intro .organization_detail {
  width: 800px;
  height: 540px;
  overflow: hidden;
  margin-left: 120px;
}

.organization_intro .organization_detail img {
  width: 100%;
}
        .organization_intro .organization_detail2 .guideList {
            --spacing: 50px;            
            --line: calc(50px * 30);
  
            box-sizing: border-box;
            display: flex;
            align-items: center;
            padding-left: var(--spacing);
            background: #fff;

        }     
        @media screen and (max-width: 768px){            
            .organization_intro .organization_detail2 .guideList{
                --spacing: 20px;
            }
        }

        .organization_intro .organization_detail2 .guideList div:nth-child(1), .organization_intro .organization_detail2 .guideList div:nth-child(2) {
            width: 50px;
            line-height: 50px;
            margin-right: var(--spacing);
            padding: 20px 0;
            color: #fff;
            background: #4b9a7b;
            position: relative;
            
            writing-mode: vertical-rl;
            text-orientation: upright;
            text-align: center;
        }
        .organization_intro .organization_detail2 .guideList div:nth-child(1)::after, .organization_intro .organization_detail2 .guideList div:nth-child(2)::after{
            content: '';
            width: var(--spacing);
            height: 1px;
            background: #4b9a7b;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateX(100%);
        }
        

        .organization_intro .organization_detail2 .guideList .sectorBox {
            padding-left: var(--spacing);
            flex: 1;
            /* border-left: 1px solid #4b9a7b; */
        }

        .organization_intro .organization_detail2 .guideList .sectorBox a {
            display: block;
            /* line-height: 50px; */
            padding: 10px;
            margin: 10px 0;
            text-align: center;
            color: #fff;
            font-size: 14px;
            background: #4b9a7b;
            position: relative;
        }

        .organization_intro .organization_detail2 .guideList .sectorBox a::after {
            content: '';
            width: var(--spacing);
            height: 1px;
            background: #4b9a7b;
            position: absolute;
            top: 50%;
            left: calc(var(--spacing) - (var(--spacing) * 2));
        }
        .organization_intro .organization_detail2 .guideList .sectorBox a:nth-child(1)::before{
            content: '';
            width: 1px;
            height: var(--line);
            background: #4b9a7b;
            position: absolute;
            top: 50%;
            left: calc(var(--spacing) - (var(--spacing) * 2));
        }
        .organization_intro .organization_detail2 .guideList .sectorBox a:last-child::before{
            content: '';
            width: 1px;
            height: var(--line);
            background: #4b9a7b;
            position: absolute;
            bottom: 50%;
            left: calc(var(--spacing) - (var(--spacing) * 2));
        }        
        .organization_intro .organization_detail2 .tips{            
            display: flex;
            flex-direction: row-reverse;
            font-size: 14px;
            font-weight: bold;
        }

/* 医院·荣誉 */
.hospital_honor {
  margin-top: 77px;
}

.hospital_honor h3 {
  position: relative;
  font-size: 32px;
  color: #000;
  height: 36px;
  line-height: 36px;
}

.hospital_honor h3::before {
  content: "";
  width: 2.1em;
  height: 15px;
  background-color: #7fb6a1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.honor_swiper {
  width: 100%;
  height: 246px;
  margin-top: 67px;
  overflow: hidden;
  box-sizing: content-box;
  padding-top: 24px;
  margin-top: 43px;
  
  /* width: 1220px;
  margin-left: -20px; */
}

.honor_swiper .swiper-slide:last-child {
  padding-right: 0px;
}

.honor_swiper ul {
  height: 246px;
}

.honor_swiper li {
  /* width: 300px; */
  height: 246px;
  float: left;
  box-sizing: border-box;
  
  /* padding-left: 20px; */
}

.honor_swiper li>div {
  width: 285px;
  height: 246px;
  padding-top: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 6px solid #4b9a7b;
  box-shadow: 3px -3px 24px rgba(51, 51, 51, 0.07);
}

/* .honor_swiper li:hover{
transform: translateY(-5px);
} */
.honor_swiper ul li:first-child {
  margin-left: 0;
}

.honor_swiper li p {
  text-align: center;
}

.honor_swiper .time {
  font-size: 24px;
  color: #4b9a7b;
  font-weight: bold;
  line-height: 24px;
}

.honor_swiper .honor {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 12px;
}

.honor_swiper .department {
  margin: 10px auto 0;
  box-sizing: border-box;
  border: 2px solid #f0f0f0;
  width: 240px;
  height: 160px;
  border-radius: 8px;
  padding: 16px 16px;
  font-size: 14px;
  line-height: 20px;
  overflow-y: auto;
}

/*定义滚动条轨道*/
.honor_swiper .department::-webkit-scrollbar-track {
  background-color: #f7f8fa;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22); */
}

::-webkit-scrollbar-corner {
  border-radius: 2px;
}

/*定义滚动条高宽及背景*/
.honor_swiper .department::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #ddd;
}

/*定义滚动条*/
.honor_swiper .department::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 2px;
}

.honor_swiper .department p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: left;
}

.honor_swiper .department p:first-child {
  font-weight: bold;
}

.swiper_control {
  width: 100%;
  height: 46px;
  position: relative;
  margin-top: 60px;
}

.swiper_control::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.swiper_control ul {
  width: 164px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 20px;
}

.swiper_control ul li {
  position: relative;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.swiper_control ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #469074;
  opacity: 0.6;
}

.swiper_control ul li::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  box-sizing: content-box;
  border: 8px solid transparent;
  position: absolute;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  left: 15px;
  top: 15px;
  opacity: 0.6;
  transition: all 0.5s;
}

.swiper_control ul li:first-child::before {
  border-right: 8px solid #469074;
  margin-left: -6px;
}

.swiper_control ul li:last-child::before {
  border-left: 8px solid #469074;
  margin-left: 6px;
}

.swiper_control ul li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.swiper_control ul li:first-child span {
  right: 0;
  left: auto;
}

.swiper_control ul li span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #469074;
}

.swiper_control ul li:first-child span::before {
  right: 0;
  left: auto;
}

.swiper_control ul li:hover::before {
  opacity: 1;
}

.swiper_control ul li:hover span {
  width: 41px;
  height: 46px;
}


/*移动端*/
@media screen and (max-width: 768px) {
  .imgBox {
    width: 100%;
  height: 3rem;
  margin: 0 auto;
}

.imgBox>img {
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  z-index: 1;
  display: block;
}

.imgBox2 {
  position: absolute;
  z-index: 2;
  height: 3rem;
  width: 100%;
  top: 0;
}

.imgBox2>img {
  width: 2.5rem;
  margin: 0.6rem 0 0 1rem;
}

.imgBox2>.img2 {
  margin-left: 0.2rem;
}

.qrcodes {
  width: 2rem !important;
  height: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  top: 1.6rem;
}

.intro_survey {
  margin-top: 0.4rem;
}

.centerArea {
  width: calc(100% - 0.48rem);
  margin-left: auto;
  margin-right: auto;
}

.intro_survey>ul>li:first-child {
  margin-left: 0;
  margin-top: 0;
}

.intro_survey>ul>li {
  width: 100%;
  color: #fffdfd;
  /* overflow: hidden; */
  box-sizing: border-box;
  float: none;
  margin-left: 0;
}

.intro_survey .block1 {
  height: 4.86rem;
  background-image: url(../images/introduce/intro1.png);
  background-size: 100% 100%;
  padding-top: 0.3rem;
}

.intro_survey>ul .bdl {
  margin-left: 1.6rem;
  height: 100%;
  padding-top: 0.23rem;
}

.intro_survey>ul>li li {
  margin-top: 0.4rem;
  height: 0.39rem;
  line-height: 0.39rem;
  font-size: 0.2rem;
}

.intro_survey>ul>li span {
  font-size: 0.4rem;
}

.intro_survey>ul {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.intro_survey .block2 div:first-child {
  padding-top: 0.35rem;
  width: 100%;
  height: 3.5rem;
  background-image: url(../images/introduce/intro2.png);
  background-size: 100% 100%;
}

.intro_survey .block2 div li {
  margin-top: 0.5rem;
}

.intro_survey .block2 div:last-child {
  padding-top: 0.6rem;
  width: 100%;
  height: 3.5rem;
  background-image: url(../images/introduce/intro3.png);
  background-size: 100% 100%;
  text-align: right;
  margin-top: 0;
}

.intro_survey>ul .bdr {
  margin-right: 1.6rem;
  height: 100%;
}

.intro_survey .block2,
.intro_survey .block3 {
  height: auto;
}

.intro_survey .block3 div:first-child {
  padding-top: 0.35rem;
  height: 3.5rem;
  width: 100%;
  background-image: url(../images/introduce/intro4.png);
  background-size: 98% 137%;
  text-align: right;
  margin-top: 0;
}

.intro_survey .block3 .bdr {
  margin-right: 1.6rem;
  padding: 0;
  padding-top: 0.3rem;
}

.intro_survey .block3 li {
  margin-top: 0.55rem;
}

.intro_survey .block3 .lookmore {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-color: #fff;
  position: relative;
  font-size: 0.2rem;
  color: #489476;
  margin-top: 0.4rem;
  text-align: center;
}

.intro_survey .block3 .lookmore a {
  font-size: 0.26rem !important;
}

.intro_survey .block3 .lookmore a::before {
  content: "";
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/introduce/lookmore.png);
  background-size: 100% 100%;
  margin-right: 0.1rem;
  vertical-align: 0;
}

.leader_head {
  margin-top: 0;
  width: 100%;
  height: 0.7rem;
  position: relative;
  line-height: 0.7rem;
}

.leader_head h3 {
  height: 100%;
  width: 4.5rem;
  margin: 0 auto;
}

.leader_head p {
  padding: 0 0.2rem;
  background-color: #fff;
  font-size: 0.4rem;
  height: 0.7rem;
  color: #333333;
  float: left;
  cursor: pointer;
  position: relative;
}

.figureArea {
  margin-top: 0.45rem;
  height: 8rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0.3rem;
}

.figureArea ul {
  width: 100%;
}

.figureArea li {
  width: 2rem;
  height: 3.9rem;
  margin-right: 0.3rem;
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  margin-bottom: 0.2rem;
}

.figureArea li:nth-child(3n+3) {
  margin-right: 0;
}

.figureArea li .fimgbox {
  width: 100%;
  height: 2.78rem;
  overflow: hidden;
  position: relative;
}

.figureArea li h5 {
  font-size: 0.22rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0.1rem;
}

.figureArea li p {
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  line-height: 1;
  margin-top: 0.1rem;
}

.leader_nameContain {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.hospital_honor {
  margin-top: 0;
}

.leader_nameContain h3 {
  position: relative;
  color: #555;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.4rem !important;
  font-weight: bolder !important;
}

.leader_nameContain h3::before {
  content: "";
  width: 2.1em;
  height: 0.25rem;
  background-color: #7fb6a1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.leader_name {
  margin-top: 0.4rem;
  box-sizing: border-box;
}

.leader_name>li {
  float: none;
  padding: 0 0.5rem 0.2rem;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 6px solid #4b9a7b;
  position: relative;
  /* box-shadow: 6px 6px 24px rgba(51, 51, 51, 0.2), -6px -6px 24px rgba(51, 51, 51, 0.2); */
  box-shadow: 4px 4px 24px rgba(51, 51, 51, 0.07), -4px -4px 24px rgba(51, 51, 51, 0.07);
  /* overflow: hidden; */
}

.leader_name>li p {
  padding: 0.2rem 0;
  box-sizing: border-box;
  /*        position: relative;*/
  border-bottom: 1px solid #f4faf8;
}

.leader_name>li i,
.leader_name>li a {
  font-size: 0.3rem;
  color: #333;
  font-style: normal;
  /* height: 100%; */
  display: inline-block;
  line-height: 0.58rem;
}

.leader_name>li i {
  float: left;
  width: 30%;
  /*position: absolute;
  left: 0;
  top: auto;*/
}
.leader_name>li span {
  float: left;
  width: 70%;
  /*position: absolute;
  left: 0;
  top: auto;*/
}
.leader_name>li:last-child i{
  width: 30%;
}
.leader_name>li:last-child span{
  width: 70%;
}
.leader_name>.block1 p:last-child{
  height: auto;
}


.leader_name .block2 {
  margin-left: 0;
  margin: 0.4rem 0;
  /*padding-bottom: 0.2rem;*/
}

.leader_name .block3 {
  width: 100%;
  margin-top: 0;
}

.leader_name>li a {
  margin-right: 0.4rem;
  cursor: pointer;
  /*        width: 1.42rem;*/
}

.organizationContainer {
  width: 100%;
  height: 7.3rem;
  margin-top: 0rem;
  background-image: url(../images/introduce/organization.png);
  background-position: center center;
  box-sizing: border-box;
  background: none;
}

.organizationContainer h3 {
  position: relative;
  color: #555;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.4rem !important;
  font-weight: bolder !important;
}

.organizationContainer h3::before {
  content: "";
  width: 2.1em;
  height: 0.25rem;
  background-color: #7fb6a1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.organization_group li.current {
  width: 2.2rem;
  height: 1.3rem;
  font-size: 0.24rem;
  line-height: 1.3rem;
}

.organization_group li {
  float: left;
  width: 2.2rem;
  height: 1.3rem;
  background-size: 100% 100%;
  cursor: pointer;
  line-height: 1.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.24rem;
  transform-origin: left top;
  transition: all 0.5s;
  text-align: center;
  box-shadow: 6px 6px 24px rgba(51, 51, 51, 0.1), -6px -6px 24px rgba(51, 51, 51, 0.1);
}

.organization_group li.li2 {
  margin: 0 0.2rem;
  background-image: url(../images/introduce/organization2.png);
}

.organization_group img {
  display: block;
  width: 56px;
  margin-left: 131px;
  margin-top: 33px;
  display: none;
}

.organization {
  width: 100%;
  height: 6.4rem;
  padding-left: 0;
  position: relative;
}

.organization_group {
  position: relative;
  left: 0;
  top: 0;
  margin: 0.4rem 0;
}

.organization_intro>h4 {
  font-size: 0.3rem;
  color: #008872;
  width: 100%;
  text-align: center;
  padding-right: 0;
  font-weight: bold;
  height: 2.5rem;
  line-height: 1.5rem;
}

.organization_intro .organization_detail {
  width: 7rem;
  height: 4rem;
  overflow: hidden;
  margin-left: 0;
}

.hospital_honor h3 {
  position: relative;
  color: #555;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.4rem !important;
  font-weight: bolder !important;
}

.hospital_honor h3::before {
  content: "";
  width: 2.1em;
  height: 0.25rem;
  background-color: #7fb6a1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.honor_swiper {
  width: 100%;
  height: 3rem;
  margin-top: 67px;
  overflow: hidden;
  box-sizing: content-box;
  padding-top: 0;
  margin-top: 0.4rem;
}

.honor_swiper li {
  /* width: 300px; */
  height: 246px;
  float: left;
  box-sizing: border-box;
  /* padding-left: 20px; */
}

.honor_swiper li>div {
  width: 3.4rem;
  height: 3rem;
  padding-top: 0.2rem;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 6px solid #4b9a7b;
  box-shadow: 3px -3px 24px rgba(51, 51, 51, 0.07);
}

.honor_swiper .time {
  font-size: 0.24rem;
  color: #4b9a7b;
  font-weight: bold;
  line-height: 0.3rem;
}

.honor_swiper .department {
  margin: 0.1rem auto 0;
  box-sizing: border-box;
  border: 2px solid #f0f0f0;
  width: 3rem;
  height: 2rem;
  border-radius: 8px;
  padding: 0.16rem;
  font-size: 14px;
  line-height: 0.2rem;
  overflow-y: auto;
}

.honor_swiper .department p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333333;
  text-align: left;
}

.swiper_control {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0.3rem;
}

.mt12 {
  padding-top: 1.5rem;
  display: block;
}
}
