.ysjs-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ysjs-box>.zhuan {
    width: 30%;
    min-width: 400px;
    margin-bottom: 20px;
}

.ysjs-info>.zhuan {
    background-color: transparent;
}

.ysjs-info>.zhuan p {
    font-size: 20px;
    width:100%;
}

.ysjs-info>.zhuan .zhuan-right>p:nth-child(2),
.ysjs-info>.zhuan .zhuan-right>p:nth-child(3) {
    color: #666666;
}

.ysjs-info>p {
    width:99%;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 20px;
}

.tong>p {
    position: relative;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 20px;
}

.tong>p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2%;
    border-bottom: 4px solid #045C49;
}

.tong .yuan-swiper {
    margin-top: 20px;
}

.yuans .swiper-button-prev,
.yuans .swiper-button-next {
border: 1px solid #E4E4E4;
    width: 60px;
    height: 60px;
    background-image: url('../images/shangyiye.png');
    left: 45%;
    background-color: #fff;
    background-size: 15px 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    
    -o-border-radius: 50%;
}

.yuans .swiper-button-next {
    bottom: 70px;
    left: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.yygkjj {
    margin-top:60px;
    text-align: center;
}


.yygkjj p:nth-child(3) img{
  width:auto;
}
.yygkjj-text {
    text-align: left;

    font-family: PingFang;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}


/* 医院概括领导 */
.yygkld {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yygkld-box p {
    font-family: PingFang;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.yygkld-box p:nth-child(2) {
    position: relative;
    font-family: PingFang;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 48px;
    padding-bottom: 10px;
}

.yygkld-box p:nth-child(2)::after {
    width: 20%;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    transform: translate(-50%);
    border-bottom: 3px solid #C29453;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.yygkld-box>img {
    width: 100%;
    height: 100%;
    max-height: 230px;
    max-width: 170px;
    object-fit: cover;
}

.yygkld>.yygkld-box {
    width: 16%;
    text-align:center;
}

.yygkld-box {
    /* width: 269px; */

    margin: 20px 25px;
}

.yygkld>div>.yygkld-box {
text-align:center;
    width: 40%;
}
.text-center{
  text-align:center;
}
/* 医院荣誉 */
.yyry ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
   
}

.yyry li {
    min-width: 340px;
    width: 32%;
    /* height: 100%; */
    height: 356px;
    margin-bottom: 100px;
    margin-right:20px;
}

.yyry li div {

    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #045C49;
}

.yyry li div a {
    display: block;
    width: 100%;
    height: 100%;
}

.yyry li div img {
    width: 100%;
    height:100%;
    object-fit: cover;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.yyry li div img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.yyry li p {
    font-family: PingFang;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 46px;
    text-align: center;
}