/* 人力资源 */
.product_center {
    border: 1px solid #d3d7dd;
    border-radius: 25px;
    overflow: hidden;
}
.jobs_center .jobs {
    padding: 0%;
    background: #fff;
    padding-bottom: 0px;
}
.titlist {
    background: #000;
	border-bottom: 1px solid #d3d7dd;
}
.titlist .j_tit1 {
    float: left;
    font-size: 26px;
    color: #fff;
    width: calc(40% - 100px);
    margin-left: 0%;
    line-height: 100px;
    border-right: 1px solid #fff;
    text-align: center;
}
.titlist .j_tit2 {
    float: left;
    font-size: 26px;
    color: #fff;
    width: 20%;
    line-height: 100px;
    border-right: 1px solid #fff;
    text-align: center;
}
.titlist .j_tit3 {
    float: left;
    font-size: 26px;
    color: #fff;
    width: 20%;
    line-height: 100px;
    border-right: 1px solid #fff;
    text-align: center;
}
.titlist .j_tit4 {
    float: left;
    font-size: 26px;
    color: #fff;
    width: 20%;
    line-height: 100px;
    text-align: center;
}
.titlist .j_tit5 {
    display: none;
}
.postlist .item .top {
    height: 80px;
    line-height: 80px;
    background: url("../images/plus.png") no-repeat right center #fff;
    border-right: 0px solid #f0f2f6;
}
.postlist .item:nth-child(2n) .top {
    background: url("../images/plus.png") no-repeat right center #f0f2f6;
    border-right: 0px solid #fff;
}
.postlist .item .top .jt1 {
    float: left;
    width: calc(40% - 100px);
    margin-left: 0%;
    line-height: 80px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.postlist .item .top .jt2 {
    float: left;
    width: 20%;
    height: 80px;
    font-size: 20px;
    color: #333;
    line-height: 80px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.postlist .item .top .jt3 {
    float: left;
    width: 20%;
    height: 80px;
    font-size: 20px;
    color: #666;
    line-height: 80px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.postlist .item .top .jt4 {
    float: left;
    width: 20%;
    height: 80px;
    font-size: 20px;
    color: #666;
    line-height: 80px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.postlist .item .top .jt1 h3 {
    padding-left: 0px;
    font-size: 20px;
    margin-bottom: 0px;
    color: #333;
    background: url("../images/trick1.png") no-repeat left center;
    line-height: 80px;
}
.postlist .item .bottom {
    border: 1px solid #d3d7dd;
    border-top: none;
	border-left: none;
	border-right: none
}
.postlist .item:last-child  .bottom {
    border-bottom: 0px solid;
}
.postlist .item .bottom .bid_box {
    position: relative;
    min-height: 300px;
    padding: 50px;
}
.postlist .item .bottom .bid_box .bit {
    float: left;
    width: 50%;
}
.postlist .item .bottom .bid_box .bit2 {
    float: right;
    width: 50%;
}
.postlist .item .bottom .bid_box .bit3 {
    width: 100%;
    margin-top: 40px;
}
.postlist .item .bottom .bid_box .bit4 {
    width: 100%;
    margin-top: 40px;
}
.postlist .item .bottom .bid_box .bit5 {
    display: none;
}
.postlist .item .bottom .bid_box .bit h3 {
    font-size: 20px;
    line-height: 20px;
    color: #333;
}
.postlist .item .bottom .bid_box .bit p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.postlist .item .bottom .bid_box .bit p span {
    display: block;
}
.postlist .item .bottom .apply {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: block;
    width: 200px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    text-indent: 50px;
    color: #fff;
    background: url("../images/f1arr.png") 130px center no-repeat #e30613;
}
.postlist .item .bottom .apply span {
    position: relative;
    z-index: 12;
}
.postlist .item .bottom .apply:before, .postlist .item .bottom .apply:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url("../images/f1arr.png") 130px center no-repeat #e30613;
    z-index: 2;
    transition: 0.8s;
}
.postlist .item .bottom .apply:before {
    transition: 0.8s;
    background: url("../images/f1arr.png") 130px center no-repeat #e30613;
    z-index: -1;
}
.postlist .item .bottom .apply:hover:after, .postlist .item .bottom .apply:hover:before {
    width: 100%;
}
.postlist .item:hover .top {
    cursor: pointer;
}
.postlist .item.hover .top {
    background: url("../images/jslide.png") no-repeat right center #e30613;
}
.postlist .item.hover .top .jt1 {
    line-height: 80px;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.postlist .item.hover .top .jt2 {
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.postlist .item.hover .top .jt3 {
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.postlist .item.hover .top .jt4 {
    color: #fff;
    text-align: center;
}
.postlist .item.hover .top .jt1 h3{
    color: #fff;
}
.jobs_wrapper .pager {
    margin-top: 50px;
}
@media (max-width:991.98px) {
.postlist .item .bottom .bid_box{
    padding: 25px;
}
.postlist .item .bottom .bid_box .bit{
    width: 100%;
}
.titlist .j_tit1 ,.titlist .j_tit2 ,.titlist .j_tit3 ,.titlist .j_tit4 {
    display: none;
}

.titlist .j_tit5 {
    float: left;
    font-size: 26px;
    color: #fff;
    width: 100%;
    line-height: 100px;
    display: block;
    text-indent: 20px;
}
.postlist .item .top .jt1{
    width: 100%;
    margin-left: 0px;
    text-indent: 20px;
    text-align: center;
}
.postlist .item .top .jt2 ,.postlist .item .top .jt3 ,.postlist .item .top .jt4 {
    display: none;
}

.postlist .item .bottom .bid_box .bit5 {
    display: block;
    padding-bottom: 25px;
}
.postlist .item .bottom .bid_box .bit5 h3{
    font-weight: 100;
    margin-bottom: 20px;
}
.postlist .item .bottom .bid_box .bit5 h3 span{
    font-weight: 700;
}
.ny_wrapper.product_wrapper{
    padding-left: 0px;
    padding-right: 0px;
}
.postlist .item .top .jt1 h3{
    text-align: left;
}
}