﻿.route-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;
    min-height:400px;
}

    .route-bg .route-info {
        margin-top: 35px;
        width: calc(100% - 20px);
        float: left;
        color: #ffffff;
        position: relative;
        padding-left: 20px;
    }

    .route-bg .route-info:before {
        content: "";
        width: 5px;
        height: 80%;
        position: absolute;
        left: 0px;
        background-color: #ffffff;
        border-radius: 5px;
        top: 4px;
    }

        .route-bg .route-info .title {
            font-size: 24px; 
        }

        .route-bg .route-info .zizhi li {
            padding: 10px 35px 10px 0;
            float: left;
            position: relative
        }

            .route-bg .route-info .zizhi li:after {
                content: "|";
                position: absolute;
                right: 15px;
            }

            .route-bg .route-info .zizhi li:last-child:after {
                display: none !important
            }

    .route-bg .route-content {
        background-color: white;
        margin-top: 25px;
        float: left;
        width: 100%;
        /*min-height: 550px;*/
        padding: 30px 20px;
        margin-bottom: 30px;
        box-shadow: 1px 1px 8px #e1e1e1;
        border-radius: 5px;
    }

        .route-bg .route-content .title {
            font-size: 18px;
            line-height: 30px;
            padding-bottom: 12px;
            border-bottom: 1px solid #e2e2e2;
            text-indent: 40px;
            position: relative
        }

            .route-bg .route-content .title:after {
                content: " ";
                width: 86px;
                height: 3px;
                background-color: #0ea853;
                position: absolute;
                bottom: -1px;
                left: 30px;
            }

        .route-bg .route-content .content {
            margin-top: 20px;
            font-size: 15px;
            line-height: 2.5em;
            /*word-wrap: break-word;*/
            text-indent: 2em; 
            /*overflow: hidden;*/
            text-overflow: ellipsis;
            /*display: -webkit-box;*/ /* 将对象作为弹性伸缩盒子模型显示 */
            -webkit-line-clamp:10; /* 控制最多显示几行 */
            -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
        }
        .route-bg .route-content .show-all-content {
            margin-top: 20px;
            font-size: 15px;
            line-height: 2.5em;
            word-wrap: break-word;
            text-indent: 2em; 
            height:auto;
            overflow:auto
        }
            .route-bg .route-content .content table {
                margin: 10px auto;
                border-left: 1px solid #eee;
                border-top: 1px solid #eee;
            }

            .route-bg .route-content .content img {
                max-width: 100% !important;
                height: auto !important;
            }
    .route-bg .btn {
        text-align: center;
        margin-top: 30px;
        width:100%;
    }
    .route-bg .load-more {
        background-color: white;
        border: 1px solid #0ea853;
        color: #0ea853;
        border-radius: 30px;
        margin: 0 auto;
        padding:0px 20px;
        width:200px;
    }


.green-line-bg {
    width: 100%;
    float: left;
    background-image: url(../image/green-line-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f6f6f8;
    object-fit: fill;
    height:58px;
}
.need-bg {
    width: 100%;
    float: left;
    background: url(../image/diwen.png) bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #f6f6f8;
}
.need-title {
    text-align: center;
    color: white;
    line-height: 51px;
    font-size: 22px;
}
.need-list{
    width:100%;
    float:left;
    margin-top:20px;
    margin-bottom:20px;

}
    .need-list li {
        width: calc(50% - 10px);
        float: left;
        margin-right: 15px;
        background-color: #ffffff;
        height: 235px;
        border-radius: 8px;
        /* border: 1px solid #eaeaea; */
        padding: 15px;
        margin-bottom: 20px;
        box-shadow: 2px 2px 8px #e9e9e9;
    }
        .need-list li:nth-child(2n) {
            float: right;
            margin-right: 0px;
        }

        .need-list li .company-name {
            font-size: 19px;
            color: #0ea853;
            text-align:left;
            padding-bottom:10px;
        }
        .need-list li .company-content {
            font-size: 12px;
            color: #8a8a8a;
            overflow: hidden;
            line-height:2em;
            text-overflow: ellipsis;
            display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
            -webkit-line-clamp: 3; /* 控制最多显示几行 */
            -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
        }
        .need-list li .need-job {
            width: 100%;
            float: left;
            margin-top: 11px;
            height: 80px;
            overflow: hidden;
            border-top: 1px solid #cdcdcd;
            padding-top: 12px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
        }
            .need-list li .need-job .title {
                width: 108px;
                text-align: center;
                float: left;
                color: black;
                font-size: 17px;
                font-weight: bold
            }
            .need-list li .need-job .job-list {
                width:calc(100% - 108px); 
                float: left
            }
                .need-list li .need-job .job-list li {
                    height: auto;
                    font-size: 13px;
                    color: #8a8a8a;
                    padding: 5px 1px;
                    float: left;
                    margin-right: 8px;
                    margin-bottom: 10px;
                    border-radius: 15px;
                    text-align: center;
                    box-shadow: none;
                    border: 1px solid #eaeaea;
                    width: auto;
                    padding: 4px 10px;
                    max-width: 200px;
                    overflow: hidden;
                }
                    .need-list li .need-job .job-list li:nth-child(2n) {
                       margin-left:0px;
                       float:left
                    }