

.mainBox {
    width: auto;
    margin: 0 auto;
    background: #f5f5f5 url(images/mainbg.png) no-repeat center center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    /* margin-top: 200px; */
}

.listBox {
    width: 100%;
    /*margin-top: 10px;*/
}

.listConts {
    /*width: 60%;*/
    /*margin: 0 10px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
    zoom: 1;
    padding: 15px;
    padding-right: 0;
    margin-bottom: 10px;
    min-height: 100%;
    float: left;
    /*margin-left: calc(20% - 155px);*/
    overflow: auto;
}

.company{
    width: 300px;
    height: 100%;
    float: left;
    /* background: #fff; */
}

.desc1{
    width: auto;
    height: 270px;
    background: #fff;
}

.desc2{
    width: auto;
    /*  height: calc(100% - 280px); */
    background: #fff;
    margin-top: 10px;
}


.newsTitle {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border-left: 5px #ff6040 solid;
    padding-left: 15px;
    height: 22px;
    line-height: 22px;
}

.newsConts {
    /* width: 60%; */
    margin: 0 auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 32px;
}

.drop-desc{
    background: url(images/dropTitle.png) left center no-repeat;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-left: -20px;
}

.companytitle{
    width: calc(100% - 40px);
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px #ddd solid;
}

.company-name{
    width: calc(100% - 105px);
    color: #ff6040;
    background: url(images/company.png) left center no-repeat;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    margin: 0 25px 0 20px;
    padding-left: 60px;
    cursor: pointer;
}

.company-desc{
    display: inline-flex;
    padding-left: 10px;
    margin: 5px 10px;
    color: #6c6c6c;
    height: 30px;
    line-height: 30px;
}

.contact{
    background: url(images/dropTitle.png) left center no-repeat;
    padding-left: 40px;
    width: calc(100% - 60px);
}


.otherCompany-name{
    display: flex;
    justify-content: space-between;
}

.otherName{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.otherSalary{
    font-size: 20px;
    font-family: kanzhun-Regular,kanzhun;
    color: #fe574a;
    line-height: 24px;
    white-space: nowrap;
    position: relative;
    margin-top: 10px;
}

.other-company{
    font-size: 13px;
    color: #666;
    line-height: 18px;
    word-break: break-all;
    transition: all .2s linear;
    margin-top: 10px;
}

.otherCompany-desc{
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    margin: 0px 20px;
}

.noSelect{
    height: 100px;
    line-height: 100px;
    text-align: center;
}

/* ::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    background-color: transparent;
}

::-webkit-scrollbar-button {
    height: 0;
    background-color: #efefef;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #1b74dc;
}

::-webkit-scrollbar-track {
    background-color: transparent;
} */

.email{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    width: calc(100% - 70px);
}

.mobile{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    width: calc(100% - 70px);
}

.columJyjx {
    position: relative;
    width: 280px;
    height: 120px;
    background: url(images/jyjx.png) no-repeat center center;
}

table.tablay {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border: 0 none ! important;
}
.columnMain {
    margin: 0 auto;
    width: 1400px;
    position: relative;
}

.columnMenuTitle {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 24px;
    color: #ffffff;
    font-family: "Microsoft YaHei" ! important;
}

.columnRow {
    width: 280px;
    height: 60px;
    line-height: 60px;
    color: #666;
    font-size: 18px;
    background-color: #fafafa;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}
.columnRow:HOVER, .columnRowHover {
    width: 278px;
    height: 60px;
    line-height: 60px;
    color: #3b1e88;
    font-size: 18px;
    background-color: #fdebd3;
    border-left: 2px solid #f7ac1d;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.red{
    color: red;
    font-weight: bolder;
}

.yellow{
    background-color: yellow;
}