
* {
    box-sizing: border-box;
}

.banner-image {
    background-size: cover;
    background-image: url("../img/index/lb-2.jpg");
    background-position: 0% 30%;
}

.hospital-introduction {
    width: 100%;
    height: 1221px;
}

.hospital-introduction-container {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.hospital-introduction-content {
    width: 1440px;
    height: auto;
    float: left;
    margin-bottom: 40px;
}

.hospital-introduction-text {
    width: 800px;
    height: 391px;
    background: #FFFFFF;
    padding: 0px;
    /*box-shadow: 1px 1px 1px 2px #cccccc;*/
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    text-align: justify;
}
.hospital-introduction-text span{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 0!important;
    line-height: 28px!important;
    font-size: 18px!important;
    font-family: 宋体!important;
    font-weight: 500;
}
.hospital-introduction-image {
    width: 568px;
    height: 380px;
    float: right;
}

.hospital-introduction-image img {
    width: 100%;
    height: 100%;
}

.scale-size-list {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 30px;
}

.scale-size-item {
    width: 25%;
    height: 189px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 0px solid #D9D9D9;
}

.scale-size-item:first-child {
    border-left: 1px solid #D9D9D9;
}

.scale-size-item p {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.scale-size-item p > span {
    font-size: 40px;
    font-weight: 800;
    color: #A32674;
    line-height: 30px;
}

.hospital-image-list {
    width: 100%;
    height: 288px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.hospital-image-item {
    width: 32%;
    height: 100%;
    background-color: #cccccc;
    background-size: 100% 100%;
    background-position: center;
    transition: all 0.6s;
    cursor: pointer;
}

.hospital-image-item:nth-child(1) {
    background-image: url("../img/portal/portal-bg2.jpg");
}

.hospital-image-item:nth-child(2) {
    background-image: url("../img/yygk/yq-2.png");
}

.hospital-image-item:nth-child(3) {
    background-image: url("../img/yygk/yq-3.png");
}

.hospital-image-item:hover {
    background-size: 120% 120%;
}

.leadership-team {
    width: 100%;
    height: auto;
    background: url("../img/yygk/leader_team_bg.png") 100% no-repeat;
    background-size: 100% 100%;
}

.leadership-team-container {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 128px;
    overflow: hidden;
}

.row-box-title {
    z-index: 4;
    position: relative;
}

.row-box-title p {
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
}

.row-box-cn-title {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
}

.row-box-en-title {
    font-size: 16px;
    font-weight: 300;
    color: #CFCFCF;
    position: relative;
    top: 19px;
}

.leadership-team-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-flow: wrap-reverse;
    flex-wrap: wrap;
}

.leadership-team-item {
    width: 217px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 56px;
}

.leadership-team-item .top-image {
    width: 100%;
    height: 270px;
   /* border-radius: 50%;*/
    background-color: #eee;
    /*background-image: url("../img/portrait.png");*/
    background-size: cover;
    background-position: center;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 14px 0px rgb(51 51 51 / 15%);
}

.leadership-team-item .bottom-details {
    width: 100%;
    height: 93px;
}

.leadership-team-item .bottom-details p {
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
}

.leadership-team-item .bottom-details p:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    color: #282728;
    margin-top: 26px;
}

.leadership-team-item .bottom-details p:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    margin-top: 15px;
}

.organizational-structure {
    width: 100%;
    height: auto;
    background-image: url('../img/partymass/dflz-bg.png');
}


.organizational-structure-container {
    width: 1440px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 72px;
    overflow: hidden;
}
.organizational-structure-line {
    display: flex;
    padding: 30px 0 0 0;
    justify-content: space-between;

}
.organizational-structure-line .quick-card {
        width: calc((100% - 100px) / 2);
        height: 200px;
        float: left;
        cursor: pointer;
        transition: all 1s;
        margin-bottom: 20px;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.55);

}
.organizational-structure-line .quick-card:hover{
        background: #A32674;
}
.organizational-structure-line .quick-card:nth-child(3n) {
        margin-right: 0px;
}
.organizational-structure-line .quick-card .quick-card-box{
        width: 100px;
        height: auto;
        margin: 10px auto;

}
.organizational-structure-line .quick-card .quick-card-box img {
    width: 100%;
    height: auto;
}
.organizational-structure-line .quick-card .card-name {
    height: 17px;
    font-size: 18px;
    line-height: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.organizational-structure-line .quick-card:hover .card-name {
    color:#ffffff;
}
.hospital-honors {
    width: 100%;
    background: url(../img/yygk/hospital_honors.png) 100% no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.hospital-honors-container {
    width: 1440px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 79px;
    position: relative;
}

.hospital-honors-list {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 66px;
    flex-wrap: wrap;
}

.hospital-honors-item {
    width: 344px;
    height: auto;
    margin: 40px 8px;
    margin-top: 0;
}

.hospital-honors-item .top-image {
    width: 100%;
    height: 220px;
    /*background-color: #c8c8c8;*/
    background: url("../img/yygk/hospital_honors_itembg.png") 100% no-repeat;
    background-size: 100% 100%;
    backdrop-filter: contrast(0.8);
    text-align: center;
}

.hospital-honors-item .top-image img {
    width: 100%;
    height: 100%;
    position: relative;
   /** top: 22px;  **/
}

.hospital-honors-item .bottom-content {
    width: 100%;
    height: 80px;
    padding: 24px 26px;
}

.hospital-honors-item .bottom-content p {
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
}

.hospital-culture {
    width: 100%;
    height: auto;
    background: url("../img/yygk/hospital_culture_bg.png") 100% no-repeat;
    background-size: 100% 100%;
}

.hospital-culture-container {
    width: 1440px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 280px;
    padding-top: 1px;
}



.hospital-culture-box {
    transform: rotate(45deg);
}

.hospital-culture-box:hover {
    z-index: 1;
}

.hospital-culture-item:hover .hospital-spirit {
    /*display: block;*/
}

.hospital-culture-box:nth-child(4) {
    position: relative;
    right: 140px;
    top: 140px;
}

.hospital-culture-box:nth-child(5) {
    position: relative;
    right: 70px;
    top: 70px;
}
.hospital-culture-box:first-child .hospital-culture-item:nth-child(2){
    position: absolute;
    left: 817px;
    top: -822px;
}
.hospital-culture-box:first-child .hospital-culture-item:nth-child(3){
    position: absolute;
    top: -620px;
    left: 818px;
}

.hospital-culture-item {
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    border-radius: 17px;
    /*transform: rotate(45deg);*/
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}

.hospital-culture-item:hover,
.hospital-culture-item.active{
    background-color: #A32674;
}

.hospital-culture-item:hover p,
.hospital-culture-item.active p{
    color: #FFFFFF;
}

.hospital-culture-item:hover svg path,
.hospital-culture-item.active svg path{
    fill: #FFFFFF;
}

.hospital-culture-cards {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 100px;
}

.hospital-culture-card {
    width: 676px;
    height: 394px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 1px rgba(239, 239, 240, 0.47);
    padding: 0px 40px 42px;
}

.hospital-culture-plus {
    width: 100%;
    height: 400px;
    background-color: #FFFFFF;
}

.hospital-culture-item svg {
    width: 70px;
    height: 70px;
    transform: rotate(315deg);
    position: relative;
    top: 35px;
    left: 35px;
}

.hospital-culture-item > p {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-block-start: 0;
    margin-block-end: 0;
    transform: rotate(315deg);
    position: relative;
    top: 35px;
    left: 29px;
    text-align: center;
}

.hospital-spirit {
    width: 540px;
    height: 250px;
    background-color: #F6E6F2;
    border-radius: 10px;
    position: absolute;
    top: -315px;
    right: -473px;
    background-image: url(../img/yygk/hospital_spirit.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 39px 30px;
    transform: rotate(-45deg);
    display: none;
}

.hospital-spirit p:first-child {
    font-size: 24px;
    font-weight: 500;
    color: #A32674;
    margin-block-start: 0;
    margin-block-end: 0;
}

.hospital-spirit p:first-child:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background: #A32674;
    border-radius: 1px;
    margin-right: 15px;
    position: relative;
    top: 3px
}

.hospital-spirit p:last-child {
    text-align: center;
    font-size: 18px;
    font-weight: 550;
    color: #333333;
    position: relative;
    top: 40px;
}

.hospital-culture-card .sm-title {
    height: 35px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.hospital-culture-card .sm-title span {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    float: left;
}

.hospital-culture-card .sm-title img {
    float: right;
    position: relative;
    top: 8px;
}

.article-list {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.article-item {
    width: 100%;
    height: 37px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 37px;
}

.article-item:hover {
    font-weight: bold;
    color: #A32674;
}

.article-item:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #F7F8FC;
    border: 2px solid #9F0176;
    border-radius: 50%;
    margin-right: 19px;
    position: relative;
    top: -2px;
}

.swiper-slide {
    width: 100% !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 68px;
    height: 68px;
    border: 1px solid rgba(163, 38, 116, 0.55);
    border-radius: 50%;
    top: 50%;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
    color: #A32674;
}

.swiper-button-next {
    right: -100px;
}

.swiper-button-prev {
    left: -100px;
}
.swiper-container.mobile{
    display: none;
}

/*职能部门*/
.functional-departments-box{
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: space-between;
}
.functional-departments-list{
    width: calc(50% - 10px);
    height: 100%;
    padding: 37px 0px 0px 37px;
    background-color: #fff;
}
.functional-departments-column-list{
    width: 471px;
    height: 360px;
    float: right;
    padding: 37px 83px 0 0;
}
.functional-departments-item{
    width: calc(50% - 26px);
    height: 57px;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #333333;
    cursor: pointer;
}
.functional-departments-item:hover{
   background: #A32674;
   color: #ffffff;
}
.functional-departments-list .functional-departments-item:nth-child(2n){
    margin-right: 37px;
}
.functional-departments-list:first-child .functional-departments-item:nth-child(2n){
    margin-right: 15px;
}
.functional-departments-list:first-child .functional-departments-item:nth-child(2n+1){
    margin-right: 37px;
}
.functional-departments-column-item{
    width: 380px;
    height: 96px;
    background: rgba(163, 38, 116, 0.05);
    display: flex;
    font-size: 24px;
    line-height: 40px;
    text-transform: capitalize;
    color: #A32674;
    align-items: center;
    text-indent: 60px;
    cursor: pointer;
}
.functional-departments-column-item.active{
    background: #A32674;
    box-shadow: 0px 4px 10px rgba(66, 0, 41, 0.08);
    color: #FFFFFF;
}
/*医院文化*/
.yywh-list{
    width: 100%;
    height: 300px;
    /*background-color: #FFFFFF;*/
}
.yywh-list .yywh-left{
    width: 342px;
    height: 484px;
    background: #A32674;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.yywh-list .yywh-left .yywh-title{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.yywh-list .yywh-left .yywh-title:after{
    display: block;
    content: "";
    width: 52px;
    height: 2px;
    background: #FFFFFF;
    position: relative;
    top: 10px;
    margin: 0 auto;
}
.yywh-list .yywh-left .yywh-text{
    width: 200px;
    font-family: 'STXingkai';
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
}
.yywh-list .yywh-right{
    width: 1098px;
    height: 484px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
}
.yywh-list .yywh-right .yywh-item:nth-child(1){
    width: 708px;
    height: 230px;
    background: #FFFFFF;
    float: left;
    margin-left: 24px;
    padding: 34px;
    overflow: hidden;
}
.yywh-list .yywh-right .yywh-item{
    width: 342px;
    height: 230px;
    background: #FFFFFF;
    float: left;
    margin-left: 24px;
    padding: 34px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.yywh-list .yywh-right .yywh-item:not(:last-child):hover{
   background: #A32674;
}

.yywh-list .yywh-right .yywh-item .yywh-text {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-top: 40px;
}
.yywh-list .yywh-right .yywh-item:hover .yywh-text{
   color: #ffffff;
}
.yywh-list .yywh-right .yywh-item .yywh-title{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #333333;
}
.yywh-list .yywh-right .yywh-item:not(:last-child):hover .yywh-title{
   color: #ffffff;
}
.yywh-list .yywh-right .yywh-item .yywh-title:after{
    display: block;
    content: "";
    width: 52px;
    height: 2px;
    background: #A32674;
    position: relative;
    top: 10px;
}
.yywh-list .yywh-right .yywh-item:not(:last-child):hover .yywh-title:after{
   background: #ffffff;
}
.yywh-list .yywh-right .yywh-item:first-child svg{
    position: relative;
    top: -40px;
    right: 50px;
    float: right;
    opacity: 0.2;
    width: 174px;
    height: 174px;
}
.yywh-list .yywh-right .yywh-item svg{
    position: absolute;
    bottom: -20px;
    right: -33px;
    float: right;
    opacity: 0.2;
    width: 160px;
    height: 160px;
}
.yywh-list .yywh-right .yywh-item:not(:last-child):hover svg path{
    fill:#ffffff;
}
.yywh-list .yywh-right .yywh-item:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: none;
    padding: 0px;
}
.yywh-list .yywh-right .yywh-item:last-child .yywh-item2:last-child{
   width: 100%;
}
.yywh-list .yywh-right .yywh-item2{
   width: 46%;
   height: calc(50% - 10px);
   display: flex;
   justify-content: space-between;
    cursor: pointer;
     background: #fff;
padding: 20px;
}

.yywh-list .yywh-right .yywh-item2:nth-child(-n+2){
    margin-bottom: 20px;
}

.yywh-list .yywh-right .yywh-item2:hover {
     background: #a32674;
}
.yywh-list .yywh-right .yywh-item2:hover .yywh-title{
   color: #ffffff;
}
.yywh-list .yywh-right .yywh-item2:hover  .yywh-title:after{
   background: #ffffff;
}
.yywh-list .yywh-right .yywh-item2:hover svg path{
    fill:#ffffff;
}
.yywh-list .yywh-right .yywh-item2 .yywh-title{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #333333;
}
.yywh-list .yywh-right .yywh-item .yywh-title:after{
    display: block;
    content: "";
    width: 52px;
    height: 2px;
    background: #A32674;
    position: relative;
    top: 10px;
}
.yywh-list .yywh-right .yywh-item2 svg{
    position: relative;
    opacity: 0.2;
    width: 40px;
    height: 40px;
    align-self: end;
    top: auto;
    right: 0px;
    bottom: 0px;
}
        .videos{
            width: 100%;
            height: auto;
            padding: 50px 0;
        }
        .video-list{
            display: flex;
            justify-content: flex-start;
        }
        .video-item{
            width: 32%;
            height: 280px;
            display: flex;
            flex-direction: column;
            background-size: 100% 100%;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            margin-right: 2%;
        }
       .video-item:nth-child(3n){
             margin-right: 0%;
        }
        .video-top{
            height: 224px;
            display: flex;
            padding: 16px;
            justify-content: flex-end;
            align-items: flex-end;
        }
        .player-btn{
            width: 50px;
            height: 50px;
            background-color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer;
        }
        .player-btn:before{
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 10px solid rgba(0,0,0,0);
            border-right: 10px solid rgba(0,0,0,0);
            border-bottom: 15px solid #a32674;
            border-top: 0px solid rgba(0,0,0,0);
            transform: rotate(90deg) translateY(-2px);

        }
        .video-bottom{
            height: 56px;
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(7.5px);
            color: #FFFFFF;
            text-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            font-size: 20px;
            cursor: pointer;
            text-align: center;
        }
       .ldtd{
            width: 100%;
            padding: 1px 0 100px 0;
            background: url("../img/yygk/leader_team_bg.png") 100% no-repeat;
            background-size: 100% 100%;
        }
        .ldtd-content{
            display: flex;
            justify-content: space-evenly;
            width: 1440px;
            margin: 0 auto;
        }
        .ldtd-item{
            width: 35%;
        }
        .ldtd-item table{
            width: 100%;
        }
       .ldtd-item table caption{
            font-size: 22px; 
        }
        .ldtd-content table tr:nth-child(even){
            background-color: #d3d3d366;
         }
        .ldtd-content table tr td{
            width: 50%;
            height: 50px;
            padding-left: 10px;
            font-size: 18px; 
        }
        .ldtd-content table tr td:nth-child(2){
            text-align: center;
            padding-left: 0px;
         }
        .ldtd-content table tr th{
            height: 80px;
            font-size: 20px; 
            font-weight: 600;
        }
        .ldtd-content table tr td span{
            display: inline-block;
            width: 58px;
            text-align-last: justify;
        }
@media (min-width: 1200px) and (max-width: 1440px) {
    .hospital-introduction-container,
    .leadership-team-container,
    .organizational-structure-container,
    .hospital-honors-container,
    .hospital-culture-container,
    .hospital-introduction-content {
        width: 1200px;
    }
   .hospital-introduction-text{
       width:680px;
    }
   .hospital-introduction-image{
       width: 500px;
    }


    .hospital-culture-list{
        width: 988px;
    }

    .left-title-list {
        width: 142px;
    }

    .hospital-culture-box:nth-child(4){
        right: 125px;
        top: 120px;
    }
    .hospital-culture-box:first-child .hospital-culture-item:nth-child(2){
        left: 695px;
        top: -695px;
    }
    .hospital-culture-box:first-child .hospital-culture-item:nth-child(3){
        top: -523px;
        left: 693px;
    }

    .left-title-item {
        font-size: 15px;
    }

    .left-title-item:before {
        margin-right: 12px;
        width: 30px;
    }

    .hospital-image-list {
        height: 260px;
    }

    .leadership-team-item {
        width: 170px;
        height: 265px;
    }

    .leadership-team-item .top-image {
        height: 215px;
    }

    .structure-image01, .structure-image02 {
        width: 1200px;
    }

    .hospital-honors-item {
        width: 282px;
    }

    .hospital-honors-item .top-image {
        height: 185px;
    }

    .hospital-honors-item .bottom-content p {
        font-size: 16px;
    }

    .hospital-culture-item {
        width: 150px;
        height: 150px;
    }

    .hospital-culture-item svg {
        width: 55px;
        height: 55px;
        top: 35px;
        left: 35px;
    }

    .hospital-culture-item p {
        font-size: 16px;
        top: 34px;
        left: 30px;
    }

    .hospital-culture-card {
        width: 585px;
    }

    .hospital-spirit {
        width: 445px;
        height: 226px;
        top: -618px;
        left: 835px;
    }

    .hospital-spirit p:last-child {
        top: 30px;
    }

    .swiper-button-next {
        right: 5px;
    }

    .swiper-button-prev {
        left: 5px;
    }
}
