.career-index {
    padding: 15px 0;
    width: 100%;
    max-width: 1142px;
    margin: 0 auto;
    box-sizing: border-box;
}

.career-search-head {
    border-bottom: 1px solid #2e5787;
    margin-top: 20px;
    line-height: 40px;
    height: 40px;
    color: #214c7f;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-bottom: 6px;
}

.career-search-head p {
    padding-left: 23px;
    background: url(../images/search_icon.png) no-repeat 0 center;
    margin: 0;
    font-size: 20px;
}

.career-search-head:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/arr1_06.png) no-repeat center;
}

.career-search-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.career-search-ul li {
    padding: 6px 0;
    display: flex;
    width: 50%;
    height: 48px;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0;
}

.career-search-ul p {
    line-height: 36px;
    width: 156px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #222;
}

.career-search-ul .flex {
    flex: 1;
}

.career-search-ul .key {
    background: #eee;
    border: none;
    line-height: 36px;
    padding-left: 23px;
    width: 100%;
    outline: none;
    border-radius: 0;
    color: #888;
}

.career-search-ul select {
    border: 1px solid #eee;
    height: 36px;
    font-size: 15px;
    width: 100%;
    flex: 1;
    border-radius: 0;
    padding-left: 22px;
    color: #888;
}

.career-search-btns {
    display: flex;
    justify-content: right;
    margin-top: 30px;
}

.career-search-btns button {
    width: 196px;
    height: 48px;
    border-radius: 0;
    border: none;
    background: #224b7f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
}

.career-search-btns .filter_career_btn_clearfilters {
    background: #69bfdf;
}

.current-title {
    font-size: 20px;
    color: #214c7f;
    padding-left: 23px;
    line-height: 40px;
    border-bottom: 1px solid #214c7f;
    margin-top: 20px;
}

.opportunity-item {
    display: flex;
    margin-left: 17px;
    margin-right: 17px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.opportunity-item .flex {
    flex: 1;
}

.opportunity-item .tit {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    margin-bottom: 12px;
}

.opportunity-item ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 750px;
    list-style: none;
}

.opportunity-item li {
    width: 50%;
    padding: 0;
    line-height: 30px;
    font-size: 16px;
    color: #555;
    padding-left: 36px;
    margin: 0;
    position: relative;
}

.opportunity-item li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.opportunity-item li:nth-of-type(1):before {
    background-image: url(../images/opt_14.jpg);
    top: 1px;
}

.opportunity-item li:nth-of-type(2):before {
    background-image: url(../images/opt_16.jpg);
}

.opportunity-item li:nth-of-type(3):before {
    background-image: url(../images/opt_22.jpg);
}

.opportunity-item li:nth-of-type(4):before {
    background-image: url(../images/opt_21.jpg);
}

.opportunity-item li:nth-of-type(5):before {
    background-image: url(../images/opt_03.jpg);
}

.opportunity-item .view {
    align-self: flex-end;
    position: relative;
    display: flex;
    cursor: pointer;
}

.opportunity-item .view .detail {
    font-size: 16px;
    color: #555;
    border: 1px solid #214c7f;
    line-height: 28px;
    width: 108px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    text-decoration: none;
}

.opportunity-item .view .share {
    width: 30px;
    height: 30px;
    background: url(../images/share_39.png) no-repeat center;
    position: relative;
    margin-left: 12px;
}

.opportunity-item .view .share:hover {
    background-image: url(../images/share_32.png);
}

.opportunity-item .link {
    position: absolute;
    background: url(../images/dia_11.jpg) no-repeat;
    width: 141px;
    height: 51px;
    top: -62px;
    right: -17px;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 8px;
    display: none;
    height: 62px;
}

.opportunity-item .share:hover .link {
    display: flex;
}

.opportunity-item .link a {
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 4px;
}

.opportunity-item .link .facebook {
    background-image: url(../images/link_14.jpg);
}

.opportunity-item .link .twitter {
    background-image: url(../images/link_16.jpg);
}

.opportunity-item .link .linkedin {
    background-image: url(../images/link_03.jpg);
    width: 37px;
}

.opportunity-item .link .wechat {
    background-image: url(../images/link_weixin.png);
}

.career-detail-head {
    border-bottom: 1px solid #214c7f;
    display: flex;
    padding-bottom: 15px;
}

.career-detail-head .tit {
    font-size: 18px;
    color: #111;
    font-weight: bold;
    margin-bottom: 10px;
}

.career-detail-head ul {
    margin: 0;
    padding: 0;
}

.career-detail-head li {
    display: flex;
    padding-left: 42px;
    position: relative;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.career-detail-head li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.career-detail-head li:nth-child(1):before {
    background-image: url(../images/opt_14.jpg);
}

.career-detail-head li:nth-child(2):before {
    background-image: url(../images/opt_16.jpg);
}

.career-detail-head li:nth-child(3):before {
    background-image: url(../images/opt_21.jpg);
}

.career-detail-head li:nth-child(4):before {
    background-image: url(../images/opt_22.jpg);
}

.career-detail-head li:nth-child(5):before {
    background-image: url(../images/opt_03.jpg);
}

.career-detail-head li .t1 {
    color: #222;
}

.career-detail-head li .t2 {
    flex: 1;
    margin-left: 3px;
}

.career-detail-head .flex {
    flex: 1;
}

.career-detail-head .apply {
    align-self: flex-end;
    margin-bottom: 20px;
    margin-right: 40px;
}

.career-detail-head .apply .filter_career_btn_submit {
    width: 120px;
    height: 36px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #214c7f;
    display: block;
    text-decoration: none;
    text-align: center;
}
.career-detail-head .apply .filter_career_btn_return {
    width: 120px;
    height: 36px;
    line-height: 34px;
    color: #555;
    border: 1px solid #214c7f;
    font-size: 16px;
    font-weight: bold;    
    display: block;
    text-decoration: none;
    text-align: center;
	margin-top: 18px;
}

.career-detail-head .apply a {
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 4px;
}

.career-detail-head .apply .link {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.career-detail-head .apply .facebook {
    background-image: url(../images/link_14.jpg);
}

.career-detail-head .apply .twitter {
    background-image: url(../images/link_16.jpg);
}

.career-detail-head .apply .wechat {
    background-image: url(../images/link_weixin.png);
}

.career-detail-head .apply .linkedin {
    background-image: url(../images/link_03.jpg);
    width: 37px;
}

.career-detail {
    padding: 20px 0;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.career-detail .tit {
    color: #214c7f;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

@media screen and (max-width:1172px) {
    .career-index {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:768px) {
    .career-search-ul li {
        width: 100%;
        padding-right: 20px;
    }
    .opportunity-item {
        display: block;
    }
    .career-search-ul p,
    .career-search-ul .key,
    .career-search-ul select {
        font-size: 14px;
    }
    .career-search-btns button {
        width: 140px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        margin: 0 4px;
    }
    .career-search-btns {
        margin-top: 15px;
        justify-content: center;
    }
    .career-search-head p,
    .current-title {
        font-size: 16px;
    }
    .career-search-head p {
        margin-left: 10px;
    }
    .opportunity-item .tit {
        font-size: 15px;
    }
    .opportunity-item ul {
        width: auto;
        display: block;
    }
    .opportunity-item li {
        width: 100%;
        font-size: 14px;
    }
    .opportunity-item .view .detail {
        font-size: 14px;
        width: 90px;
    }
    .opportunity-item .view {
        margin-top: 15px;
    }
    .opportunity-item .view .share {
        background: none;
    }
    .opportunity-item .link {
        position: static;
        display: block;
        background: none;
        padding: 0;
        height: 30px;
    }
    .opportunity-item .link a {
        float: left;
    }
    .career-search-head {
        margin-top: 0;
    }
    .career-detail-head {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }
    .career-detail-head .tit {
        font-size: 16px;
    }
    .career-detail-head li {
        font-size: 14px;
        padding-left: 36px;
    }
    .career-detail-head .apply {
        margin-top: 15px;
    }
    .career-detail-head .apply .link {
        width: 120px;
    }
    .career-detail {
        padding-left: 10px;
        padding-right: 10px;
    }
    .career-detail .career-detail-head {
        padding-left: 0;
    }
    .career-detail-head li .t2 {
        line-height: 20px;
        margin-top: 5px;
    }
}