
 .title {
        text-align: center;
        font-size: 53px;
    }

    .title-line {
        border-width: 0px;
        width: 12px;
        height: 5px;
        background: inherit;
        background-color: rgba(42, 143, 253, 1);
        border: none;
        border-radius: 6px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline-block;
    }
    .h-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        min-height: 0;
        min-width: 0;
    }

    .h-flex > .h-flex-elastic {
        flex: 1;
    }
    .culture{
        position: relative;
    }
    .culture-box{
        position: absolute;
        width: 100%;
        height: 75%;
        justify-content: center;
        align-items: baseline;
        left: 0;
        bottom: 0;
    }
    .culture-item{
        width: 20%;
        padding: 0 20px;
        color: white;
        line-height: 34px;
    }
    .culture-title{
        font-weight: bold;
        font-size: 22px;
        text-align: center;
        margin-top:10px;
    }
    .culture-con{
        font-size: 17px;
        text-align: center;
    }
    .culture-con>p{
        font-size: 17px;
        text-align: center;
    }