.detail-wrap {
    padding:  1.1rem .4rem 1.5rem;
 
}

.detail-content {
    /* width: 7rem; */
    font-size: .32rem!important;
    color:#404040;
    word-break: normal;
    text-align: justify;
    word-break: break-all;
    line-height: .5rem;
}

section {
    font-size: .32rem !important;
    color: #404040;
    line-height: .5rem;
    word-break: normal;
    text-align: justify;
    word-break: break-all;
    max-width: 100%;
}

p {
    font-size: .32rem !important;
    color: #404040;
    line-height: .5rem;
    word-break: normal;
    text-align: justify;
    word-break: break-all;
}
.sourse{
    font-size: .28rem;
    margin-bottom: 1.4rem;
    margin-top: .3rem;
    color: #a8a8a8;
}
.detail-title {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: #333333;
    font-size: .45rem;
}

.detail-date {
    font-size: .28rem;
    margin-top: .3rem;
    color: #333333;
    text-align: justify;
}

img {
    max-width: 100%;
    height: auto!important;

}

video {
    max-width: 100%;
}

