
    .column-title {
        font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
        font-weight: bold;
        background: linear-gradient(to bottom, #7093BA 0%, #6382A5 100%);
        border-bottom: 2px solid #6382A5;
        padding: 12px 0 6px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        height: 26px;
    }

    .column-title-info {
        float: left;
        font-weight: bold;
        color: white;
        width: 800px;
        padding-left: 30px;
        font-size: 18px;
    }

    .column-content {
        border-bottom: 1px solid #e1e1e1;
        padding: 8px 0;
        overflow: auto;
        clear: both;
        font-size: 15px;
        color: #666666;
    }

    /**
    .column-content:nth-child(even) {
        background: #f3f3f3;
    }
    **/


    .column-content-info {
        float: left;
        width: 800px;
        padding: 5px 0 5px 30px;
        font-size: 14px;
    }

    .column-content-info>img {
    margin: auto;
    border: 0;
    }
