/*  */

.job-bt {
    width: 100%;
    overflow: hidden;
    display: flex;
    padding: 5px;
    box-sizing: border-box;
}

.job-bt a {
    width: 50%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 2px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #1A45D7;
    border-radius: 2px;
}

.job-bt .a1 {
    background-color: #1A45D7;
    color: #fff;
}

.job-cont {
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
}

.job-m {
    margin-bottom: 30px;
}


/* 隐藏弹开样式 */

.job-cont .cont {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 3px;
}

.job-cont .cont .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px 3px 0px 0px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 84, 147, 1);
    font-weight: bold;
    background-image: url(../images/yuan-03.png);
    background-repeat: no-repeat;
    background-position: right;
}

.job-cont .cont ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.job-cont .cont ul>li>ul {
    width: 100%;
    display: none;
    margin: auto;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #7f7f7f;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-top: 0px;
}

.job-cont .cont input[type="checkbox"] {
    display: none;
}

.job-cont .cont ul li input[type="checkbox"]:checked+ul {
    display: block;
}

.job-cont .cont ul>li>ul a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 84, 147, 1);
    font-size: 16px;
}

.job-cont .cont ul>li>ul p {
    margin: 5px 0;
    text-align: justify;
    word-break: break-all;
}
.job-btn{
    display: block;
    margin: 10px auto;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 10px;
    background: linear-gradient(to right, #345273 0%, #3c7dc5 100%);
    font-style: italic;
    box-shadow:  0 0 8px 2px rgba(0, 82, 147, 0.5);
    letter-spacing: 2px;
    cursor: pointer;
}

/* 
.job-cont .cont ul>li>ul strong {
    color: #d35400;
} */

.job-cont .cont-1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.job-cont .cont-1 video {
    width: 100%;
}

.job-cont .cont-1 h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: rgba(0, 84, 147, 1);
    font-weight: bold;
}

.job-cont .cont-1 p {
    text-indent: 32px;
    color: rgba(0, 0, 0, 0.8);
    margin: 15px 0;
}


/* 岗位筛查 */

.shaicha {
    width: 100%;
    overflow: hidden;
    margin: auto;
    /* background-color: rgba(0, 0, 0, 0.05); */
    /* padding: 0 3%; */
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.shaicha .input-1 {
    width: 100%;
    height: 40px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.shaicha .input-1 input {
    width: 100%;
    height: 40px;
    text-indent: 10px;
    border: none;
    outline-style: none;
}

.shaicha .input-1 img {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    font-size: 16px;
    margin-top: 5px;
    margin-right: 10px;
}

.shaicha ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    border-bottom: 2px solid #d35400;
    line-height: 28px;
    margin-bottom: 10px;
}

.shaicha .tab1 {
    width: 50%;
    overflow: hidden;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.shaicha .tab2 {
    width: 50%;
    overflow: hidden;
    text-align: right;
}

.shaicha .tab2 span {
    color: #d35400;
    font-weight: bold;
    margin: 0 5px;
}

.PaddingL input {
    display: none;
}

.PaddingL {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.PaddingL label {
    border: 1px solid #ccc;
    color: #666;
    padding: 2px 10px 2px 5px;
    line-height: 30px;
    min-width: 31%;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
}

.PaddingL input:checked+label {
    border: 1px solid #0959bd;
    background-size: 21px 21px;
    color: #fff;
    box-sizing: border-box;
    background-color: #0959bd;
}

.PaddingL input:disabled+label {
    opacity: 0.7;
}

.selectdiv {
    width: 100%;
    height: 40px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.select {
    width: 100%;
    height: 40px;
    text-indent: 10px;
    border: none;
    outline-style: none;
    /* border: 1px solid rgba(0,0,0,0.2); */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
}

.select option {
    font-size: 16px;
}
.job4-cont{
	padding: 0 15px 15px;
}
.job4-cont h1 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
}
.job4-cont p{
	/* line-height: 32px; */
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}