#ygfc{
    height: 9.09rem;
    background: url(../img/news/bg11.png) no-repeat;
    background-size: cover;
    position: relative;
}
.ygfc-Cen{
    width: 14.2rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.ygfcSwiper{
    width: 14.2rem;
    height: 6.2rem;
    margin-top: .4rem;
}

.ygfcSwiper .ygfcSwiper2,
.swiper-slide{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    display: flex;
    justify-content: space-between;
    /*margin: 0  0.1rem;*/
}
.left{
    width: 5.2rem;
    height: 6.2rem;
    background-color: aqua;
    overflow: hidden;
    position: relative;
}
.left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picBig{
    position: relative;
}
.picBig .pic_txt{
    position: absolute;
    width: 100%;
    height: 0.4rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));
    color: #fff;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right{
    width: 8.8rem;
    height: 6.2rem;
}
.right .right-top div{
    width: 4.3rem;
    height: 3rem;
    overflow: hidden;
}
.right .right-top div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*资讯中心-员工风采左右箭头修改*/
#ygfc .swiper-button-prev,
#ygfc .swiper-button-next{
    width: 0.52rem;
    height: 0.52rem;
    background-color: #dedede;
    border-radius: 50%;
}
#ygfc .swiper-button-prev::after,
#ygfc .swiper-button-next::after{
    font-size: .18rem;
    font-weight: bold;
    color: #bebebe;
}
#ygfc .swiper-button-prev:hover,
#ygfc .swiper-button-next:hover{
    background: #029E4F;
}
#ygfc .swiper-button-prev{
    position: absolute;
    left: 1.5rem;
}
#ygfc .swiper-button-next{
    position: absolute;
    right: 1.5rem;
}