.dazl {}

.dazl .tabContent {
    height: 356px;
    position: relative;
}

.dazl .tabContent .dazlleftimg {
    width: 484px;
    height: 263px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 11;
}

.dazl .tabContent .inner {
    padding: 39px 36px 31px 50px;
    box-sizing: border-box;
    width: 764px;
    height: 326px;
    /* height: 291px; */
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}

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

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

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

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

.dazl .liucheng {
    background-image: url(/assets/images/laborDispatch/bg12.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 411px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dazl .liucheng .liuchengMain {
    background-color: #fff;
    width: 1100px;
    height: 229px;
}

.dazl .liucheng .liuchengMain .liuchengTit {
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding: 29px 0 39px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 55px;
}

.dazl .liucheng .liuchengMain .lineWrap .line {
    width: 1070px;
    height: 2px;
    background: #606060;
    margin: auto;
    display: flex;
}

.dazl .liucheng .liuchengMain .lineWrap .pointlist {
    position: relative;
    top: -27px;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
}

.dazl .liucheng .liuchengMain .lineWrap .pointlist .point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-top: -50px;

}

.dazl .liucheng .liuchengMain .lineWrap .pointlist .point:nth-child(2n+1) {
    margin-top: 31px;

}

.dazl .liucheng .liuchengMain .lineWrap .pointlist .point .pointTxt {
    font-size: 16px;
    color: #000;
}

.dazl .liucheng .liuchengMain .lineWrap .pointlist .point .circle {
    width: 11px;
    height: 11px;
    background: #DE1015;
    border-radius: 50%;
}

.dazl .liucheng .liuchengMain .lineWrap .pointlist .point .circle {
    width: 11px;
    height: 11px;
    background: #DE1015;
    border-radius: 50%;
}

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

.dazl .dazlList {
    width: 1100px;
    margin: auto;
}

.dazl .dazlList .dazlListItem {
    display: flex;
    background-color: #fff;
    align-items: center;
}

.dazl .dazlList .dazlListItem .dazlLeftPic {
    width: 661px;
    height: 269px;
    object-fit: cover;

}

.dazl .dazlList .dazlListItem .dazlListWrap {
    padding: 51px 32px 71px;
    box-sizing: border-box;
    height: 269px;

}

.dazl .dazlList .dazlListItem .dazlListWrap .dazlListWraptit {
    color: #000000;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.dazl .dazlList .dazlListItem .dazlListWrap .dazlListWrapcontent {
    color: #333333;
    font-size: 16px;
    line-height: 26px;

}