.bj1Left .leaderTit{
    text-align: justify;
    height: 300px;
    max-height: 3.4rem;
    padding-right: 15px;
    overflow-y: auto;
}
.bj1Left .leaderTit::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    border-radius: 4px;
}
.bj1Left .leaderTit::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: var(--baseColor);
}
.bj3Text{
    text-align: justify;
}

@media (max-width:1200px){
    .bj1Left .leaderTit{
        height: auto;
        max-height: none;
    }
}