#recruit{
    width: 100%;
    min-height: 50rem;
    background-color: #fff;
    padding: 1.2rem 1.2rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.banner{
    width: 100%;
    margin-bottom: 2rem;
}

.banner img {
    width: 100%;
}

#recruit .title{
	padding: 0.6rem 0;
	width: 8rem;
	background-color: #e30009;
	color: #fff;
    font-weight: bold;
	text-align: center;
}

#recruit .text-content{
    width: 100%;
    margin-top: 2rem;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
}

#recruit .text-content .list-label{
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
}

#recruit .text-content .sort-list{
    margin-top: 1rem;
    padding-bottom: 1rem;
}

/* 岗位 */
#recruit .text-content .post-wrapper{
    width: 100%;
    padding-bottom: 2rem;
}

#recruit .text-content .post-wrapper .select-wrapper{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 2rem;
}

#recruit .text-content .post-list{
    width: 100%;
}

#recruit .text-content .post-list .post-item {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-end; */
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

#recruit .text-content .post-list .post-item:hover .post-name{
    color: #e30009;
}

#recruit .text-content .post-list .post-item .post-name{
    font-size: 1.4rem;
    font-weight: bold;
}

#recruit .text-content .post-list .post-item .left-info{
    width: 100%;
    margin-bottom: 1rem;
}

#recruit .text-content .post-list .post-item .post-label{
    margin-top: 0.4rem;
}

#recruit .text-content .post-list .post-item .right-info a{
    color: #fff;
}

#recruit .nanling-wellcom .email{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#recruit .nanling-wellcom .email p {
    margin-right: 0.6rem;
}

/* @media screen and (max-width: 768px) {

} */

/* 页码开始 */
#recruit .pagination-wrapper {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

#recruit .pagination-wrapper .pagination{
    display: flex;
    align-items: center;
}

#recruit .pagination-wrapper .pagination li{
    cursor: pointer;
}

#recruit .pagination-wrapper .pagination .total{
    margin-right: 20px;
}

#recruit .pagination-wrapper .page-item {
    box-shadow: none;
}

#recruit .pagination-wrapper .page-link {
    color: #e30009;
    box-shadow: none;
}

#recruit .pagination-wrapper .active .page-link {
    background-color: #e30009;
    color: #fff;
    border-color: #e30009;
}