.text-line-clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
    max-width: 1200px;
    margin: 40px auto 0;
    box-sizing: border-box;
}
.recru-nav {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    /* background: linear-gradient(270deg, #5692ff 0%, #2b59ff 100%); */
    background-color: #2B59FF;
}
.recru-nav div {
    display: inline-block;
}
.recru-nav span {
    color: #fff;
}
.recru-nav .icon {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 6px;
}

.recru-nav-l {
    float: left;
}
.recru-nav-r {
    float: right;
}
.recru-nav-l span,
.recru-nav-r span {
    line-height: 22px;
}

.recru-main-box {
    background: #f7f8ff;
    padding: 20px;
}
.recru-main {
    padding: 0px 40px 30px;
    background-color: #fff;
}

.recru-main-box .recru-main-other{
    padding-bottom: 0;
}
.recru-main .item-other{
    padding: 30px 0;
}
.container .section-desc{
    background-color: #F7F8FF;
    padding: 20px 20px 40px;
}
.container .section-desc .desc-content{
    box-sizing: border-box;
    background-color: #fff;
    padding: 40px;
}
.section-desc .desc-content .desc-show{
    display: inline-block;
    box-sizing: border-box;
    width: 520px;
    height: 232px;
    text-align: center;
    padding: 50px;
    background-color: #F7F8FF;
}
.section-desc .desc-content .desc-show .img-icon{
    width: 60px;
}
.section-desc .desc-content .desc-show .title{
    color: #333C5C;
    line-height: 24px;
    font-size: 16px;
}
.section-desc .desc-content .desc-left{
    margin-right: 30px;
}
.section-desc .desc-content .desc-map{
    margin: 40px 0 20px;
}
.section-desc .desc-content .desc-map .map-title{
    text-align: center;
    color: #333C5C;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
}
.section-desc .desc-content .map{
    height: 445px;
}