
/* 列表 */
.p_container {
    margin-bottom: 24px;
}


.p_pic_box {
    width: 32%;
    height: 396px;
    margin-right: 2%;
}

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

.a_content {
    color: #000;
}

.a_content:hover,.active {
    color: #fff!important;
    background-color: #3466d9!important;
}

.i_pic_box {
    height: 224px;
}

.i_pic_box_c {
    height: 224px;
}

.i_pix_content {
    padding: 40px 42px;
}

.company {
    padding-bottom: 16px;
}

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

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

.people_box2 {
    height: 592px;
}

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

}

.p_pic_box:hover .i_pix_content {
    color: #fff!important;
}

.p_pic_box:hover .i_pix_content .company_text {
    color: #fff!important;
}

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

}

