.a1Text{
    height: 280px;
    max-height: 3rem;
    padding-right: 15px;
    overflow-y: auto;
    text-align: justify;
}
.a1Text::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    border-radius: 4px;
}
.a1Text::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: var(--baseColor);
}
.leaderText{
    padding-right: 15px;
    text-align: justify;
}
.strategyCon{
    word-wrap: break-word;
    text-align: justify;
}

.hisList .content .scroll{
    text-align: justify;
}


@media (max-width:1200px){
    .a1Text{
        height: auto;
        max-height: none;
    }
}