* {
    margin: 0;
    padding: 0;
    outline: none;
}

a {
    text-decoration: none;
}
li {
    list-style: none;
}

body {
    width: 100%;
    height: 100%;
    background-color: #FCFBF7;
}
.auto {
    margin: 0 auto;
}
/*标题*/
.ul_style li {
    padding: 0px 3px;
    color: #A5A5A5;
    font-size: 14px;
    padding: 20px 0px;
}
.firm_name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}
.firm_info img {
    width: 80px;
    height: 80px;
}
.firm_text {
    margin-left: 10px;
    position: relative;
}

.firm_text ul {
    display: flex;
    font-size: 14px;
    color: #C2C1BF;
    position: absolute;
    bottom: 5px;
}

.firm_text ul li {
    min-width: 120px;
    text-align: center;
}

.firm_text ul li:nth-child(1) {
    text-align: left;
}

.chat {
    padding: 12px 15px;
    background-color: #FEE5DC;
    border: 1px solid #DDA79F;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    color: #E8967D;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
}

.firm_box {
    width: 100%;
    background-color: white;

}

.firm_introduce {
    padding: 10px 0;
}

.commonTitle {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.commonTitle p span {
    padding: 5px 0;
    border-bottom: 2px solid #E8967D;
}

.commonBox {
    /*min-height: 100px;*/
    margin: 15px 0px;
}

.cert_image ul {
    display: flex;
    margin-top: 20px;
}

.cert_image ul li {
    min-height: 150px;
    margin-right: 20px;
}

.cert_image ul li img {
    width: 210px;
    height: 120px;
}

.cert_image ul li p {
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color: #C2C1BF;
}


.chat_class ul {
    margin-top: 20px;
    display: block;
    font-size: 14px;
}

.chat_class ul li {
    display: flex;
    line-height: 2;

}

.chat_class ul li p {
}

.address {
    margin-top: 20px;
    font-size: 14px;
}

#container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 20px 0;
}
.company_boxx{
    border-bottom: 1px #c0c0c0 solid;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;

}
.company_boxx div{
    width: 150px;
    text-align: center;
    cursor:pointer;

}
.company_box_first{
    border-bottom: 3px solid #FF5722;
    padding-bottom: 10px;

}
/*招聘内容*/
.back{
    background-color: #FFFFFF;

    /*padding: 20px;*/
}
.recruit_Design{
    font-weight: bold;
    font-size: 18px;
}
.back_orange{
    background-color: #FF6C3A;
    margin-left: 20px;
    padding: 3px 10px;
    color: #FFFFFF;
    font-size: 12px;
}
.quanzhi{
    color: #DD8766;
    font-weight: bold;
}
.nowrap{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.margin_b_15{
    margin-bottom: 12px;
}
.time_color{
    color: #7F8A9F;
    font-weight: bold;
}
.nurber_color{
    color: #898989;
    font-size: 16px;
}
.shanghai{
    font-size: 16px;

}
.anniu{
    background-color: #FC703D;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 14px;
}
.image_size{
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
/*专业*/
.text-hover {
    color: #FC703D;
}

.zhuanye {
    color: #A5A5A5;
    width: 50px !important;

}

.line_35 {
    line-height: 35px;
}

.padding_left_20 {
    width: calc(100% - 50px);
}

.padding_left_20 a {
    padding-right: 18px;
}

.border_b {
    border-bottom: 1px solid #f1eded;
    padding: 20px;
}

.back_write {
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.qita_color {
    color: #A5A5A5;
    margin-right: 20px;

}

.select_padding {
    padding: 5px 10px;
    border-color: #A5A5A5;
    margin: 0 10px 0 10px;
    color: #A5A5A5;
}