.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}

.page .bottom {
    background: #f6f6f6;
    margin-bottom: 20px;
    margin-top: 80px;
}

.page .bottom .center_b {
    width: 1170px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.page .bottom .center_b .bar {
    padding: 10px 0;
}

.page .bottom .center_b .bar a {
    color: #999999;
}

.page .bottom .center_b .all_contend {
    display: flex;
    width: 100%;
    align-items: start;
}

.page .bottom .center_b .all_contend .c_left {
    width: 828px;
    border-radius: 5px;
}

.page .bottom .center_b .all_contend .c_left .describe {
    padding: 20px;
    background: white;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_left .describe .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .describe .request {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-left: 8px;
}

.page .bottom .center_b .all_contend .c_left .describe .request .haibaoImg {
    height: 600px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
}
.page .bottom .center_b .all_contend .c_left .describe .request .haibaoImg>img{
    height: 600px;
    border-radius: 4px;
}
.page .bottom .center_b .all_contend .c_left .describe2 {
    padding: 20px;
    background: white;
}

.page .bottom .center_b .all_contend .c_left .describe2 .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .describe2 .request {
    display: flex;
    align-items: center;
    column-gap: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 8px;
}

.page .bottom .center_b .all_contend .c_left .job_require {
    padding: 20px;
    background: white;
}

.page .bottom .center_b .all_contend .c_left .job_require .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .job_require .request {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 8px;
}

.page .bottom .center_b .all_contend .c_left .other {
    padding: 20px;
    background: white;
}

.page .bottom .center_b .all_contend .c_left .other .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .other .request {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 8px;
}

.page .bottom .center_b .all_contend .c_left .address {
    padding: 20px;
    background: white;
}

.page .bottom .center_b .all_contend .c_left .address .title {
    padding: 0 6px;
    border-left: 3px solid #226EBC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333333;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_left .address .icon_text {
    margin-bottom: 10px;
}

.page .bottom .center_b .all_contend .c_left .address .red {
    margin-top: 20px;
    color: red;
    padding: 4px 10px;
    background: #FFFDE4;
}

.page .bottom .center_b .all_contend .c_right {
    margin-left: 10px;
    flex: 1;
}

.page .bottom .center_b .all_contend .c_right .com_img {
    display: flex;
    flex-direction: column;
    /*row-gap: 12px;*/
    align-items: center;
    background: white;
    padding: 32px 0;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_right .com_img img {
    width: 100px;
    height: 100px;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_right .com_img p {
    color: #999999;
    line-height: 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.page .bottom .center_b .all_contend .c_right .com_img p .label {
    color: #777;
    text-align: left;
    /* outline: 1px solid red; */
    width: 50px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.page .bottom .center_b .all_contend .c_right .com_img p .content {
    /* outline: 1px solid red; */
    width: 100px;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.page .bottom .center_b .all_contend .c_right .com_img .company_name {
    font-size: 16px;
    color: black;
    line-height: 24px;
    margin-bottom: 4px;
    /*width: 300px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page .bottom .center_b .all_contend .c_right .com_img .company_name span:nth-child(1){
    max-width: 280px;
    overflow: hidden; /*超出隐藏*/
    text-overflow: ellipsis;/*隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}

.page .bottom .center_b .all_contend .c_right .com_img .company_name .iconfont {
    margin-left: 5px;
    color: #FFA100;
}

.page .bottom .center_b .all_contend .c_right .com_img .detail {
    font-size: 16px;
    font-weight: 400;
    color: #226EBC;
    line-height: 19px;
}

.page .bottom .center_b .all_contend .c_right .recommend {
    background: white;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_right .recommend .title {
    position: relative;
    padding: 0 6px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    margin: 0 15px;
}

.page .bottom .center_b .all_contend .c_right .recommend .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 20px;
    border-radius: 5px;
    border-left: 2px solid #226EBC;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list {
    margin: 12px 10px;
    display: flex;
    flex-direction: column;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    border-bottom: 1px solid #EAEAEA;
    justify-content: space-between;
    border-radius: 4px;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item:hover{
    background-color: #F2F2F2;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item img {
    width: 100px;
    height: 60px;
    border-radius: 4px;
    /*margin-right: 10px;*/
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg {
    display: flex;
    flex-direction: column;
    /*row-gap: 8px;*/
    margin-right: 6px;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .name {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .names {
    width: 180px;
    /* outline: 1px solid red; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg img {
    width: 15px;
    height: 18px;
    margin-bottom: 3px;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .vipp {
    width: 15px;
    height: 13px;
    margin-bottom: 3px;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .edu {
    color: #777;
    font-size: 14px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.page .bottom .center_b .all_contend .c_right .recommend .recommend_list .recommend_item .info_msg .want span {
    color: #226EBC;
    font-size: 16px;
}

.page .bottom .center_b .all_contend .c_right .recommend button {
    width: fit-content;
    margin: 0 auto;
    padding: 9px 60px !important;
    display: flex;
    align-items: center;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
    margin-top: 8px;
}

#wrapper {
    width: 100%;
    height: 231px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #226EBC;
}

.posList {
    width: 784px;
    height: 82px;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.posList:hover{
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
}

.posList .posList_left {
    margin-left: 23px;
}



.posList .posList_left>.name {
    margin-right: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #226EBC;
    line-height: 19px;
    margin-bottom: 12px;
}

.posList .posList_left:hover .name{
    color: #ffa100;
}

.posList a:visited .name{
    color: #ffa100;
}

.posList .posList_left>.tips {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    width: 400px;
    /* outline: 1px solid red; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.posList .posList_right {
    margin-right: 23px;
    text-align: center;
}

.posList .posList_right button {
    width: 80px;
    height: 26px;
    background: white;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #226EBC;
    color: #226EBC;
    margin-bottom: 7px;
    cursor: pointer;
}

.posList .posList_right .date {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
}

.wordsContent {
    position: relative;
}

.wordsContent>.open,
.wordsContent>.close {
    color: #1F7CE8;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#page-list{
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}
.has-toudi{
    color: #999 !important;
    border: 1px solid #999 !important;
}
