/* jobList */
        .jobDetail {
            padding: 70px 0;
            background: #eee;
        }

        .jobDetail h4 {
            font-size: 24px;
            font-weight: 700;
            text-align: left;
            color: #000000;
            padding: 0 23px;
            margin-bottom: 33px;
        }

        .jobDetail .content .left {
            float: left;
            padding: 0 23px;
            width: 796px;
            border-radius: 5px;
            background: none;
        }

        .jobDetail .content .left .head {
            padding-bottom: 35px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .jobDetail .content .left .head .time {
            opacity: 0.5;
            font-size: 14px;
            color: #000000;
        }

        .jobDetail .content .left .head .title {
            font-size: 24px;
            font-weight: 500;
            color: #000000;
            margin-top: 10px;
        }

        .jobDetail .content .left .head .title span {
            background: #0d60fe;
            border-radius: 5px;
            color: #fff;
            padding: 0 5px;
            margin-left: 5px;
            font-size: 12px;
        }

        .jobDetail .content .left .head .applyButton {
            width: 110px;
            height: 55px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            text-align: center;
            border-radius: 5px;
            font-size: 14px;
            line-height: 55px;
            color: rgba(0, 0, 0, 0.5);
            position: absolute;
            right: 0;
            top: 0;
        }

        .jobDetail .content .left .demand {
            padding: 34px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.5);
            line-height: 20px;
        }

        .jobDetail .content .left .demand .section {
            margin-bottom: 20px;
        }

        .jobDetail .content .left .info {
            padding: 30px 0;
        }

        .jobDetail .content .left .info h4 {
            font-size: 18px;
            color: #000000;
            margin-bottom: 30px;
        }

        .jobDetail .content .left .info .duty {
            padding: 0 0 32px 0;
        }

        .jobDetail .content .left .info .duty h5 {
            font-size: 16px;
            font-weight: 500;
            color: #000000;
            margin-bottom: 10px;
        }

        .jobDetail .content .left .info .duty .desction {
            font-size: 14px;
            color: rgba(0, 0, 0, 0.5);
            line-height: 26px;
        }

        .jobDetail .content .left .apply {
            width: 100%;
            height: 55px;
            line-height: 55px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            font-size: 14px;
            text-align: center;
            color: rgba(0, 0, 0, 0.5);
            display: block;
            margin: 10px 0;
        }

        .jobDetail .content .right {
            padding: 23px;
            width: 390px;
            border-radius: 5px;
            background-color: #fff;
            float: right;
        }

        .jobDetail .content .right .title {
            font-size: 18px;
            font-weight: 500;
            color: #000000;
            margin-bottom: 20px;
        }


        .jobList {
            padding: 70px 0;
            background: #eee;
        }

        .jobList .searchBox {
            background: #ffffff;
            border-radius: 5px;
            margin: 0 auto;
            display: flex;
            overflow: hidden;
            justify-content: space-between;
            margin-bottom: 15px;
            width: 100%;
        }

        .jobList .searchBox .searchInput {
            padding: 0 10px;
            width: 400px;
            border: 0;
            outline: none;
            font-size: 14px;
        }

        .jobList .searchList {
            overflow: hidden;
            margin: 0;
        }

        .jobList .searchList li {
            width: 100%;
            margin: 7.5px 0;
            height: 161px;
            padding: 23px;
            float: left;
            background: #ffffff;
            border-radius: 5px;
        }

        .jobList .searchList li a {
            height: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        .jobList .searchList li .title {
            font-size: 18px;
            font-weight: 500;
            color: #000000;
        }

        .jobList .searchList li .title span {
            background: #0d60fe;
            border-radius: 5px;
            color: #fff;
            font-size: 12px;
            padding: 0 5px;
            margin-left: 5px;
        }

        .jobList .searchList li .bottom {
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: space-between;
        }

        .jobList .more {
            width: 199px;
            height: 70px;
            background: #ffffff;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            color: #000000;
            line-height: 70px;
            margin: 0 auto;
            display: block;
            margin-top: 67px;
        }

        .cityList {
            margin: 0 -7px;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .cityList li {
            width: 177px;
            height: 70px;
            float: left;
            margin: 0 7px;
            background: #ffffff;
            border-radius: 5px;
            margin-bottom: 12px;
            padding: 0 20px;
            display: flex;
            align-items: center;
        }

        .cityList li label {
            color: rgba(0, 0, 0, 0.3);
        }

        .cityList li ::v-deep .el-form-item {
            margin-bottom: 0;
        }

        .cityList li ::v-deep .el-form-item__label {
            padding: 0;
        }

        .cityList li ::v-deep .el-input__inner {
            border: 0;
            outline: 0;
            padding: 0;
        }

        .cityList li ::v-deep .el-select {
            width: 100%;
            border: 0;
        }

        .cityList li .getCode {
            width: 141px;
            height: 70px;
            background: #262626;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            color: rgba(255, 255, 255, 0.5);
            line-height: 70px;
            border: 0;
            cursor: pointer;
        }

        .cityList li.submit {
            cursor: pointer;
            width: 1194px;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            color: rgba(0, 0, 0, 0.5);
            line-height: 70px;
            display: block;
        }