.box1 {
  width: 680px;
  background: #EEEEEE;
}
.box1 ul {
  clear: both;
  overflow: hidden;
}
.box1 ul li {
  width: 49%;
  height: 100px;
  margin-bottom: 2px;
  background: #FFFFFF;
  float: left;
}
.box1 ul li:nth-child(even) {
  margin-left: 1%;
}

.box2 {
  width: 680px;
  background: #EEEEEE;
}
.box2 ul {
  clear: both;
  overflow: hidden;
}
.box2 ul li {
  width: 100%;
  height: 100px;
  margin-bottom: 2px;
  background: #ffffff;
  float: left;
}
.box2 ul li:nth-child(even) {
  margin-left: 0%;
}

/* 名企 */
.hotCompany {
    display: grid;
    
    width: 680px;
    column-gap: 5px;
    margin-top: 20px;
}

.h-item {
    box-shadow: 0px 3px 30px 0px rgba(0,17,51,0.02);
    border: 0px solid #99BBFF;
    position: relative;
    display: block;
    transition: all .2s;
    border-radius: 10px;
}

.h-item:hover {
    box-shadow: 1px 8px 40px 0px rgb(0 15 77 / 6%);
}

.hi-company {
    display: flex;
    padding: 18px;
    background-color: #efefef;
	margin-bottom: 2px;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
    height: 100px;
    box-sizing: border-box;
}

.hi-company:hover .hic-right div {
    color: #1975FF;
}

.hic-left {
    width: 164px;
    height: 90px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 6px;
    flex-shrink: 0;
}

.hic-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.hic-right div {
    color: #333333;
    font-size: 16px;
    margin-bottom: 4px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hic-right p {
    color: #9CA0AD;
    font-size: 13px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hic-right p span {
    margin: 0px 10px 0px 8px;
    position: relative;
}

.hic-right p span::before {
    content: '';
    background-color: #DFE0E6;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.hi-jobs {
    padding: 0px 18px;
    border-radius: 0px 0px 10px 10px;
    background: url() no-repeat center/cover;
}

.hij-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.hij-item:last-of-type {
    padding-top: 0px;
}

.hij-item:last-child {
    margin-bottom: 0px;
}

.hij-item .left {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.hij-item .left .text {
    color: #666666;
    flex-shrink: 0;
}

.hij-item .right {
    color: #333333;
    font-size: 15px;
    word-break: break-all;
    white-space: nowrap;
}

.hij-item .right span {
    font-size: 14px;
}

.hij-item:hover .left .text,.hij-item:hover .right {
    color: #3377FF !important;
}

.hi-label {
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(90deg, #AE7435 0%, #CFA966 100%);
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    position: absolute;
    top: 4px;
    left: 4px;
}

/* 绮鹃€夎亴浣� */
.r-title {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 32px;
}

.r-tabs {
    display: flex;
    background-color: white;
    height: 64px;
    overflow: hidden;
    border-radius: 6px;
    padding: 0px 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.r-tabs li {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 64px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.r-tabs li:hover {
    color: #1975FF;
}

.r-tabs .active {
    color: #1975FF;
    font-size: 15px;
    position: relative;
}

.r-tabs li::before {
    content: '';
    height: 3px;
    background-color: #3377FF;
    position: absolute;
    bottom: 0px;
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
}

.r-tabs .active::before {
    transform: scaleX(1);
    transition: all .3s;
}

.r-details {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.r-details.active {
    display: flex;
}

.rd-item {
    border-radius: 6px;
    background-color: white;
    padding: 22px 16px 22px;
    width: 390px;
    box-sizing: border-box;
    margin-right: 15px;
    display: block;
    margin-bottom: 15px;
    transition: all .2s;
}

.rd-item:hover {
    background-color: white;
    box-shadow: 1px 8px 40px 0px rgb(0 15 77 / 6%);
    position: relative;
    z-index: 1;
}

.rd-item:nth-child(3n) {
    margin-right: 0px;
}

.rdi-job {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 12px;
    margin-bottom: 20px;
    display: block;
}

.rdi-job .job {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.rdi-job .job .name {
    color: #000000;
    font-size: 18px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: 10px;
}

.rdi-job .job .salary {
    font-size: 18px;
    color: #1975FF;
    flex-shrink: 0;
    display: flex;
}

.rdi-job .job .salary span {
    font-size: 15px;
    margin-top: 1px;
    font-weight: bold;
}

.rdi-job .job .salary em {
    font-family: DINMi;
    font-weight: bold;
}

.rdi-job .require {
    color: #9CA0AD;
    font-size: 13px;
    margin-bottom: 14px;
}

.rdi-job .require span {
    color: #DFE0E6;
    font-size: 12px;
}

.rdi-job .label {
    display: flex;
    min-height: 26px;
}

.rdi-job .label div {
    background-color: #F5F5F7;
    border-radius: 4px;
    color: #8E929E;
    font-size: 12px;
    padding: 4px 8px;
    margin-right: 8px;
}

.rdi-job .label div:last-child {
    margin-right: 0px;
}

.rdi-company {
    display: flex;
    align-items: center;
}

.rdi-company .logo {
    width: 50px;
    height: 50px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 6px;
    margin-right: 9px;
    flex-shrink: 0;
}

.rdi-company .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px
}

.rdi-company .right {
    padding-right: 40px;
}

.rdi-company .right .name {
    color: #666666;
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.rdi-company .right .nature {
    color: #9CA0AD;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rdi-company .right .nature span {
    color: #DFE0E6;
}

.rd-btn {
    width: 184px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background-color: #DEEBFF;
    color: #1975FF !important;
    font-size: 14px;
    margin: 24px auto 0px;
    cursor: pointer;
    display: block;
}

.rd-btn:hover {
    background-color: #1975FF;
    color: white !important;
}

/* 蹇€熸嫑鑱� */
.fasHire {
    background-color: white;
    border-radius: 6px;
    margin-bottom: 30px;
}

.f-title {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 30px;
}

.ft-left {
    display: block;
}

.ft-left p {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 6px;
}

.ft-left p span {
    color: #3377FF;
    font-size: 28px;
}

.ft-left span {
    color: #9CA0AD;
    font-size: 14px;
}

.ft-right {
    color: #9CA0AD;
    font-size: 14px;
}

.ft-right a {
    color: #1975FF;
}

.ft-right a:hover {
    text-decoration: underline;
}

.ft-right span {
    color: #5C5E66;
    margin: 0px 10px;
}

.f-content {
    display: flex;
}

.fc-tabs {
    width: 200px;
    box-sizing: border-box;
    border-radius: 6px;
    background: linear-gradient(-90deg, rgba(247, 248, 250, .7) 0%, rgba(255, 255, 255, .7) 100%);
    padding: 10px 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 590px;
    margin-right: 20px;
    flex-shrink: 0;
}

.fc-tabs ul {
    position: relative;
}

.fc-tabs ul li .item {
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    padding-left: 24px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.fc-tabs ul .active .item {
    color: white;
    background-color: #3377FF;
}

.fc-tabs .text {
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.fc-tabs .text span {
    color: #3377FF;
}

.fc-tabs ul .active .pglist {
    display: flex;
}

.fc-detail,.fc-tabs ul li .pglist {
    display: flex;
    flex-wrap: wrap;
    max-height: 530px;
    overflow: auto;
    align-content: baseline
}

.fc-tabs ul li .pglist {
    position: absolute;
    width: 980px;
    height: 530px;
    top: -10px;
    left: calc(100% + 30px);
    z-index: 1;
    background-color: white;
    font-size: 15px;
    display: none;
}

.fc-detail::-webkit-scrollbar,.fc-tabs ul li .pglist::-webkit-scrollbar {
    width: 8px;
}

.fc-detail::-webkit-scrollbar-thumb,.fc-tabs ul li .pglist::-webkit-scrollbar-thumb {
    background: #D7D7D9;
    border-radius: 20px;
}

.fc-detail::-webkit-scrollbar-thumb:hover,.fc-tabs ul li .pglist::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
}

.fc-detail::-webkit-scrollbar-thumb:active,.fc-tabs ul li .pglist::-webkit-scrollbar-thumb:active {
    background: #b2b2b2;
}

.fc-detail .item {
    background-color: #F7F9FC;
    border: 1px solid #F5F5F7;
    margin-bottom: 15px;
    margin-right: 5px;
    width: 314px;
    height: 94px;
    box-sizing: border-box;
}

.fc-tabs ul li .pglist a {
    background-color: #F7F9FC;
    border: 1px solid #F5F5F7;
    margin-bottom: 15px;
    margin-right: 5px;
    width: 314px;
    height: 94px;
    box-sizing: border-box;
    padding: 0px 13px 0px 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: leftFadeIn .2s;
}

.fc-detail .item a {
    padding: 0px 13px 0px 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: all .2s;
}

.fc-detail .item a:hover,.fc-tabs ul li .pglist a:hover {
    background-color: white;
    box-shadow: 1px 8px 40px 0px rgba(0,15,77,0.08);
    position: relative;
    z-index: 1;
}

.fc-detail .item .title,.fc-tabs ul li .pglist a .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.fc-detail .item .title div,.fc-tabs ul li .pglist a.title div {
    color: #333333;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-detail .item .require,.fc-tabs ul li .pglist a .require {
    color: #9CA0AD;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fc-detail .item .require div {
    margin-left: 8px;
    display: inline-block;
    color: #9CA0AD !important;
}

.fc-detail .item .require .model {
    overflow: hidden;
    margin-left: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fc-detail .item .require .model div:first-child {
    margin-left: 0px;
}

/* 鏈€鏂拌祫璁� */
.newNews {
    background-color: white;
    border-radius: 6px;
    padding: 25px 30px 30px;
    margin-bottom: 30px;
}

.n-tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.n-tabs a {
    color: #333333;
    font-size: 14px;
    margin-bottom: 5px;
}

.n-tabs li:first-child:hover a {
    color: black;
}

.n-tabs li:hover a {
    color: #1975FF;
}

.n-tabs ul {
    display: flex;
    align-items: flex-end;
}

.n-tabs ul li {
    color: #333333;
    font-size: 15px;
    margin-right: 40px;
    cursor: pointer;
    margin-bottom: 4px;
}

.n-tabs ul li:first-child {
    margin-bottom: 0px;
}

.n-tabs ul .active a {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    position: relative;
}

.n-tabs ul .active a::before {
    content: '';
    height: 6px;
    border-radius: 3px;
    background-color: #3377FF;
    bottom: -5px;
    left: 47px;
    right: 45px;
    position: absolute;
}

.n-tabs .nt-more {
    color: #999;
}

.n-tabs .nt-more:hover {
    color: #1975FF;
}

.n-detail {
    display: flex;
}

.nd-left {
    width: 420px;
    margin-right: 30px;
}

.ndl-swiper {
    height: 180px;
    margin-bottom: 36px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.ndl-swiper .swiper-pagination {
    left: 168px !important;
}

.ndl-swiper .swiper-pagination span {
    background-color: rgba(238, 238, 238, .6);
    border-radius: 3px;
    transition: all .2s;
}

.ndl-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #EEEEEE;
    width: 16px;
    border-radius: 3px;
}

.ndl-news {
    line-height: 32px;
}

.ndl-news .title {
    color: black;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    max-width: 95%;
    display: block;
}

.ndl-news a:hover {
    text-decoration: underline;
    color: #1975FF;
}

.ndl-news p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #616266;
    font-size: 14px;
}

.ndl-news p::before {
    content: '路';
    display: inline-block;
    margin-right: 3px;
}

.nd-center {
    width: 266px;
    margin-right: 36px;
}

.ndc-picture {
    height: 180px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 36px;
    display: block;
}

.ndc-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ndc-picture div {
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    color: #EEEEEE;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    padding-left: 13px;
    background: linear-gradient(to top, rgba(0,0,0,.6) -10%,transparent 100%);
    border-radius: 0 0 6px 6px;
    height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 90px;
}

.nd-center ul {
    line-height: 40px;
}

.nd-center ul li {
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.nd-center ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nd-center ul li a:hover span {
    text-decoration: underline;
    color: #1975FF;
}

.nd-center ul li::before {
    content: '';
    background-color: #FF6600;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0;
}

.nd-right {
    flex: 1;
    overflow: hidden;
    height: 416px;
    overflow: hidden;
}

.ndr-item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}

.ndr-item:last-child {
    margin-bottom: 0px;
}

.ndr-item .left {
    margin-right: 10px;
}

.ndr-item .left p {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.ndr-item .left p span {
    color: #1975FF;
}

.ndr-item .left div {
    color: #9CA0AD;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.ndr-item .right {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.ndr-item:hover .left p {
    color: #1975FF;
    text-decoration: underline;
}

/* 鍒涘缓绠€鍘� */
.creResume {
    height: 160px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: url(../images/botbgi.png) no-repeat #1866FF center/cover;
}

.c-item {
    flex: .5;
    margin-left: 65px;
    position: relative;
}

.ci-left p {
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
}

.ci-left a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,.5);
    color: white;
    display: block;
}

.ci-left a:hover {
    background-color: rgba(255,255,255,0.3);
}

/* 鍦板潃寮瑰嚭灞� */
.changeCityBtn {
    position: relative;
}

.changeCityList {
    display: none;
    position: absolute;
    left: -14px;
    top: 20px;
    min-width: 400px;
    max-width: 900px;
    z-index: 10;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    background: transparent;
    animation: topFadeIn .3s;
}

.changeCityBtn:hover .changeCityList, .changeCityBtn:hover .changeCityList {
    display: block !important;
}

.setwidth {
    height: 0;
    opacity: 0;
    padding: 0 45px 0 65px;
    overflow: hidden;
    white-space: nowrap;
}

.setwidth span {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 0 5px 0 0;
}

.changeCityBtn:hover .changeCityList {
    display: block;
}

.changeCityList a:hover, .changeCityList a.curr {
    text-decoration: none;
    color: #FF6402;
}

.changeCityBtn .changeCityList .boxpd {
    position: relative;
    padding-top: 12px;
}

.changeCityBtn .changeCityList .boxpd .sj {
    position: absolute;
    left: 22px;
    top: -7px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}

.changeCityBtn .changeCityList .boxpd .sj i {
    position: absolute;
    left: -9px;
    top: -7px;
    display: block;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #fff;
}

.changeCityList .box {
    padding: 15px 0 5px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
    background: #fff;
}

.changeCityBtn .changeCityList .hot {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: #E5E5E5 solid 1px;
}

.changeCityBtn .changeCityList dt {
    display: inline-block;
    width: 65px;
    float: left;
    text-align: center;
    color: #B0B3B4;
}

.changeCityBtn .changeCityList dd a {
    float: left;
    margin: 0 20px 6px 0;
    white-space: nowrap;
}

.changeCityBtn .changeCityList .hot dt {
    color: #FF6402;
}

.changeCityList dd {
    overflow: hidden;
}

.changeCityList .more {
    position: relative;
}

.changeCityList .pytit {
    padding-right: 25px;
    margin-bottom: 10px;
    line-height: 26px;
    white-space: nowrap;
}

.changeCityBtn .changeCityList .pytit span {
    width: 30px;
    text-align: center;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.changeCityBtn .changeCityList .pytit span:hover, .changeCityBtn .changeCityList .pytit span.curr {
    background: #FF6402;
    color: #fff;
}

.changeCityBtn .changeCityList .pytit dd {
    border-bottom: 1px solid #FF6402;
}

.changeCityBtn .changeCityList .list {
    position: relative;
    max-height: 280px;
    overflow-y: auto;
}

.changeCityBtn .changeCityList .list dl {
    line-height: 30px;
}

.changeCityBtn .changeCityList .content {
    padding: 10px 20px;
}

.changeCityBtn .changeCityList .content li {
    float: left;
}

.changeCityBtn .changeCityList .content a {
    margin: 0 15px 15px 0;
}

.changeCityBtn .changeCityList .content .tit {
    margin-bottom: 20px;
}

.changeCityBtn .changeCityList .content li a {
    display: block;
    position: relative;
    font-size: 11px;
    padding: 0 20px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.changeCityBtn .changeCityList .content li a:hover {
    text-decoration: none;
    border-color: #0ab7f9;
    color: #0ab7f9;
}

.changeCityBtn .changeCityList .content li a s {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0;
    bottom: 0;
    display: none;
}

.changeCityBtn .changeCityList .content li a s img {
    display: block;
    width: 100%;
    height: 100%;
}

.changeCityBtn .changeCityList .content li a:hover s {
    display: block;
}

.changeCityBtn .changeCityList .content li a.curr {
    border-color: #0ab7f9;
    color: #0ab7f9;
}

.changeCityBtn .changeCityList .content li a.curr s {
    display: block;
}

@font-face {
    font-family: DINMi;
    src: url('../../../../static/fonts/DINMittelschriftStd.eot'), url('../../../../static/fonts/DINMittelschriftStd.otf'), url('../../../../static/fonts/DINMittelschriftStd.ttf'), url('../../../../static/fonts/DINMittelschriftStd.woff'), url('../../../../static/fonts/DINMittelschriftStd.woff2') /* IE9 */
}

; @keyframes centerIn {
    0% {
        left: 50%;
        right: 50%;
        position: absolute;
    }

    100% {
        left: 0%;
        right: 0%;
        position: absolute;
    }
}

;