.talentRecruitment-main {
    width: 1200px;
    margin: 80px auto;
    position: relative;
}
/* 下拉框 */
.select {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}
.select input {
    width: 285px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid rgba(216,216,216,1);
    border-radius: 2px;
    text-indent: 15px;
    font-size: 16px;
}
.select img {
    position: absolute;
    left: 252px;
    top: 10.5px;
}
.select .select-img2 {
    display: none;
}
.select-arrow {
    position: absolute;
    left: 252px;
    top: 10.5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/indexResources/image/news/down-7a08a4840ff101e7c35d161e93c65918.png');
}
.select:hover .select-arrow{
    background: url('/indexResources/image/down-hover-23e24ebca5c70365714c201d22bc59f4.png');
}
.select-value {
    display: none;
    position: absolute;
    width: 285px;
    margin-top: 14px;
    padding: 10px 0;
    background: #FFFFFF;
    border: 1px solid rgba(243,243,243,1);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.08);box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08);
    border-radius: 2px;
    overflow: hidden;
}
.select-value li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 16px;
    color: #313131;
    background: #FFFFFF;
    letter-spacing: 1px;
    font-weight: 400;
}
.select-value li:hover {
    background: #F5F5F5;
    cursor: pointer;
}
/* 列表区域 */
.content-region {
    width: 100%;
    font-size: 0;
}
.content-region .region {
    width: calc(590px - 32px * 2);
    height: calc(200px - 30px * 2);
    background: #FBFBFB;
    padding: 30px 32px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.content-region .region:nth-last-of-type(1),.content-region .region:nth-last-of-type(2){ margin-bottom: 0;}
.content-region .region:nth-child(odd) {
    margin-right: 20px;
}
.region .industry {
    font-size: 20px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 5px;
}
.region .info {
    font-size: 16px;
    color: #313131;
}
.region .info span {
    padding: 0 10px;
}
.region .introduce {
    margin-top: 25px;
    height: 72px;
    overflow: hidden;
}
.region .introduce p {
    font-size: 16px;
    color: #888;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
/* 分页 */
.paging {
    display: flex;
    justify-content: center;
    height: 30px;
    margin-top: 20px;
}
.paging span {
    display: inline-block;
    width: 32.35px;
    height: 30px;
    line-height: 30px;
    background: #F7F8FA;
    border-radius: 2px;
    margin-right: 8.09px;
    text-align: center;
    font-size: 14px;
    color: #BABCBF;
    font-weight: 400;
}
.content-region .region,.paging span:hover {
    cursor: pointer;
}
.paging span:last-child {
    margin-right: 0;
}
.content-region .region:hover {
    background: #F5F5F5;
}
.content-region .region:hover h2 {
    color: #0066FF;
}
/* .content-region .region-action {
    background: #F5F5F5;
}
.content-region .region-action h2 {
    color: #0066FF;
} */
.paging .page-action {
    background: #0066FF;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

@media (max-width: 1680px) {
    .secondary-menu {
        position: absolute;
        left: 0;
    }
    .content-region {
        width: calc(100% - 140px);
        padding-left: 140px;
    }
    .content-region .region {
        width: calc(520px - 32px * 2);
    }
    .talentRecruitment-main .select {
        padding-left: 140px;
    }
}<!--耗时1775408668.4337秒-->