.content {
}

.content-bg {
    overflow: hidden;
}

    .content-bg img {
        width: 100%;
    }


.pics {
    margin-top: 70px;
}

.pics-list {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    transform-style: preserve-3d;
}

.pics-list-img {
    position: relative;
}

.pics-list img {
    width: 100%;
}

.pics-list:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.pics-list .pics-list-con {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 85%;
    transition: .3s;
    z-index: 999;
}

    .pics-list .pics-list-con h4 {
        font-size: 22px;
        font-weight: bold;
    }

    .pics-list .pics-list-con p {
        height: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        font-size: 14px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

.pics-list:hover .pics-list-con p {
    height: 60px;
}


.inner-content {
    padding: 68px 0 120px 0;
}

.title {
    padding-bottom: 52px;
}

    .title span {
        border-left: 3px solid #122a88;
        font-size: 24px;
        padding-left: 16px;
        color: #122a88;
    }


.recruitment {
}

    .recruitment table {
        background-color: #fff;
        width: 100%;
        overflow-x: scroll;
    }

    .recruitment tr {
        font-size: 16px;
    }

        .recruitment tr th, .recruitment tr td {
            width: 20%;
            text-align: center;
            padding: 16px 0;
        }

    .recruitment tr {
        background: #fafafa;
    }

    .recruitment .main-head tr:first-child {
        background: #122a88;
        color: #fff;
    }

    .recruitment tr:nth-child(4n 1) {
        background: #f5f5f5;
    }

    .recruitment tr th {
        font-weight: 400;
    }

    .recruitment tr td:last-child {
        color: #122a88;
    }

        .recruitment tr td:last-child span {
            cursor: pointer;
        }

    .recruitment .main-body tr:hover td {
        color: #122a88;
    }

    .recruitment .main-body tr {
        position: relative;
    }

    .recruitment td span.cli-apply-act {
        color: #fff;
        background: #122a88;
        padding: 6px 30px;
        border-radius: 15px;
    }

.recruitment {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transition: none;
    -webkit-transition: none;
}

.main-body .sub-con td {
    width: 100%;
    padding: 0;
}

.main-body .sub-con .sub-tab-inner {
    display: none;
    background: #fff;
}

.main-body .recruit-require {
    padding: 20px 0 20px 52px;
    border-bottom: 1px solid #f0f0f0;
}

    .main-body .recruit-require .main-ul {
        text-align: left;
        color: #333;
    }

        .main-body .recruit-require .main-ul .main-li {
            position: relative;
            padding-left: 20px;
            font-weight: bold;
        }

            .main-body .recruit-require .main-ul .main-li:before {
                content: '';
                position: absolute;
                left: 0;
                top: 5px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #122a88;
            }

        .main-body .recruit-require .main-ul .sub-ul {
            padding: 8px 0 30px 0;
        }

            .main-body .recruit-require .main-ul .sub-ul li {
                font-weight: initial;
                color: #666;
                line-height: 26px;
            }

    .main-body .recruit-require p {
        font-size: 16px;
        color: #333;
        text-align: left;
    }

        .main-body .recruit-require p span {
            color: #122a88;
        }

.main-body .btns {
    text-align: left;
    /*margin: 30px 0 40px 0;*/
    padding: 20px 0 20px 52px;
}

    .main-body .btns .inlineup, .main-body .btns .submit {
        font-size: 16px;
        width: 140px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        font-weight: 400;
    }

    .main-body .btns .inlineup {
        color: #333;
        background: #ebebeb;
        position: relative;
        display: inline-block;
        padding-left: 12px;
    }

    .main-body .btns label {
        position: relative
    }

    .main-body .btns input {
        display: none;
    }

.btns-up span {
    padding-left: 10px;
    color: #333;
    font-size: 14px;
    cursor: initial;
}

.main-body .btns .inlineup:before {
    content: '';
    background:  no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 24px;
    top: 11px;
}

.main-body .btns .submit {
    color: #fff;
    background: #ee0000;
    display: block;
    margin-top: 20px;
}


.pagermodel {
    text-align: center;
    color: #8a8a8a;
    font-size: 16px;
    margin-top: 70px;
}

    .pagermodel span {
        padding: 0 10px;
        cursor: pointer;
    }
    .pagermodel a {
        padding: 0 8px;
        cursor: pointer;
    }

        .pagermodel span:hover {
            color: #122a88;
        }

    .pagermodel ul {
        display: inline-block;
    }

        .pagermodel ul li {
            height: 24px;
            line-height: 24px;
            color: #8a8a8a;
            margin: 0 10px;
            display: inline-block;
            cursor: pointer;
            font-size: 0;
        }

            .pagermodel ul li span {
                height: 24px;
                line-height: 24px;
                font-size: 16px;
                display: inline-block;
            }

            .pagermodel ul li a {
                color: #8a8a8a;
                font-size: 16px;
                display: inline-block;
            }


            .pagermodel ul li:hover span, .pagermodel ul li:hover a {
                color: #fff;
                background: #122a88;
            }

            .pagermodel ul li:last-child {
                margin-left: 20px;
            }

            .pagermodel ul li:first-child {
                margin-right: 20px;
            }

                .pagermodel ul li:last-child:hover a, .pagermodel ul li:first-child:hover a {
                    color: #fff;
                    background: transparent;
                }

            .pagermodel ul li span.pager-act {
                background: #122a88;
                color: #fff;
            }

            /*.pagermodel ul li.pager-act span, .pagermodel ul li.pager-act a {
                    color: #fff;
                }*/

            .pagermodel ul li:first-child a, .pagermodel ul li:last-child a {
                color: #8a8a8a;
            }

            .pagermodel ul li.pager-act:last-child, .pagermodel ul li.pager-act:first-child {
                background: transparent;
            }




@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }

    .pics {
        margin-top: 40px;
    }

    .inner-content {
        padding: 40px 0 50px 0;
    }

    .title {
        padding-bottom: 40px;
    }

    .pagermodel {
        margin-top: 40px;
    }

    .main-body .sub-con .sub-tab-inner {
        padding: 20px 10px;
    }

    .main-body .recruit-require .main-ul .sub-ul {
        padding: 8px 0 20px 0;
    }

    .main-body .btns {
        margin: 20px 0;
    }

    .content-bg img {
        width: 150%;
        margin-left: -25%;
    }

    .main-body .recruit-require, .main-body .btns {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .title {
        padding-bottom: 30px;
    }

        .title span {
            font-size: 20px;
        }

    .recruitment tr {
        font-size: 14px;
    }

    .recruitment td span.cli-apply-act {
        border-radius: 0;
        padding: 4px 8px;
    }

    .main-body .btns button {
        font-size: 14px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        margin-right: 16px;
        margin-bottom: 10px;
    }

    .pagermodel {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    .content-bg img {
        width: 160%;
        margin-left: -30%;
    }

    .main-body .btns .inlineup, .main-body .btns .submit {
        font-size: 14px;
        width: 100px;
        height: 36px;
        line-height: 36px;
    }

        .main-body .btns .inlineup:before {
            left: 5px;
        }
}
