.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 .search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .bottom_main .hot {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.page .bottom_main .hot .hot_key {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.page .bottom_main .hot .hot_key .hot_title {
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
}

.page .bottom_main .hot .hot_key .hot_list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    color: #226EBC;
}

.page .bottom_main .hot .hot_key .hot_list span {
    cursor: pointer;
}

.page .bottom_main .search_key {
    display: flex;
    align-items: center;
    border: 1px solid #226EBC;
    position: relative;
    width: 872px;
    background: white;
    margin: 0 auto;
}

.page .bottom_main .search_key .key_word {
    height: 44px;
    border: 0;
    padding: 0 27px;
    font-size: 16px;
    display: flex;
    flex: 1;
}

.page .bottom_main .search_key #key_word_2 {
    height: 44px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    padding: 0 27px;
}

.page .bottom_main .search_key .line {
    border-left: 1px solid #d9d8d8;
    /* margin: 5px 0; */
    height: 35px;
}

.page .bottom_main .search_key .sure_search {
    height: 44px;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    padding: 0 40px;
    background: #226EBC;
    font-size: 16px;
}

.page .bottom_main .search_key .key_word::placeholder {
    color: #777;
    font-size: 16px;
}

.page .bottom_main .search_key .iconfont {
    color: #226EBC;
    margin-right: 26px;
}

.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;
}

.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; */
    overflow: hidden;
}


#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: 42;
    /* 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;
}
.page .bottom_main .content .other_info>div:nth-child(2) {
    border-radius: 4px;
}
.people_list {
    display: flex;
    flex-direction: column;
    width: 828px;
    border-radius: 2px 2px 0 0;
}

.people_list .people {
    display: flex;
    flex-direction: column;
    background: white;
}
.people_list .people:first-child{
    border-radius: 4px 4px 0 0;
}
.people_list .people .p_top {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background: white;
    padding-bottom: 20px;
    margin: 22px 36px 2px 36px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #eaeaea;
}

.people_list .people .p_top .p_top_left {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
    padding-right: 30px;
    flex: 1;
}

.people_list .people .p_top .p_top_left .name {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
}

.title-red {
    color: red !important;
}

.people_list .people .p_top .p_top_left .name span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 260px;
}

.people_list .people .p_top .p_top_left .name img {
    width: 17px;
    margin-left: 4px;
}

.people_list .people .p_top .p_top_left .di_bottom {
    display: flex;
    align-items: center;
    /*column-gap: 5px;*/
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin: 10px 0;

    /*display: none;*/

}

.people_list .people .p_top .p_top_left .di_bottom .title {
    color: #888;
    margin-right: 5px;
}

.people_list .people .p_top .p_top_left .bottom_time {
    display: flex;
    align-items: center;
    /*column-gap: 5px;*/
    font-size: 14px;
    font-weight: 400;
    color: #656565;
    line-height: 16px;
    /*display: none;*/
}

.people_list .people .p_top .p_top_left .bottom_time .title {
    color: #888;
    margin-right: 5px;
}

.people_list .people .p_top .p_top_left .di_bottom .salary {
    color: #656565;
    display: inline-block;
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.people_list .people .p_top .p_top_right {
    display: flex;
    align-items: center;
    margin-right: 81px;
    width: 335px;
}

.people_list .people .p_top .p_top_right .name_rght {
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
    flex: 1;
}

.people_list .people .p_top .p_top_right .name_rght .right_name {
    font-size: 16px;
    font-weight: 600;
    color: #226EBC;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 270px;
}

.people_list .people a:visited .p_top_right .name_rght .right_name{
    color: #ffa100;
}


.people_list .people .p_top .p_top_right .name_rght .fuli {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.people_list .people .p_top .p_top_right .name_rght .fuli .list {
    display: flex;
    align-items: center;
    /*column-gap: 10px;*/
}

.people_list .people .p_top .p_top_right .name_rght .fuli .list span {
    padding: 2px 6px;
    background: #E2EFFF;
    color: #226EBC;
    white-space: nowrap;
    border-radius: 4px;
    margin-right: 10px;
}

.people_list .people .p_top .p_top_right .name_rght .alway_peo {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 16px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.people_list .people .p_top .p_top_right .name_rght .alway_peo .blue {
    color: #226EBC;
}

.people_list .people .p_top .p_top_right .ico {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    border-radius: 5px;
    border: 1px solid #BCBCBC;
}

.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;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    margin: 0 15px;
}

.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;
    padding: 13px 10px;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 4px
}

.right_info .recommend .recommend_list .recommend_item:hover{
    background-color: #F2F2F2;
}

.right_info .recommend .recommend_list .recommend_item .info_msg {
    display: flex;
    row-gap: 5px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}

.right_info .recommend .recommend_list .recommend_item>.number {
    color: #777;
}

.right_info .recommend .recommend_list .recommend_item .info_msg p {
    color: #BCBCBC;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .name {
    font-weight: 600;
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: black;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .num {
    white-space: nowrap;
    color: #226EBC;
}

.right_info .recommend .recommend_list .recommend_item .info_msg .name .most {
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.right_info .recommend .recommend_list .recommend_item:hover .info_msg .name .most{
    color: #226eb4;
}


.el-cascader {
    /*width: 85px;*/
    margin-left: 16px;
}

.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;
}

.el-input__suffix {
    display: none;
}

.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;
    background: white;
}

#reset {
    cursor: pointer;
    color: #226EBC;
    float: left;
}

.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 dl dd.layui-this{
    background-color: #226ebc !important;
}

.layui-form-select .layui-input::placeholder {
    color: #BCBCBC;
}

.layui-form-select .layui-input::placeholder {
    color: #BCBCBC;
}

.layui-form-select .layui-input {
    height: 30px !important;
    line-height: 30px !important;
}
.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;
}
.p_top_zd>img{
    width: 14px;
    height: 14px;
}


.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;
}


/*无招聘信息列表提示*/
.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;;
}





.people_list .people:hover .p_top .p_top_left .di_bottom,
.people_list .people:hover .p_top .p_top_left .bottom_time
{
   display: none;
}
.people_list .people:hover .p_top .p_top_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 71px;
    padding-right: 30px;
    flex: 1;
}
.people_list .people:hover .p_top .p_top_left .gtortd{
    display: block;
}
.people_list .people .p_top .p_top_left .gtortd{
    display: none;
}
.people_list .people .p_top .p_top_left .gtortd button{
    width: 76px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
}
.people_list .people .p_top .p_top_left .gtortd button{
    width: 76px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #226EBC;
}
.people_list .people .p_top .p_top_left .gtortd>.gt{
    background-color: white;
    border: 1px solid #226EBC;
    color: #226EBC;
    margin-right: 10px;
}
.people_list .people .p_top .p_top_left .gtortd>.td{
    background-color: #226EBC;
    border: 1px solid #226EBC;
    color: white;


}
