.sel-menu {
    width: 100%;
    height: auto;
    min-height: 58px;
    background: #2d70b7;
}

.menu-content {
    width: 360px;
    height: 100%;
    margin: 0 auto;
}

.menu-content div{
    float: left;
    width: 90px;
    height: 100%;
    line-height: 58px;
    text-align: center;
    cursor:pointer
}


.career-sel-active {
    background: #265d99;
    color: #ffffff !important;
}

.story-content {
    width: 100%;
    height: 300px;
}

.story-content img{
    display: block;
    float: left;
    width: 20%;
    height: 300px;
}

.user-name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

.story-content-desc {
    float: left;
    width:80%;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
}

.user-info {
    width: 100%;
    height: 220px;
    border: 1px solid #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

.story-content-desc-bg-a{
    background: url("../imgs/a_06.png") no-repeat center;
    background-size: 100% 100%;
}

.story-content-desc-bg-b{
    background: url("../imgs/a_10.png") no-repeat center;
    background-size: 100% 100%;
}

.story-content-desc-bg-c {
    background: url("../imgs/a_1116.png") no-repeat center;
    background-size: 100% 100%;
}

.bg-career {
    background: #f3eff0;
}

.content-none {
    display: none;
}

.staff-content {
    padding-left: 25px;
    padding-right: 25px;
}

.staff-title {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
}

.staff-img {
    width: 100%;
    height: auto;
}

.staff-concept-content {
    width: 100%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    color: #3572c3;
}

.staff-concept-content-left {
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
    color: #3572c3;
}

.staff-concept-desc {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: right;
}

.staff-concept-desc-left {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: left;
}

.staff-img-s {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
}

.staff-recruit-content {

}

.staff-recruit-content p{
    height: auto;
    line-height: 20px;
    text-align: left;
    color: #000000;
    font-size: 12px;
}

.staff-recruit-content label{
    margin-right: 40px;
    font-weight:normal;
}

.join-region {
    width:auto;
    height:auto;
}

.recruit-title {
    font-size: 16px;
    color: rgb(53,116,195);
    font-weight: bold !important;
}

@media screen and (max-width: 768px) {
    .menu-content {
        width: 100%;
        height: 232px;
    }
    .menu-content div{
        float: left;
        width: 100%;
        height: 58px;
    }
    .user-info {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }

    .story-content-desc {
        width: 100%;
    }

    .story-content img{
        display: none;
    }
}
