.dbItem {
    margin: 20px 0 0;
}

.dbItem .left {
    float: left;
    width: 344px;
    height: 100%;
    background-color: #fff;
    position: relative;
}

.dbItem .right {
    float: left;
    width: calc(100% - 344px);
    height: 100%;
    background-color: #fff;
    position: relative;
    background-color: #f0f0f2;
}

.dbItem .left li {
    line-height: 46px;
}

.dbItem .left li dd,
.dbItem .left li dt {
    display: inline-block;
    margin-left: 18px;
    line-height: 30px;
    font-size: 13px;
}

.dbItem .left li dd {
    cursor: pointer;
}

.dbItem .left li dt {
    font-size: 14px;
    color: #282b3b;
    font-weight: 700;
}

.dbItem .left li:hover {
    background: #ff4e2e;
    color: #fff;
}

.dbItem .left li:hover dt {
    color: #fff;
}

.dbItem .right .hd {
    height: 270px;
}

.dbItem .right .hd .swiper-slide {
    width: 100%;
}

.dbItem .right .hd img {
    display: block;
    width: 100%;
    height: 100%;
}

.dbItem .right .jzBox {
    padding: 10px 20px;
}

.dbItem .right .jzBox li {
    position: relative;
    float: left;
    width: 403px;
    height: 114px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px 0 0 30px;
    box-sizing: border-box;
}

.dbItem .right .jzBox li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(../images/jz.png) no-repeat top center;
}

.dbItem .right .jzBox li h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #282b3b;
}

.dbItem .right .jzBox li .tag {
    display: flex;
    align-items: center;
    color: grey;
    font-size: 14px;
    font-weight: 400;
}

.dbItem .right .jzBox li .tag span {
    border-right: 1px #d2d2d2 solid;
    padding-right: 5px;
    margin-right: 5px;
}

.dbItem .right .jzBox li .salary {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #ff5128;
}

.dbItem .right .jzBox li .tag span:last-child {
    border-right: 0;
}

.dbItem .right .jzBox li:nth-child(2n) {
    margin-right: 0px;
}

.lpItem .bg {
    display: block;
    position: relative;
    height: 493px;
    background: url(../images/lieping.jpg) no-repeat top center;
    margin-bottom: 15px;
}

.lpItem .bg .btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 242px;
    line-height: 46px;
    background-color: #1890ff;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.jjItem .bd {
    height: 473px;
    background: url(../images/gaoxiao.png) no-repeat top center;
    margin-bottom: 27px;
}

.jjItem .hd {
    height: 487px;
    background: url(../images/fuwu.jpg) no-repeat top center;
    margin-bottom: 20px;
}

.zxItem {
    position: relative;
    height: 423px;
    background: url(../images/xiaolv.jpg) no-repeat top center;
    margin-bottom: 40px;
}

.zxItem .btn {
    position: absolute;
    width: 205px;
    height: 40px;
    left: 850px;
    top: 345px;
    cursor: pointer;
}

.gsItem {
    margin-bottom: 43px;
}

.gsItem .title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 68px;
}

.gsItem .left {
    float: left;
    width: 162px;
    background: #0378FF;
    padding: 9px 0 9px 9px;
    margin-right: 18px;
    box-sizing: border-box;
}

.gsItem .left li {
    width: 153px;
    height: 54px;
    border-radius: 10px 0px 0px 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
    cursor: default;
}

.gsItem .left li.active {
    background: #3593FF;
}

.gsItem .right {
    float: left;
    width: calc(100% - 230px);
}

.gsItem .right .list {
    display: none;
}

.gsItem .right .list:first-child {
    display: block;
}

.gsItem .right .list li {
    position: relative;
    float: left;
    width: 229px;
    height: 72px;
    border: 1px solid #E1E5FF;
    margin: 18px 18px 0 0;
    padding: 9px 13px 0;
    box-sizing: border-box;
}

.gsItem .right .list li::before {
    position: absolute;
    right: 16px;
    top: 10px;
    content: "入职成功";
    width: 52px;
    height: 52px;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: rgb(255, 215, 208);
    text-align: center;
    transform: rotate(-30deg);
    z-index: -1;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 215, 208);
    border-image: initial;
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
}

.gsItem .right .list li:nth-child(4n) {
    margin: 18px 0 0 0;
}

.gsItem .right .list li:nth-child(-n + 4) {
    margin-top: 0;
}

.gsItem .right .list li .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 7px;
}

.gsItem .right .list li .info {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4F5760;
}

.gsItem .right .list li .info span {
    display: inline-block;
    width: 100px;
    white-space: nowrap;
}

.gsItem .right .list li .info span:nth-child(2) {
    display: inline-block;
    width: calc(100% - 104px);
    text-align: right;
}

.jpItem {
    margin-bottom: 80px;
}

.jpItem .hd {
    margin-bottom: 20px;
}

.jpItem .hd .title {
    float: left;
    font-size: 18px;
    font-weight: 700;
    border-left: 4px solid #0377ff;
    padding-left: 5px;
}

.jpItem .hd .more {
    float: right;
}

.jpItem .hd .more a {
    font-size: 16px;
    color: #666;
}

.jpItem .bd li {
    float: left;
    width: 285px;
    height: 117px;
    margin: 20px 20px 0 0;
    padding: 15px 15px 0;
    border: 1px solid #dfe3e6;
    box-sizing: border-box;
}

.jpItem .bd li:nth-child(-n + 4) {
    margin-top: 0;
}

.jpItem .bd li:nth-child(4n) {
    margin-right: 0;
}

.jpItem .bd li .zw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.jpItem .bd li .zw span {
    display: inline-block;
}

.jpItem .bd li .zw span:first-child {
    color: #333;
    font-weight: 700;
    max-width: 60%;
}

.jpItem .bd li .zw span:last-child {
    color: #ed8719;
    max-width: 40%;
}

.jpItem .bd li .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #c3c3c5 dashed;
}

.jpItem .bd li .details .tag {
    display: flex;
    align-items: center;
}

.jpItem .bd li .details .tag span {
    display: inline-block;
    margin: 0 3px;
    max-width: 45px;
}

.jpItem .bd li .details .tag span:first-child {
    margin-left: 0;
}

.jpItem .bd li .ress {
    font-size: 14px;
}

.zpItem {
    margin-bottom: 80px;
}

.zpItem .hd {
    margin-bottom: 20px;
}

.zpItem .hd .title {
    float: left;
    font-size: 18px;
    font-weight: 700;
    border-left: 4px solid #0377ff;
    padding-left: 5px;
}

.zpItem .hd .more a {
    font-size: 16px;
    color: #666;
}

.zpItem .bd li {
    float: left;
    width: 20%;
}

.tzItem {
    margin: 0 0 50px;
}

.tzItem .left {
    float: left;
}

.tzItem .right {
    float: left;
    width: 550px;
    padding-left: 50px;
}

.tzItem .right .title {
    font-size: 36px;
    font-weight: bold;
    color: #2170e9;
    line-height: 100%;
    margin-bottom: 30px;
}

.tzItem .right .t1 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}

.tzItem .right .t1 span {
    padding: 0 5px;
}

.tzItem .right .text {
    font-size: 18px;
    line-height: 200%;
    padding-right: 40px;
}

.tzItem .right .more a {
    color: #666;
}