.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}

.page .top {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 999;
}

.page .top .top_main {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page .top .top_main .other {
    flex: 1;
    margin: 0 30px 0 20px;
}

.page .top .top_main .other ul {
    display: flex;
    /* justify-content: space-between; */
    /*column-gap: 25px;*/
    height: 80px;
}

.page .top .top_main .other ul li {
    padding: 0 11px;
    height: 100%;
    display: flex;
    align-items: center;
}

.page .top .top_main .other ul li a {
    font-size: 16px;
}
.page .top .top_main .other ul li a:hover {
    color: #0051a4;
}
.sel {
    font-size: 16px;
    font-weight: bold;
}

.page .top .top_main .other ul .sel a {
    color: #226EBC;
}

.page .top .top_main img {
    width: 114px;
    height: 71px;
}

.page .top .top_main .msg_box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.page .top .top_main .msg_box .button_box {
    margin-right: 30px;
}

.page .top .top_main .msg_box .layui-btn-normal {
    padding: 0 6px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    margin-right: 10px;
}

.page .top .top_main .msg_box .layui-btn-normal:first-child {
    background: #226EBC;
}

/*.page .top .top_main .msg_box .layui-btn-normal:last-child {*/
/*    background: #FFA100;*/
/*    border: 1px solid #FFA100 !important;*/
/*}*/

.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 {*/
/*    padding-top: 80px;*/
/*}*/

.page .bottom_main {
    width: 1170px;
    margin: auto;
    padding: 85px 0 30px 0 !important;
}

.bottom_main .search_box {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.bottom_main .search_box .no_border {
    display: flex;
    align-items: center;
    outline: 1px solid #226EBC;
    /*flex: 1;*/
    width: 468px;
    background: white;
    border-radius: 4px;
}

.bottom_main .search_box .layui-form {
    flex: 1;
}

.bottom_main .search_box .layui-form .layui-form-item {
    display: flex;
    align-items: center;
    margin: 0;
}

.layui-form-radio * {
    display: inline;
}

.bottom_main .search_box .layui-form .layui-form-item .layui-input-inline {
    display: flex;
    align-items: center;
    width: 470px;
}

.bottom_main .search_box .no_border input {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    /*color: #BCBCBC;*/
}

.bottom_main .search_box .no_border .iconfont {
    padding: 0 10px;
    font-size: 24px;
    cursor: pointer;
}

.bottom_main .wall_box .wall_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*column-gap: 30px;*/
    /*row-gap: 30px;*/
}

.bottom_main .wall_box .wall_list a {
    padding: 10px;
    background: white;
    display: flex;
    flex-direction: column;
    /*row-gap: 10px;*/
    border-radius: 5px;
    width: 350px !important;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}

.bottom_main .wall_box .wall_list a:hover{
    box-shadow: rgba(153, 153, 153, 0.298) 0px 16px 40px 0px;
}

.bottom_main .wall_box .wall_list a:nth-child(3n+2){
    margin-left: 28px;
    margin-right: 28px;
}

.bottom_main .wall_box .wall_list a p {
    font-size: 17px;
    font-weight: 400;
    color: #444;
    line-height: 23px;
    overflow: hidden;        /*内容会被修剪，并且其余内容是不可见的*/
    text-overflow:ellipsis;  /*显示省略符号来代表被修剪的文本。*/
    white-space: nowrap;     /*文本不换行*/
    margin-bottom: 10px;
}

.bottom_main .wall_box .wall_list a .other {
    font-size: 15px;
    font-weight: 400;
    color: #226EBC;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bottom_main .wall_box .wall_list a .other .iconfont {
    font-size: 32px;
}



.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 {
    margin-top: 30px;
    text-align: center;
}

#reset {
    cursor: pointer;
    color: #226EBC;
}

#more_province {
    cursor: pointer;
    color: #226EBC;
}

#more_province .iconfont {
    color: #226EBC;
}

#more_citys {
    cursor: pointer;
    color: #226EBC;
}

#more_citys .iconfont {
    color: #226EBC;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #226EBC;
}

.layui-form-item .layui-input-inline {
    width: 130px;
}

.layui-form-select .layui-input::placeholder {
    color: #BCBCBC;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #226EBC
}

.layui-form-label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 19px !important;
}

.sidebar {
    position: fixed;
    top: 0px;
    right: 0;
    width: 50px;
    height: 1080px;
    background: #FFFFFF;
    box-shadow: -3px 0px 6px 0px rgba(0, 0, 0, 0.16);
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sidebarchi {
    margin-top: 40px;
    cursor: pointer;
}

.sidebarchi img {
    width: 24px;
    height: 24px;
}

.sidebarchi p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-top: 4px;
}

.kfs {
    background-image: url(../static/images/kfbj.png);
    background-size: 100% 100%;
    width: 138px;
    height: calc(50px - 14px);
    position: absolute;
    right: 50px;
    top: 35px;
    cursor: pointer;
    display: none;
    padding: 7px 0;
}

.kfs p {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
}

.ewm {
    background-image: url(../static/images/ewmbj.png);
    background-size: 100% 100%;
    /* width: 138px;
    height: 132px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding: 8px 14px 8px 8px;
}

.ewm img {
    width: 116px;
    height: 116px;
}

#zls {
    position: absolute;
    right: 50px;
    top: 77px;
    display: none;
}

#wxs {
    position: absolute;
    right: 50px;
    top: 160px;
    display: none;
}

#gzhs {
    position: absolute;
    right: 50px;
    top: 245px;
    display: none;
}

#xcxs {
    position: absolute;
    right: 50px;
    top: 325px;
    display: none;
}

.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;
}
.tosearch{
    color: #ffffff;
    background-color: #226eb4;
    width: 75px;
    height: 38px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bottom_main .wall_box .wall_list a .wall_img {
    width: 346px;
    height: 424px;
    overflow: hidden;
    margin-bottom: 10px;
}

.bottom_main .wall_box .wall_list a img {
    height:100%;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    transition: all .5s;
}

.bottom_main .wall_box .wall_list a img:hover {
    transform: scale(1.1);
}

.nav-parent{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-skip {
    color: #999;
    margin: 0 10px;
    display: flex;
    align-items: center;
    /*display: none;*/
}
.page-skip .page-skip-input {
    display: inline-block;
    width: 30px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px 8px;
    border-radius: 2px;
    margin: 0 5px;
}
.page-skip .page-skip-btn {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-radius: 2px;
    margin: 0 5px;
    cursor: pointer;
}

.page-count {
    /*display: none;*/
}

/*无招聘信息列表提示*/
.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;;
}
