/* 招聘 */

.bkrow {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.jobleft {
    width: 300px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 40px 0;
}
.jobleft a {
    display: block;
    width: 250px;
    height: 60px;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 16px;
    line-height: 60px;
    border: 1px solid #ddd;
    text-align: center;
}
.jobleft a.on {
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    box-shadow:10px 10px 10px rgba(0,0,0,0.1);
    font-weight: bold;
    color: #b78b53;
}
.jobleft a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: left top;
    margin-right: 20px;
    vertical-align: middle;
}
.jobleft a.on img,.jobleft a:hover img {
    object-position: left bottom;
}

.jobright {
    width: 850px;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 40px 0;
}

.jobc {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.jobc img {
    max-width: 100%;
}

.joblc {
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    border: 1px dashed #b78b53;
    border-radius: 10px;
    padding: 40px 0 30px 0;
}
.joblct {
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    background: #fff;
    position: absolute;
    margin-top: -70px;
    left: 50%;
    margin-left: 80px;
    font-weight: bold;
    color: #666;
}
.joblcc {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 0 30px;
}
.zslc {
    width: 100%;
    height: 120px;
    overflow: hidden;
    text-align: center;
    margin: 20px auto;
}
.zsico {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    background: #f1ebe5;
}
.zsico img {
    width: 35px;
    height: 35px;
    margin: 15px auto 5px auto;
    display: block;
}
.zsico span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #625341;
    line-height: 30px;
}
.zsaro {
    width: 70px;
    height: 90px;
    display: inline-block;
    background:  center no-repeat;
    background-size: 40px;
}
.jobb {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    text-align: center;
}
.jobb a,.jobb span {
    display: inline-block;
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background: #b49c8e;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    text-decoration: none;
}
.jobb a:hover,.jobb span:hover {
    background: #b78b53;
}

.seekt {
    height: 50px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.seekrow {
    height: auto;
    overflow: hidden;
}
.seekrow select {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: left;
    color: #666;
    margin-right: 10px;
}
.seekrow select#zhiwei {
    width: 100px;
}
.seekrow input {
    width: 350px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 3px;
    float: left;
    color: #666;
    padding-left: 10px;
}
.seekrow span {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #b78b53;
    border: 1px solid #b78b53;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.jobtb {
    border-top: 1px solid #ddd;
    margin: 30px 0;
}
.jobtb td {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    cursor: pointer;
}
.jobtb tr.t td {
    font-weight: bold;
    background: #f5f5f5;
    border-left: 1px solid #fff;
}
.jobtb tr:hover td {
    background: #f8f8f8;
    font-weight: bold;
}
.jobtb td a {
    text-decoration: none;
    color: #b78b53;
}
.page {
    width: 900px;
}

.jobinfot {
    height: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.jobinfot span {
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    border-bottom: 2px solid #b78b53;
    display: inline-block;
    font-weight: bold;
    color: #b78b53;
    padding-right: 20px;
}
.jobinfoc,.jobinfoc td {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.jobinfoc {
    margin: 20px 0 40px 0;
}
.jobinfoc img {
    max-width: 100%;
}
.jobinfot2 {
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
    color: #666;
}

@media screen and (max-width: 1500px) {
    .bkrow {
        width: 1060px;
    }
    .jobleft {
        width: 260px;
        margin: 40px 0;
    }
    .jobleft a {
        display: block;
        width: 210px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }
    .jobright {
        width: 800px;
    }
    .seekrow input {
        width: 300px;
    }
}

@media screen and (max-width: 1300px) {
    .bkrow {
        width: 960px;
    }
    .jobright {
        width: 700px;
    }
    .seekrow input {
        width: 200px;
    }
    .zsico {
        width: 80px;
        height: 80px;
    }
    .zsico img {
        width: 30px;
        height: 30px;
        margin: 15px auto 5px auto;
    }
    .zsaro {
        width:50px;
        height: 70px;
        display: inline-block;
        background:  center no-repeat;
        background-size: 30px;
    }
}
