/*----------公益夥伴樣式----------*/
#charity_part_content img {
    transition: transform 0.3s ease-in-out; 
}

    /* hover 時的放大效果 */
    #charity_part_content img:hover {
        transform: scale(1.2);
    }

/*----------捐款徵信樣式----------*/
#major_events thead th {
    text-align: center !important;
    vertical-align: middle;
}