.about-development-text {
    margin: 0 auto;
}

.social-wrap {
    padding-top: 0.97rem;
    overflow: hidden;
}

.social-box {
    padding-left: .23rem;
    /*width: 100%;*/
    display: flex;
    margin: 1.02rem auto;
}

.social-box-right {
    padding-right: .23rem;
    padding-bottom: 1.06rem;
    margin: 0 auto;
    /*justify-content: space-between;*/
}

.social-box-right .social-box-content {
    padding-right: 5.62rem;
    padding-left: 2.77rem;
}

.social-box-right .social-box-img {
    right: 0;
    left: auto;
}

.social-box-img {
    width: 8.01rem;
    height: 5.19rem;
    box-shadow: -.23rem -.19rem 0 #EEEEEE;
}

.social-box-img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.social-box-right .social-box-img {
    width: 7.53rem;
    height: 5.19rem;
    box-shadow: .23rem -.19rem 0 #EEEEEE;
}
.social-box-content {
    width: 7.83rem;
    padding-left: 0.64rem;
    padding-right: 0.29rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-box-text {
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #343434;
    line-height: 0.5rem;
}

.social-solid {
    margin-top: 1.04rem;
    width: 1.49rem;
    border-bottom: 0.01rem solid rgba(55, 55, 55, 0.7);
}

.social-box-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 0.36rem;
    margin-top: 0.8rem;
}

.social-box-content1 {
    width: 6.95rem;
    margin-right: 1.29rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-box-text1 p {
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #343434;
    line-height: 0.36rem;
}

.social-box-p1 {
    width: 6.95rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;*/
    overflow: hidden;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 0.36rem;
    margin-top: 0.53rem;
}

.social-brief {
    margin: 1rem 0;
    position: relative;
}

.social-brief-img {
    width: 100%;
}

.social-brief-img img {
    width: 100%;
    height: auto;
}

.social-brief-box {
    width: 6.83rem;
    position: absolute;
    left: 2.29rem;
    top: 1.51rem;
}

.social-brief-text {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.5rem;
    color: #333333;
}

.social-brief-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    margin-top: 0.64rem;
}

@media only screen and (max-width: 1024px) {
    .social-wrap {
        padding: 0 0.25rem;
        padding-top: .88rem;
    }
    .social-box-right .social-box-img{
        width: 100%;
    }
    .social-box {
        display: block;
        margin: 0.6rem 0;
        padding-left: 0;
    }
    .social-box-right{
        padding-right: 0;
    }
    .social-box-p1{
        font-size: .26rem;
        width: 100%;
        text-align: justify;
    }
    .social-box-content1 {
        position: initial;
        width: 100%;
        padding: 0.4rem 0;
    }

    .social-box-content {
        top: 0;
        position: inherit;
        min-height: auto;
        width: 100%;
        padding: 0.4rem 0;
    }

    .social-box-text1 p {
        line-height: 0.5rem;
        font-size: .3rem;
    }

    .social-box-img {
        width: 100%;
        height: auto;
        transform: none;
        position: initial;
        top: 0;
        left: 0;
    }

    .social-box-p1 {
        line-height: 0.36rem;
    }

    .social-box-text {
        /* margin-top: 0.5rem; */
        padding: 0.4rem 0;
    }

    .social-box-text {
        font-size: .3rem;
        margin-top: 0;
    }

    .social-box-p {
        font-size: .26rem;
        margin-top: 0;
        text-align: justify;
    }

    .social-brief-box {
        padding: 0.4rem 0.2rem;
        width: 100%;
        position: inherit;
        left: 0;
        top: 0;
    }

    .social-brief {
        margin: 0.5rem 0;
    }

    .social-brief-text {
        padding: 0.4rem 0;
        font-size: .3rem;
    }

    .social-brief-p {
        margin-top: 0;
        font-size: .26rem;
        text-align: justify;
    }

    .social-box-right .social-box-content {
        padding: 0.4rem 0.25rem;
    }
}