.talent { background-color: #fff; position: relative;}
/* .talent-head {} */
.talent-head-tabs {
    width: 100%;
    height: 37px;
    background: #FAFAFA;
    color: #333;
    display: flex;
}
.head-tabs-li{ width: 160px; cursor: pointer; background-color: #FAFAFA;line-height: 37px; text-align: center;font-size: 16px;}
.head-tabs-li.hover {background-color:#4472C5;color: #fff;}
.talent-head-condition { padding: 20px 15px;}
/*.condition-line { display: flex; margin-bottom: 15px;align-items: center;}*/
/*.condition-line .condition-line-tags { display: flex; align-items: center;}*/
/*.condition-line .condition-line-label { margin-right: 10px;}*/
/*.condition-line-tags .line-tag { margin: 0 8px 0 0; padding: 2px 3px; cursor: pointer; color: #666666;}*/
/*.condition-line-tags .line-tag.tag-this {color: #4472C5; padding: 2px 8px;}*/


.condition-line { display: flex; margin-bottom: 15px;align-items: flex-start; min-height: 32px; line-height:32px;}
.condition-line .condition-line-tags {  min-height: 28px; line-height: 28px;}

.condition-line .condition-line-tags a{
    display:inline-block;
    vertical-align:top;
}

.condition-line .condition-line-label { margin-right: 10px;min-height: 32px; line-height: 32px;white-space:nowrap;}
.condition-line-tags .line-tag { margin: 0 8px 0 0; padding: 2px 3px; cursor: pointer; color: #666666;white-space:nowrap;}
.condition-line-tags .line-tag.tag-this {color: #4472C5; padding: 2px 8px;}


.talent-head .layui-form-select {
    width: 145px;
    margin-right: 20px;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.talent-head .layui-form-select input {
    width: 145px;
    color: #333;
    height: 40px;
    line-height: 40px;
    background-color: #F5F5F5;
    border: none;
}
.talent-head-search {
    width: 310px;
    height: 40px;
    line-height: 40px;
    padding-left: 36px;
    background: url('../images/icons/c-search.png') no-repeat 8px center #F5F5F5;
}


.talent-con { padding: 0 15px;}
.talent-panle {
   display: flex;
   flex-wrap: wrap;
}
.talent-panle .talent-panle-item {
   position: relative;
   width: 370px;
   border-radius: 5px;
   background-color: #fff;
   color: #333;
   border-color: #eee;
   margin:0 20px 20px 0;
   border: 1px solid #E4E4E4;
   overflow: hidden;
   cursor: pointer;
}
.talent-panle .talent-panle-item.hover {border-color: #4472C5;}
.talent-panle .talent-panle-item:nth-child(3n) {
   margin-right: 0;
}
.talent-panle-item .item-m{
    padding: 20px;
    height: 145px;
    display: flex;
    overflow: hidden;
}
.item-m img {
    width: 82px;
    height: 105px;
    margin-right: 16px;
}
.item-m-desc {height: 105px; overflow: hidden;}
.item-m-desc-title{font-size: 18px;color: #333; margin-bottom: 6px;}
.item-m-desc-label{ margin-bottom: 6px;}
.item-m-desc-label span {background: rgba(68, 114, 197, 0.1);margin-right: 15px;padding: 4px 6px;border-radius: 2px;}
.item-m-desc-tag{display: flex; flex-wrap: wrap;}
.item-m-desc-tag span { margin: 0 10px 4px 0;}
.talent-panle-item .item-g{
    background: rgba(68, 114, 197, 0.1);
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
    overflow: hidden;
}

/* detail */
.talent-detail {
    background-color: #fff;
}
.talent-detail-head{
    display: flex;
    border-bottom: 1px dashed #E4E4E4;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.talent-detail-head img {width: 144px;height: 185px;margin-right: 40px;}
.detail-head-desc { overflow: hidden;}
.detail-head-desc-title{font-size: 20px;color: #333; margin-bottom: 14px;}
.detail-head-desc-tip {
    font-size: 14px;
        font-weight: 400;
        color: #999999;
}
/* .detail-head-desc-label{ margin-bottom: 20px;} */
.detail-head-desc-label span {background: rgba(68, 114, 197, 0.1);margin-right: 15px;padding: 4px 6px;border-radius: 2px;}
.detail-head-desc-l {padding-top: 20px; color: #333; display: flex; align-items: center;}
.detail-head-desc-l span{ margin-right: 8px;}
.detail-head-desc-l i {width: 1px; background: #333; height: 14px; margin-right: 8px;}
.t-detail-title {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}
.t-detail-title::before{
    position: absolute;
    width: 24px;
    height: 2px;
    background: #4472C5;
    left: 0;
    bottom: 2px;
    content: ' ';
}
.talent-detail-con {
    font-size: 16px;
    color: #666666;
}
.talent-detail-p {line-height: 32px; margin-bottom: 20px;}
.talent-detail-imgs {display: flex;}
.talent-detail-imgs img { margin-right: 20px;}


/** 评论btn */
.recruit-btn {
    width: 110px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 460px;
    font-size: 16px;
    border-radius: 50%;
    background-color: #4472C5;
    cursor: pointer;
}

.recruit-btn img {
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
}
.recruit-btn span { color: #fff;}