.headTop {
    width: 100%;
    height: 42px;
    background: #32373E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999999;
}

.headTop .headMain {
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 1170px;
}

.headMain a {
    color: #FFFFFF;
}

.head {
    background: #FFFFFF;
    width: 100%;
    height: 70px;
    margin-bottom: 26px;
    position: fixed;
    top: 42px;
    z-index: 999999;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.04);
}

.head>div {
    width: 1170px;
    margin: auto;
    display: flex;
    align-items: center;
  
}

.head>div>img {
    width: 200px;
    height: 66px;
    margin-right: 106px;
}

.head>div>.men {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
    font-family: "黑体";
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 30px;
}

.head>div>.men>div {
    padding: 24px 0;
    cursor: pointer;
}

.head>div>.men>.active {
    color: #009A44;
    border-bottom: 3px solid #009A44;
    width: fit-content;
}

.head>div>.men>.active a{
    color: #009A44;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 132px;
}

.hot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hot .hot_key {
    display: flex;
    align-items: center;
    padding: 12px 0 26px 0;
}

.hot .hot_key .hot_title {
    margin-right: 10px;
    color: #666;
    font-size: 13px;
}

.hot .hot_key .hot_list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 13px;
}

.hot .hot_key .hot_list span {
    cursor: pointer;
    background: rgba(0, 154, 68, 0.0500);
    padding: 2px 4px;
    color: #009A44;
}

.msg_box {
    background: #009A44;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 13px 24px;
    border-radius: 4px;
    height: fit-content;
}

.msg_box img {
    width: 16px;
    height: 15px;
}

.search_key {
    display: flex;
    align-items: center;
    border: 2px solid #009A44;
    position: relative;
    width: 500px;
    background: white;
    border-radius: 4px;
    padding-left: 18px;
}

.search_key .key_word {
    height: 40px;
    border: 0;
    padding: 0 5px;
    font-size: 16px;
    display: flex;
    flex: 1;
}

.search_key .line {
    border-left: 1px solid #d9d8d8;
    /* margin: 5px 0; */
    height: 26px;
}

.search_key .sure_search {
    height: 44px;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    padding: 0 40px;
    background: linear-gradient(270deg, #009A44 0%, #17AD5A 100%);
    font-size: 16px;
}

.search_key .key_word::placeholder {
    color: #BCBCBC;
    font-size: 16px;
}

.layui-form-select .layui-input {
    height: 32px !important;
}

.lztplogo {
    width: 100%;
    margin: 8px 0 8px 0;
}

.layui-tab {
    background-color: white !important;
    margin: 0 !important;
    width: 852px !important;
}

.layui-tab-title li {
    padding: 0 !important;
    margin-right: 31px !important;
    height: 48px !important;
    line-height: 48px !important;
}

.layui-tab-title {
    padding: 0 23px !important;
    height: 48px !important;
}

.layui-tab-title .layui-this:after {
    height: 48px !important;
}

.comList {
    display: flex;
    /*column-gap: 12px;*/
}

.comList_dev1{
    background: #fff;
    width: 852px !important;
}

.lookZhaopin {
    flex: 1;
    margin-left: 12px;
}

.layui-tab-content {
    padding: 0 !important;
}

.recruitList {
    background: white;
}

.recruitList:first-child {
    margin-bottom: 12px;
}

.recruitList>.title {
    padding: 10px 20px;
    background: linear-gradient(90deg, #F5FCF7 0%, #FCFBFA 100%);
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.recruitList>.list {
    padding: 12px 20px;
    /* display: inline-block; */
    border-bottom: 1px solid #eee;
}

.list a {
    display: flex;
    flex-flow: column;
}

.recruitList>.list .box:first-child,
.boxs {
    margin-bottom: 8px;
    color: #000;
}

.recruitList>.list .box {
    display: flex;
    justify-content: space-between;
    width: 270px;
    color: #777;
}

.recruitList>.list .box>.price {
    color: #FE6C00;
}

.recruitList>.list .box>.comname,
.recruitList>.list .box>.addres {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recruitList>.list .box>.comname,
.recruitList>.list .box>.zwname {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.recruitList > .list a:hover .box > .zwname {
    color: #009A44;
}

.recruitList>.title>.hyh {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.recruitList>.title>.hyh>img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}


.recruitList>.title>.hyh2 {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.recruitList>.title>.hyh2>img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.tuijian {
    margin-bottom: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.tuijian div {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tuijian a:hover .boxs{
    color: #009A44;
}

.tuijian .men {
    color: #666;
}

.tuijian .men span:first-child {
    color: #FE6C00;
}

.tuijian .men .line {
    display: inline-block;
    background: #888;
    width: 1px;
    height: 10px;
    margin-top: 2px;
    margin: 2px 6px 0;
}

#demo0 {
    text-align: center;
    margin: 30px 0;
}

.qdlunbo{
    line-height: 26px !important;
    height: 26px !important;
    /*width: 100% !important;*/
    font-size: 16px !important;
    margin: 10px 4px !important; 
    color: red !important;
}
.qdlunbo img{
    float: left !important; 
    height: 18PX !important;
    width:18px !important; 
    margin: 4px !important;
}
.qdlunbo ul{
    float: left !important; 
    width: 430px !important; 
    height: 100% !important; 
    overflow: hidden !important; 
    font-size: 15px !important;
}