﻿.index校園萬花筒16 .ptColumns {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .index校園萬花筒16 .ptTitle {
        font-size: var(--title-font-size);
        line-height: 1em;
        font-weight: bold;
        margin: 1em 0;
        color: var(--title-font-color);
    }

    .index校園萬花筒16 .ptBlock {
        flex-basis: var(--block-width);
        min-width: var(--block-min-width);
    }

    .index校園萬花筒16 .ptImage {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .index校園萬花筒16 .ptSubTitle {
        font-size: var(--subTitle-font-size);
        font-weight: bold;
        margin: 1em 0;
        color: var(--subTitle-font-color);
    }

    .index校園萬花筒16 .ptText {
        font-size: var(--text-font-size);
        text-align: justify;
    }
.index校園萬花筒16 .blockTitle h2 {
	color: #1EAC00;
}
