header {
    width: 100%;
    height: 447px;
    background-image: url("../../images/jobs-chance-outline/head.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 16px;
}

.container {
    width: 1200px;
}


.head-middle {
    margin-top: 76px;
    text-align: center;
}

.head-middle-title {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.head-middle-desc {
    font-size: 24px;
    color: #fff;
    margin-top: 35px;
}

.head-middle-btns {
    margin: 0 auto;
    margin-top: 97px;
}

.head-apply-btn {
    width: 126px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #fff;
    padding-left: 14px;
    padding-top: 6px;
}

.head-apply-btn img {
    width: 20px;
    height: 20px;
}

.head-apply-btn div {
    line-height: 14px;
    display: inline-block;
    margin-left: 16px;
}

.head-apply-btn div p:first-child {
    font-size: 14px;
    color: #fff;
}

.head-apply-btn div p:nth-child(2) {
    font-size: 12px;
    color: #fff;
}

.get-man-btn {
    width: 134px;
    height: 42px;
    margin-left: 162px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding-top: 6px;
    padding-left: 15px;
}

.get-man-btn img {
    width: 20px;
    height: 20px;
}

.get-man-btn div {
    margin-left: 18px;
    line-height: 14px;

}

.get-man-btn div p:first-child {
    font-size: 14px;
    color: #fff;
}

.get-man-btn div p:nth-child(2) {
    font-size: 12px;
    color: #fff;
}

/***************** 工作机会样式 ********************/


.jobs-chance-box {
    background: #fff;
    border-radius: 12px;
    margin-top: 17px;
    margin-bottom: 23px;
}

.jobs-chance-content {
    width: 1119px;
    margin: 0 auto;
    padding-top: 53px;
}

.jobs-chance-choose {
    border-bottom: 1px solid #dedede;
}

.jobs-chance-choose p {
    font-size: 14px;
    color: #333;
    width: 80px;
    margin-right: 30px;
    padding-bottom: 9px;
    text-align: center;
    cursor: default;
}

.jobs-chance-choose .choose-slide {
    color: #a9547c;
    border-bottom: 4px solid #a9547c;
}


.jobs-chance-swiper {
    padding-top: 7px;
}

/**************** 从左往右（start） **********************/

.right-apply {
    padding: 11px 0 22px 0;
    border-bottom: 1px solid #dedede;
}

.get-man-left {
    padding-top: 28px;
    min-width: 283px;
}

.get-man-title {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.get-man-company {
    font-size: 14px;
    color: #9d9d9d;
    margin-top: 6px;
}

.get-man-address {
    margin-top: 7px;
    margin-left: 2px;
}

.get-man-address img {
    width: 12px;
    height: 15px;
    margin-right: 3px;
}

.get-man-address span {
    font-size: 14px;
    color: #c1bcbc;
}

.get-man-date {
    margin-top: 9px;
}

.get-man-date img {
    width: 14px;
    height: 14px;
}

.get-man-date span {
    font-size: 12px;
    color: #c1bcbc;
    margin-left: 7px;
}

.left-logo-box {
    margin-left: 39px;
    text-align: center;
    width: 113px;
}

.left-logo-box img {
    /*display: block;*/
}

.left-logo {
    width: 113px;
    height: 113px;
}

.start-up-ico {
    width: 80px;
    height: 39px;
}

.point-right-img {
    margin-left: 27px;
    padding-top: 60px;
}

.point-right-img img {
    width: 25px;
    height: 35px;
}

.apply-btn {
    margin-left: 18px;
    padding-top: 59px;
}

.apply-btn button {
    width: 114px;
    height: 36px;
    text-align: center;
    border: 1px solid #a9547c;
    border-radius: 4px;
    color: #a9547c;
    line-height: 15px;
}

.apply-btn button p:first-child {
    font-size: 14px;
}

.apply-btn button p:nth-child(2) {
    font-size: 12px;
}

.right-apply .jobs-req{
    margin-left: 56px;


    padding-top: 24px;
    width: 423px;
    line-height: 15px;
    /* width: 100%; */
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    overflow: hidden;
    display: block;
    height: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.left-apply .jobs-req {
    padding-top: 24px;
    width: 496px;
    line-height: 15px;
    /* width: 100%; */
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    display: block;
    height: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.jobs-req p {
    font-size: 14px;
    color: #555;
    width: 435px;
    line-height: 24px;
}

/**************** 从左往右（end） **********************/

/**************** 从右往左（start） **********************/

.left-apply {
    padding: 11px 0 22px 0;
    border-bottom: 1px solid #dedede;
}

.left-apply .apply-btn {
    margin-left: 10px;
}

.left-apply .point-right-img {
    margin-left: 21px;
}

.left-apply .get-man-left {
    margin-left: 10px;
}

/**************** 从右往左（end） **********************/

.banner {
    margin-top: 11px;
}

.banner img {
    width: 100%;
    height: 146px;
}

.slide-pages {
    margin-top: 68px;
    margin-bottom: 65px;
}


