/*com页面、job页面样式*/

.content {
    height: 1700px;
    background: url(../images/contentBg1.png) no-repeat center top;
}

.content .menu {
    width: 860px;
    margin: 50px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.content .menu img {
    display: inline-block;
    cursor: pointer;
}

.jobArea {
    position: relative;
    box-sizing: border-box;
    width: 1124px;
    height: 1204px;
    margin: 0 auto;
    background: url(../images/jobBg.png) no-repeat center top;
    margin-top: 50px;
    padding: 40px 50px;
}

.item_list {
    display: none;
    height: 1080px;
    overflow-y: auto;
    margin-top: 40px;
}

.item_list .title {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
}

/*搜索框样式*/

.flter-con ul {
    width: 800px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
}

.flter-con .search {
    display: block;
    box-sizing: border-box;
    outline: none;
    width: 260px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d7695a;
    background-color: transparent;
}

.search-btn {
    display: block;
    width: 132px;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    background-image: linear-gradient(to right, #d94227, #d84555);
}

.search-btn img {
    position: relative;
    top: 5px;
    right: -5px;
    display: inline-block;
    width: 24px;
    height: auto;
}

/*搜索弹框样式*/

.job-search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.jobs {
    position: absolute;
    width: 1000px;
    box-sizing: border-box;
    background-color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jobs p {
    height: 42px;
    line-height: 42px;
}

.jobs p span {
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.jobs p span:nth-of-type(1) {
    width: 30%;
}

.jobs p span:nth-of-type(2) {
    width: 10%;
}

.jobs p span:nth-of-type(3) {
    width: 40%;
}

.jobs p span:nth-of-type(4) {
    width: 10%;
    cursor: pointer;
}

.close {
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 999999999999;
    cursor: pointer;
}

/*登录点样式*/

.comList {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.comList li {
    box-sizing: border-box;
    width: 289px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url(../images/combg0.png) no-repeat center top;
    margin: 15px 25px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

.comList li:hover {
    background: url(../images/combg1.png) no-repeat center top;
    color: #ffffff;
}

.comList .act {
    background: url(../images/combg1.png) no-repeat center top;
    color: #ffffff;
}

/*登录点-部门-职位-职位详情样式*/

.com .com_title {
    height: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/redLine.png) no-repeat center bottom;
    background-size: 100% auto;
}

.com_title span:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    color: #cc2c2c;
}

.com_title span:nth-of-type(2) {
    font-size: 16px;
    color: #dc6c3e;
    cursor: pointer;
}

.com_title img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
}

.com .intro_com {
    font-size: 16px;
    line-height: 2em;
    text-indent: 2em;
    color: #4c4e4d;
    margin: 30px auto 0 auto;
}

.second-level {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 50px auto 30px auto;
}

.second-level li {
    box-sizing: border-box;
    width: 289px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url(../images/combg0.png) no-repeat center top;
    margin: 15px 25px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

.second-level li:hover {
    background: url(../images/combg1.png) no-repeat center top;
    color: #ffffff;
}

.second-level .act {
    background: url(../images/combg1.png) no-repeat center top;
    color: #ffffff;
}

.dept_list .job-item {
    width: 1015px;
    height: 73px;
    line-height: 68px;
    margin: 0 auto;
    background: url(../images/jianbian0.png) no-repeat center top;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
}

.dept_list .job-item:hover {
    background: url(../images/jianbian1.png) no-repeat center top;
    color: #ffffff;
}

.dept_list .job-item:hover a {
    color: #ffffff;
}

.dept_list .active {
    background: url(../images/jianbian1.png) no-repeat center top;
    color: #ffffff;
}

.dept_list .active a {
    color: #ffffff;
}

.job-item a {
    box-sizing: border-box;
    display: inline-block;
    width: 48%;
    color: #000000;
    padding-left: 48px;
}

.job-item span {
    display: inline-block;
}

.job-item span:nth-of-type(1) {
    width: 30%;
}

.job-item span:nth-of-type(2) {
    width: 14%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.job-item span:nth-of-type(3) {
    width: 8%;
    cursor: pointer;
    text-align: center;
}

.job-detail {
    position: relative;
    box-sizing: border-box;
    width: 1005px;
    margin: 0 auto;
    border: 2px solid #d0322f;
    border-top: none;
    margin-bottom: 40px;
    padding: 30px;
    line-height: 2rem;
    margin-top: -12px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    display: none;
}

.job-detail a {
    position: absolute;
    display: block;
    top: 34px;
    right: 30px;
}