.wywb {
}

.wywb .tabContent {
    height: 262px;
    position: relative;
    display: flex;
}

.wywb .tabContent .wywbleftimg {
    width: 484px;
    height: 262px;
}

.wywb .tabContent .inner {
    padding: 39px 36px 31px 50px;
    box-sizing: border-box;
    width: 764px;
    height: 262px;
    position: relative;
    /* height: 291px; */
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}

.wywb .tabContent .inner .circle {
    bottom: 0;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 10px;
    height: 10px;
    background: #de1015;
    border-radius: 50%;
}

.wywb .tabContent .inner .tit {
    font-weight: bold;
    font-size: var(--f20);
    color: #de1015;
    margin-bottom: 40px;
    position: relative;
}

.wywb .tabContent .inner .tit::after {
    content: "";
    bottom: 0;
    position: absolute;
    width: 42px;
    height: 2px;
    left: 0;
    bottom: -14px;
    background: #de1015;
}

.wywb .tabContent .inner .content {
    color: #606060;
    line-height: 28px;
    width: 400px;
    font-size: var(--f16);
}

.wywb .liucheng {
    background-image: url(/assets/images/laborDispatch/bg15.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 446px;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.wywb .liucheng .liuchengTit {
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding: 68px 0 0px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 50px;
}
.wywb .liucheng .liuchengMain {
    background-color: #fff;
    width: 1100px;
    height: 229px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wywb .liucheng .liuchengMain .lineWrap .line {
    width: 825px;
    height: 3px;
    background: #e3e3e3;
    margin: auto;
    display: flex;
}

.wywb .liucheng .liuchengMain .lineWrap .pointlist {
    position: relative;
    top: 25px;
    display: flex;
}

.wywb .liucheng .liuchengMain .lineWrap .pointlist .point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: -33px;
}

.wywb .liucheng .liuchengMain .lineWrap .pointlist .point .num {
    color: #d1d1d1;
    margin-top: 17px;
    font-size: 34px;
}

/* .wywb .liucheng .liuchengMain .lineWrap .pointlist .point:nth-child(2n+1) {
    margin-top: 27px;

} */

.wywb .liucheng .liuchengMain .lineWrap .pointlist .point .pointTxt {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.wywb .liucheng .liuchengMain .lineWrap .pointlist .point .circle {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border: 3px solid #e3e3e3;
    border-radius: 50%;
}

.wywb .titywnr {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding: 29px 0 48px;
    box-sizing: border-box;
    text-align: center;
}

.wywb .wywbList {
    width: 1100px;
    margin: auto;
}

.wywb .wywbList .wywbListItem {
    display: flex;
    background-color: #fff;
    align-items: center;
}

.wywb .wywbList .wywbListItem .wywbLeftPic {
    width: 661px;
    height: 269px;
    object-fit: cover;
}

.wywb .wywbList .wywbListItem .wywbListWrap {
    padding: 51px 32px 71px;
    box-sizing: border-box;
    height: 269px;
}

.wywb .wywbList .wywbListItem .wywbListWrap .wywbListWraptit {
    color: #000000;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.wywb .wywbList .wywbListItem .wywbListWrap .wywbListWrapcontent {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

.wywb .wywbBlock {
    width: 1100px;

    margin:0 auto 73px;
}
.wywb .wywbBlock .wywbTIt {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 39px;
}

.wywb .wywbBlock .wywbfour {
    display: flex;
}

.wywb .wywbBlock .wywbfour .wywbFourItem {
    background-image: url(/assets/images/laborDispatch/bg16.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 275px;
    height: 452px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 27px;
    padding-left: 36px;
    padding-right: 44px;
}

.wywb .wywbBlock .wywbfour .wywbFourItem .wywbname {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.wywb .wywbBlock .wywbfour .wywbFourItem .wywbdesc {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
