
.banner-panel .carousel-indicators {
    bottom: 0
}

.summary-data .card {
    padding: 16px 26px;
    font-size: 16px;
    color: grey;
    background: #fff;
    margin-bottom: 30px
}

.summary-data .card p {
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px
}

.summary-data .card p:last-child {
    margin-bottom: 0
}

.summary-data .join-btn-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.summary-data .join-btn-group::after {
    display: table;
    clear: both;
    content: ''
}

.summary-data .join-btn-group .btn-bright {
    flex: 1;
    height: 80px;
    line-height: 58px;
    text-align: center;
    background: #ff8641;
    color: #fff
}

.summary-data .join-btn-group .btn-bright > * {
    vertical-align: middle
}

.summary-data .join-btn-group .btn-icon {
    display: inline-block;
    width: 48px;
    height: 42px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat
}

.summary-data .join-btn-group .icon-apply-1 {
    background-image: url(../images/icon-apply.png)
}

.summary-data .join-btn-group .icon-apply-2 {
    background-image: url(../images/icon-join.png)
}

.summary-data .join-btn-group .button-text {
    display: inline-block
}

.resume-panel {
    margin-bottom: 48px
}

.resume-panel .post-list {
    margin-left: -16px;
    margin-right: -16px
}

.resume-panel .post-list::after {
    display: table;
    clear: both;
    content: ''
}

.resume-panel .post-item_wrap {
    float: left;
    width: 33.3%;
    padding-left: 16px;
    padding-right: 16px
}

.resume-panel .post-item {
    display: flex;
    width: 100%;
    padding: 25px;
    cursor: pointer;
}

.resume-panel .post-item_title {
    width: 100%
}

.resume-panel .post-item_activity {
    padding-top: 6px;
    font-size: 14px;
    color: grey;
    line-height: 1.5;
    height: 4em
}

.resume-panel .post-item_info {
    padding-top: 0
}

.resume-panel .post-item .item-left {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 200px;
}

.resume-panel .post-item .item-left .name {
   font-size: 20px;
   color: #000;
}

.resume-panel .post-item .item-left .money {
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 5px 5px;
    margin-top: 10px;
    background: #ff8641;
}
@media screen and (max-width: 1280px) {
    .resume-panel .post-item .item-left {
        width: 75px !important;
        flex-shrink: 0 !important;
    }
    .resume-panel .post-item .item-right {
        margin: 13px 0 0 20px !important;
    }
    .resume-panel .post-item .item-left .name {
        font-size: 18px !important;
    }
}

.resume-panel .post-item .item-right {
    width: 100%;
    margin: 13px 0 0 40px;
}

.resume-panel .post-item .item-right .post-item_info {
    border: 0;
}

.resume-panel .post-item .item-right .post-item_info .condition {
    width: 100%;
}

.resume-panel .post-item .item-right .dream_position {
    color: #b3b3b3;
}

.news-panel .news-item_wrap {
    margin-bottom: 20px
}

.news-panel .news-item {
    padding: 20px 30px 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.news-panel .news-item_title-wrapper {
    padding-right: 185px
}

.news-panel .news-item a {
    color: inherit
}

.news-panel .news-item_title {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    margin: 0
}

.news-panel .news-item_desc {
    margin-top: 8px;
    font-size: 14px;
    color: grey;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-panel .news-item_info {
    margin-top: 16px;
    text-align: right;
    font-size: 14px;
    color: grey
}

.news-panel .news-item_info > span {
    margin-left: 50px
}

.operate-panel {
    margin-top: 48px
}

.operate-panel .operate-list {
    margin-left: -47px;
    margin-right: -47px
}

.operate-panel .operate-list::after {
    display: table;
    clear: both;
    content: ''
}

.operate-panel .operate-item_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 47px;
    padding-right: 47px
}

.operate-panel .operate-item_wrapper .operate-item {
    width: 20%;
}
.operate-panel .operate-item_avator {
    width: 195px;
    height: 195px;
    margin: 0 auto 16px
}

.operate-panel .operate-item_avator img {
    display: block;
    width: 100%
}

.operate-panel .operate-item .org-name {
    font-size: 14px;
    color: grey;
    line-height: 1.5;
    text-align: center
}

.operate-company-panel {
    margin-top: 28px;
    margin-bottom: 28px
}

.operate-company-panel .operate-company-list {
    margin-left: -25px;
    margin-right: -25px
}

.operate-company-panel .operate-company-list::after {
    display: table;
    clear: both;
    content: ''
}

.operate-company-panel .operate-company-item_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px
}

.operate-company-panel .operate-company-item {
    width: 20%;
    margin: 20px 30px;
    height: 82px;
    line-height: 82px;
    background-color: #fff;
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
}

.operate-company-panel .operate-company-item > img{
    height: 100%;
    object-fit: cover;
}

.news-item_wrap > a:hover {
    text-decoration:none;
}