.zhaopin-ctr{
    background-color: #F9FAFC;
    padding: 66px 0 40px;
}

.zhaopin-ctr .zhaopin-title{
    text-align: center;
    font-size: 36px;
    color: #000;
    margin-bottom: 32px;
}


.fuli-ctr .fuli-item .img-box{
    height: 344px;
    width: 100%;
    overflow: hidden;
}

.fuli-ctr .fuli-item.big .img-box{
    height: 490px;
}

.fuli-ctr .fuli-item {
    width: 620px;
    margin-bottom: 90px;
    float: left;
}

.fuli-ctr .fuli-item.big{
    width: 100%;
    margin-bottom: 120px;
    position: relative;
}

.fuli-ctr .fuli-item .img-box img{
    display: block;
    width: 100%;
    height: 100%;
}

.fuli-ctr .fuli-item .title{
    color: #F1771E;
    font-size: 16px;
    padding: 16px 0 12px;
}
.fuli-ctr .fuli-item.big .title{
    font-size: 24px;
    padding: 0 0 24px;
}

.fuli-ctr .fuli-item section{
    color:#666;
    font-size: 14px;
    line-height: 24px;
}


.fuli-ctr .fuli-item.big  .fuli-desc{
    background-color: #fff;
    height: 280px;
    box-sizing: border-box;
    padding: 54px 62px 0;
    width: 440px;
    position: absolute;
    top:50%;
    margin-top: -140px;
    right: -30px;
}

.fuli-ctr .fuli-item.big:nth-child(2)  .fuli-desc{
    right: inherit;
    left: -30px;
}
