
    .menu-language {
        color: black;

    }

    .law_container {
        margin: 50px 30px;
    }

    .law_title {
        color: #000;
        font-family: -apple-system, Source Han Sans CN;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
    }

    .line {
        margin: 25px 0;
        width: 100%;
        height: 1px;
        background-color: #C1C1C1;
    }

    .content {
        display: flex;
        justify-content: space-between;
    }

    .left_content {
        width: calc(50% - 10px);
    }

    .right_content {
        width: calc(50% - 10px);
    }

    .title_item {
        margin: 64px 0 25px 0;
        color: #000;
        font-family: -apple-system, Source Han Sans CN;
        font-size: 25px;
        font-weight: 500;
    }

    .content_item {
        width: 100%;
        color: #333;
        font-family: -apple-system, Source Han Sans CN;
        font-size: 20px;
        font-weight: 400;
        line-height: 151.99%;
    }
    .content_item pre{
        white-space:unset;
    }
