/*招聘专栏*/

#re_app {
    width: 100%;
    float: left;
}




/* 招聘列表 */
.job-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.job-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.job-item:hover {
    cursor: pointer;
}

/* 日期标签 */
.date-tag {
    flex-shrink: 0;
    width: 65px;
    height: 70px;
    background: #fff;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.job-item.active .date-tag {
    background: var(--primary);
    color: #fff;
}

.date-tag .day {
    font-size: 24px;
    font-weight: 600;
}

.date-tag .month {
    font-size: 12px;
    opacity: 0.8;
}

/* 职位信息 */
.job-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-title {
    font-size: 15px;
    color: var(--text);
    font-weight: 500;
    transition: color 0.3s ease;
    cursor: pointer;
}

.job-item:hover .job-title,
.job-item.active .job-title {
    color: var(--primary);

}

/* 查看详情按钮 */
.view-btn {
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fff;
    color: #666;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    cursor: pointer;
}

.job-item:hover .view-btn,
.job-item.active .view-btn {
    border-color: var(--primary);
    color: var(--primary);
}

.view-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* 分页组件 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 8px;
}

.pagination-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-btn:hover:not(.disabled) {
    border-color: var(--primary);
    color: var(--primary);
}

.pagination-btn.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.pagination-btn.active:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-info {
    margin: 0 15px;
    font-size: 13px;
    color: var(--text-b-light);
}

.pagination-select {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
    outline: none;
}

.pagination-jump {
    margin-left: 15px;
    font-size: 13px;
    color: var(--text-b-light);
}

.pagination-jump input {
    width: 50px;
    padding: 6px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0 5px;
    outline: none;
    font-size: 13px;
}

.pagination-jump button {
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.pagination-jump button:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* 分隔符 */
.pagination-divider {
    margin: 0 5px;
    color: #e0e0e0;
}


.detail_content {
    max-width: 1200px;
    margin: 20px auto;
    padding: 32px;
    display: flex;
    flex-direction: column;
    background: #fff;
}


/*详情*/
.detail-card {
    width: 100%;
    float: left;
    font-family: '宋体';
}

.detail-title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #111;
    float: left;
    font-family: '宋体';
}

.detail-time {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--text-light);
    font-family: '宋体';
}

.detail-info {
    padding: 20px 0;
    float: left;
    font-family: '宋体';
    color: #111;
}

.detail-info p {
    margin-bottom: 10px;
    text-indent: 36px;
    font-size: 18px;
    line-height: 1.8;
    font-family: '宋体';
    color: #111;
}

.detail-info .item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.detail-info .item p {
    margin-bottom: 0px;
    text-indent: 36px;
    font-size: 18px;
    line-height: 1.8;
    font-family: '宋体';
    color: #111;
}

.detail-info .item p b.yh {
    font-family: 'Microsoft YaHei';
    color: #111;
}

.detail-file {
    padding: 20px 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.detail-file p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: '宋体';
}

.detail-file p img {
    width: 20x;
    height: 20px;
    padding-right: 10px;
}

.detail-file p a {
    color: var(--primary);
}

.detail-file p a:hover {
    text-decoration: underline;
}


.deatil-box .notice {
    width: 100%;
}

.deatil-box .notice h1 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 32px;
    line-height: 1.35;
    color: #111111;
}

.deatil-box .notice p {
    margin: 0 0 12px;
    text-align: justify;
    text-indent: 2em;
    font-size: 18px;
    color: #111111;
}

.deatil-box .notice strong {
    font-weight: 700;
}

.deatil-box .notice .text-red {
    color: #d93025;
    font-weight: 600;
}

.deatil-box .notice u {
    text-underline-offset: 2px;
}

.deatil-box .notice a {
    color: #0b57d0;
    word-break: break-all;
}

.deatil-box .notice a:hover {
    color: #003d99;
}


.detail-footer {
    width: 100%;
    text-align: center;
}

.detail-footer p {
    font-size: 18px;
    text-align: center;
    color: #111111;
}