
    .column-wrapper {
        max-width: 800px;
        font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
    }
    
    .column-title {
        font-family: 'Noto Sans TC', sans-serif;
        font-weight: bold;
        background: linear-gradient(to bottom, #7093BA 0%, #6382A5 100%);
        border-bottom: 2px solid #6382A5;
        padding: 8px 30px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        height: 26px;
        color: white;
        font-size: 18px ;
    }
   
    .column-type {
        margin: 10px 35px 5px 2px;
        border-bottom-style: solid;
        border-bottom-color: #999;
        border-width: 1px;
        font-size: 18px ;
        color:seagreen ;
        font-weight: bold;
        width: 600px ;
    }
	
	.column-text {
        margin: 10px 35px 5px 2px;
        font-size: 18px ;
        color:black ;
		background-color:yellow ;
        width: 400px ;
    }

    .column-item {
        float: left;
        width: 200px;
    }

    .column-item-image img {
        padding: 0px;
        margin: 15px 3px 10px;
        border: 0;
        max-height: 230px;
    }
    .column-item-subimage img {
        padding: 10px;
        margin: 15px 3px 10px;
        border: 0;
        max-width: 200px;
    }

    .column-item-subject {
        margin: 10px 35px 5px 2px;
        border-bottom-style: solid;
        border-bottom-color: #999;
        border-width: 1px;
        font-size: 18px ;
        color:seagreen ;
        font-weight: bold;
        width: 150px
    }

    .column-item-text {
        padding: 0 30px 10px 2px;
    }

    .column-item-end {
        clear: both;
    }
