.connection-top {
    height: 300px;
    overflow: hidden;
}

.connection-top img {
    width: 100%;
    height: 100%;
}

.workplace-box {}

.work-item {
    margin-bottom: 20px;
}
.work-item .work-item-title{
    font-size:1rem;
}
.work-item-imgs {
    width:100%;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.work-item-imgs-list {
    width: 50%;
    padding:10px;
    /*height:440px;*/
}

.work-item-imgs-list img {
    width: 100%;
    height:100%;
}
