/* 人才招聘 */
.talent {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 15px;
    background: url(../images/data_header_bg.png);
    background-color: rgba(242, 242, 245, .5);
    box-sizing: border-box;
}

.talent_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.telent_title h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 24px;
}

.telent_title h3 a {
    color: blue;
}

.talent_item {
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    transition: all .3s ease;
    border-radius: 5px;
}

.talent_item:hover .talent_item_title h3 {
    color: #004EA2;
}

.talent_item:hover {
    box-shadow: 0 0 13px #adadad;
}

.talent_item_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 11px;
}

.talent_item_title h3 {
    display: inline-block;
}

.talent_item_title span {
    float: right;
}

.talent_item_info p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.talent_item_info {
    font-size: 13px;
    color: #555;

}

.talent_item_info a {
    display: block;
    width: 96px;
    height: 35px;
    color: #333;
    float: right;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid rgb(172, 172, 172);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.talent_item_info a:hover {
    background-color: #004EA2;
    color: #fff;
}

#work_1,
#work_2,
#work_3,
#work_4 {
    display: none;
}

.work_desc {
    font-size: 14px;
    color: #555;
    line-height: 2;
    box-sizing: border-box;
    padding: 20px;
    overflow-y: auto;
}

.talent .z058dflayer-ico {
    width: 31px !important;
    height: 30px !important;
    background-position: -149px -31px !important;
}

@media screen and (max-width:1024px) {

    .talent_item {
        padding-bottom: 60px;
    }

    .talent_item_info a {
        bottom: 10px;
        left: 24px;
    }
}

@media screen and (max-width:1024px) {
    .talent {
        padding: 15px;
    }


    .talent_item {
        padding: 15px 15px 60px;

    }


}