.mob-about-text {
    text-indent: .32rem;
    line-height: .32rem;
}
.mob-carousel-text div {
    font-size: .34rem;
    padding-bottom: 0.16rem;
}
.mob-carousel-text p {
    font-size: .18rem;
}
.mob-about-card {
    text-align: center;
    padding: .16rem;
}
.mob-about-card img {
    width: 1rem;
}
.mob-about-card-text {
    max-width: 300px;
    margin: 0 auto;
    font-size: .16rem;
    color: #656565;
}

/* 核心价值观 */
.mob-values-card {
    padding: 10px;
}
.mob-values-card img {
    width: 1rem;
}
.mob-values-card-text > div {
    font-size: .16rem;
    color: #656565;
}

/* 员工风采 */
@media (max-width: 786px) {
    .mob-employee-swiper img {
        width: 3rem !important;
    }
}
.mob-employee-swiper {
    height: 2rem;
}
.mob-employee-swiper img {
    width: 3.6rem;
}


/* 人才招聘 */
.list-group-item {
    font-size: .20rem;
    padding: .12rem .2rem;
    text-align: center;
    border: none;
    background: #F1F1F1;
}
.list-group-item:first-child {
    border-top-right-radius: .08rem;
    border-top-left-radius: .08rem;
}
.list-group-item:last-child {
    border-bottom-right-radius: .08rem;
    border-bottom-left-radius: .08rem;
}
@media (min-width: 768px) {
    .mob-position-list .list-group {
        max-width: 200px;
    }
}

.mob-position-card-item {
    font-size: .16rem;
}
.mob-position-card-item-title:after {
    content: "：";
}
.mob-position-card-item ol {
    list-style-type: none;
    counter-reset: sectioncounter;
    padding-left: 20px;
}
.mob-position-card-item ol li:before {
    content:  "• ";
    counter-increment: sectioncounter;
}
.mob-position-card-item ol li:not(:last-child):after {
    content: "；";
}
.mob-position-card-item ol li:last-child:after {
    content: "。";
}

.list-group-item.active {
    background: #FFC102 !important;
    border-color: #FFC102 !important;
    color: #342009 !important;
}

.about-content {
    padding: 0 0.5rem;
    text-align: justify;
    text-indent: .32rem;
    line-height: .32rem;
}