.topBanner {
    color: white;
    padding: 3% 0 15%;
    margin-top: 1px;
    position: relative;
    margin-bottom: 3%;
}

    .topBanner .whiteBg {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        height: 84px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: -600px;
    }

    .topBanner span {
        font-size: 14px;
    }

    .topBanner h2 {
        font-size: 48px;
        margin: 5% 0 3%;
    }

    .topBanner p {
        font-size: 24px;
    }

@media (max-width: 992px) {
    .topBanner span {
        font-size: 13px;
    }

    .topBanner h2 {
        font-size: 38px;
        margin: 5% 0 3%;
    }

    .topBanner p {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .topBanner {
        margin-top: 0px;
    }

        .topBanner h2 {
            text-align: center;
            font-size: 30px;
        }

        .topBanner p {
            text-align: center;
            font-size: 17px;
        }
}

@media (max-width: 480px) {
    .topBanner {
        margin-top: 0px;
        margin-bottom: 8%;
    }

        .topBanner h2 {
            font-size: 25px;
            margin: 10% 0 5%;
        }

        .topBanner p {
            font-size: 13px;
        }
}

.postList {
    margin:6% 0 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .postList li {
        width: 23%;
        border: 1px solid #999;
        margin-bottom: 2%;
        -webkit-transition: all .5 ease;
        transition: all .5 ease;
        -webkit-transition: all .5s ease;
    }

        .postList li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10% 0;
        }

            .postList li a img {
                width: 50px;
                height: 50px;
                -o-object-fit: contain;
                object-fit: contain;
            }

            .postList li a p {
                font-size: 18px;
                color: #333;
                margin-top: 6%;
                -webkit-transition: all .5 ease;
                transition: all .5 ease;
                -webkit-transition: all .5s ease;
            }

@media (max-width: 1200px) {
    .postList li a img {
        width: 45px;
    }

    .postList li a p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .postList li a img {
        width: 36px;
    }

    .postList li a p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .postList li {
        width: 46%;
    }

        .postList li a p {
            font-size: 14px;
        }
}

.getMore {
    width: 232px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    display: block;
    color: white;
    background: #962222;
    border-radius: 4px;
    margin: 3% auto 10%;
    -webkit-transition: all .5 ease;
    transition: all .5 ease;
    -webkit-transition: all .5s ease;
}

@media (max-width: 992px) {
    .getMore {
        width: 186px;
        height: 48px;
        line-height: 48px;
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .getMore {
        width: 149px;
        height: 38px;
        line-height: 38px;
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .getMore {
        width: 121px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
}

.recruitList {
    margin:6% 0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .recruitList .left {
        width: 44%;
        background: #e9e9e9;
        color: #333;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .recruitList .left .txt {
            padding: 0 6%;
        }

        .recruitList .left .leftImg {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .recruitList .left .typeTxt {
            font-size: 14px;
            margin: 5% 0;
            display: inline-block;
        }

        .recruitList .left p {
            font-size: 22px;
            line-height: 36px;
            height: 72px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    .recruitList .foo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10% 0 5%;
    }

        .recruitList .foo i {
            /*display: block;
            width: 45px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            border-radius: 20px;
            background: #942423;
            color: white;
            font-size: 12px;*/
            display: inline-block;
            line-height: 24px;
            text-align: center;
            font-size: 23px;
            border-radius: 22px;
        }
            .recruitList .foo i em{
                transition:all .5s ease;
                -webkit-transition:all .5s ease;
            }
            .recruitList .foo i:hover em {
                transform: translateX(5px);
                -webkit-transform: translateX(5px);
            }

                .recruitList .foo img {
                    width: 18px;
                    height: 18px;
                    margin: 0 3% 0 5%;
                }

        .recruitList .foo span {
            font-size: 14px;
        }

    .recruitList .right {
        width: 46%;
    }

        .recruitList .right a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 2%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .recruitList .right p {
            font-size: 22px;
            line-height: 36px;
            height: 72px;
            margin: 5% 0 3%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .recruitList .right .foo {
            margin: 0;
        }

        .recruitList .right li {
            -webkit-transition: all .5 ease;
            transition: all .5 ease;
            -webkit-transition: all .5s ease;
        }

            .recruitList .right li:hover {
                transform: translateY(-5px);
                -webkit-transform: translateY(-5px);
                -webkit-box-shadow: 0 0 18px 2px #e5e5e5;
                box-shadow: 0 0 18px 2px #e5e5e5;
            }

@media (max-width: 996px) {
    .recruitList .left p {
        font-size: 20px;
        line-height: 30px;
        height: 64px;
    }

    .recruitList .right p {
        font-size: 20px;
        line-height: 30px;
        height: 64px;
        margin: 3% 0 1%;
    }
}

@media (max-width: 768px) {
    .recruitList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .recruitList .left {
            width: 100%;
        }

        .recruitList .right {
            width: 92%;
        }

            .recruitList .right li {
                margin-top: 3%;
            }
}

@media (max-width: 480px) {
    .recruitList .foo {
        margin: 3% 0 8% 0;
    }

    .recruitList .right .foo {
        margin: 0% 0 6% 0;
    }

    .recruitList .left p, .recruitList .right p {
        font-size: 16px;
    }

    .recruitList .foo i {
        width: 38px;
        height: 19px;
        line-height: 19px;
    }

    .recruitList .foo span {
        font-size: 13px;
    }
}

.postList li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

    .postList li:hover p {
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
    }

.getMore:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}

.postList li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
