.man-img {
    width: 100%;
    height: 300px;
    background: url(../../images/manpower/header.png) no-repeat center;
    background-size: 100% 300px;
    position: relative;
}

.man-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.man-txt p {
    color: #fff;
    text-align: center;
}

.man-txt p:first-child {
    font-size: 24px;
    letter-spacing: 14px;
    margin-bottom: 12px;
}

.man-txt p:nth-child(2) {
    font-size: 36px;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

.man-txt span {
    display: block;
    width: 36px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.man-main {
    width: 1200px;
    margin: 0 auto;
}

.man-main-top {
    width: 100%;
}

.bread {
    height: 20px;
    display: flex;
    margin-top: 53px;
    margin-bottom: 67px;
}

.info-box {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-box a {
    text-decoration: none;
}

.info {
    width: 580px;
    height: 230px;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 39px 38px 38px 42px;
    margin-bottom: 37px;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.2s;
}

.info:hover {
    box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 0.09);
}

.info>p {
    font-size: 24px;
    color: #000;

}

.info-txt {
    position: absolute;
    bottom: 33px;
}

.info-txt>p {
    color: #999999;
    line-height: 30px;
}

.info img {
    position: absolute;
    top: 39px;
    right: 38px;
}

.info span {
    position: absolute;
    top: 46px;
    right: 47px;
    color: #f5f5f5;
}

.pagination {
    width: 1200px;
    margin: 30px auto 75px auto;
}