._block-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.44rem 0;
    line-height: 1;
}

._block-title-wrapper ._block-title {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 0.2rem;
}

._block-title-wrapper ._block-title ._block-title-text {
    font-weight: bold;
    font-size: 0.45rem;
    color: #167C76;
}

._block-title-wrapper ._block-title ._block-title-en {
    margin-top: 0.1rem;
    font-weight: bold;
    font-size: 0.46rem;
    color: #167C76;
    opacity: 0.1;
}

._block-title-wrapper ._show-more {
    margin-top: 0.28rem;
    font-size: 0.24rem;
    color: #999;
    cursor: pointer;
}
