.join-idea-wrap {
    margin: 0 auto;
    padding: 0.9rem 0;
}

.join-idea-list {
    margin-top: 0.6rem;
}

.join-idea-item {
    width: 100%;
    height: auto;
    padding: 0.63rem 1.59rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0.3rem;
}

.join-idea-item:last-of-type {
    margin-bottom: 0;
}

.join-idea {
    padding: 0.3rem;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 0, 0, 0.1), inset 0rem 0.04rem 0.16rem 0rem rgba(222, 243, 255, 0.4);
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 1;
    border: 0.01rem solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1)) 0.01 0.01;
    /* filter: blur(1px); */
    display: flex;
    align-items: center;
}

.join-idea-num {
    font-size: 0.64rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #FCFDFF;
    flex-shrink: 0;
}

.join-idea-line {
    width: 0.01rem;
    height: 1rem;
    background: #fff;
    transform: translate(45edg);
    flex-shrink: 0;
    transform: rotate(30deg);
    flex-shrink: 0;
    margin: 0 0.5rem;
}

.join-idea-p {
    font-size: 0.18rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.38rem;
}


/* 力辰商学院 */

.college-wrap {
    width: 100%;
    padding-top: 0.9rem;
}

.college-box {
    margin-top: 0.6rem;
    background: url(../images/college.png) no-repeat;
    background-size: cover;
    padding: 0.66rem 0;
    display: flex;
    justify-content: flex-end;
}

.college {
    width: 50%;
}

.college-title {}

.college-title .common-title {
    align-items: flex-start;
}

.college-title .common-title-text {
    font-size: 0.32rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333333;
    line-height: 0.64rem;
}

.college-p {
    margin: 0.3rem 0;
    width: 7.29rem;
    font-size: 0.18rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    line-height: 0.43rem;
}

.college-bt {
    width: 1.44rem;
    height: 0.5rem;
    background: #284186;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* L力辰详情 */

.collegeDetail-wrap {
    padding: 0.6rem 0 0.9rem 0;
    margin: 0 auto;
}

.collegeDetail-item:last-of-type {
    margin-bottom: 0;
}

.collegeDetail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    position: relative;
}

.collegeDetail-img {
    flex-shrink: 0;
    position: relative;
}

.collegeDetail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.collegeDetail-text {
    font-size: 0.34rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333333;
    line-height: 0.71rem;
}

.collegeDetail-p {
    font-size: 0.18rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    line-height: 0.38rem;
    margin-top: 0.4rem;
    text-indent: 2em;
}

.collegeDetail1 .collegeDetail-img {
    width: 5rem;
    height: 6.7rem;
    position: relative;
}

.collegeDetail1 .collegeDetail-img-bg {
    width: 5rem;
    height: 6.06rem;
    background: #284186;
    position: absolute;
    bottom: -0.3rem;
    right: -0.3rem;
    z-index: 1;
}

.collegeDetail1 .collegeDetail-content {
    width: 6.55rem;
}

.collegeDetail2 .collegeDetail-img {
    width: 8.86rem;
    height: 5.44rem;
    position: relative;
}

.collegeDetail2 .collegeDetail-img-bg {
    width: 5rem;
    height: 0.78rem;
    background: #284186;
    position: absolute;
    top: -0.25rem;
    right: -0.28rem;
    z-index: 1;
}

.collegeDetail2 .collegeDetail-content {
    width: 4rem;
}

.collegeDetail3 .collegeDetail-img {
    width: 5rem;
    height: 6.7rem;
    position: relative;
}

.collegeDetail3 .collegeDetail-img-bg {
    width: 5rem;
    height: 6.06rem;
    background: #284186;
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
    z-index: 1;
}

.collegeDetail3 .collegeDetail-content {
    width: 6.55rem;
    display: flex;
}

.collegeDetail3 .collegeDetail-text {
    flex-shrink: 0;
    margin-right: 0.8rem;
    text-align: center;
}

.collegeDetail3 .collegeDetail-p {
    margin-top: 0;
    flex: 1;
}

.collegeDetail4 .collegeDetail-img {
    width: 8.86rem;
    height: 5.44rem;
    position: relative;
}

.collegeDetail4 .collegeDetail-img-bg {
    width: 0.79rem;
    height: 0.79rem;
    background: #284186;
    position: absolute;
    bottom: -0.2rem;
    right: -0.2rem;
    z-index: 1;
}

.collegeDetail4 .collegeDetail-content {
    width: 4rem;
}

.collegeDetail5 .collegeDetail-img {
    width: 7.92rem;
    height: 4.83rem;
    position: relative;
}

.collegeDetail5 .collegeDetail-img-bg {
    padding: 0.05rem 0.31rem;
    background: #284186;
    position: absolute;
    top: 0.35rem;
    right: -1.54rem;
    z-index: 3;
    font-size: 0.34rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #FFFFFF;
}

.collegeDetail5 .collegeDetail-content {
    width: 4rem;
    padding-bottom: 0.3rem;
}

.collegeDetail5-bg {
    width: 0.3rem;
    height: 0.3rem;
    background: #284186;
    position: absolute;
    bottom: 0;
    right: 0;
}

.collegeDetail-des {
    margin-top: 0.6rem;
}

.collegeDetail-des .collegeDetail-p {
    margin-top: 0;
}


/* 人才招聘 */

.invite-title .common-title {
    align-items: flex-start;
}

.invite-text {
    margin: 0.3rem 0;
    font-size: 0.24rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333333;
}

.invite-p {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    line-height: 0.42rem;
}

.invite-screen {
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
}

.invite-screen-title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.invite-screen-title img {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
}

.invite-screen-title p {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
    margin-left: 0.1rem;
}

.invite-nav-wrap {
    display: flex;
    align-items: center;
}

.invite-nav {
    margin-left: 0.4rem;
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    position: relative;
}

.invite-nav-wrap .active {
    font-weight: bold;
    color: #284186;
}

.invite-nav-wrap .active::after {
    content: '';
    width: 100%;
    height: 0.02rem;
    background: #94C33A;
    position: absolute;
    bottom: -0.12rem;
    left: 0;
}

.invite-list {
    margin-top: 0.3rem;
}

.invite-item {
    padding: 0.3rem 0.6rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1;
    border: 0.01rem solid #DDDDDD;
    transition: all .365s;
    position: relative;
    margin-bottom: 0.4rem;
}

.invite-item-box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.invite-shrink {
    width: 0.23rem;
    height: 0.23rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.shrink-img1 {
    width: 0.12rem;
    height: 0.23rem;
}

.shrink-img2 {
    width: 0.23rem;
    height: 0.12rem;
    display: none;
}

.invite-item-icon {
    width: 0.35rem;
    height: 0.35rem;
    flex-shrink: 0;
    margin: 0 0.2rem;
}

.invite-item-title {
    font-size: 0.26rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333333;
}

.invite-item-content {
    font-size: 0.14rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
    line-height: 0.29rem;
    /* display: none; */
    height: 0;
    overflow: hidden;
}

.invite-item-active {
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(40, 65, 134, 0.15);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1;
    border-bottom: 0.05rem solid #94C33A;
    padding: 0.5rem 0.6rem;
}

.invite-item-active .shrink-img1 {
    display: none;
    transition: all .365s;
}

.invite-item-active .shrink-img2 {
    display: block;
    transition: all .365s;
}

.invite-item-active .invite-item-content {
    height: auto;
    margin-top: 0.2rem;
    transition: all .365s;
}

.invite-des-box {
    margin-top: 0.9rem;
    display: flex;
    /* justify-content: space-between; */
}

.invite-title {
    margin-bottom: 0.32rem;
}

.invite-more {
    padding-right: 1.2rem;
    margin-right: 1.2rem;
    flex-shrink: 0;
    position: relative;
}

.invite-more::after {
    content: '';
    width: 0.01rem;
    height: 2.5rem;
    background: #CCCCCC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.invite-more-list {
    display: flex;
    margin-top: 0.5rem;
}

.invite-more-a {
    margin-right: 0.48rem;
    width: 0.74rem;
    height: 0.74rem;
}

.invite-more-a:last-of-type {
    margin-right: 0;
}

.invite-more-a img {
    width: 100%;
    height: 100%;
}

.invite-more-img2 {
    display: none;
}

.invite-more-a:hover .invite-more-img1 {
    display: none;
}

.invite-more-a:hover .invite-more-img2 {
    display: block;
}

.invite-contact-list {
    display: flex;
}

.invite-contact-item {
    margin-right: 0.6rem;
}

.invite-contact-text {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.2rem;
}

.invite-contact-a {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0.2rem;
}


/*==============H5==============*/

@media all and (max-width: 1024px) {
    /* 人才理念 开始 */
    .join-idea-wrap {
        padding: 30px 15px;
    }
    .join-idea {
        padding: 10px;
    }
    .join-idea-item {
        width: 100%;
        padding: 0;
    }
    .join-idea-num {
        font-size: 20px;
    }
    .join-idea-p {
        font-size: 12px;
        text-align: justify;
    }
    .join-idea-line {
        height: 30px;
        margin: 0 20px;
    }
    /* 人才理念 结束 */
    /* 力辰商学院 开始 */
    .college-wrap {
        padding-top: 30px;
    }
    .college-box {
        margin-bottom: 30px;
        padding: 0;
        padding-top: 75vw;
        background-size: 200% 50%;
    }
    .college {
        width: 100%;
        padding: 0 15px;
    }
    .college-p {
        width: 100%;
        text-align: justify;
        font-size: 12px;
    }
    .college-bt {
        margin: 0 auto;
        width: 80px;
        height: 30px;
        font-size: 12px;
    }
    /* 力辰商学院 结束 */
    /* ------------------------------------- */
    /* ------------------------------------- */
    /* 力辰商学院 详情 开始 */
    .collegeDetail-list {
        padding: 15px;
    }
    .collegeDetail-item {
        flex-direction: column;
    }
    .collegeDetail-img {
        margin-bottom: 20px;
    }
    .collegeDetail-p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5;
    }
    .collegeDetail1 .collegeDetail-img {
        width: 90%;
    }
    .collegeDetail2 .collegeDetail-img {
        width: 90%;
    }
    .collegeDetail2 .collegeDetail-content {
        width: 100%;
    }
    .collegeDetail3 .collegeDetail-img {
        width: 90%;
    }
    .collegeDetail3 .collegeDetail-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .collegeDetail4 {
        flex-direction: column-reverse;
    }
    .collegeDetail4 .collegeDetail-img {
        width: 90%;
    }
    .collegeDetail4 .collegeDetail-content {
        width: 90%;
    }
    .collegeDetail5 .collegeDetail-img {
        width: 90%;
    }
    .collegeDetail5 .collegeDetail-img-bg {
        position: static;
    }
    .collegeDetail5 .collegeDetail-content {
        margin-top: 15px;
        width: 90%;
    }
    .collegeDetail2 {
        flex-direction: column-reverse;
    }
    .collegeDetail-des {
        padding: 25px;
        margin: 0 auto;
    }
    /* 力辰商学院 详情 结束 */
    /* ------------------------------------- */
    /* ------------------------------------- */
    /* 招聘列表 */
    .invite-text {
        font-size: 14px;
    }
    .invite-p {
        font-size: 12px;
    }
    .invite-item-active {
        /*padding: 15px 30px;*/
        /*box-shadow: none;*/
        border-bottom: 0;
    }
    .invite-item-active .shrink-img1 {
        display: none;
        transition: all 0s;
    }
    .invite-item-active .shrink-img2 {
        display: block;
        transition: all 0s;
    }
    .invite-item-active .invite-item-content {
        transition: all 0;
    }
    .invite-item-active .invite-item-content {
        font-size: 12px;
        line-height: 1.5;
    }
    .invite-des-box {
        flex-direction: column;
    }
    .invite-more::after {
        display: none;
    }
    .invite-contact {
        margin-top: 20px;
    }
    .invite-contact-list {
        flex-direction: column;
    }
    .invite-contact-item {
        margin-top: 15px;
    }
    .invite-contact-a {
        font-size: 12px;
    }
    .invite-contact-text {
        font-size: 12px;
    }
    .invite-screen-title p {
        font-size: 12px;
    }
    .invite-nav {
        font-size: 12px;
    }
}