.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}

.layui-progress {
    height: 18px;
}

.layui-progress-bar {
    height: 18px;
    background: -webkit-linear-gradient(right, #95C6FF, #226EBC);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #95C6FF, #226EBC);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #95C6FF, #226EBC);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #95C6FF, #226EBC);
}

.layui-form-radio * {
    display: inline;
}

.page .bottom_main {
    width: 1170px;
    margin: auto;
    padding: 30px 0;
}

.page .bottom_main .search {
    display: flex;
    justify-content: center;
    align-items: center;
}


.page .bottom_main .content {
    display: flex;
    align-items: flex-start;
}

.page .bottom_main .content .other_info {
    display: flex;
    margin-top: 10px;
    width: 828px;
    flex-direction: column;
}

.people_list {
    width: 80%;
    margin-bottom: 20px;
}

.people_list .people {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.people_list .people .p_top {
    display: flex;
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.people_list .people .p_top .p_top_left {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    min-width: 712px;
    max-width: 712px;
}

.people_list .people .p_top .p_top_left .name {
    font-size: 16px;
    font-weight: 400;
    color: #226EBC;
    margin-right: 6px;
}

.people_list .people .p_top .p_top_left .title-red {
    color: red;
}

.people_list .people .p_top .p_top_left .di_bottom {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #444;
}

.people_list .people .p_top .p_top_left .di_bottom2 {
    color: #333333;
    font-weight: 500;
}

.people_list .people .p_top .p_top_left .di_bottom .face{
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.people_list .people .p_top .p_top_left .center {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.people_list .people .p_top .p_top_left .di_bottom span:last-child {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.people_list .people .p_top .p_top_left .di_bottom .line {
    display: inline-block;
    width: 2px;
    height: 12px;
    background-color: #aba5a5;
}

.people_list .people .p_top .p_top_left .di_bottom .salary {
    color: #226EBC;
}

.p_top_zd {
    display: flex;
    width: fit-content;
    background: hsla(210, 69%, 44%, 0.2);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #226EBC;
    line-height: 16px;
    padding: 4px 6px;
    margin-bottom: 4px;

}

.p_top_rq {
    color: #aba5a5;
    line-height: 23px;
}

.people_list .people .p_top .p_top_left div {
    display: flex;
    align-items: center;
}

.people_list .people .p_top .p_top_left div .ljgt {
    display: flex;
    padding: 2px 6px 2px 5px;
    background: #226EBC;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 2px;
}

.bottom_left .layui-btn+.layui-btn {
    margin-left: 0;
    margin: 10px 0;
}

.bottom_left .layui-btn-primary {
    border-color: #226EBC;
    color: #226EBC;
    border-radius: 5px;
}

.bottom_left .layui-btn-normal {
    background-color: #226EBC;
    border-radius: 5px;

}

#ljgt {
    display: none;
}

.people_list .people .p_top .p_top_left div .ljgt img {
    margin-right: 4px;
    margin-top: -1px;
}

.people_list .people .p_top .p_top_left div .liaot {
    width: 16px;
    height: 16px;
}


.right_info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 20%;
}

.right_info>a{
    cursor: pointer;
}

.right_info>a>img {
    width: 232px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.right_info .recommend {
    background: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.right_info .recommend .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    width: 64px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    padding-bottom: 5px;
    border-bottom: 2px solid #226EBC;
    margin-bottom: 10px;

}

.right_info .recommend .recommend_item {
    padding: 8px 10px;
    position: relative;
}

.right_info .recommend .recommend_item::before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #226EBC;
}

.el-cascader {
    width: 85px;
    margin-left: 16px;
    color: #333333;
}

.el-input--suffix .el-input__inner {
    padding-right: 10px;
    border: 0;
    font-size: 16px;
    color: #333333 !important;
}

.el-input__inner {
    padding: 0 10px;
}

.el-input__inner::placeholder {
    color: #333333 !important;
}

.el-cascader-node.is-selectable.in-active-path {
    color: #226EBC;
}

.el-cascader-menu {
    min-width: 200px;
}

.el-cascader-node__label {
    font-size: 16px;
}

.about {
    background: #2E3139;
    margin-top: 20px;
}

.about_na {
    width: 1170px;
    margin: auto;
}

.about_box {
    padding: 20px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.about_box .left_about {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 0 60px 0 0;
}

.left_about .title_left .bigfont {
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.left_about .title_left {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_about .title_left div p {
    font-size: 14px;
}

.left_about .title_right div p {
    font-size: 14px;
}

.left_about .title_right {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_about .title_right .bigfont {
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.center_about {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 5px 50px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.center_about .center_box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.center_about .center_box img {
    height: 120px;
    width: 120px;
}

.center_about .center_box p {
    margin: 0 0 15px 0;
    color: white;
    font-size: 18px;
}

.right_about {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 50px;
}

.right_about p {
    color: white;
    margin: 15px;
    font-size: 18px;
}

.right_about div p {
    color: #FFA100;
    margin: 8px;
    font-size: 14px;
    font-weight: 800;
}

.talkus {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
}

.talkus .company_box p {
    color: white;
    font-size: 13px;
}

.talkus .company_box p span {
    color: #FFA100;
    font-size: 24px;
}

.talkus .company_box .name {
    font-size: 16px;
}

.copyright {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.copyright p {
    color: #999999;
    font-size: 14px;
}

.copyright .nocp {
    margin-bottom: 0;
}

.copyright p a {
    color: white;
    text-decoration: none;
    color: #999999;
    font-size: 14px;
}

.layui-form-radio {
    display: flex;
    align-items: center;
    margin: 0;
}

.layui-form-radio>div {
    white-space: pre;
}

#demo10 {
    text-align: center;
}

#demo9 {
    width: 150px;
}

#demo0 {
    text-align: center;
}

#reset {
    cursor: pointer;
    color: #226EBC;
}

.more_province {
    cursor: pointer;
    color: #226EBC;
}

.more_province .iconfont {
    color: #226EBC;
    margin-left: 4px;
    display: inline-block;
    transition: 0.5s;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #226EBC;
}

.layui-form-item .layui-input-inline {
    width: 136px;
}

.layui-form-select .layui-input::placeholder {
    color: #BCBCBC;
}

.layui-form-select .layui-input {
    height: 24px !important;
    line-height: 24px !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #226EBC !important;
}

.el-input__suffix {
    display: none;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #226EBC !important;
}

.content_card {
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
}

.content_card .title {
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
}

.content_card .user {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.content_card .user>img {
    width: 50px;
    height: 50px;
    border-radius: 50% 50%;
    margin-right: 10px;
}

.user_name {
    margin-bottom: 5px;
}

.user_date {
    color: #aba5a5;
}

.content_title {
    /* font-size: 18px; */
    font-weight: 600;
    margin-bottom: 10px;

}

.content_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content_card2 {
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
}

.content_card2 .title {
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
}

.content_card2 .user {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.content_card2 .user>img {
    width: 150px;
    height: 100px;
    border-radius: 5px;
    margin-right: 10px;
}

.com_list {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    width: 80%;
    gap: 12px;
}

/* .com_list::after {
    content: '';
    flex: 1;
}

.com_item:last-child {
    margin-left: 15.5px;
} */

.com_list .com_item {
    width: 32%;
    background: white;
    padding: 20px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    height: fit-content;
    /* margin-right: 13px; */
}

.com_item_top {
    display: flex;
    align-items: center;
}

.com_list .com_item a .comname {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com_list .com_item a .comtype {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com_list .com_item a .week {
    border-radius: 5px;
    margin-top: 10px;
}

.com_list .com_item a .week span {
    color: #226EBC;
}

.com_list .com_item a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    margin-right: 10px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #226EBC !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #226EBC !important;
    top: 0 !important;
}





.page .bottom_main .screen {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
    background: white;
    border-radius: 4px;
}

.page .bottom_main .screen .job_screening {
    display: flex;
    align-items: center;
}

.page .bottom_main .screen .job_screening .history_search {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex: 1;
    font-size: 14px;
}

.page .bottom_main .screen .job_screening .history_search span {
    padding: 4px 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-bottom: 20px;
}

.page .bottom_main .screen .job_screening .history_search .active {
    background: #226EBC;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.page .bottom_main .screen>div .first_line {
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
    margin-bottom: 20px;
}

.page .bottom_main .screen .regional_screening {
    display: flex;
    /* align-items: baseline; */
    background-color: white;
    overflow: hidden;
}

.page .bottom_main .screen .regional_screening .province_list {
    flex: 1;
}

.page .bottom_main .screen .regional_screening .province_list .more_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    display: none;
    margin-top: 10px;
}

.page .bottom_main .screen .regional_screening .province_list .more_list span {
    padding: 4px 6px;
    cursor: pointer;
}

.page .bottom_main .screen .regional_screening .province_list .more_list .active {
    background: #226EBC;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.page .bottom_main .screen .regional_screening .province {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    column-gap: 10px;
    font-size: 14px;
    width: 1000px;
    background-color: white;
    /* border: 1px solid red; */
}

#position {
    /*height: 44px;*/
    height: fit-content;
    /* border: 1px solid green; */
}

#zhuanye {
    height: 44px;
}

#province {
    /*height: 44px;*/
    height: fit-content;
}

#city {
    height: fit-content;
}

#more_province2 .icon-xiajiantou,
#more_province0 .icon-xiajiantou{
    transform: rotate(180deg);
}

.page .bottom_main .screen .regional_screening .province a {
    padding: 4px 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.page .bottom_main .screen .regional_screening .province .active {
    background: #226EBC;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.page .bottom_main .screen .regional_screening .province a:hover{
    background: #226EBC;
    border-radius: 4px;
    color: white;
}

.page .bottom_main .screen .citys_screening {
    display: flex;
    align-items: baseline;
}

.page .bottom_main .screen .citys_screening .city_list {
    flex: 1;
}

.page .bottom_main .screen .citys_screening .city_list .city {
    display: flex;
    align-items: center;
    flex: 1;
    column-gap: 10px;
    font-size: 14px;
    background: white;
    height: 42px;
    /* margin-bottom: 10px; */
}

.page .bottom_main .screen .citys_screening .city_list .city span {
    padding: 4px 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.page .bottom_main .screen .citys_screening .city_list .city .active {
    background: #226EBC;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.page .bottom_main .screen .citys_screening .city_list .more_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    display: none;
}

.page .bottom_main .screen .citys_screening .city_list .more_list span {
    padding: 4px 6px;
    cursor: pointer;
}

.page .bottom_main .screen .citys_screening .city_list .more_list .active {
    background: #226EBC;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.page .bottom_main .screen .regional_screening {
    display: flex;
    /* align-items: center; */
    /* outline: 1px solid red; */
}

.page .bottom_main .screen .regional_screening .layui-form {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex: 1;
}

.page .bottom_main .screen .regional_screening .layui-form .layui-form-item {
    margin: 0;
}

.page .bottom_main .screen .regional_screening .layui-form .last {
    text-align: end;
}

.page .bottom_main .content .other_info{
    width: 100%;
}

.layui-form-select .layui-input {
    height: 30px !important;
    line-height: 30px !important;
}

.layui-tab-title li {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.layui-form-item .layui-input-inline {
    width: 136px;
    line-height: 30px;
}
.item-center{
    display: flex ;
    align-items: flex-start;
}

/*无招聘信息列表提示*/
.notFound{
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.notFound img{
    width: 140px;
    height: 120px;
}
.notFound .content2{
    flex: 1;
    padding: 0 60px;
    color: #6d6d6d;
    line-height: 30px;
}
.notFound .content2 .title{
    font-size: 30px;
    color: #000;
    line-height: 40px;
}

.notFound .content3 span{
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;;
}

.layui-elem-field {
    margin-top: 30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.layui-flow-more {
    margin: 10px auto !important;
    width: 100%;
}

.btn-color {
    margin-top: 32px;
    border: unset !important;
    color: #226EBC !important;
}