@charset "utf-8";

/* 首页 */

.i-top {
    width: 96%;
    height: auto;
    overflow: hidden;
    padding: 5px 2% 0 2%;
}

.i-top .logo {
    float: left;
}

.i-top a {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
    border: #3796f5 solid 1px;
    border-radius: 30px;
    padding: 5px 15px;
}

.index-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 12px;
    margin-bottom: 10px;
}

.index-nav li {
    width: 25%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.index-nav li span {
    display: block;
    margin-top: 2px;
    color: #555;
}

.rcdt {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin-left: 2%;
    margin-top: 18px;
}

.zxyw {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
}

.zxyw-t {
    padding-bottom: 10px;
    border-bottom: #eee double 5px;
    margin-bottom: 5px;
}

.zxyw-c {
    width: 100%;
}

.zxyw-c li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 12px 0;
    border-bottom: #ddd dashed 1px;
}

.zxyw-c .left {
    width: 70%;
}

.zxyw-c .right {
    width: 28%;
}

.zxyw-c .left h1 {
    font-size: 15px;
    color: #333;
    text-align: left;
    line-height: 20px;
}

.zxyw-c .left h6 {
    font-size: 13px;
    color: #888;
    text-align: left;
    margin-top: 12px;
}


/* 新闻中心 */

header {
    width: 94%;
    height: 44px;
    line-height: 44px;
    background: #0066cc;
    color: #fff;
    padding: 0 3%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

header img {
    vertical-align: middle;
    margin-top: -5px;
}

header span {
    width: 97%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

.ckly {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
    color: #fff;
    background-color: #0066cc;
    width: 60px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.list-group-item h1 {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
}

.list-group-item h6 {
    font-size: 13px;
    color: #888;
}


/* 求职招聘 */

header input[type=text] {
    width: 79%;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding-left: 15px;
    margin-left: 10px;
    font-size: 12px;
}

header input[type=button] {
    border: none;
    background-color: #0066cc;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}


/* 求职招聘 */

.zwmc-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zwmc-list .list-group-item {
    padding: 15px 15px;
    border: none;
    margin-bottom: 10px;
}

.zwmc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 6px;
}

.zwmc .left {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.zwmc .right {
    font-size: 20px;
    color: #e30000;
}

.zwmc-list h2 {
    font-size: 14px;
    color: #666;
}

.zwmc-list h5 {
    font-size: 12px;
    color: #666;
    margin-left: -10px;
    margin-top: 8px;
}

.zwmc-list h5 span {
    margin: 0 10px;
}

.qylb {
    height: auto;
    overflow: hidden;
    border: none;
}

.qylb img {
    width: 18%;
    border: #eee solid 1px;
    margin-top: 5px;
}

.qylb .xq {
    width: 78%;
    text-align: left;
}

.qylb .xq h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.qylb .xq h5 {
    font-size: 12px;
    color: #666;
    padding-top: 5px;
    margin-left: -10px;
}

.qylb .xq h5 span {
    padding: 0 10px;
}

.qylb .xq h5 span b {
    color: #0066cc;
    padding: 0 3px;
}


/* 弹出筛选框 */

.pop {
    display: none;
    width: 94%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 3%;
    z-index: 200;
    background-color: #fff;
}

.pop-top {
    height: 40px;
    line-height: 40px;
    width: 94%;
    padding: 1% 3%;
    border-bottom: 1px #E5E5E5 solid;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
}

.pop-top h2 {
    float: left;
    display: #333;
    font-size: 16px;
}

.pop-top span {
    float: right;
    cursor: pointer;
    display: #333;
    font-size: 30px;
}

.pop-foot {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-top: 1px #E5E5E5 solid;
    text-align: right;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
}

.pop-cancel,
.pop-ok {
    padding: 8px 15px;
    margin: 5px 5px;
    border: none;
    border-radius: 5px;
    background-color: #0066cc;
    color: #fff;
    cursor: pointer;
}

.pop-cancel {
    background-color: #FFF;
    border: 1px #CECECE solid;
    color: #333;
}

.pop-content {
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    background-color: #fff;
    margin: 40px auto 30px auto;
}

.pop-content-left {
    float: left;
}

.pop-content-right {
    width: 310px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 35px;
}

.plist {
    width: 100%;
}

.plist h1 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-bottom: 15px;
    padding-top: 15px;
}

.list-c {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.type_div {
    width: 31%;
    height: 30px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 1%;
    margin-left: 1%;
}

.type_div input[type="radio"] {
    /*单选按钮默认状态*/
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    opacity: 0;
    z-index: 2;
}

.type_div input[type="radio"]:checked+div {
    /*单选按钮选中状态，的处理*/
    color: #fff;
    border: 1px solid #0066cc;
    background-color: #0066cc;
    border-radius: 5px;
    background-size: 12px;
    transition: all 0.5s;
}

.type_div .label_type {
    /*单选按钮中的文字*/
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    background-size: cover;
    background-size: 12px;
    transition: all 0.5s;
}


/* 职位详情 */

.container {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin-top: 45px;
    background-color: #fff;
    padding: 3%;
}

.zwxq {
    width: 100%;
}

.zwxq h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}

.zwxq .zwxq-x {
    font-size: 14px;
    color: #666;
    margin-left: -10px;
    margin-bottom: 10px;
}

.zwxq .zwxq-x span {
    margin: 0 10px;
}

.zwxq-d .left {
    font-size: 20px;
    color: #cc0000;
}

.zwxq-d .right {
    font-size: 12px;
    color: #888;
}

.zwxq-c {
    width: 100%;
    border-top: #eee solid 1px;
    margin-top: 10px;
}

.zwxq-c-t {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 15px 0;
}

.zwxq-c-t i {
    display: inline-block;
    width: 10px;
    height: 16px;
    background-color: #0066cc;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.zwxq-c h2 {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

.jnyq-w span {
    display: inline-block;
    border: #eee solid 1px;
    margin-right: 5px;
    padding: 5px 10px;
    color: #666;
}

.zwxq-c .zz {
    font-size: 15px;
    line-height: 30px;
    color: #333;
}

.zwxq-c .zz .lo {
    width: 20%;
    border: #eee solid 1px;
    margin-top: 5px;
}

.zwxq-c .zz .dd {
    width: 70%;
    margin-left: 3%;
}

.zwxq-c .zz .dd h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zwxq-c .zz .dd h5 {
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.zwxq-c .zz .jtd {
    margin-top: 34px;
}

.tdjl {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    background-color: #fff;
}

.tdjl a {
    display: block;
    width: 94%;
    height: 40px;
    margin: 0 auto;
    background-color: #0066cc;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    font-size: 16px;
}


/* 企业详情 */

.zwxq .lo {
    width: 20%;
    border: #eee solid 1px;
}

.zwxq .dd {
    width: 76%;
}

.zwxq .dd h3 {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 6px;
}

.zwxq .dd h5 {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.zwlst {
    width: 100%;
    padding: 10px 0;
    border-bottom: #eee solid 1px;
}

.zwlst:last-child {
    border-bottom: none;
}

.zwlst h2 {
    font-size: 16px;
    padding: 5px 0;
}

.zwlst h5 {
    font-size: 14px;
    padding: 5px 0;
    color: #666;
    margin-left: -10px;
}

.zwlst h5 span {
    margin: 0 10px;
}


/* 三级详情页 */

.detail {
    width: 100%;
}

.detail h1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.detail h6 {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.detail-c {
    border-top: #eee solid 1px;
    padding-top: 10px;
    font-size: 16px;
}

.detail-c p {
    margin-bottom: 10px;
    text-indent: 2em;
    line-height: 30px;
}


/* 人才服务 */

.rcfw {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.rcfw li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

.rcfw li img {
    width: 50px;
    height: 50px;
}

.rcfw li span {
    display: block;
    font-size: 13px;
    color: #333;
}


/* 个人中心 */

.user-container {
    padding-top: 40px;
    width: 100%;
    background: url(../image/user-top-bj.png) no-repeat top center;
    background-size: 100%;
}

.user-top {
    width: 90%;
    margin: 60px auto 20px auto;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px #eee;
}

.user-t1 {
    width: 100%;
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.logoBox {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin: 0 auto;
}

.logoBox img {
    border-radius: 50%;
    padding: 3px;
    margin-top: -45px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.user-t1 .user-code {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 5px;
    background-color: #fff;
}

.user-t1 h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    margin-top: -30px;
}

.user-t1 h2 {
    font-size: 12px;
    line-height: 15px;
    color: #666;
}

.user-t1 h2 span {
    color: #E32519;
}

.user-tz {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}

.user-tz li {
    width: 33%;
    float: left;
    text-align: center;
    border-right: #eee solid 1px;
    margin-bottom: 10px;
    padding: 5px 0;
}

.user-tz li:last-child {
    border-right: none;
}

.user-tz li h2 {
    font-size: 18px;
    color: #0066cc;
    padding-bottom: 5px;
}

.user-tz li h3 {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.user-nav {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.user-nav li {
    width: 31%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
    border-radius: 10px;
    text-align: center;
    padding: 16px 0 14px 0;
    margin: 0 0.8% 10px 0.8%;
    border: #eee solid 1px;
}

.user-nav li span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 2px;
}

.code-big {
    width: 100%;
    padding: 15px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.code-big span {
    font-size: 14px;
    color: #999;
}


/* 简历预览 */

.user-jianli {
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.u-grxx {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    background-color: #fff;
}

.u-gimg {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: -50px;
    z-index: 2;
    left: 50%;
    margin-left: -50px;
    border: #fff solid 5px;
}

.u-grxx h1 {
    padding-top: 70px;
    font-size: 20px;
    color: #333;
}

.u-grxx h6 {
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
}

.u-gr {
    width: 100%;
    font-size: 14px;
    color: #ddd;
    padding-bottom: 15px;
}

.u-gr span {
    font-size: 16px;
    color: #333;
    margin: 0 25px;
}

.u-dh {
    font-size: 16px;
    color: #333;
}

.u-dh img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

.u-qzyx {
    width: 90%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
    padding: 5% 5% 0 5%;
}

.u-qzyx .h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 15px;
}

.u-qzyx i {
    display: inline-block;
    width: 6px;
    height: 18px;
    background-color: #0066cc;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 7px;
    border-radius: 4px;
}

.u-xz {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    border-top: #eee solid 1px;
    text-align: center;
}

.u-xz a {
    width: 150px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    margin: 17px 0;
    border: #0066cc solid 1px;
    color: #0066cc;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    margin-right: 10px;
}

.u-xz a:hover {
    background-color: #0066cc;
    color: #fff;
}

.pub h1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.qzyx-c-l {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 20px;
}

.pub .xx {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 5px;
}

.pub p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 15px;
}

.list {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

.list .s1 {
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}

.list .s2 {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
}


/* 求职反馈 */

.qzfk-list {
    width: 96%;
    height: auto;
    padding: 2%;
}

.qzfk-list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.qzfk-list ul li {
    width: 94%;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 3%;
    text-align: left;
    position: relative;
}

.qzfk-list ul li h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 7px;
}

.qzfk-list ul li h1 a {
    color: #333;
}

.qzfk-list ul li h2 {
    font-size: 14px;
    color: #666;
    padding-bottom: 7px;
}

.qzfk-list ul li h2 a {
    color: #666;
}

.qzfk-list ul li h3 {
    font-size: 12px;
    color: #999;
}

.qzfk-list ul li h3 a {
    color: #666;
}

.qzfk-list ul li h3 span {
    margin: 0 10px;
}

.qzfk-list ul li h3 span.s2 {
    color: #f7931e;
}

.qzfk-list ul li .sc {
    display: block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f7931e;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 35px;
    z-index: 1;
    border-radius: 6px;
}


/* 职位查看 */


/* 职位查看 */

.ckzw {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ckzw h1 {
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: #ddd double 4px;
    margin-bottom: 15px;
    text-align: center;
}

.zw-jj {
    width: 100%;
}

.zw-jj h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.zw-jj .zwll {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    margin-left: -15px;
}

.zw-jj .zwll span {
    margin: 0 15px;
}

.zwms-l {
    width: 100%;
    border-top: #ddd dashed 1px;
    margin-top: 20px;
}

.zwms-l h3 {
    font-size: 14px;
    color: #666;
    line-height: 50px;
}

.zwms-l .nl {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}


/* 基本资料 */

.jbzl {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

.jbzl th {
    width: 30%;
    text-align: right;
    border-bottom: #eee solid 1px;
    padding: 10px 0;
}

.jbzl td {
    width: 70%;
    text-align: left;
    border-bottom: #eee solid 1px;
    padding: 10px 0;
}


/* 个人信息修改 */

.grxx-tj {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5% 0;
}

.grxx-tj tr th {
    width: 25%;
    font-size: 15px;
    color: #333;
    padding: 12px 0;
    font-weight: normal;
    text-align: right;
}

.grxx-tj tr th span {
    font-size: 15px;
    color: #ff0000;
    display: inline-block;
    vertical-align: middle;
}

.grxx-tj tr td {
    width: 75%;
}

.grxx-tj tr td input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 15px;
    border: #ddd solid 1px;
}

.grxx-tj tr td select {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 15px;
    border: #ddd solid 1px;
}

.grxx-tj tr td input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
}

.grxx-tj tr td input[type=button] {
    width: 45%;
    height: 40px;
    text-indent: 0;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
}

.grxx-tj tr td input[type=button].bc {
    background-color: #0066cc;
    color: #fff;
    margin-right: 20px;
}

.grxx-tj tr td input[type=button].bc:hover {
    background-color: #F7931E;
}

.grxx-tj tr td input[type=button].qx {
    background-color: #ddd;
    color: #333;
}

.grxx-tj tr td textarea {
    width: 100%;
    height: 150px;
    border: #ddd solid 1px
}

.grxx-tj td span {
    font-size: 16px;
    color: #333;
}


/* 修改手机号 */

.xgsjh {
    width: 100%;
    font-size: 14px;
}

.xgsjh th {
    width: 28%;
    font-weight: normal;
    text-align: right;
}

.xgsjh td {
    width: 72%;
    padding: 7px 0;
    position: relative;
}

.xgsjh td input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: #ddd solid 1px;
    text-indent: 10px;
    position: relative;
}

.xgsjh td a {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    background-color: #f7931e;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 10px;
    z-index: 10;
}

.xgsjh td .bc {
    width: 40%;
    background-color: #0066cc;
    height: 40px;
    text-align: center;
    color: #fff;
    margin-left: 30%;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 14px;
    text-indent: 0;
}


/* 发布职位 */

.fbzw {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px
}

.fbzw table {
    width: 100%;
}

.fbzw table tr {
    width: 100%;
    height: 50px;
}

.fbzw table tr th {
    width: 23%;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: right;
}

.fbzw table tr th span {
    font-size: 16px;
    color: #ff0000;
    display: inline-block;
    vertical-align: middle;
}

.fbzw table tr td {
    width: 74%;
}

.fbzw table tr td input {
    width: 99%;
    height: 35px;
    line-height: 35px;
    text-indent: 15px;
    font-size: 14px;
    border: #ddd solid 1px;
}

.fbzw table tr td select {
    width: 99%;
    height: 35px;
    line-height: 35px;
    text-indent: 15px;
    font-size: 14px;
    border: #ddd solid 1px;
}

.fbzw table tr td input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
}

.fbzw table tr td input[type=button] {
    width: 45%;
    height: 40px;
    text-indent: 0;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.fbzw table tr td input[type=button].bc {
    background-color: #0066cc;
    color: #fff;
    margin-right: 10px;
    margin-left: 3.5%;
}

.fbzw table tr td input[type=button].bc:hover {
    background-color: #F7931E;
}

.fbzw table tr td input[type=button].qx {
    background-color: #ddd;
    color: #333;
}

.fbzw table tr td textarea {
    width: 99%;
    height: 200px;
    border: #ddd solid 1px;
    margin: 5px 0;
}


/* 职位列表 */

.zwlb-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zwlb-list ul {
    width: 100%;
}

.zwlb-list ul li {
    width: 94%;
    padding: 10px 3%;
    background-color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.zwlb-list ul li h1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 8px;
}

.zwlb-list ul li h2 {
    font-size: 14px;
    color: #666;
    padding-bottom: 5px;
    margin-left: -10px;
}

.zwlb-list ul li h2 span {
    margin: 0 10px;
}

.zwlb-list ul li .cz {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    border-top: #ddd dashed 1px;
    margin-top: 10px;
}

.zwlb-list ul li .cz .left {
    font-size: 14px;
    color: #333;
}

.zwlb-list ul li .cz .left span {
    color: #e30000;
}

.zwlb-list ul li .cz a {
    display: inline-block;
    width: 50px;
    height: 26px;
    border-radius: 6px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
}

.zwlb-list ul li .cz a.bj {
    border: #4E94DA solid 1px;
    color: #4E94DA;
}

.zwlb-list ul li .cz a.ck {
    border: #24A574 solid 1px;
    color: #24A574;
}

.zwlb-list ul li .cz a.sc {
    border: #F7931E solid 1px;
    color: #F7931E;
}


/* 职位详情 */

.tdrlb {
    width: 100%;
}

.tdrlb h1 {
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: #ddd double 4px;
    margin-bottom: 15px;
    text-align: center;
}

.tdrlb-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tdrlb-list li {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-bottom: #ddd dashed 1px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.tdrlb-list li .left {
    width: 20%;
}

.tdrlb-list li .right {
    width: 75%;
}

.tdrlb-list li .right h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.tdrlb-list li .right h3 {
    font-size: 14px;
    color: #666;
    padding-bottom: 5px;
    margin-left: -10px;
}

.tdrlb-list li .right h3 span {
    margin: 0 10px;
}

.tdrlb-list li .right h4 {
    font-size: 14px;
    color: #333;
}

.fk-l {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    border-top: #eee solid 1px;
    margin-top: 15px;
}

.fk-l a {
    width: 20%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: #0066cc solid 1px;
    border-radius: 30px;
    color: #0066cc;
    margin-right: 3%;
}


/* 简历列表 */

.jllb-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jllb-list li {
    width: 94%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 3%;
}

.jllb-list li h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.jllb-list li h3 {
    font-size: 14px;
    color: #333;
    padding-bottom: 5px;
    margin-left: -10px;
}

.jllb-list li h3 span {
    margin: 0 10px;
}

.jllb-list li h4 {
    font-size: 14px;
    color: #333;
    padding-bottom: 5px;
    margin-left: -10px;
}

.jllb-list li h4 span {
    margin: 0 10px;
}

.jllb-list li h4 .yfk b {
    font-weight: normal;
    color: #24A574;
}

.jllb-list li h4 .wfk b {
    color: #cc0000;
    font-weight: normal;
}

.cz-l {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 50px;
    height: 25px;
}

.cz-l a {
    display: block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 5px;
}

.cz-l a.ck {
    border: #24A574 solid 1px;
    color: #24A574;
}

.cz-l a.sc {
    border: #f7931e solid 1px;
    color: #f7931e;
}

.ckjlx {
    display: block;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border: #f7931e solid 1px;
    padding: 2px 5px;
    margin-top: 10px;
    border-radius: 6px;
    color: #f7931e;
}

.tiezi {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.tiezi li {
    width: 94%;
    margin-left: 3%;
    height: auto;
    overflow: hidden;
    border-bottom: #eee solid 1px;
    padding-top: 10px;
}

.tiezi li:last-child {
    border-bottom: none;
}

.tiezi li h1 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: left;
}

.tiezi li .ttf {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #888;
    font-size: 12px;
    margin-bottom: 10px;
}

.tiezi li .ttf span {
    margin-right: 5px;
    margin-left: 5px;
}

.gz-detail {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: #ddd solid 5px;
}

.gz-detail-t {
    padding: 10px;
    background-color: #e9f2fc;
    border-bottom: #eee solid 1px;
}

.gz-detail-t h1 {
    font-size: 17px;
    margin-bottom: 15px;
}

.gz-detail-t h6 {
    font-size: 12px;
    color: #666;
    margin-left: -5px;
}

.gz-detail-t h6 span {
    margin: 0 5px
}

.gz-detail-c {
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 28px;
}

.gz-detail-c .ss {
    padding-bottom: 10px;
    color: #666;
    border-bottom: #dfdfdf solid 1px;
}

.gz-detail-c h6 {
    color: #888;
    margin-left: -5px;
    padding-top: 5px;
    font-size: 12px;
}

.gz-detail-c h6 span {
    margin: 0 5px;
}

.huifu {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: #ff9100 solid 1px;
    color: #ff9100;
    border-radius: 4px;
}

.ls {
    color: #0066cc;
    font-weight: normal;
}

.gz-hf {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: #ddd solid 5px;
}

.hf-t {
    padding: 10px;
    color: #666;
    margin-left: -5px;
    border-bottom: #eee solid 1px;
}

.hf-t h6 {
    font-size: 12px;
}

.hf-t span {
    margin: 0 5px;
}

.hf-c {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.hf-c .ss {
    width: 88%;
    margin-left: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3%;
    background-color: #f5f5f5;
    font-size: 15px;
    color: #666;
}

.hf-c .ss h2 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.hf-c .ss p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.hf-c h3 {
    padding: 0 3% 10px 3%;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.hf-c h6 {
    color: #888;
    margin-left: -5px;
    font-size: 12px;
    padding: 10px 10px 20px 10px;
    border-top: #eee solid 1px;
    font-size: 12px;
}

.hf-c h6 span {
    margin: 0 5px;
}

.fbhf {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: #ddd solid 6px;
}

.fbhf h1 {
    font-size: 18px;
    padding: 10px;
    border-bottom: #eee solid 1px;
}

.fbhf-t {
    width: 94%;
    padding: 3%;
}

.fbhf-t textarea {
    width: 100%;
    border: none;
    height: 110px;
}

.fbhf-t span {
    line-height: 30px;
    color: #666;
}

.huifu1 {
    width: 50px;
    font-size: 12px;
    background-color: #0066cc;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

.ft-w {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.ft-w label {
    font-size: 15px;
    color: #333;
    width: 15%;
    float: left;
    line-height: 40px;
}

.ft-w input[type=text],
.ft-w select {
    width: 84%;
    float: right;
    height: 40px;
    border: #eee solid 1px;
    text-indent: 10px;
}

.ft-w textarea {
    width: 84%;
    float: right;
    height: 130px;
    border: #eee solid 1px;
    text-indent: 10px;
}

.ft-w1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

.ft-w1 input.btn {
    padding: 8px 25px;
    margin: 0 5px;
    border-radius: 4px;
}

.ft-w1 input.btn:first-child {
    background-color: #0066cc;
    color: #fff;
}