.social-wrap{
    margin: 0.8rem auto;
}
.social-box{
    width: 100%;
    background: #EFEFEF;
    position: relative;
    display: flex;
    margin-top: 1.64rem;
    /* margin-bottom: 0.8rem; */
    padding-right: 0.76rem;
}
.social-box:nth-child(odd){
    padding-left: 0.76rem;
    padding-right: 0;
}   
/* .social-box-left{
    padding-left: 0.76rem;
}
.social-box-right {
    padding-right: 0.76rem;
} */
.social-en{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #767676;
}
.social-box-img {
    width: 8.29rem;
    height: 4.84rem;
    flex-shrink: 0;
    transform: translateY(-0.84rem);
}
.social-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-box-content{
    flex: 1;
    padding:0.75rem   0.35rem 0 0.35rem;
}
.social-box-text{
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.4rem;
}
.social-box-p{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.33rem;
    margin: 0.39rem 0;
}
.social-box-line{
    width: 1.24rem;
    height: 0.08rem;
    background: #014098;
}

.social-content{
    margin-top: 0.8rem;
}
.social-title{
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.4rem;
}
.social-p{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.33rem;
    margin-top: 0.37rem;
}
.social-img{
    margin-top: 0.49rem;
    width: 100%;
}
.social-img img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    .social-box-p, .social-p{
        text-align: justify;
    }
    .social-wrap{
        padding: 0 0.25rem;
    }
    .social-box-line{display: none;}
    .social-box,
    .social-box:nth-child(odd) {
        display: block;
        padding: 0;
        margin-top: 0;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }
    .social-box-img{
        width: 100%;
        height: 3rem;
        transform: translateY(0);
        margin-bottom: 0.5rem;
    }
    .social-box-content{
        width: 100%;
        background: #fff;
        overflow: hidden;
        padding: 0;
        margin-top: 0.5rem;
    }
    .social-box-p,
    .social-p {
        font-size: 0.26rem;
        line-height: 0.45rem;
    }
}