.employment_content {
    padding-bottom: 28px;
}
.main_content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}
.main_content * {
    box-sizing: border-box;
}
/* 面包屑 start */
.crumbs {
    background: #e8f8ff;
    padding: 15px 0;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.crumbs .location {
    padding-left: 28px;
    background: url(icon-loc.png) no-repeat left center;
}

.crumbs .crumbs_text {
    margin-left: 5px;
    margin-right: 5px;
}
/* 面包屑 end */
/* banner start */
.banner {
    margin-top: 20px;
    height: 0;
    padding-top: 25%;
    position: relative;
}
.banner .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
/* banner end */
.employment_section_title_box {
    padding-top: 25px;
    padding-bottom: 14px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #D0DBF1;
    position: relative;
}
.employment_section_title_box:after {
    display: block;
    content: '';
    width: 666px;
    height: 8px;
    background: #F2F2F2;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.employment_section_title_box .title {
    font-size: 32px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex: 1;
    position: relative;
    z-index: 2;
}
.employment_section_title_box .title:before {
    display: block;
    content: '';
    background: url(zt2025_employment_section_left.png) no-repeat left center;
    width: 88px;
    height: 13px;
}
.employment_section_title_box .title:after {
    display: block;
    content: '';
    background: url(zt2025_employment_section_right.png) no-repeat right center;
    width: 88px;
    height: 13px;
}
.employment_section_title_box .more {
    font-size: 14px;
    line-height: 20px;
    color: #235399;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    bottom: 14px;
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.employment_section_title_box .more_icon {
    position: relative;
    top: -1px;
}
.employment_tab_wrap {
    display: flex;
    justify-content: center;
}
.employment_tab_wrap .employment_tab {
    display: flex;
    align-items: center;
    background: #D9E5F4;
    border-radius: 24px;
    margin: 0 auto 20px;
}
.employment_tab_wrap .tab_item {
    flex-shrink: 0;
    min-width: 200px;
    font-size: 18px;
    height: 48px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.employment_tab_wrap .tab_item.cur {
    background-color: #235399;
    color: #fff;
    border-radius: 24px;
}
.employment_tab_list .tab_list_content {
    display: none;
    padding-bottom: 32px;
}
.employment_tab_list .tab_list_content.cur {
    display: block;
}
.employment_tab_list .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.employment_tab_list .li {
    border: 1px solid #F0F0F0;
    width: calc(50% - 15px);
}
.employment_tab_list .li:nth-child(4n+3) {
    background: #EBEBEB;
}
.employment_tab_list .li:nth-child(4n+4) {
    background: #EBEBEB;
}
.employment_tab_list .li:hover {
    background: #D9E5F4;
}
.employment_tab_list .li:hover .date_box .date,
.employment_tab_list .li:hover .date_box .year,
.employment_tab_list .li:hover .title {
    color: #235399;
}
.employment_tab_list .title_box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 10px 15px 12px;
}
.employment_tab_list .date_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
}
.employment_tab_list .date_box .date {
    font-size: 20px;
    line-height: 26px;
    color: #333;
}
.employment_tab_list .date_box .year {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.employment_tab_list .title {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.employment_part2 {
    background: #F7F9FB;
    min-width: 1200px;
}
.employment_part4 {
    background: #F7F9FB;
    min-width: 1200px;
}
.employment_tab_list .swiper_list {
    padding-bottom: 32px;
    overflow: hidden;
    position: relative;
}
.employment_tab_list .swiper-slide {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.employment_tab_list .slide_box {
    display: block;
    width: calc((100% - 80px) / 5);
    height: 123px;
}
.employment_tab_list .slide_box .img {
    width: 100%;
    height: 100%;
}
.employment_tab_list .swiper-pagination {
    bottom: 0;
    font-size: 0;
}
.employment_tab_list .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    background: #D8D8D8;
    border-radius: 3px;
    margin: 0 3px;
    opacity: 1;
}
.employment_tab_list .swiper-pagination-bullet-active {
    width: 30px;
    background: #235399;
}
.employment_tab_list .list2 {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #F0F0F0;
    gap: 0 30px;
    padding: 0 15px;
}
.employment_tab_list .li2 {
    width: calc(50% - 15px);
    border-bottom: 1px dashed #D3D3D3;
}
.employment_tab_list .li2:last-child {
    border-bottom: none;
}
.employment_tab_list .li2:nth-child(odd):nth-last-child(2) {
    border-bottom: none;
}
.employment_tab_list .title_box2 {
    display: flex;
    align-items: center;
}
.employment_tab_list .icon2:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #5380C1;
    position: relative;
    top: 3px;
}
.employment_tab_list .icon2:after {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #235399;
    position: relative;
    top: -3px;
    left: 6px;
    box-sizing: border-box;
}
.employment_tab_list .title2 {
    font-size: 16px;
    line-height: 60px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 12px;
    margin-right: 25px;
}
.employment_tab_list .title2:hover {
    color: #235399;
}
.employment_tab_list .date2 {
    font-size: 16px;
    line-height: 60px;
    color: #999;
    margin-left: auto;
    flex-shrink: 0;
}
.employment_part6 {
    background: #F7F9FB;
    min-width: 1200px;
}