[v-cloak] {
    display: none !important;
}

body {
    background: #546F97;
}

/*swiper-row start*/
.swiper-row {
    width: 1600px;
    margin: 80px auto 0;
    display: flex;
}
.swiper-row .menu-index {
    width: 220px;
    height: 490px;
    box-sizing: border-box;
    position: relative;
}
.swiper-row .swiper {
    width: 1080px;
    height: 300px;
    box-sizing: border-box;
}
.swiper-row iframe {
    margin-left:16px;
    width: 300px;
    height: 500px;
}
.swiper-row .carousel-img, .swiper-row .carousel-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-row .swiper .el-carousel__indicator--horizontal .el-carousel__button {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.80);
    opacity: 0.8;
    border-radius: 5px;
}
.swiper-row .swiper .el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 10px;
    height: 10px;
    background: #2652A0;
    border-radius: 5px;
}
.swiper-row .swiper .el-carousel__indicator--horizontal {
    padding: 15px 6px;
}
/*swiper-row end*/

/*jyzc start*/
.jyzc {
    background-color: #39436B;
    height: 100%;
}
.jyzc .jyzc-title {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #ECEDEF;
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.jyzc .item-list {
    padding: 5px 30px 0 0;
}
.jyzc .item-list .item {
    display: flex;
    line-height: 20px;
    padding: 10px 0;
    height: 40px;
    cursor: pointer;
}
.jyzc .item-list .item .circle {
    margin: 6px auto;
    width: 8px;
    height: 8px;
    background: #5DB3FF;
    border-radius: 8px;
}
.jyzc .item-list .item .txt {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    width: 242px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jyzc .more {
    text-align: right;
}
.jyzc .more a {
    font-size: 14px;
    font-weight: 400;
    color: #5DB3FF;
    line-height: 40px;
    cursor: pointer;
}
/*jyzc end*/

/*搜索 start*/
.section {
    position: relative;
    margin-top: -458px;
    margin-bottom: 369px;
}
.demo-form-inline {
    position: relative;
    display: flex;
    max-width: 860px;
    margin: 0 auto;
}
.demo-form-inline .el-input__inner {
    border-color: #707070;
    font-size: 16px;
    color: #414a60;
    height: 67px !important;
}
.demo-form-inline .el-button--primary {
    background-color: #2652a0 !important;
    border-radius: 30px !important;
    border-color: #2652a0 !important;
    height: 49px !important;
}
.demo-form-inline .el-form-item__content {
    width: 100%;
}
.select-area {
    width: 150px;
    margin-right: 0 !important;
}
.select-area .select-iptcss {
    width: 150px;
}
.select-area .el-input__inner {
    border-right: none !important;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 40px;
}

.input-search {
    flex: 1;
}
.input-search .ipt {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    color: #8d92a1;
}
.input-search .ipt .el-input__inner {
    margin-left: 0px !important;
    border-left: none !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-color: #2652a0;
    font-size: 16px;
    padding-right: 90px;
}

.button-search {
    position: absolute;
    right: 12px;
    top: 9px;
    width: 73px;
    height: 49px;
}
.button-search .button {
    width: 100%;
    margin-left: 0px;
    font-size: 16px;
    color: #ffffff;
}
/*搜索 end*/

/*行业 start*/
.category-ctnr {
    width: 220px;
    height: 490px;
}
.all-category {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #5DB3FF;
    font-weight: 400;
    background-color: #39436B;
}
/*行业 end*/

/*zone start*/
.zone {
    width: 1600px;
    margin: 110px auto 80px;
    display: flex;
    justify-content: space-between;
}
.zone .zone-item {
    width: 520px;
    height: 122px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.zone .zone-item img {
    width: 100%;
    height: 100%;
}
.zone .zone-item p {
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.4);
    text-align: center;
}
/*zone end*/

/*热门企业 央国企 start*/
.home-post-label {
    width: 100%;
    background-color: #f6f6f8;
    margin: 0 auto;
    padding-top: 90px;
}
.home-post-label .home-post-tab {
    max-width: 1200px;
    margin: 0 auto;
}
.home-post-label .home-post-tab .el-tabs__nav-wrap::after {
    height: 2px;
    background-color: unset;
}
.home-post-label .el-tabs__nav-wrap {
    overflow: hidden;
    position: relative;
}
.home-post-label .el-tabs__item {
    height: 48px;
    line-height: 48px;
    font-size: 25px;
    font-weight: 400;
    color: rgba(23, 35, 64, 0.45);
}
.home-post-label .el-tabs__item.is-active {
    font-size: 25px;
    color: rgba(23, 35, 64, 0.85);
    font-weight: 500;
}
.home-post-label .el-tabs__active-bar {
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #2652a0;
    z-index: 1;
}
.home-post-label .home-post-tab.enterprise .el-tabs__active-bar {
    height: 0;
    background-color: unset;
}
.home-post-label .el-tabs__nav {
    height: 58px;
    white-space: nowrap;
    position: relative;
    transition: transform 0.3s;
    float: left;
    z-index: 2;
}
.home-post-label.special {
    padding: 60px 0 80px;
}
/*热门企业*/
.hot-company {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.hot-company .company-item {
    width: 24%;
    background: #fff;
    margin-bottom: 16px;
    margin-right: 16px;
    overflow: hidden;
}
.hot-company .company-item:hover {
    box-shadow: 1px 6px 25px rgba(11, 30, 77, .08);
    transition: box-shadow 200ms ease-in;
}
.hot-company .company-item>a {
    padding: 10px 20px 0;
    display: inline-block;
    box-sizing: border-box;
}
.hot-company .company-item>a:hover .company-top .company-title {
    color: #2652a0;
}
.hot-company .company-top {
    display: flex;
    padding-bottom: 14px;
    justify-content: space-between;
}
.hot-company .company-top .company-img {
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(243, 245, 251, 1);
    border-radius: 8px;
}
.hot-company .company-top .company-info {
    text-align: right;
}
.hot-company .company-top .company-title {
    width: 158px;
    height: 22px;
    font-size: 16px;
    color: rgba(23, 35, 64, 0.85);
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}
.hot-company .company-top .info-container {
    font-size: 12px;
    color: rgba(23, 35, 64, 0.45);
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    display: flex;
    margin-top: 14px;
}
.hot-company .company-top .company-line {
    width: 1px;
    height: 12px;
    background: #e0e0e0;
    margin: 3px 10px 0;
}
.hot-company .company-top .company-info-title {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:right;
}
.hot-company .company-top .company-category {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:right;
}
.hot-company .company-bottom {
    height: 44px;
}
.hot-company .company-bottom p {
    width: 248px;
    height: 34px;
    background: #F6F6F8;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D2D7DF;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,35,64,0.65);
}
.hot-company .postTotal {
    color: #2652a0;
}
.hot-company .company-item:nth-child(4n) {
    margin-right: 0;
}
/*热门职位*/
.hot-posts-container {
    display: flex;
    flex-direction: column;
}
.hot-posts-container .hot-posts {
    width: 100%;
    /*max-height: 578px;*/
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.hot-posts-container .post-item {
    width: 288px;
    background: #fff;
    margin-bottom: 16px;
    margin-right: 15px;
}
.hot-posts-container .post-item:hover {
    box-shadow: 1px 6px 25px rgba(11, 30, 77, .08);
    transition: box-shadow 200ms ease-in;
}
.hot-posts-container .post-top {
    display: block;
    padding: 20px 20px 0 20px;
    border-bottom: 1px dashed rgba(238, 240, 245, 1);
    text-decoration: none;
}
.hot-posts-container .post-top:hover > .title .title-left {
    color: #2652a0;
}
.hot-posts-container .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.hot-posts-container .title-left {
    max-width: 190px;
    color: rgba(23, 35, 64, 0.85);
}
.hot-posts-container .title-left>p {
    display:inline-block;
    max-width:166px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hot-posts-container .title-right {
    max-width:82px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fa6a43;
}
.hot-posts-container .title-right span {
    font-size: 15px;
}
.hot-posts-container .time {
    display: flex;
    margin-bottom: 16px;
}
.hot-posts-container .time-item {
    margin-right: 10px;
    color: rgba(23, 35, 64, 0.65);
    font-weight: 400;
    font-size: 12px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-posts-container .line {
    width: 1px;
    height: 12px;
    margin-top: 3px;
    background: #e0e0e0;
}
.hot-posts-container .post-bottom {
    display: flex;
    margin-top: 12px;
    padding: 0 20px 20px;
    text-decoration: none;
}
.hot-posts-container .post-bottom:hover > .bottom-info .info-title {
    color: #2652a0;
}
.hot-posts-container .bottom-img {
    display: block;
    width: 50px;
    height: 50px;
}
.hot-posts-container .bottom-info {
    margin-left: 15px;
}
.hot-posts-container .info-title {
    height: 21px;
    font-size: 15px;
    color: rgba(23, 35, 64, 0.85);
    font-weight: 400;
    margin-bottom: 10px;
}
.hot-posts-container .info-a{
    text-decoration:none;
    cursor:pointer;
    max-width:183px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hot-posts-container .info-company {
    height: 17px;
    font-size: 12px;
    color: rgba(23, 35, 64, 0.45);
    font-weight: 400;
    display: flex;
}
.hot-posts-container .info-company .company-left,
.hot-posts-container .info-company .company-right {
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-posts-container .company-center {
    width: 1px;
    height: 12px;
    background: #e0e0e0;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 3px;
}
.hot-posts-container .post-item:nth-child(4n) {
    margin-right: 0;
}
.home-post-label .more,
.cms .more {
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    background: #2652a0;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 6px auto 0;
}
/*热门企业 央国企 end*/

/*cms 专区 start*/
.cms {
    width: 100%;
    padding: 87px 0 60px;
    background-color: #546F97;
}
.cms .block {
    width: 1600px;
    margin: 0 auto 101px;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    /*justify-content: space-between;*/
}
.cms .cms-title {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin-bottom: 58px;
}
.cms .block .item {
    width: 520px;
    height: 122px;
    border-radius: 10px;
    cursor: pointer;
}
.cms .block.dfrc .item {
    width: 385px;
    height: 86px;
}
.cms .block .item2 {
    width: 520px;
    height: 116px;
    border-radius: 10px;
    cursor: pointer;
}
.cms .block .item img,
.cms .block .item2 img {
    width: 100%;
    height: 100%;
}
/*cms 专区 end*/

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
}