
        .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: 6px 0;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            height: 26px;
        }

        .column-title-year {
            display: inline;
            font-weight: bold;
            color: white;
            padding: 0 30px;
font-size: 18px;
    }

    .column-title-description {
            display: inline;
            padding-left: 25px;
            font-weight: bold;
            color: white;
font-size: 18px;
    }

        .column-content {
                border-bottom: 1px solid #e1e1e1;
                overflow: auto;
                /* background: linear-gradient(to bottom, #fcfcfc 0%, #efefef 100%);*/
                clear: both;
        }

        .column-content:nth-child(even) {
                background: #f3f3f3;
        }

        .column-content:last-child {
                /*   border-bottom: 0px;*/
        }

        .column-content-year {
                float: left;
                width: 80px;
                padding: 25px 0px 0 20px;
                font-size: 18px;
        }

        .column-content-description {
                float: left;
                max-width: 600px;
                color: #666666;
                font-size: 15px;
                padding-top: 12px;
        }

        .column-content-description ul li {
                padding: 10px 0;
                list-style-image: url("/images/icon/sq02.gif")
        }

        .column-content-description ul li+li {
                border-top: 1px dotted #666666;
        }

        .pages {
                text-align: center;
                color: #666666;
        }
