a {
    cursor: pointer;
}

body {
    background-color: #FFFFFF;
}

.top-logo-bg {
    padding: 30px 0;
   background-color: #fff;
   box-sizing: content-box;
   background-image: url(../image/导航bg@2x.jpg);
   /* background-size: 100%; */
   background-repeat: no-repeat;
   background-size: cover;
}

.top-search-bg {
    /* margin-top: 30px; */
}

.logo {
    width: 330px;
    height: auto;
    margin-top: 12px;
    cursor: pointer;
}
/* .logo {
    width: 240px;
    height: 48px;
    margin: 0 124px 0 20px;
    cursor: pointer;
} */

.carts-bg {
    width: 134px;
    height: 42px;
    border-radius: 2px;
    margin-left: 100px;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    position: relative;
}

.carts-bg img {
    width: 37px;
    height: 35px;
    margin: 6px 5px;
}

.car-num {
    background-color: #F0831E;
    width: 22px;
    height: 14px;
    display: inline-block;
    border-radius: 7px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    color: white;
    position: absolute;
    top: 8px;
    left: 20px;
}

.top-a-bg {
    margin-top: 20px;
}

.top-a-bg ul {
    display: inline-block;
    margin-left: 104px;
    width: auto;
}

.top-a-bg li {
    display: inline-block;
    height: 42px;
    margin-right: 26px;
}

.top-a-bg a {
    font-size: 16px;
    color: #004BAA;
    
    line-height: 25px;
}

.class-title-bg {
    width: 280px;
    height: 42px;
    display: inline-block;
    vertical-align: bottom;
    background: #004BAA;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
}

.class-title-bg img {
    width: 16px;
    height: 16px;
    margin: 13px 10px 13px 20px;
    vertical-align: top;
}

.center-bg, .auto-center-bg {
    width: 1200px;
    margin: 0 auto;
}

.top-banner-bg {
    overflow: hidden;
    position: relative;
}

.class-bg {
    width: 280px;
    height: 280px;
    border: 1px solid #004BAA;
    border-top: 0;
    float: left;
}

.class-bg li {
    margin-top: 1px;
    padding: 16px 0 10px 20px;
    width: 139px;
    float: left;
}

.class-bg li a {
    color: #004BAA;
    font-size: 14px;
}

.class-bg li img {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 10px;
}

.class-bg li:hover {
    background-color: #F0F5FF;
}

.class-bg li a:hover {
    color: #F0831E;
}

.banner-bg {
    display: inline-block;
    float: left;
    height: 280px;
    width: 910px;
}

.banner-left-bg {
    float: left;
    display: inline-block;
    margin: 10px 0 0 10px;
}

.banner {
    width: 680px;
    height: 270px;
}

.banner img {
    width: 680px;
    height: 270px;
}

.right-text-bg {
    width: 210px;
    height: 270px;
    margin: 10px 0;
    float: right;
    text-align: center;
}

.top-img-bg-tilte {
    font-size: 20px;
    color: #004BAA;
    margin-top: 12px;
    height: 20px;
}

.right-text-bg img {
    width: 100%;
    height: 148px;
    /* border-radius: 5px; */
    margin-top: 15px;
    margin-bottom: 15px;
}

.release-btn {
    width: 100%;
    height: 44px;
    /* border-radius: 5px; */
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    background: #004BAA;
}
.release-btn:hover{
    background: #005ddd;
}

.release-btn:hover {
    color: #ffffff;
}

.talent-search-view {
    overflow: visible;
}

.module-view {
    margin-bottom: 20px;
    overflow: hidden;
}

.message-title-bg {
    margin-bottom: 20px;
}

.message-title-bg-news {
    margin-bottom: 20px;
    border-bottom: 1.5px solid #F5F6FA;
    padding: 0 0 6px 0;
}

.message-title-line {
    background-color: #004BAA;
    width: 4px;
    height: 18px;
    display: inline-block;
}

.message-title {
    font-size: 18px;
    color: #004BAA;
    
    margin-left: 8px;
    vertical-align: top;
}

/* 人才搜索 */
.talent-search-overflow {
    margin-top: 20px;
    overflow: visible;
}

.select-position-name .layui-select-title {
    position: relative;
}

.position-level ul li:hover {
    background-color: #f2f2f2;
}

.third-level::-webkit-scrollbar {
    width: 0;
}

.position-level {
    position: absolute;
    top: 42px;
    z-index: 999;
}

.level1 {
    width: 200px;
    height: 300px;
    float: left;
    /* position: absolute;
    left: 0;
    top: 42px; */
    /* z-index: 999; */
    border: 1px solid #d2d2d2;
    /* max-height: 200px;
    overflow-y: auto; */
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
}

.level1 li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.level2 {
    width: 200px;
    height: 300px;
    float: left;
    /* position: absolute;
    left: 199px;
    top: 42px;
    z-index: 999; */
    margin-left: -1px;
    border: 1px solid #d2d2d2;
    border-left: none;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    overflow: auto;
}

.level2 li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.level3 {
    width: 200px;
    height: 300px;
    /* position: absolute;
    left: 398px;
    top: 42px;
    z-index: 999; */
    float: left;
    margin-left: -1px;
    border: 1px solid #d2d2d2;
    border-left: none;
    /* max-height: 200px;*/
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
}

.level3 li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search {
    margin-left: 0;
    line-height: 0;
}

.talent-search .layui-form {
    display: inline-block;
    width: 100%;
}

.talent-search .layui-form-item .layui-input-inline {
    width: auto;
    margin-right: 20px;
}

.layui-form-item {
    margin-bottom: 0;
}

.search input {
    width: 200px;
    border-radius: 4px;
}

.inline {
    border-radius: 4px 0 0 4px !important;
    width: 160px !important;
}

.layui-btn {
    width: 70px;
    margin-left: -4px;
    margin-bottom: 4px;
    line-height: 34px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #004BAA;
    background-color: #004BAA;
}

/* 热门推荐 */

.hot-recommend li:last-child {
    margin: 0;
}

.hot-recommend .recommend-list {
    background: #FFFFFF;
}

.hot-recommend .layui-carousel-ind {
    display: none;
}

.hot-recommend ul li {
    float: left;
}

.recommend-list li {
    width: 160px;
    height: 100px;
    float: left;
    margin: 0;
    display: block;
    margin-right: 13px;
    /* border: 1px solid #E5E9F2; */
    background-color: #FFFFFF;
}

.recommend-list li:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.idle-goods-bg {
    width: 160px;
    height: 100px;
}

/* 热门职位/热门企业 */
.display {
    display: none;
}

/* 热门职位模块 */
.hot-post,
.hot-enterprise {
    cursor: pointer;
}

.hot-enterprise {
    margin-left: 3px;
}

.post-module {
    padding-bottom: 20px;
    overflow: hidden;
}

.post-detail {
    width: 400px;
    height: 190px;
    margin: 0 auto;
    float: left;
    padding: 20px;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #BFC5D1;
    cursor: pointer;
}

.post-detail:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.post-info {
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #C3C3C3;
}

.post-name {
    display: inline;
    color: #004BAA;
    font-size: 18px;
}

.post-salary {
    float: right;
    width: auto;
    color: #FA871F;
    font-size: 18px;
}

.post-education {
    color: #999999;
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 20px;
}

.company-info {
    padding: 20px 0;
}

.company-img {
    width: 72px;
    height: 46px;
    vertical-align: top;
}

.enterprise-name,
.company-addr {
    font-size: 16px;
    color: #999999;
    line-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.enterprise-name {
    display: inline-block;
    margin-left: 10px;
    width: 170px;
}

.company-addr {
    float: right;
    width: 100px;
}

/* 热门职位模块 */
.enterprise-module {
    /* overflow: hidden; */
}

.enterprise-detail {
    width: 200px;
    height: 170px;
    float: left;
    padding: 30px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    background-color: #fff;
}

.enterprise-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

/* 推荐课程 */

.recommend-course-item {
    width: 232px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
}

.recommend-course-item:nth-child(5n) {
    margin-right: 0;
}

.recommend-course-item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.recommend-course-item a {
    width: 100%;
    height: 100%;
}

.course-img {
    width: 232px;
    height: 232px;
}

.course-name, .company-name, .course-price {
    margin-left: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.course-name {
    font-size: 14px;
    color: #333333;
    height: 20px;
    margin: 6px 0 10px 0;
}

.company-name {
    font-size: 12px;
    color: #999999;
}

.course-price {
    margin: 10px 0;
    font-size: 14px;
    color: #D20000;
}

/* 新闻中心|法律法规 */
.overflow-hidden {
    overflow: hidden;
}

.publish {
    margin-top: 50px;
}

.level-img {
    float: left;
    width: 20px;
    height: 14px;
}

.message-list-bg {
    float: left;
    width: 48%;
    margin: 0 1% 50px 1%;
}

.message-list-bg.hole-list {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.message-list-bg li {
    margin: 16px 25px 5px 0;
    cursor: pointer;
    width: 554px;
    overflow: hidden;
}

.watch-more {
    display: inline-block;
    float: right;
    color: #7D8DB3;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 10px;
}

.message-list-bg ul li img {
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 10px;
}

.message-list-bg ul li p {
    height: 17px;
    font-size: 14px;
    color: #004BAA;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*临时 企业*/
.com-list-ls img {
    width: 200px;
    height: auto;
    float: left;
}
.top-a-bg .nav-item {
    padding: 0 10px !important;
}