.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: 110px 0 30px 0 !important;
}

.page .bottom_main .screen {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: white;
    /* row-gap: 20px; */
    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: 44px;
}

#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 {
    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: 828px;
    margin-bottom: 20px;
}

.people_list .people {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 4px;
}

.people_list .people .p_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px;
    border-radius: 4px 4px 0 0;
}

.people_list .people .p_top .p_top_left {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.people_list .people .p_top .p_top_left .di_bottom .salary {
    color: #226EBC;
}

.people_list .people .p_top .p_top_right {
    display: flex;
    align-items: center;
    /*column-gap: 10px;*/
}

.people_list .people .p_top .p_top_right .name_rght {
    display: flex;
    flex-direction: column;
    /*row-gap: 5px;*/
}

.people_list .people .p_top .p_top_right .name_rght .right_name {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    width: 270px;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.alway_peo {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    line-height: 16px;
    max-width: 270px;
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.people_list .people .p_top .p_top_right img {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #BCBCBC;
    margin-right: 10px;
}

.people_list .people .p_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #F9F9F9;
    border-radius: 0 0 5px 5px;
    height: 47px;
}

.people_list .people .p_bottom .bottom_right {
    display: flex;
    align-items: center;
    width: 430px;
}

.people_list .people .p_bottom .bottom_show{
    display: flex;
    align-items: center;
    width: 340px !important;
}

.people_list .people .p_bottom .bottom_right .zw{
    margin-right: 10px;
}
.people_list .people .p_bottom .bottom_left button {
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.people_list .people .p_bottom .bottom_right span {
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    line-height: 15px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.people_list .people .p_bottom .bottom_show span {
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    line-height: 15px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.people_list .people .p_bottom .bottom_right .zw{
    border: 1px solid #cecece;

}
.right_info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 10px;
}

.right_info>a>img {
    margin-bottom: 10px;
    border-radius: 4px;
    width: 332px;
}

.right_info .recommend {
    background: white;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.right_info .recommend .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    margin: 0 15px;
    width: 64px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
}

.right_info .recommend .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 20px;
    border-radius: 5px;
    border-left: 4px solid #226EBC;
}

.right_info .recommend .recommend_list {
    margin: 12px 10px 20px 10px;
    /* display: flex;
    flex-direction: column; */
}

.right_info .recommend .recommend_list .recommend_item {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 4px;
}

.right_info .recommend .recommend_list .recommend_item img {
    width: 72px;
    height: 72px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #EAEAEA;
}

.right_info .recommend .recommend_list .recommend_item .info_msg {
    display: flex;
    flex-direction: column;
    width: 220px;
    position: relative;
}

.right_info .recommend .recommend_list .recommend_item .info_msg p {
    color: #226EBC;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .edu {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 16px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .name {
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .want{
    margin: 5px 0;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .num {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .name .most {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .name .iconfont {
    color: #FFA100;
    position: absolute;
    top: 0;
    right: -18px;
}

.right_info .recommend .layui-btn-primary {
    width: 188px !important;
    height: 38px !important;
    border-radius: 4px !important;
    border: 1px solid #226EBC !important;
    font-size: 16px !important;
    color: #226EBC !important;
    margin: 0 auto;
}


.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;
    line-height: 30px;
}

.layui-form-select .layui-input::placeholder {
    color: #BCBCBC;
}

.layui-form-select .layui-input {
    height: 30px !important;
    line-height: 30px !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #226EBC !important;
}

#member-usercenter{
    cursor: pointer;
}

.sel{

    font-size: 16px;
    font-weight: bold;
    /*background-color: rgba(34,110,188,0.15);*/
}
.page .top .top_main .other ul .sel a{
    color: #226EBC;
}

/*无招聘信息列表提示*/
.notFound{
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
}

.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;;
}

.region .pull-left {
    margin: 5px 6px !important;
}

.title-red{
    color: red !important;
}

.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;
}


.people_list .people .p_top .p_top_left {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
}

.people_list .people .p_top .p_top_left .name {
    font-size: 16px;
    font-weight: 600;
    color: #226EBC;
    margin-right: 6px;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.people_list a:visited .people .p_top .p_top_left .name{
    color: #ffa100;
}

.people_list .people .p_top .p_top_left .di_bottom {
    display: flex;
    align-items: center;
    /*column-gap: 5px;*/
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 16px;
}

.people_list .people .p_top .p_top_left .di_bottom>span:nth-child(2n){
    margin: 0 5px;
}

.people_list .people .p_top .p_top_left .di_bottom .salary {
    color: #226EBC;
    font-weight: 600;
}

.people_list .people .p_top .p_top_left .p_top_zd {
    display: flex;
    width: fit-content;
    background: hsla(210, 69%, 44%, 0.2);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #226EBC;
    line-height: 16px;
    padding: 4px 6px;
    margin-right: 8px;
}

.people_list .people .p_top .p_top_left .p_top_zd img {
    width: 14px;
    height: 14px;
}

.people_list .people .p_top .p_top_left div {
    display: flex;
    align-items: center;
    /*margin-bottom: 10px;*/
}

.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: 4px;
}

#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;
}

.people_list .people .p_top .p_top_left .di_bottom span:last-child {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.people_list .people:hover .p_bottom .bottom_show span {
   display: none;
}
.people_list .people:hover .p_bottom .bottom_show .gtortd {
    display: block;
}
.people_list .people .p_bottom .bottom_show .gtortd {
    display: none;
}
.people_list .people .p_bottom .bottom_show .gtortd button{
    width: 76px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    cursor: pointer;

}
.people_list .people .p_bottom .bottom_show .gtortd>.gt{
    background-color: white;
    border: 1px solid #226EBC;
    color: #226EBC;
    margin-right: 10px;
}
.people_list .people .p_bottom .bottom_show .gtortd>.td{
    background-color: #226EBC;
    border: 1px solid #226EBC;
    color: white;
}
