.excel_block {
    display: flex;
    flex-direction: row;
    border: 2.5px solid #fff;
    border-radius: 8px;
    align-items: stretch;
}

.left {
    display: flex;
    flex-direction: column;
    width: 45%;
    flex-wrap: nowrap;
    border-right: 2.5px solid #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.left > .title {
    padding: 10px;
    width: 100%;
    max-width: 100%;
    border-bottom: 2.5px solid #fff;
    margin: 0;
}

.detail_block_ex {
    border-bottom: 2.5px solid #fff;
    padding: 10px 0;
    height: 100%;
    min-height: 140px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.subt {
    font-size: 15px;
}

.rigth {
    width: 45%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.rigth > .title {
    margin: 0;
    padding: 10px 0;
    border-bottom: 2.5px solid #fff;
    width: 100%;
    max-width: 100%;
}

.desc_text {
    font-size: 15px;
    /* margin: auto; */
}

ul {
    margin-left: 25px;
}

.left, .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.left div, .right div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .excel_block {
        display: flex;
        flex-direction: row;
        border: 2.5px solid #fff;
        border-radius: 8px;
        align-items: stretch;
    }

    .left {
        display: flex;
        flex-direction: column;
        width: 45%;
        flex-wrap: nowrap;
        border-right: 2.5px solid #fff;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .left > .title {
        padding: 10px;
        width: 100%;
        max-width: 100%;
        border-bottom: 2.5px solid #fff;
        margin: 0;
        font-size: 15px;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .detail_block_ex {
        border-bottom: 2.5px solid #fff;
        padding: 10px 0;
        height: 100%;
        min-height: 220px;
        display: flex;
        align-items: center;
        padding: 14px;
    }

    .subt {
        font-size: 14px;
        text-align: center;
    }

    .rigth {
        width: 45%;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .rigth > .title {
        margin: 0;
        padding: 10px 0;
        border-bottom: 2.5px solid #fff;
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desc_text {
        font-size: 13px;
        /* margin: auto; */
        text-align: center;
    }

    ul {
        margin-left: 0;
        text-decoration: none;
        list-style-type: none;
    }
}
