.news-text0 {
    text-align: center;
    font-size: 0.46rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #000000;
}

.news-text1 {
    margin: 0 auto;
    margin-top: .28rem;
    width: 0.72rem;
    border-bottom: 0.04rem solid #02438D;
}

.social-wrap {
    padding-top: 1rem;
    overflow: hidden;
}

.social-box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.social-box-right {
    justify-content: flex-start;
}

.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: 100%;
    height: 6.6rem;
}

.social-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-box-content {
    position: absolute;
    right: 0;
    top: 0.83rem;
    /* transform: translateY(-50%); */
    width: 9.98rem;
    min-height: 6.34rem;
    background: rgba(2, 67, 141, 0.76);
    padding: 0 1.55rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-box-text {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.5rem;
    color: #FFFFFF;
}

.social-solid {
    margin-top: 1.06rem;
    width: 1.49rem;
    height: 0rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.7);
}

.social-box-p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.36rem;
    color: #FFFFFF;
    margin-top: 0.8rem;
}

.social-box-content1 {
    position: absolute;
    right: 1.47rem;
    top: 0;
    /* transform: translateY(-50%); */
    width: 7.74rem;
    min-height: 2.8rem;
    background: rgba(2, 67, 141, 0.76);
    padding: 0 0.45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-box-text1 p {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.36rem;
    color: #FFFFFF;
}

.social-box-p1 {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.28rem;
    color: #FFFFFF;
    margin-top: 0.19rem;
}

.social-brief {
    /* margin: 1rem 0; */
    position: relative;
}

.social-brief-img {
    width: 100%;
}

.social-brief-img img {
    height: 7rem;
    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.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.36rem;
    color: #333333;
    margin-top: 0.6rem;
}

@media only screen and (max-width: 1024px) {
    .social-wrap {
        padding: 0 0.25rem;
        margin-top: .82rem;
    }
    .social-box {
        display: block;
        margin: 0.6rem 0;
    }
    .social-box-p1{
        -webkit-line-clamp: 15;
    }
    .social-box-content1 {
        position: initial;
        width: 100%;
        padding: 0.4rem 0.2rem;
    }
    .social-box-content {
        top: 0;
        position: inherit;
        min-height: auto;
        width: 100%;
        padding: 0.4rem 0.25rem;
    }
    .social-box-text1 p {
        line-height: 0.5rem;
    }
    .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-brief-p{
        font-size: .24rem;
    }
    .social-box-p1{
        font-size: .24rem;
    }
    .social-box-text {
        margin-top: 0;
    }
    .social-box-p {
        margin-top: 0;
        font-size: .24rem;
    }
    .social-solid{
        margin-top: .68rem;
    }
    .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;
    }
    .social-brief-p {
        margin-top: 0;
    }
    .social-box-right .social-box-content {
        padding: 0.4rem 0.25rem;
    }
}