﻿@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap";

.text_left {
    text-align: left !important;
}

.text_center {
    text-align: center !important;
}

.text_right {
    text-align: right !important;
}

.green_font {
    color: #0ba29b !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.transation {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.btn_outline {
    color: #5a5a5a;
    background-color: #fff;
    border-color: #5a5a5a;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.btn_outline_gray {
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

    .btn_outline_gray:hover {
        border-color: #0d0d0d;
    }

    .btn_outline_gray:active, .btn_outline_gray:focus {
        color: #ccc;
        border-color: #ccc;
        outline: 0;
    }

        .btn_outline_gray.active:focus, .btn_outline_gray:active:focus {
            outline: 0;
        }

.btn_outline_green {
    color: #0ba29b;
    background-color: #fff;
    border-color: #0ba29b;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

    .btn_outline_green:hover {
        color: #0d0d0d;
        border-color: #0d0d0d;
    }

    .btn_outline_green:active, .btn_outline_green:focus {
        color: #0ba29b;
        border-color: #0ba29b;
    }

[class*=btn_outline] {
    -webkit-transition: color, border-color 0.5s ease;
    transition: color, border-color 0.5s ease;
}

    [class*=btn_outline]:focus {
        outline: 0;
    }

.btn_flat {
    border-width: 1px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn_w100 {
    width: 100%;
    text-align: center;
}

.btn_block {
    display: block;
    margin-top: 15px;
    text-align: center;
}

.new_school_style {
    background-color: #fff;
}

    .new_school_style * {
        font-family: "Noto Sans TC", "Montserrat", "微軟正黑體", sans-serif;
    }

    .new_school_style .path {
        padding: 0 15px 20px;
    }

@media (min-width: 576px) {
    .new_school_style .path {
        padding: 0 30px 20px;
    }
}

@media (min-width: 768px) {
    .new_school_style .path {
        padding: 0 50px 20px;
    }
}

.new_school_style .padding_block {
    padding: 20px 15px 30px;
}

@media (min-width: 576px) {
    .new_school_style .padding_block {
        padding: 20px 30px 30px;
    }
}

@media (min-width: 768px) {
    .new_school_style .padding_block {
        padding: 20px 50px 30px;
    }
}

.new_school_style .page_search {
    border: 1px solid #ccc;
}

.new_school_style .area .col-xs-12 {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 576px) {
    .new_school_style .area .col-xs-12 {
        padding-right: 45px;
    }
}

@media (min-width: 768px) {
    .new_school_style .area .col-xs-12 {
        padding-right: 65px;
    }
}

.new_school_style .area .title_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2px;
}

    .new_school_style .area .title_block h1 {
        padding-left: 25px;
        margin: 0;
        margin-bottom: 15px;
        font-size: 2.5em;
        color: #0ba29b;
        background: none;
        border-bottom: none;
        border-left: 30px solid #0ba29b;
    }

@media (min-width: 576px) {
    .new_school_style .area .title_block h1 {
        border-left: 45px solid #0ba29b;
    }
}

@media (min-width: 768px) {
    .new_school_style .area .title_block h1 {
        border-left: 65px solid #0ba29b;
    }
}

.new_school_style .area .title_block .right {
    margin-left: auto;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

@media (min-width: 576px) {
    .new_school_style .area .title_block .right {
        margin-left: 0;
    }
}

.new_school_style .area .title_block a {
    display: inline-block;
    padding: 5px 13px;
    padding-right: 26px;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #ccc;
    border-radius: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
}

    .new_school_style .area .title_block a:hover {
        background-color: #ccc;
    }

    .new_school_style .area .title_block a.active {
        background: #fabd00;
    }

.new_school_style .area .title_block h2 {
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    margin: 0;
    margin-left: 55px;
    font-size: 2em;
    color: #ed6d00;
    border-left: 3px solid #ed6d00;
    border-right: 3px solid #ed6d00;
}

@media (min-width: 576px) {
    .new_school_style .area .title_block h2 {
        margin-left: 70px;
    }
}

@media (min-width: 768px) {
    .new_school_style .area .title_block h2 {
        margin-left: 90px;
    }
}

.new_school_style .cauousel_img_block {
    position: relative;
}

    .new_school_style .cauousel_img_block img.w-100 {
        width: 100%;
    }

    .new_school_style .cauousel_img_block .title_block {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .new_school_style .cauousel_img_block h1 {
        margin: 0;
        font-size: 46px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        text-shadow: 2px 2px 4px #ccc;
        pointer-events: none;
    }

@media screen and (min-width: 768px) {
    .new_school_style .cauousel_img_block h1 {
        font-size: 83px;
    }
}

.new_school_style .cauousel_img_block h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px #ccc;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .new_school_style .cauousel_img_block h2 {
        font-size: 60px;
    }
}

.new_school_style .cauousel_img_block .slick-dots {
    bottom: 10%;
}

    .new_school_style .cauousel_img_block .slick-dots li {
        margin: 0 10px;
    }

        .new_school_style .cauousel_img_block .slick-dots li button::before {
            font-size: 30px;
        }

@media (min-width: 576px) {
    .new_school_style .cauousel_img_block .slick-dots li button::before {
        font-size: 50px;
    }
}

.new_school_style .content_block + .content_block {
    margin-top: 15px;
}

.new_school_style .content_block .content_title {
    padding: 0 0 7px;
    font-size: 24px;
    font-weight: bold;
    color: #0ba29b;
    border-bottom: 3px solid #ccc;
}

@media (min-width: 576px) {
    .new_school_style .content_block .content_title {
        padding: 10px 0 7px;
    }
}

.new_school_style .content_block .content_title h2 {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.new_school_style .collapse[class*=min_height_][aria-expanded=false].before_mask {
    position: relative;
}

    .new_school_style .collapse[class*=min_height_][aria-expanded=false].before_mask::before {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 2.8572em;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.1)));
        background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
        content: "";
        pointer-events: none;
    }

.new_school_style .collapse_title {
    position: relative;
    display: block;
    -webkit-transition: all 0.35s esae;
    transition: all 0.35s esae;
}

    .new_school_style .collapse_title .toggle_icon {
        position: absolute;
        top: 10px;
        right: 20px;
        line-height: 1;
        color: #ccc;
        -webkit-transition: all 0.35s esae;
        transition: all 0.35s esae;
    }

@media (min-width: 576px) {
    .new_school_style .collapse_title .toggle_icon {
        top: 18px;
    }
}

.new_school_style .collapse_title.collapsed .toggle_icon i, .new_school_style .collapse_title.in .toggle_icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.new_school_style .collapse_content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.new_school_style .collapse_content .collapse_title {
    padding-bottom: 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.new_school_style .collapse_content .collapse_content_title_block {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .new_school_style .collapse_content .collapse_content_title_block {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.new_school_style .collapse_content .collapse_content_title_block h4 {
    padding: 6px 12px;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0ba29b;
}

.new_school_style .collapse_content .collapse_content_title_block h5 {
    padding: 6px 12px;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #555;
}

.new_school_style .collapse_content h3 {
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 5px solid #0ba29b;
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.new_school_style .introduce {
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility, max-height;
    transition-property: height, visibility, max-height;
}

    .new_school_style .introduce.active {
        height: auto;
    }

    .new_school_style .introduce.min_height_4em.collapse[aria-expanded=false] {
        display: block;
        overflow: hidden;
        height: 5.7144em !important;
    }

    .new_school_style .introduce.min_height_4em.collapsing[aria-expanded=false] {
        height: 5.7144em !important;
    }

    .new_school_style .introduce.min_height_7em.collapse[aria-expanded=false] {
        display: block;
        overflow: hidden;
        height: 10.7145em !important;
    }

    .new_school_style .introduce.min_height_7em.collapsing[aria-expanded=false] {
        height: 10.7145em !important;
    }

.new_school_style .introduce_btn {
    display: none;
    padding: 0.1em 1em;
    font-size: 16px;
    border-radius: 1em;
}

    .new_school_style .introduce_btn.active {
        display: inline-block;
    }

.new_school_style .pc_title,
.new_school_style .phone_title {
    display: none;
}

    .new_school_style .pc_title.active,
    .new_school_style .phone_title.active {
        display: block;
        margin-bottom: 10px;
    }

.new_school_style .news_block .show_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 0;
    margin-top: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

@media (min-width: 768px) {
    .new_school_style .news_block .show_news {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 576px) {
    .new_school_style .news_block .show_news {
        gap: 20px;
        padding-bottom: 10px;
    }
}

.new_school_style .news_block .link_block {
    display: block;
    width: 100%;
}

.new_school_style .news_block .first_new,
.new_school_style .news_block .other_news {
    width: 100%;
}

.new_school_style .news_block .new_class,
.new_school_style .news_block .new_date {
    font-size: 16px;
    font-weight: 400;
}

.new_school_style .news_block .new_class {
    padding: 3px;
    border: 1px solid #333;
}

.new_school_style .news_block .new_title {
    font-size: 18px;
    font-weight: 400;
    word-break: break-all;
}

.new_school_style .news_block .first_new {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .new_school_style .news_block .first_new img {
        width: 100%;
        min-height: 150px;
    }

.new_school_style .news_block .mark {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
}

    .new_school_style .news_block .mark .new_title {
        max-height: 2.8572em;
    }

@media (max-width: 576px) {
    .new_school_style .news_block .mark .new_title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.new_school_style .news_block .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
}

    .new_school_style .news_block .detail ~ .new_title {
        overflow: hidden;
        max-height: 2.8572em;
    }

@media (min-width: 576px) {
    .new_school_style .news_block .detail ~ .new_title {
        max-height: 4.2858em;
    }
}

@media (min-width: 768px) {
    .new_school_style .news_block .detail ~ .new_title {
        max-height: 2.8572em;
    }
}

@media (min-width: 1200px) {
    .new_school_style .news_block .detail ~ .new_title {
        max-height: 4.2858em;
    }
}

@media (min-width: 1440px) {
    .new_school_style .news_block .detail ~ .new_title {
        max-height: none;
    }
}

.new_school_style .news_block .other_news .link_block + .link_block {
    margin-top: 10px;
}

@media (min-width: 576px) {
    .new_school_style .news_block .other_news .link_block + .link_block {
        margin-top: 20px;
    }
}

.new_school_style .news_block .other_new,
.new_school_style .news_block .hidden_new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .new_school_style .news_block .other_new .img_block,
    .new_school_style .news_block .hidden_new .img_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .new_school_style .news_block .other_new .text_block,
    .new_school_style .news_block .hidden_new .text_block {
        padding: 10px 0;
        width: 60%;
    }

@media (min-width: 576px) {
    .new_school_style .news_block .other_new,
    .new_school_style .news_block .hidden_new {
        gap: 20px;
    }
}

.new_school_style .news_block .hidden_news .flex_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .new_school_style .news_block .hidden_news .flex_layout {
        gap: 20px;
    }
}

.new_school_style .news_block .hidden_new {
    width: 100%;
}

@media (min-width: 768px) {
    .new_school_style .news_block .hidden_new {
        width: calc(50% - 10px);
    }
}

.new_school_style .news_block .btn_block .btn {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
}

.new_school_style .news_block .btn_block .active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.new_school_style .department_list .department_item {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #555;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .new_school_style .department_list .department_item:hover {
        color: #00a29c;
    }

.new_school_style .float_layout {
    margin-top: 10px;
}

    .new_school_style .float_layout .float_list::after {
        display: block;
        clear: both;
        content: "";
    }

@media (min-width: 768px) {
    .new_school_style .float_layout .float_list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.new_school_style .float_layout .float_item {
    float: left;
    width: 100%;
    min-height: 100px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .new_school_style .float_layout .float_item {
        padding: 10px 25px 20px;
        width: 50%;
        min-height: 150px;
    }
}

.new_school_style .float_layout .item_title {
    padding: 6px 12px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    color: #358080;
    background-color: #deecec;
}

    .new_school_style .float_layout .item_title.bg_orange_1 {
        background-color: #f9e3cb;
    }

    .new_school_style .float_layout .item_title.bg_orange_2 {
        background-color: #fff3e7;
    }

    .new_school_style .float_layout .item_title.bg_blue_1 {
        background-color: #bbdff9;
    }

    .new_school_style .float_layout .item_title.bg_blue_2 {
        background-color: #d6edfb;
    }

    .new_school_style .float_layout .item_title.bg_green_1 {
        background-color: #deeceb;
    }

    .new_school_style .float_layout .item_title.bg_gray {
        background-color: #e4e4e4;
    }

.new_school_style .float_layout .item_content {
    margin: 0 auto 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .new_school_style .float_layout .item_content {
        max-width: 285px;
    }
}

@media (min-width: 992px) {
    .new_school_style .float_layout .item_content {
        max-width: 400px;
    }
}

@media (min-width: 1200px) {
    .new_school_style .float_layout .item_content {
        max-width: 500px;
    }
}

@media (min-width: 1440px) {
    .new_school_style .float_layout .item_content {
        max-width: 595px;
    }
}

.new_school_style .float_layout .item_content .txt {
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    color: #555;
}

    .new_school_style .float_layout .item_content .txt.small {
        font-size: 18px;
    }

    .new_school_style .float_layout .item_content .txt.txt_left {
        padding: 0 0.5em 0 1em;
        text-align: left;
        line-height: 1.5;
    }

    .new_school_style .float_layout .item_content .txt.after_large_value::after {
        content: " ";
        display: block;
        width: 100%;
        height: auto;
    }

@media (min-width: 768px) {
    .new_school_style .float_layout .item_content .txt.after_large_value::after {
        height: 48px;
    }
}

.new_school_style .float_layout .item_content .txt.outline {
    padding: 6px 12px;
    color: #358080;
    outline: 1px solid #358080;
}

.new_school_style .float_layout .item_content .title {
    margin-bottom: 20px;
    color: #358080;
}

.new_school_style .float_layout .item_content .flex_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_school_style .float_layout .large_value {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 576px) {
    .new_school_style .float_layout .large_value {
        font-size: 30px;
    }

        .new_school_style .float_layout .large_value + .txt {
            margin-top: 10px;
        }
}

.new_school_style .float_layout .medium_value {
    margin-bottom: 3px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

    .new_school_style .float_layout .medium_value span {
        white-space: nowrap;
        word-wrap: normal;
    }

.new_school_style .float_layout .bar_value,
.new_school_style .float_layout .small_value {
    margin-bottom: 3px;
    font-weight: bold;
    text-align: center;
}

.new_school_style .float_layout .bar_value {
    font-size: 20px;
}

.new_school_style .float_layout .small_value {
    font-size: 20px;
}

.new_school_style .float_layout .flex_layout_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    gap: 10px;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .new_school_style .float_layout .flex_layout_column li {
        width: 100%;
    }

    .new_school_style .float_layout .flex_layout_column.font_gap span + span {
        margin-left: 1em;
    }

    .new_school_style .float_layout .flex_layout_column .for_layout_after::after {
        display: none;
        width: 100%;
        height: 136px;
        content: "";
    }

.new_school_style .float_layout .stay_block {
    margin: 20px 0;
}

    .new_school_style .float_layout .stay_block p {
        margin-bottom: 10px;
    }

.new_school_style .float_layout .flex_layout_flex_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .new_school_style .float_layout .flex_layout_flex_1 .item {
        min-width: 150px;
    }

@media (min-width: 576px) {
    .new_school_style .float_layout .flex_layout_flex_1 .item {
        min-width: 175px;
    }
}

@media (min-width: 768px) {
    .new_school_style .float_layout .flex_layout_flex_1 .item {
        min-width: 115px;
    }
}

@media (min-width: 992px) {
    .new_school_style .float_layout .flex_layout_flex_1 .item {
        min-width: 170px;
    }
}

@media (min-width: 1200px) {
    .new_school_style .float_layout .flex_layout_flex_1 .item {
        min-width: 185px;
    }
}

.new_school_style .float_layout .flex_layout_row_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .new_school_style .float_layout .flex_layout_row_4.justify_center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .new_school_style .float_layout .flex_layout_row_4 .item {
        margin-bottom: 20px;
        width: 50%;
    }

@media (min-width: 992px) {
    .new_school_style .float_layout .flex_layout_row_4 .item {
        width: 25%;
    }
}

.new_school_style .float_layout .flex_layout_row_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .new_school_style .float_layout .flex_layout_row_3.justify_center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .new_school_style .float_layout .flex_layout_row_3 .item {
        margin-bottom: 20px;
        width: 33.3333333333%;
    }

@media (min-width: 768px) {
    .new_school_style .float_layout .flex_layout_row_3 .item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .new_school_style .float_layout .flex_layout_row_3 .item {
        width: 33.3333333333%;
    }
}

.new_school_style .float_layout .cooperate_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

    .new_school_style .float_layout .cooperate_list .item {
        margin-bottom: 20px;
        width: 25%;
    }

.new_school_style .float_layout .icon_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .new_school_style .float_layout .icon_list a {
        display: inline-block;
    }

    .new_school_style .float_layout .icon_list img {
        height: 58px;
    }

.new_school_style .float_layout + hr {
    margin: 40px 0;
    border: 2px solid #eee;
}

@media (min-width: 768px) {
    .new_school_style .float_layout + hr {
        margin: 50px 0;
    }
}

@media (min-width: 1200px) {
    .new_school_style .float_layout + hr {
        margin: 60px 0;
    }
}

.new_school_style .bar_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_school_style .bar_block {
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
}

@media (min-width: 992px) {
    .new_school_style .bar_block {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .new_school_style .bar_block {
        width: 33.3333333333%;
    }
}

.new_school_style .bar_block p {
    margin: 0;
    text-align: center;
}

.new_school_style .circle_bar {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 110px;
    background-color: #388787;
}

@media (min-width: 576px) {
    .new_school_style .circle_bar {
        font-size: 140px;
    }
}

@media (min-width: 768px) {
    .new_school_style .circle_bar {
        font-size: 110px;
    }
}

@media (min-width: 992px) {
    .new_school_style .circle_bar {
        font-size: 140px;
    }
}

.new_school_style .circle_bar,
.new_school_style .circle_bar > * {
    border-radius: 50%;
}

    .new_school_style .circle_bar .circle_bar_left,
    .new_school_style .circle_bar .circle_bar_right,
    .new_school_style .circle_bar .mask {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .new_school_style .circle_bar .circle_bar_left,
    .new_school_style .circle_bar .circle_bar_right {
        width: 1em;
        height: 1em;
        background-color: #eee;
    }

    .new_school_style .circle_bar .circle_bar_right {
        clip: rect(0, auto, auto, 0.5em);
    }

    .new_school_style .circle_bar .circle_bar_left {
        clip: rect(0, 0.5em, auto, 0);
    }

    .new_school_style .circle_bar .mask {
        width: 0.85em;
        height: 0.85em;
        text-align: center;
        line-height: 0.2em;
        color: rgba(0, 0, 0, 0.5);
        background-color: #fff;
    }

        .new_school_style .circle_bar .mask:first-child {
            display: block;
            height: 0.8em;
            font-size: 0.3em;
            line-height: 0.8em;
        }

    .new_school_style .circle_bar .value_block {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: bold;
    }

.new_school_style .additional {
    font-size: 12.8px;
}

@media (min-width: 992px) {
    .new_school_style .additional {
        font-size: 16px;
    }
}

.new_school_style .link_group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (min-width: 768px) {
    .new_school_style .link_group_list {
        gap: 20px;
    }
}

@media (min-width: 1200px) {
    .new_school_style .link_group_list {
        gap: 30px;
    }
}

.new_school_style .link_group_list .group_item {
    width: 100%;
}

@media (min-width: 768px) {
    .new_school_style .link_group_list .group_item {
        width: calc((100% - 40px) / 3);
    }
}

@media (min-width: 1200px) {
    .new_school_style .link_group_list .group_item {
        width: calc((100% - 60px) / 3);
    }
}

.new_school_style .link_group_list .group_title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .new_school_style .link_group_list .group_title h4 {
        display: inline-block;
        padding: 10px 0;
        margin: 0;
        min-width: 192px;
        font-size: 24px;
        font-weight: bold;
        color: #358080;
        border-bottom: 5px solid #0ba29b;
    }

.new_school_style .link_group_list .link_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .new_school_style .link_group_list .link_list li + li {
        border-top: 1px solid #ccc;
    }

    .new_school_style .link_group_list .link_list a {
        display: block;
        padding: 10px 0;
        font-size: 18px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

        .new_school_style .link_group_list .link_list a:hover {
            color: #00a29c;
        }

    .new_school_style .link_group_list .link_list p {
        margin-bottom: 0;
    }

.newLayout .share {
    position: fixed;
    right: 10px;
    bottom: 40%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

    .newLayout .share .click_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 55px;
        height: 55px;
        font-size: 12px;
        color: #fff;
        background-color: rgba(186, 186, 186, 0.8);
        border-radius: 50%;
        gap: 5px;
    }

        .newLayout .share .click_block i {
            display: block;
        }

    .newLayout .share.share_pc_2, .newLayout .share.share_phone_2 {
        bottom: calc(40% - 65px);
    }

    .newLayout .share.share_pc_2 {
        display: none;
    }

@media (min-width: 576px) {
    .newLayout .share.share_pc_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.newLayout .share.share_pc_2 .click_block {
    padding: 0 2rem;
    width: auto;
    font-size: 14px;
    border-radius: 28px;
}

.newLayout .share.share_phone_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 576px) {
    .newLayout .share.share_phone_2 {
        display: none;
    }
}

.newLayout .hidden_block {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 55px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    pointer-events: none;
    gap: 10px;
}

    .newLayout .hidden_block a,
    .newLayout .hidden_block button,
    .newLayout .hidden_block .share_btn {
        display: inline-block;
        overflow: hidden;
        width: 55px;
        height: 100%;
        text-align: center;
        line-height: 55px;
        border: none;
        border-radius: 50%;
    }

        .newLayout .hidden_block a i,
        .newLayout .hidden_block button i,
        .newLayout .hidden_block .share_btn i {
            font-size: 1.4em;
            line-height: 55px;
            color: #fff;
        }

    .newLayout .hidden_block img {
        width: 100%;
        height: 100%;
    }

    .newLayout .hidden_block.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        pointer-events: visible;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }
/*# sourceMappingURL=style.css.map */
