
.a_padding:last-child .li {
    padding-bottom: 27px;
    border-bottom: 2px solid #00ffff;
}
/* 列表 */

.p_container {
    margin-bottom: 24px;
}


.p_pic_box {
    width: 32%;
    margin-right: 20px;
}

.p_pic_box:last-child {
    margin-right: 0px;
}

.company_title,
.date_txt {
    color: #000;
}

.p_pic_box:hover .company_title,
.p_pic_box:hover .date_txt,
.p_pic_box:hover .i_m_iconfont {
    color: #3466d9;
}

.i_m_iconfont {
    display: none;
}

.p_pic_box:hover .i_m_iconfont {
    display: block;
}

.i_pic_box {
    height: 224px;
}

.i_pic_box_c {
    height: 224px;
}

.i_pix_content {
    padding: 24px 0px;
}


.company_text {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color: #000;
    line-height:24px;
    padding-top: 6px;
}

.iconfont_company_child {
    width: 90px;
    height: 20px;
}

.people_box2 {
    height: 592px;
}

.add_box {
    height: 858px;
    background: #3466d9 url(../assets/imgs/add.png) no-repeat center center;
    background-size: 100% 100%;
}

.date {
    padding: 24px 14px 24px 0;
}

.ic_line {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background-color: #999;
}

.p_pic_box:hover .ic_line {
    background-color: #3466d9;
}
