﻿.job-bg{
    width: 100%;
    float: left;
    background-image: url(../image/green-top-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f6f6f8;
    object-fit: fill
}

    .job-bg .job-info {
        margin-top: 60px;
        width: calc(100% - 20px);
        float: left;
        color: #ffffff;
        position: relative;
        padding-left: 20px
    }


        .job-bg .job-info .title {
            font-size: 26px;
            width: auto;
            max-width: 460px;
            float: left
        }
        .job-bg .job-info .online-btns{
            width:280px;
            float:left;
            margin-left:20px;
            margin-top:4px;
        }
            .job-bg .job-info .online-btns li {
                width: calc(50% - 28px);
                float: left;
                margin-right: 10px;
                background-color: #ffffff;
                border-radius: 15px;
                padding: 5px 1px;
                text-align: center;
                color: #17ab59
            }
                .job-bg .job-info .online-btns li a {
                    color: #17ab59
                }
                .job-bg .job-info .online-btns li:last-child {
                    margin-right: 0px;
                }
        .job-bg .job-info .xinzi-shenqbtn {
            width: auto;
            float: right;
            height: 55px;
        }
            .job-bg .job-info .xinzi-shenqbtn .xinzi {
                height: 48px;
                font-size: 30px;
                float: left;
                line-height: 48px;
                margin-right: 20px;
            }
            .job-bg .job-info .xinzi-shenqbtn .shenq-btn {
                width: 170px;
                background-color: #ffffff;
                color: #17ab59;
                height: 49px;
                font-size: 16px;
                font-weight: bold;
                float: right;
            }
            .job-bg .job-content {
                background-color: white;
                margin-top: 25px;
                float: left;
                width: calc( 100% - 40px);
                min-height: 500px;
                padding: 30px 20px;
                margin-bottom: 70px;
                -moz-box-shadow: 2px 3px 6px #d3d3d3;
                box-shadow: 2px 3px 6px #d3d3d3;
            }

    .job-bg .job-left {
        width: 735px;
        float: left
    }
    .job-bg .job-right {
        width: calc(100% - 840px);
        float: right
    }
        .job-bg .job-right .company-title {
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            color: #0ea853;
            width: 100%;
            float: left;
            position: relative;
            text-indent: 0px;
        }
            .job-bg .job-right .company-img{
                width:calc(100% - 20px);
                float:left;
                text-align:center;
                padding: 10px 10px;
            }
            .job-bg .job-right .company-img img{
                width: 100%;
                height: auto;
                float:left
            }
        .job-bg .job-right .company-info{
            width:100%;
            float:left
        }
            .job-bg .job-right .company-info li{
                text-align:left;
                width:100%
            }
            .job-bg .job-right .company-info li span{
                font-weight: bold;
                left: -14px;
                position: relative;
            }
            .job-bg .job-content .title {
                font-size: 18px;
                line-height: 30px;
                padding-bottom: 12px;
                border-bottom: 1px solid #e2e2e2;
                text-indent: 40px;
                position: relative
            }

            .job-bg .job-content .title:after {
                content: " ";
                width: 86px;
                height: 3px;
                background-color: #0ea853;
                position: absolute;
                bottom: -1px;
                left: 30px;
            }

        .job-bg .job-content .content {
            margin-top: 20px;
            font-size: 15px;
            line-height: 2.5em;
            word-wrap: break-word;
            text-indent: 2em
        }

            .job-bg .job-content .content table {
                margin: 10px auto;
                border-left: 1px solid #eee;
                border-top: 1px solid #eee;
            }

            .job-bg .job-content .content img {
                max-width: 100% !important;
                height: auto !important;
            }


    .job-bg .job-categories {
        background-color: white;
        margin-top: 60px;
        float: left;
        width: calc( 100% - 40px); 
        padding: 30px 20px; 
        min-height:100px;
        -moz-box-shadow: 2px 3px 6px #d3d3d3;
        box-shadow: 2px 3px 6px #d3d3d3;
    }
    .job-bg .job-categories li{
        width:100%;
        float:left;
        margin-bottom:15px
    }
        .job-bg .job-categories li .cate-name {
            width: 100px;
            float: left;
            font-size: 14px;
            color: #353535;
            position: relative;
            top: 3px;
        }
        .job-bg .job-categories li .cate-list {
            float: left
        }
        .job-bg .job-categories li .cate-list li{
            color: #949494;
            border: 1px solid #e9e9e9;
            padding: 2px 7px;
            margin-right: 10px;
            float: left;
            width:auto
        }