@charset "UTF-8";
body {
    background: #F1F1F1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

main {
    margin: 0 auto;
    width: 1400px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

main section {
    background-color: #F2ECE4;
    padding: 20px 40px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

main section .caption {
    margin-left: 32px;
}

main section .caption p {
    padding: 4px 0;
}

main section .caption .job_name {
    font-weight: normal;
    font-size: 26px;
    color: #3d3d3d;
}

main section .caption .job_name span {
    color: #D6543F;
    font-size: 18px;
    font-weight: bold;
}

main section .caption .keyword_field {
    color: #3d3d3d;
    margin-top: 10px;
}

main section .caption .welfare {
    color: #707070;
}

main section .caption .welfare span {
    display: inline-block;
    background: #FFF4E3;
    border: 1px #D6C09C solid;
    padding: 2px 6px;
    margin: 0 4px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

main section .caption .welfare span:first-child {
    margin-left: 0;
}

main section .send_resume {
    margin-right: 60px;
}

main section .send_resume button {
    width: 160px;
    height: 46px;
    font-size: 16px;
    border-radius: 25px;
    border: none;
    outline: none;
    background: rgba(255, 68, 0, 0.795);
    color: white;
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

main section .send_resume button:hover {
    background: orangered;
}

main section .send_resume p {
    text-align: center;
    margin-top: 34px;
    color: #707070;
}

main .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

main .content > * {
    background: white;
}

main .content .left {
    width: 70%;
    padding: 40px 72px;
}

main .content .left h2 {
    color: #3d3d3d;
}

main .content .left .job_requirements .content_text,
main .content .left .job_responsibility .content_text,
main .content .left .job_address .content_text {
    font-size: 14px;
    color: #2e343b;
    line-height: 30px;
    margin: 0 0 32px 20px;
    overflow: hidden;
}

main .content .right {
    width: 28%;
    height: 605px;
    margin-left: 1%;
    padding-top: 40px;
    text-align: center;
}

main .content .right img {
    border-radius: 50%;
    padding: 4px;
    border: 1px #ddd solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

main .content .right .company_name {
    margin-top: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #2e343b;
}

main .content .right .type_and_number {
    margin-top: 4px;
}

main .content .right .type_and_number b {
    padding: 0 4px;
}

main .content .right .company_url {
    margin: 10px 0;
}

main .content .right .company_url a {
    color: red;
}

main .content .right .company_address {
    color: #2e343b;
    margin-top: 16px;
}
#company_brief{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-indent: 2em;
    margin: 35px 30px 15px 30px;
    line-height: 24px;
    color: gray;
}