html body {
    height: auto;
}


/* 招聘 列表 */

.content-mid {
    width: 100%;
    padding: 70px 0;
    color: #808080;
}

.mid-box {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
}

.recruit-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.recruit-li {
    width: 30%;
    height: 500px;
    border-radius: 4px;
}

.recruit-cover {
    height: 100%;
    text-align: center;
    padding-top: 175px;
}

.recruit-cover h4 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.recruit-intro {
    display: none;
    height: 100%;
    border: 1px solid #dadada;
}

.recruit-bg1 {
    background: url("../img/recruit-bg1.png") no-repeat center;
}

.recruit-bg2 {
    background: url("../img/recruit-bg2.png") no-repeat center;
}

.recruit-bg3 {
    background: url("../img/recruit-bg.png") no-repeat center;
}

.r-name-1 {
    background: url("../img/r-name-1.png") no-repeat center 40%;
}

.r-name-2 {
    background: url("../img/r-name-2.png") no-repeat center 40%;
}

.r-name-3 {
    background: url("../img/r-name-3.png") no-repeat center 40%;
}

.recruit-name {
    height: 200px;
    padding-top: 140px;
    text-align: center;
    background-color: #fff;
}

.recruit-name h5 {
    font-size: 18px;
    font-weight: 500;
}

.recruit-info {
    padding: 40px;
    font-size: 14px;
}

.recruit-info h4 {
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.recruit-info p {
		
	height: 150px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.recruit-info div {
    text-align: right;
    padding-top: 10px;
}

.recruit-info .recruit-btn {
    color: #bca06f;
    cursor: pointer;
    font-size: 16px;
}


/* 招聘 详情 */

.content-last {
    width: 100%;
    background-color: #f3f3f3;
}

.last-box {
    position: relative;
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
}

.recruit-content {
    position: relative;
    top: -40px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px #ccc;
}

.recruit-content h3 {
    padding: 20px 0;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #f3f3f3;
}

.info-base {
    padding: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.info-base li {
    float: left;
    width: 50%;
    padding: 10px 0;
}

.info-specific li {
    padding: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.info-specific li:last-child {
    border: none;
}

.info-specific h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.info-specific p {
    line-height: 36px;
}