
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
    color: #161616;
    font-size: 1rem;
    background: #f0f4ed url(../images/templete/bg.png) no-repeat center top;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    /*color: inherit;*/
    text-decoration: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, select, textarea, button {
    padding: 4px;
    height: 34px;
    line-height: 34px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
    font-size: 1rem;
}

    input[placeholder], select[placeholder], textarea[placeholder], button[placeholder] {
        font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
        font-size: 1rem;
    }

figure {
    padding: 0;
    margin: 0;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1199px;
    padding: 0 22px;
}

    .wrap:after {
        content: ' ';
        display: block;
        height: 0;
        clear: both;
    }

.pc-hide {
    display: none !important;
}

.afterClear:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
}

#header .wrap {
    padding: 0 22px;
}

#header .logo {
    width: 255px;
    display: block;
    float: left;
    margin-top: 14px;
    font-size: 0;
}

#header .nav {
    float: right;
    margin-top: 7px;
}

    #header .nav ul {
        font-size: 0;
    }

        #header .nav ul li {
            display: inline-block;
            vertical-align: top;
            font-size: 1rem;
            color: #25404a;
            position: relative;
        }

            #header .nav ul li:before {
                width: 1px;
                height: 16px;
                position: absolute;
                left: 0;
                top: 5px;
                content: '';
                background-color: #25404a;
            }

            #header .nav ul li a {
                display: block;
                padding: 0 7px;
                color: #25404a;
                text-decoration: none;
            }

                #header .nav ul li a:hover {
                    text-decoration: underline;
                }

            #header .nav ul li:first-child:before {
                display: none;
            }

            #header .nav ul li:first-child a {
                padding: 0;
            }

            #header .nav ul li.facebook:before {
                display: none;
            }

            #header .nav ul li.facebook a {
                font-size: 1.3em;
                margin-top: -9px;
            }

            #header .nav ul li.size span {
                display: inline-block;
                vertical-align: top;
                padding: 0 8px;
            }

            #header .nav ul li.size a {
                background-color: #fff;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                overflow: hidden;
                width: 24px;
                height: 24px;
                display: inline-block;
                vertical-align: top;
                color: #25404a;
                margin-left: 0;
                margin-top: 0;
                padding: 0;
                text-align: center;
            }

                #header .nav ul li.size a:hover {
                    background-color: #a8dba8;
                    text-decoration: none;
                }

#header .m-search {
    display: none;
}

/* .top-block .search {
  float: left;
  margin-top: 12px;
  background-color: #0b83a6;
  padding: 0 54px 0 5px;
  position: relative;
} */


.top-block .search:before {
    font-family: FontAwesome;
    position: absolute;
    color: #0b83a6;
    content: "\f002";
    left: 15px;
    top: 4px;
}

.top-block .search form {
    margin: 0;
}

.top-block .search input {
    width: 200px;
    padding-left: 28px;
}

.top-block .search .btn {
    position: absolute;
    background-color: #0b7fa1;
    color: #fff;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
    border: none;
    /* right: 0; 20220429修改*/
    top: 0;
    padding: 0 12px;
    cursor: pointer;
}

    .top-block .search .btn:hover {
        background-color: #009ed1;
    }

.top-block .show {
    float: right;
    margin-top: -16px;
    position: relative;
    padding: 4px 5px 0 50px;
    width: 21em;
    background-color: #0b7fa1;
    margin-bottom: 0;
}

    .top-block .show .cloud {
        position: absolute;
        left: -50px;
        top: 0;
        width: 91px;
        height: 62px;
        background: url(../images/templete/cloud.png) no-repeat left top;
    }

    .top-block .show .icon {
        position: absolute;
        left: -100px;
        top: -30px;
        padding-top: 7px;
        padding-left: 19px;
    }

        .top-block .show .icon .icon-aqi {
            background-image: url(../images/templete/AQI.png);
            background-repeat: no-repeat;
            width: 60px;
            height: 54px;
            display: inline-block;
        }

        .top-block .show .icon .level1 {
            background-position: left top;
        }

        .top-block .show .icon .level2 {
            background-position: -60px top;
        }

        .top-block .show .icon .level3 {
            background-position: -120px top;
        }

        .top-block .show .icon .level4 {
            background-position: -180px top;
        }

        .top-block .show .icon .level5 {
            background-position: -240px top;
        }

        .top-block .show .icon .level6 {
            background-position: -300px top;
        }

    .top-block .show a {
        color: #fff;
        text-decoration: none;
    }

    .top-block .show .row .list-slider {
        color: #fff;
        height: 33px;
    }

        .top-block .show .row .list-slider .slider-item {
            font-size: 1rem;
        }

            .top-block .show .row .list-slider .slider-item:after {
                content: ' ';
                display: block;
                height: 0;
                clear: both;
            }

            .top-block .show .row .list-slider .slider-item .left {
                float: left;
                font-size: 1.2em;
                margin-right: 8px;
            }

            .top-block .show .row .list-slider .slider-item .right {
                font-weight: normal;
                float: left;
                font-size: 1.2em;
            }

                .top-block .show .row .list-slider .slider-item .right span {
                    font-size: 1em;
                }

    .top-block .show .row .sub {
        top: 33px;
    }

        .top-block .show .row .sub.open {
            display: block;
        }

.menu-block {
    height: auto;
    position: relative;
}

    .menu-block.fixed {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        background-color: transparent;
    }

        .menu-block.fixed .fixed-wrap {
            margin: 0 auto;
            max-width: 1200px;
            padding: 0 22px;
        }

            .menu-block.fixed .fixed-wrap .menu-wrap {
                background-color: #00857d;
                position: relative;
            }

    .menu-block ul {
        font-size: 0;
    }

        .menu-block ul li {
            display: inline-block;
            vertical-align: top;
            font-size: 1rem;
            width: calc( 100% / 6 );
            width: calc(( 100% / 6 ) - 0.1px ) \9;
            color: #fff;
        }

            .menu-block ul li:first-child a:before {
                display: none;
            }

            .menu-block ul li a {
                display: block;
                text-align: center;
                padding: 5px 0 2px;
                font-size: 1.12em;
                position: relative;
                border-bottom: 5px solid transparent;
            }

                .menu-block ul li a:hover {
                    color: #fff;
                }

                .menu-block ul li a:before {
                    position: absolute;
                    left: 0;
                    top: 9px;
                    width: 1px;
                    height: 20px;
                    background-color: #0b83a6;
                    content: '';
                }

            .menu-block ul li .sub {
                position: absolute;
                width: 100%;
                max-width: 1200px;
                left: 0;
                top: 40px;
                background: #00857d url(../images/templete/menu_bg.png) no-repeat right bottom;
                padding: 20px;
                border-bottom: 5px solid #89c997;
                text-align: left;
                z-index: -999;
                font-size: 0;
                opacity: 0;
                transition: all .3s linear .2s;
                pointer-events: none;
            }

                .menu-block ul li .sub .fixed-wrap {
                    padding: 0;
                }

                .menu-block ul li .sub .col {
                    font-size: 1rem;
                    display: inline-block;
                    vertical-align: top;
                    width: calc( 100% / 4 );
                    padding-right: 15px;
                    margin-bottom: 20px;
                }

                    .menu-block ul li .sub .col.col_2 {
                        width: calc( 100% / 2 );
                    }

                    .menu-block ul li .sub .col .box {
                        padding-top: 15px;
                    }

                        .menu-block ul li .sub .col .box:first-child {
                            padding-top: 0;
                        }

                        .menu-block ul li .sub .col .box .btn-more {
                            display: block;
                            float: right;
                            color: #fff;
                            display: none;
                            background-color: #006dfb;
                            font-size: .9em;
                            line-height: 1;
                            padding: 9px 10px 2px;
                            margin-top: 2px;
                            -moz-border-radius: 50px;
                            -webkit-border-radius: 50px;
                            border-radius: 50px;
                        }

                            .menu-block ul li .sub .col .box .btn-more:hover {
                                background-color: #0057c8;
                            }

                            .menu-block ul li .sub .col .box .btn-more.more-show {
                                display: block;
                            }

                            .menu-block ul li .sub .col .box .btn-more span {
                                font-size: 1.6em;
                                display: inline-block;
                                vertical-align: top;
                                margin: -4px 2px;
                            }

                    .menu-block ul li .sub .col .sub-box {
                        min-height: 120px;
                    }

                        .menu-block ul li .sub .col .sub-box .sub-box {
                            display: none;
                            position: static;
                            padding: 0 0 0 15px;
                            background: none;
                            border-bottom-width: 0;
                        }

                        .menu-block ul li .sub .col .sub-box a:before {
                            font-family: FontAwesome;
                            display: inline-block;
                            vertical-align: top;
                            content: "\f0da";
                            top: 5px;
                            left: 7px;
                        }

                    .menu-block ul li .sub .col .sub-item a {
                        text-align: left;
                        border-bottom: none;
                        padding: 5px 5px 5px 20px;
                        border-bottom: 1px dotted #fff;
                        font-weight: normal;
                    }

                        .menu-block ul li .sub .col .sub-item a:hover {
                            background-color: #087876;
                        }

                    .menu-block ul li .sub .col .sub-item.open .sub-box {
                        display: block;
                    }

                    .menu-block ul li .sub .col .sub-item.open:after {
                        content: "-" !important;
                    }

                    .menu-block ul li .sub .col .sub-item.more {
                        position: relative;
                    }

                        .menu-block ul li .sub .col .sub-item.more:after {
                            position: absolute;
                            content: "+";
                            right: 10px;
                            top: 4px;
                        }

                    .menu-block ul li .sub .col .sub-item.hide {
                        display: none;
                    }

                    .menu-block ul li .sub .col h3 {
                        color: #e7f0d2;
                        font-size: 1.2em;
                        font-weight: normal;
                        margin: 0 0 5px;
                        padding-bottom: 8px;
                        border-bottom: 2px solid #e7f0d2;
                    }

                        .menu-block ul li .sub .col h3 > a {
                            color: #e7f0d2;
                            display: block;
                            padding: 0;
                            text-align: left;
                            margin: 0;
                            border-bottom: none;
                            font-weight: normal;
                            font-size: .96em;
                        }

                            .menu-block ul li .sub .col h3 > a:hover {
                                background-color: #087876;
                            }

                        .menu-block ul li .sub .col h3 .sub-item a {
                            color: #e7f0d2;
                            padding: 0;
                            font-size: 1em;
                            font-weight: normal;
                            border-bottom: none;
                        }

.main-block {
    padding: 0;
    background-color: #fff;
    -moz-box-shadow: 0 0 10px rgba(42, 42, 42, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(42, 42, 42, 0.3);
    box-shadow: 0 0 10px rgba(42, 42, 42, 0.3);
}

    .main-block .page-main {
        width: 100%;
        padding: 20px 25px 100px;
        position: relative;
    }

        .main-block .page-main:after {
            content: '';
            position: absolute;
            width: 469px;
            height: 90px;
            background: url(../images/templete/bottom-bg.png) no-repeat left top;
            right: 0;
            bottom: 0;
        }

        .main-block .page-main h2.title {
            padding-right: 290px;
            font-size: 1.4em;
            border-left: 4px solid #0ba6a2;
            padding-left: 15px;
            line-height: 1;
            margin-bottom: 15px;
        }

        .main-block .page-main .block p {
            margin-bottom: 10px;
        }

        .main-block .page-main .page-nav.page-search {
            text-align: right;
        }

        .main-block .page-main .share {
            position: absolute;
            right: 25px;
            top: 40px;
        }

        .main-block .page-main .page-num select {
            height: auto;
            line-height: 1;
            padding: 0;
            width: auto !important;
        }

.menu-list {
    font-size: 0;
}

    .menu-list li {
        display: inline-block;
        vertical-align: top;
        width: calc( 100% / 4);
        font-size: 1rem;
        padding: 0 5px;
        margin-bottom: 10px;
    }

        .menu-list li a {
            display: block;
            font-size: 1.2em;
            padding: 10px 10px 10px 35px;
            border-bottom: 1px solid #0b83a6;
            background: url(../images/templete/icon_windows.png) no-repeat left center;
            text-decoration: none;
            color: #0b83a6;
        }

            .menu-list li a:hover, .menu-list li a:focus {
                color: #0b83a6;
            }

.btn-top {
    position: fixed;
    right: 20px;
    bottom: 20%;
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #0b7fa1;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding-top: 15px;
    border: 1px solid #efd365;
}

    .btn-top img {
        width: 40px;
        display: inline-block;
    }

.bottom-menu {
    text-align: center;
    border-top: 5px solid #a8dba8;
    background-color: #0b7fa1;
}

    .bottom-menu .wrap {
        position: relative;
    }

    .bottom-menu .btn-control {
        position: absolute;
        right: 10px;
        top: -5px;
        width: 65px;
        height: 33px;
        font-size: 0;
        background: url(../images/templete/btn_bottom.png) no-repeat left top;
        background-size: contain;
    }

        .bottom-menu .btn-control.close {
            background: url(../images/templete/btn_bottomT.png) no-repeat left top;
            background-size: contain;
        }

    .bottom-menu .block .col {
        text-align: left;
        padding: 40px 15px 20px;
        display: inline-block;
        vertical-align: top;
    }

        .bottom-menu .block .col h3 {
            color: #a8dba8;
            font-size: 1.2em;
            margin-bottom: 5px;
            font-weight: normal;
        }

        .bottom-menu .block .col a {
            display: block;
            padding: 5px 0;
            color: #fff;
            text-decoration: none;
        }

            .bottom-menu .block .col a:hover {
                color: #dba311;
                text-decoration: underline;
            }

#footer {
    padding-top: 30px;
}

    #footer .info-block .info {
        padding-left: 0;
    }

        #footer .info-block .info p {
            margin-bottom: 5px;
        }

            #footer .info-block .info p a:hover {
                color: #007599;
                text-decoration: none;
            }

    #footer .code-block {
        margin-right: 0;
        padding-top: 0;
    }

        #footer .code-block a {
            display: inline-block;
            vertical-align: top;
            margin: 0 5px;
        }

            #footer .code-block a img {
                width: auto;
            }

.mask {
    background-color: transparent;
    position: fixed;
    z-index: 98;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

    .mask.pc-open {
        display: block;
        z-index: 90;
    }

.md .top-block .show .row .list-slider {
    height: 31px;
}

.md .top-block .show .row .sub {
    top: 31px;
}

.md .bottom-menu .block .col {
    padding-left: 8px;
    padding-right: 8px;
}

.lg .top-block .search {
    margin-top: 12px;
}

.lg .top-block .show .row .list-slider {
    height: 30px;
}

    .lg .top-block .show .row .list-slider .slider-item {
        line-height: 1.2;
    }

.lg .top-block .show .row .sub {
    top: 30px;
}

.lg .bottom-menu .block .col {
    padding-left: 8px;
    padding-right: 8px;
}

.main-block .index-main {
    padding: 15px 40px;
    background: #fff url(../images/templete/main-bg.png) repeat center center;
    position: relative;
}

    .main-block .index-main:after {
        content: '';
        position: absolute;
        width: 469px;
        height: 90px;
        background: url(../images/templete/bottom-bg.png) no-repeat left top;
        right: 0;
        bottom: 0;
    }

    .main-block .index-main .row:after {
        content: ' ';
        display: block;
        height: 0;
        clear: both;
    }

    .main-block .index-main .row .col-1st {
        width: 59%;
        float: left;
        margin: 0;
    }

    .main-block .index-main .row .col-2nd {
        width: 41%;
        float: left;
        margin: 0;
    }

    .main-block .index-main .tabs {
        margin-bottom: 20px;
    }

        .main-block .index-main .tabs .tab-nav {
            background-color: #006661;
            border-bottom: none;
        }

            .main-block .index-main .tabs .tab-nav a {
                border-top: 5px solid transparent;
                color: #fff;
                font-size: 1.2em;
                font-weight: normal;
                padding: 5px 12px;
                text-decoration: none;
            }

                .main-block .index-main .tabs .tab-nav a:hover {
                    border-top-color: #0ba6a2;
                }

                .main-block .index-main .tabs .tab-nav a.active {
                    background-color: #fff;
                    border-top-color: #0ba6a2;
                    color: #006661;
                }

                .main-block .index-main .tabs .tab-nav a.link {
                    font-size: 1em;
                    float: right;
                }

                    .main-block .index-main .tabs .tab-nav a.link:hover {
                        text-decoration: underline;
                        border-top-color: transparent;
                    }

        .main-block .index-main .tabs .tab-block .news-list {
            padding: 0 20px;
        }

            .main-block .index-main .tabs .tab-block .news-list .news-item {
                height: auto;
                font-size: 1em;
                padding: 10px 10px 10px 6em;
            }

            .main-block .index-main .tabs .tab-block .news-list a {
                text-decoration: none;
            }

            .main-block .index-main .tabs .tab-block .news-list .news-item p {
                height: auto;
            }

            .main-block .index-main .tabs .tab-block .news-list .news-item .date {
                font-size: .8em;
                background-color: #006661;
                padding: 0 5px;
                display: inline-block;
                color: #fff;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                left: 8px;
                top: 13px;
                right: auto;
            }

    .main-block .index-main .gal-slider {
        padding: 0 25px;
        position: relative;
    }

        .main-block .index-main .gal-slider .slider-item {
            padding: 0 3px;
            display: block;
        }

            .main-block .index-main .gal-slider .slider-item .img {
                display: block;
                border: 1px solid #ddd;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                overflow: hidden;
            }

                .main-block .index-main .gal-slider .slider-item .img img {
                    vertical-align: bottom;
                }

        .main-block .index-main .gal-slider .slick-arrow {
            width: 30px;
            height: 30px;
            text-align: center;
            position: absolute;
            background: none;
            padding: 0;
            border: none;
            top: 50%;
            margin-top: -15px;
        }

            .main-block .index-main .gal-slider .slick-arrow img {
                width: 10px;
                display: inline-block;
                vertical-align: top;
                margin-top: 7px;
            }

            .main-block .index-main .gal-slider .slick-arrow.slick-prev {
                left: 0;
            }

            .main-block .index-main .gal-slider .slick-arrow.slick-next {
                right: 0;
            }

    .main-block .index-main .video {
        margin-bottom: 13px;
    }

        .main-block .index-main .video .video-title {
            height: 43px;
        }

            .main-block .index-main .video .video-title a {
                position: static;
                font-size: 1rem;
                float: right;
                margin-top: 2px;
            }

                .main-block .index-main .video .video-title a:hover {
                    text-decoration: none;
                }

        .main-block .index-main .video .video-block {
            padding-top: 220px;
        }

    .main-block .index-main .bottom .title-b {
        font-weight: normal;
    }

    .main-block .index-main .bottom .bottom-block a {
        padding: 6px 0;
    }

.full-slider {
    height: 400px;
    overflow: hidden;
}

    .full-slider .slider-item {
        /*border: 2px dotted transparent;*/
    }

        .full-slider .slider-item img {
            width: 100%;
            height: auto;
        }

        .full-slider .slider-item:focus {
            border-color: #FF0000;
        }

    .full-slider .slick-arrow {
        width: 30px;
        height: 30px;
        background-color: #0b83a6;
        text-align: center;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #fff;
        display: none !important;
    }

        .full-slider .slick-arrow img {
            width: 10px;
            display: inline-block;
            vertical-align: top;
            margin-top: 7px;
        }

        .full-slider .slick-arrow.slick-prev {
            left: 20px;
        }

        .full-slider .slick-arrow.slick-next {
            right: 20px;
        }

    .full-slider .slick-dots {
        padding: 0;
        right: 20px;
        bottom: 20px;
        left: auto;
        display: none !important;
    }

        .full-slider .slick-dots button {
            height: auto;
            line-height: 1.6;
        }

    .full-slider:hover .slick-arrow, .full-slider.hover .slick-arrow {
        display: block !important;
    }

    .full-slider:hover .slick-dots, .full-slider.hover .slick-dots {
        display: block !important;
    }

.link-group .row {
    font-size: 0;
    display: contents;
}

.row {
    --bs-gutter-x: 0;
}

.link-group .row .col {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}

.link-group .row .col6 {
    width: calc( 100% / 6 );
    width: calc(( 100% / 6 ) - 0.1px ) \9;
    position: relative;
    -moz-box-shadow: -2px 0 8px rgba(42, 42, 42, 0.3);
    -webkit-box-shadow: -2px 0 8px rgba(42, 42, 42, 0.3);
    box-shadow: -2px 0 8px rgba(42, 42, 42, 0.3);
}

    .link-group .row .col6:nth-child(2n) a {
        background-color: #84ccc9;
        text-decoration: none;
    }

    .link-group .row .col6 a {
        display: block;
        text-align: center;
        font-size: 1.2em;
        padding: 40px 10px 28px;
        color: #00423d;
        background-color: #a8dba8;
        text-decoration: none;
    }

        .link-group .row .col6 a:hover {
            background-color: #dba311;
        }

        .link-group .row .col6 a .icon {
            background-image: url(../images/index/icon.png);
            background-repeat: no-repeat;
            width: 76px;
            height: 60px;
            display: block;
            margin: 0 auto 15px;
        }

            .link-group .row .col6 a .icon.icon1 {
                background-position: -10px 0;
            }

            .link-group .row .col6 a .icon.icon2 {
                background-position: -91px 0;
            }

            .link-group .row .col6 a .icon.icon3 {
                background-position: -160px 1px;
            }

            .link-group .row .col6 a .icon.icon4 {
                background-position: -232px 0;
            }

            .link-group .row .col6 a .icon.icon5 {
                background-position: -305px 0;
            }

            .link-group .row .col6 a .icon.icon6 {
                background-position: -374px 0;
            }

.page-activity .page-main .page-nav {
    background: none;
    padding: 5px;
}

    .page-activity .page-main .page-nav .nav-block {
        background: none;
        display: inline-block;
        vertical-align: top;
        width: auto;
    }

.page-activity .sorting {
    padding-top: 10px;
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .page-activity .sorting .tag {
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
        padding: 2px 8px;
        border: 1px solid #bfbfbf;
    }

    .page-activity .sorting span {
        display: inline-block;
        vertical-align: top;
        padding: 2px;
    }

    .page-activity .sorting .fa-stack {
        font-size: .7em;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
    }

.page-activity .colorY {
    color: #f5983d;
}

.page-activity .colorB {
    color: #70b9df;
}

.page-activity .colorP {
    color: #ee7785;
}

.page-activity .gal-col {
    font-size: 0;
    margin: 0 -10px 20px;
}

    .page-activity .gal-col .col {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        font-size: 1rem;
    }

    .page-activity .gal-col .col4 {
        width: calc( 100% / 4);
    }

    .page-activity .gal-col a {
        display: block;
        border: 3px solid #aaa;
        margin-bottom: 15px;
        position: relative;
        text-decoration: none;
    }

        .page-activity .gal-col a:hover {
            background-color: #ffe696;
        }

            .page-activity .gal-col a:hover .img img {
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
                opacity: 0.8;
            }

        .page-activity .gal-col a span {
            display: block;
        }

        .page-activity .gal-col a .img {
            background-color: #fff;
            padding-top: 77%;
            background-size: cover;
        }

        .page-activity .gal-col a .icon {
            position: absolute;
            right: 5px;
            top: 5px;
            font-size: 1.5em;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
            opacity: 0.9;
        }

        .page-activity .gal-col a .text {
            padding: 10px 10px 5px;
            height: 125px;
        }

            .page-activity .gal-col a .text .date {
                color: #00857d;
                font-size: .8em;
            }

            .page-activity .gal-col a .text h3 {
                font-size: 1.2em;
                font-weight: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                /*white-space: nowrap;*/
                margin-bottom: 5px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                max-height: 70px;
                color: #2a2a2a;
            }

            .page-activity .gal-col a .text .location {
                font-size: .8em;
                text-align: right;
                color: #00857d;
            }

                .page-activity .gal-col a .text .location i {
                    margin-right: 3px;
                }

body.lg {
    font-size: 1.13rem;
}

    body.lg input, body.lg select, body.lg textarea, body.lg button {
        font-size: 1.13rem;
    }

        body.lg input[placeholder], body.lg select[placeholder], body.lg textarea[placeholder], body.lg button[placeholder] {
            font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
            font-size: 1rem;
        }

    body.lg #header .nav ul li {
        font-size: 1.13rem;
    }

    body.lg #header .serach input[placeholder] {
        font-size: 1.13rem;
    }

    body.lg .show .row .list-slider .slider-item {
        font-size: 1.13rem;
    }

    body.lg .menu-block ul li {
        font-size: 1.13rem;
    }

        body.lg .menu-block ul li .sub .col .sub-item a {
            font-size: 1.13rem;
        }

    body.lg .menu-list li {
        font-size: 1.13rem;
    }

    body.lg .link-group .row .col {
        font-size: 1.13rem;
    }

    body.lg .page-activity .gal-col .col {
        font-size: 1.13rem;
    }

body.md {
    font-size: 1.06rem;
}

    body.md input, body.md select, body.md textarea, body.md button {
        font-size: 1.06rem;
    }

        body.md input[placeholder], body.md select[placeholder], body.md textarea[placeholder], body.md button[placeholder] {
            font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
            font-size: 1rem;
        }

    body.md #header .nav ul li {
        font-size: 1.06rem;
    }

    body.md #header .serach input[placeholder] {
        font-size: 1.06rem;
    }

    body.md .show .row .list-slider .slider-item {
        font-size: 1.06rem;
    }

    body.md .menu-block ul li {
        font-size: 1.06rem;
    }

        body.md .menu-block ul li .sub .col .sub-item a {
            font-size: 1.06rem;
        }

    body.md .menu-list li {
        font-size: 1.06rem;
    }

    body.md .link-group .row .col {
        font-size: 1.06rem;
    }

    body.md .page-activity .gal-col .col {
        font-size: 1.06rem;
    }

body.sm {
    font-size: 1rem;
}

    body.sm input, body.sm select, body.sm textarea, body.sm button {
        font-size: 1rem;
    }

        body.sm input[placeholder], body.sm select[placeholder], body.sm textarea[placeholder], body.sm button[placeholder] {
            font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
            font-size: 1rem;
        }

    body.sm #header .nav ul li {
        font-size: 1rem;
    }

    body.sm #header .serach input[placeholder] {
        font-size: 1rem;
    }

    body.sm .show .row .list-slider .slider-item {
        font-size: 1rem;
    }

    body.sm .menu-block ul li {
        font-size: 1rem;
    }

        body.sm .menu-block ul li .sub .col .sub-item a {
            font-size: 1rem;
        }

    body.sm .menu-list li {
        font-size: 1rem;
    }

    body.sm .link-group .row .col {
        font-size: 1rem;
    }

    body.sm .page-activity .gal-col .col {
        font-size: 1rem;
    }


/* 2019/03/29 */
#newspaper img {
    width: auto;
    max-width: 100%;
}

#newspaper .btn-block .btn {
    background-color: #00857d;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #fff89f;
}

    #newspaper .btn-block .btn:hover {
        background-color: #fff89f;
        color: #212121;
        border: 1px solid #00857d;
    }

#newspaper .content {
    padding: 15px;
}

    #newspaper .content .img {
        border-radius: 25px;
        overflow: hidden;
        margin: 0 auto 10px;
        border: 1px solid #d3d3d3;
    }

        #newspaper .content .img img {
            vertical-align: bottom;
            width: 100%;
            max-width: auto;
        }

    #newspaper .content h4 {
        font-size: 1.125rem;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 26px;
        height: calc( 26px * 2 );
        font-weight: normal;
    }

    #newspaper .content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 24px;
        height: calc( 24px * 3 );
        font-size: 0.9375rem;
    }

    #newspaper .content .btn-block {
        text-align: right;
    }

#newspaper .top-block {
    background: url(../images/templete/newspaper/bg1.png) no-repeat center top;
    background-size: 100% auto;
    padding: 20px 20px 20px 0;
    color: #212121;
    margin-bottom: 0;
}

    #newspaper .top-block::after {
        clear: both;
        display: block;
        content: '';
        height: 0;
    }

    #newspaper .top-block .img {
        float: right;
        width: 370px;
        margin-left: 8%;
    }

    #newspaper .top-block .text {
        overflow: hidden;
        padding-left: 20px;
    }

        #newspaper .top-block .text h2 {
            position: relative;
            display: inline-block;
            z-index: 0;
            margin-bottom: 55px;
            color: #ffffff;
        }

            #newspaper .top-block .text h2::before {
                position: absolute;
                content: "";
                left: -20px;
                bottom: 0;
                width: calc( 100% + 40px );
                height: 35px;
                background-color: #00857d;
                z-index: -1;
            }

            #newspaper .top-block .text h2::after {
                position: absolute;
                content: "";
                right: -30px;
                bottom: 0;
                width: 5px;
                height: 35px;
                background-color: #00857d;
                z-index: -1;
            }

        #newspaper .top-block .text h3 {
            margin-bottom: 25px;
        }

        #newspaper .top-block .text h4 {
            font-weight: normal;
            text-shadow: 0 0 3px rgba(255,255,255,.9), 0 0 3px rgba(255,255,255,.9), 0 0 3px rgba(255,255,255,.9);
            font-size: 1.1875em;
            margin-bottom: 10px;
        }

        #newspaper .top-block .text p {
            font-size: 0.9375rem;
            margin-bottom: 10px;
        }

    #newspaper .top-block .btn-block {
        text-align: right;
        position: relative;
    }

        #newspaper .top-block .btn-block::before {
            width: calc( 100% - 120px );
            height: 1px;
            display: block;
            content: "";
            border-bottom: 1px dashed #00857d;
            position: absolute;
            left: 0;
            top: 50%;
        }

#newspaper .mid-block {
    background: url(../images/templete/newspaper/bg2.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 20px 12px 0;
    color: #212121;
    font-size: 0;
    margin-bottom: 0;
}

    #newspaper .mid-block .item {
        display: inline-block;
        vertical-align: top;
        margin: 0 8px;
        width: calc( ( 100% / 3 ) - 16px );
        font-size: 0.9375rem;
    }

        #newspaper .mid-block .item .top {
            color: #ffffff;
            text-align: center;
            padding: 30px 30px 15px;
            overflow: hidden;
            position: relative;
            z-index: 0;
            font-size: 1.125rem;
        }

            #newspaper .mid-block .item .top::before {
                background-color: #00857d;
                width: 344px;
                height: 344px;
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                border-radius: 100%;
                z-index: -1;
            }

            #newspaper .mid-block .item .top h3 {
                margin-bottom: 5px;
            }

            #newspaper .mid-block .item .top p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                line-height: 26px;
                height: calc( 26px * 2 );
                margin-bottom: 0;
            }

        #newspaper .mid-block .item .content {
            border: 1px solid #d3d3d3;
            position: relative;
            overflow: hidden;
            background-color: #ffffff;
        }

            #newspaper .mid-block .item .content::after {
                height: 5px;
                width: 110%;
                position: absolute;
                left: -1px;
                bottom: -1px;
                background-color: #00857d;
                content: '';
            }

#newspaper .slider-block {
    background: url(../images/templete/newspaper/bg3.png) no-repeat center top;
    background-size: 100% auto;
    padding: 0 12px 20px;
    position: relative;
}

    #newspaper .slider-block h3 {
        position: relative;
        display: inline-block;
        padding: 20px 20px 10px;
        z-index: 0;
        width: 265px;
        text-align: center;
        overflow: hidden;
        margin-left: 15px;
    }

        #newspaper .slider-block h3::before {
            background-color: #00857d;
            width: 250px;
            height: 250px;
            position: absolute;
            left: 7px;
            bottom: 43px;
            content: "";
            border-radius: 100%;
            z-index: -1;
        }

        #newspaper .slider-block h3::after {
            border: 2px dashed #00857d;
            width: 260px;
            height: 260px;
            position: absolute;
            left: 0;
            bottom: 35px;
            content: "";
            border-radius: 100%;
            z-index: -1;
        }

    #newspaper .slider-block .slider-item {
        padding: 8px;
    }

        #newspaper .slider-block .slider-item .content h4 {
            font-weight: normal;
            text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 5px rgba(255,255,255,.9), 0 0 5px rgba(255,255,255,.9);
        }

    #newspaper .slider-block .slick-arrow {
        position: absolute;
        top: 50%;
        color: #ffffff;
        background: rgba(0,133,125,.8);
        border: none;
        padding: 0;
        font-size: 1.75rem;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        text-align: center;
    }

        #newspaper .slider-block .slick-arrow.slick-disabled {
            display: none !important;
        }

        #newspaper .slider-block .slick-arrow.slick-prev {
            left: -38px;
        }

        #newspaper .slider-block .slick-arrow.slick-next {
            right: -38px;
        }

    #newspaper .slider-block .slick-dots {
        text-align: center;
        margin-top: 15px;
    }

        #newspaper .slider-block .slick-dots li {
            display: inline-block;
            vertical-align: top;
        }

            #newspaper .slider-block .slick-dots li button {
                font-size: 0;
                padding: 0;
                margin: 0 5px;
                background: #00857d;
                border: 1px solid #00857d;
                width: 15px;
                height: 15px;
                border-radius: 100%;
            }

            #newspaper .slider-block .slick-dots li.slick-active button {
                background: #ffffff;
            }

#newspaper .bottom-block::after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}

#newspaper .bottom-block .left-block {
    float: left;
    width: calc( ( 100% * 2 / 3 ) - 10px );
    background-color: #00857d;
    padding: 15px 0 0;
    overflow: hidden;
}

    #newspaper .bottom-block .left-block h3 {
        padding-left: 20px;
    }

    #newspaper .bottom-block .left-block .row {
        font-size: 0;
    }

    #newspaper .bottom-block .left-block .col {
        display: inline-block;
        vertical-align: top;
        width: calc( 100% / 2 );
        color: #ffffff;
        font-size: 1rem;
        padding: 15px 20px;
    }

        #newspaper .bottom-block .left-block .col:first-child {
            border-right: 1px dashed #fff89f;
        }

        #newspaper .bottom-block .left-block .col p {
            -webkit-line-clamp: 5;
            height: calc( 24px * 5 );
        }

    #newspaper .bottom-block .left-block .btn-block .btn {
        background-color: #fff89f;
        color: #212121;
        border: 1px solid #fff89f;
    }

        #newspaper .bottom-block .left-block .btn-block .btn:hover {
            background-color: #00857d;
            color: #ffffff;
        }

#newspaper .bottom-block .right-block {
    float: right;
    width: calc( ( 100% / 3 ) - 10px );
    border-top: 5px solid #00857d;
    border-bottom: 5px solid #00857d;
}

    #newspaper .bottom-block .right-block h3 {
        background-color: #fff89f;
        padding: 10px 20px 7px;
    }

    #newspaper .bottom-block .right-block ul li {
        border-bottom: 1px dashed #bababa;
    }

        #newspaper .bottom-block .right-block ul li a {
            padding: 8px 20px;
            color: #212121;
            display: block;
            text-decoration: none;
        }

            #newspaper .bottom-block .right-block ul li a .name {
                font-size: 1.125rem;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            #newspaper .bottom-block .right-block ul li a .date {
                display: block;
                font-size: 0.875rem;
            }

                #newspaper .bottom-block .right-block ul li a .date::before {
                    font-family: FontAwesome;
                    content: "\f073";
                    display: inline-block;
                    vertical-align: top;
                    margin-right: 10px;
                }

            #newspaper .bottom-block .right-block ul li a:hover {
                background-color: #fffddd;
            }

    #newspaper .bottom-block .right-block .btn-block {
        text-align: right;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/* 2021/10 監測站資料 */
#waterPage {
    background: url(../images/water/bg_footer.png) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 150px;
}

    #waterPage::after {
        display: none;
    }

    #waterPage .content {
        padding: 0 20px;
    }

    #waterPage .top-block {
        text-align: right;
        margin-top: -18px;
    }

        #waterPage .top-block .btn {
            display: inline-block;
            vertical-align: top;
            background-color: #FFFFFF;
            border: 1px solid #096CC8;
            border-radius: 42px;
            padding: 5px 20px;
            color: #053058;
            margin-left: 15px;
        }

            #waterPage .top-block .btn:hover {
                background-color: #F0FEFF;
            }

    #waterPage .block {
        z-index: 1;
    }

    #waterPage .input-row {
        margin-bottom: 15px;
    }

        #waterPage .input-row label,
        #waterPage .input-row span {
            display: inline-block;
            vertical-align: top;
            padding: 5px 20px;
        }

        #waterPage .input-row label {
            width: 120px;
        }

            #waterPage .input-row label.auto {
                width: auto;
            }

        #waterPage .input-row select,
        #waterPage .input-row input {
            display: inline-block;
            vertical-align: top;
            background-color: #FFFFFF;
            border: 1px solid #096CC8;
            border-radius: 42px;
            padding: 0 20px;
            height: 34px;
        }

        #waterPage .input-row select {
            -webkit-appearance: none;
            width: 200px;
            background: url(../images/water/icon_select.svg) no-repeat calc(100% - 17px) center;
            background-size: 16.5px auto;
            background-color: white;
        }

        #waterPage .input-row input[type="radio"] {
            width: 17px;
            height: 17px;
            border: 1px solid #096CC8;
            margin-top: 5px;
        }

        #waterPage .input-row.radio-row label {
            padding-left: 0;
        }

    #waterPage .btn-block {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 15px;
    }

        #waterPage .btn-block .btn {
            background-color: #404F9A;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            border-radius: 42px;
            padding: 5px 20px;
            margin: 0 8px;
            font-size: 1.1rem;
            width: 145px;
        }

            #waterPage .btn-block .btn:hover {
                background-color: #1F2858;
            }

            #waterPage .btn-block .btn i {
                display: inline-block;
                vertical-align: top;
                margin-right: 8px;
                margin-top: 3px;
            }

    #waterPage #waterCut1 .bg {
        position: absolute;
        width: 1155px;
        height: calc(1155px * 829 / 1346);
        left: -25px;
        top: 50px;
        background: url(../images/water/bg_water.png) no-repeat center top;
        background-size: contain;
        z-index: -1;
    }

    #waterPage #waterCut1 .water-slider {
        margin-top: 70px;
        margin-bottom: 70px;
    }

        #waterPage #waterCut1 .water-slider .slider-item {
            text-align: center;
        }

            #waterPage #waterCut1 .water-slider .slider-item .box {
                width: 980px;
                display: inline-block;
            }

                #waterPage #waterCut1 .water-slider .slider-item .box .img {
                    width: 285px;
                    float: left;
                    margin-right: 100px;
                    border-radius: 45px;
                }

                #waterPage #waterCut1 .water-slider .slider-item .box .text {
                    overflow: hidden;
                    text-align: left;
                }

                    #waterPage #waterCut1 .water-slider .slider-item .box .text .title {
                        font-size: 1.5rem;
                        color: #00857D;
                        font-weight: bold;
                        padding-left: 32px;
                        display: flex;
                        justify-content: space-between;
                        align-items: flex-end;
                        position: relative;
                    }

                        #waterPage #waterCut1 .water-slider .slider-item .box .text .title::before {
                            content: "";
                            width: 11px;
                            height: 38px;
                            position: absolute;
                            background-color: #00857D;
                            left: 0;
                            top: 0;
                        }

                        #waterPage #waterCut1 .water-slider .slider-item .box .text .title span {
                            font-size: 0.87rem;
                            font-weight: normal;
                            color: #000;
                        }

                    #waterPage #waterCut1 .water-slider .slider-item .box .text .ps {
                        font-size: 0.93rem;
                        color: #7A6F6F;
                        padding-left: 32px;
                    }

                    #waterPage #waterCut1 .water-slider .slider-item .box .text ul {
                        margin: 40px 0 0 33px;
                        padding-left: 20px;
                    }

                        #waterPage #waterCut1 .water-slider .slider-item .box .text ul li {
                            list-style: disc;
                            margin: 5px 0;
                        }

                            #waterPage #waterCut1 .water-slider .slider-item .box .text ul li .name {
                                display: inline-block;
                                vertical-align: top;
                                width: 120px;
                            }

                            #waterPage #waterCut1 .water-slider .slider-item .box .text ul li .txt {
                                display: inline-block;
                                vertical-align: top;
                                width: calc(100% - 150px);
                            }

        #waterPage #waterCut1 .water-slider .slick-dots {
            margin-left: 62.5px;
            width: 285px;
            text-align: center;
            padding: 10px 0;
        }

            #waterPage #waterCut1 .water-slider .slick-dots li {
                display: inline-block;
                vertical-align: top;
                margin: 0 2px;
            }

                #waterPage #waterCut1 .water-slider .slick-dots li button {
                    padding: 0;
                    border-radius: 100%;
                    width: 10px;
                    height: 10px;
                    background-color: #FFFFFF;
                    border: 1px solid #1B1D50;
                    font-size: 0;
                }

                #waterPage #waterCut1 .water-slider .slick-dots li.slick-active button {
                    background-color: #86B2E7;
                }

    #waterPage #waterCut2 .bg2 {
        position: absolute;
        width: 1155px;
        height: calc(1155px * 515 / 1346);
        left: -25px;
        top: 130px;
        background: url(../images/water/bg_water2.png) no-repeat center top;
        background-size: contain;
        z-index: -1;
    }

    #waterPage #waterCut2 .bubble-list {
        padding-left: 20px;
        margin-bottom: 180px;
    }

        #waterPage #waterCut2 .bubble-list li {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            margin: 0 2px;
            position: relative;
        }

            #waterPage #waterCut2 .bubble-list li::after {
                content: "";
                width: 1px;
                background-color: #6EC1FF;
                position: absolute;
                left: 50%;
                top: 145px;
            }

            #waterPage #waterCut2 .bubble-list li:nth-child(1) {
                margin-top: 90px;
            }

                #waterPage #waterCut2 .bubble-list li:nth-child(1)::after {
                    height: 213px;
                }

            #waterPage #waterCut2 .bubble-list li:nth-child(2) {
                margin-top: 210px;
            }

                #waterPage #waterCut2 .bubble-list li:nth-child(2)::after {
                    height: 101px;
                }

            #waterPage #waterCut2 .bubble-list li:nth-child(3) {
                margin-top: 30px;
            }

                #waterPage #waterCut2 .bubble-list li:nth-child(3)::after {
                    height: 285px;
                }

            #waterPage #waterCut2 .bubble-list li:nth-child(4) {
                margin-top: 180px;
            }

                #waterPage #waterCut2 .bubble-list li:nth-child(4)::after {
                    height: 110px;
                }

            #waterPage #waterCut2 .bubble-list li:nth-child(5) {
                margin-top: 60px;
            }

                #waterPage #waterCut2 .bubble-list li:nth-child(5)::after {
                    height: 263px;
                }

            #waterPage #waterCut2 .bubble-list li:nth-child(6) {
                margin-top: 150px;
            }

                #waterPage #waterCut2 .bubble-list li:nth-child(6)::after {
                    height: 107px;
                }

            #waterPage #waterCut2 .bubble-list li:nth-child(7) {
            }

                #waterPage #waterCut2 .bubble-list li:nth-child(7)::after {
                    height: 181px;
                }

            #waterPage #waterCut2 .bubble-list li:nth-child(8) {
                margin-top: 120px;
            }

        #waterPage #waterCut2 .bubble-list .circle {
            width: 110px;
            height: 110px;
            border-radius: 100%;
            background-color: #FFFFFF;
            border: 4px solid #6EC1FF;
            font-size: 1.875rem;
            color: #093055;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 5px;
        }

            #waterPage #waterCut2 .bubble-list .circle .txt {
                text-align: center;
                line-height: 1;
            }

                #waterPage #waterCut2 .bubble-list .circle .txt span {
                    font-size: 0.73em;
                    display: inline-block;
                }

    #waterPage .calendar {
        padding-right: 50px;
        background: #fff url(../images/water/icon_date.svg) no-repeat calc(100% - 15px) center;
        background-size: 20px auto;
        width: 200px;
    }

    #waterPage #waterCut3 table {
        text-align: center;
        border: none;
    }

        #waterPage #waterCut3 table th {
            padding-top: 1em;
            padding-bottom: 1em;
        }

        #waterPage #waterCut3 table td {
            padding-top: 0.5em;
            padding-bottom: 0.5em;
        }

        #waterPage #waterCut3 table th,
        #waterPage #waterCut3 table td {
            border: none;
        }

    #waterPage #waterCut3 h3 {
        font-size: 1.25rem;
        margin-bottom: 5px;
    }

        #waterPage #waterCut3 h3 i {
            display: inline-block;
            vertical-align: top;
            margin-right: 8px;
            margin-top: 3px;
        }

    #waterPage #waterCut3 .page-num {
        text-align: center;
        margin: 30px 0;
    }

        #waterPage #waterCut3 .page-num .page-text {
            float: none;
        }

            #waterPage #waterCut3 .page-num .page-text .text:first-child {
                padding-right: 0;
                border-right: none;
                line-height: 1.4;
                margin-right: 0;
            }

            #waterPage #waterCut3 .page-num .page-text span {
                display: inline-block;
                vertical-align: middle;
            }

    #waterPage #waterCut4 {
        background-color: #C9E8FF;
        border-radius: 55px;
        margin: 70px -15px;
        padding: 40px 15px;
    }

        #waterPage #waterCut4 .title {
            margin-bottom: 25px;
        }

        #waterPage #waterCut4 h3 {
            font-weight: normal;
            margin-left: 20px;
            margin-bottom: 10px;
        }

            #waterPage #waterCut4 h3 i {
                margin-top: 2px;
            }

        #waterPage #waterCut4 #chart {
            width: 96%;
            margin: 40px auto 0;
        }

    #waterPage #waterCut5 .content .btn {
        display: inline-block;
        vertical-align: top;
        background-color: #FFFFFF;
        border: 1px solid #096CC8;
        border-radius: 42px;
        padding: 5px 20px;
        color: #053058;
        font-size: 1.1rem;
        width: auto;
    }

        #waterPage #waterCut5 .content .btn:hover {
            background-color: #F0FEFF;
        }

    #waterPage #waterCut5 .content .btn-block {
        background: url(../images/water/bg_btn.png) no-repeat left top;
        padding: 30px 20px 20px 40px;
        background-size: contain;
        text-align: left;
        margin-left: -20px;
        margin-top: 0;
    }

    #waterPage #waterCut5 .content .btn i {
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
        margin-top: 3px;
    }

    #waterPage #waterCut5 .content .map {
        width: 100%;
        height: 560px;
        position: relative;
    }

        #waterPage #waterCut5 .content .map iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

@media screen and (max-width: 1200px) {
    .menu-list li {
        width: calc( 100% / 3);
    }

    #newspaper .mid-block .item .top {
        padding-top: 20px;
    }

        #newspaper .mid-block .item .top h3 img {
            width: 40%;
        }

        #newspaper .mid-block .item .top::before {
            width: calc( ( 100vw - 170px ) / 3 );
            height: calc( ( 100vw - 170px ) / 3 );
        }

    /* 2021/10 監測站資料 */
    #waterPage #waterCut1 .bg {
        width: calc(100vw - 44px);
        height: calc((100vw - 44px) * 829 / 1346);
    }

    #waterPage #waterCut1 .water-slider {
        margin-top: 40px;
        margin-bottom: 30px;
    }

        #waterPage #waterCut1 .water-slider .slider-item .box {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }

            #waterPage #waterCut1 .water-slider .slider-item .box .img {
                margin-right: 50px;
            }

        #waterPage #waterCut1 .water-slider .slick-dots {
            margin-left: 0;
            width: 305px;
            padding-left: 20px;
        }

    #waterPage #waterCut2 .bubble-list {
        padding-left: 20px;
        margin-bottom: 100px;
    }

    #waterPage #waterCut2 .bg2 {
        width: calc(100vw - 44px);
        height: calc((100vw - 44px) * 515 / 1346);
        top: 100px;
    }

    #waterPage #waterCut2 .bubble-list li {
        margin-left: 0;
        margin-right: 0;
    }

        #waterPage #waterCut2 .bubble-list li::after {
            display: none;
        }

    #waterPage #waterCut4 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 980px) {
    .wrap {
        padding: 0 10px;
    }

    .m-hide {
        display: none !important;
    }

    .pc-hide {
        display: inherit !important;
    }

    #header {
        background-color: #0ba6a2;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        height: 50px;
    }

        #header .wrap {
            padding: 0 10px;
        }

        #header .logo {
            width: 215px;
            margin: 0 auto;
            float: none;
            padding-top: 10px;
        }

            #header .logo a {
                height: 35px;
                overflow: hidden;
                display: block;
            }

        #header .btn-ham {
            width: 50px;
            height: 50px;
            background: url(../images/templete/icon_ham.png) no-repeat center 10px;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 100;
            font-size: 0;
        }

        #header .btn-search {
            width: 50px;
            height: 50px;
            background: url(../images/templete/icon_search.png) no-repeat center 10px;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 100;
            font-size: 0;
        }

            #header .btn-search.active {
                background-color: #0a908d;
            }

        #header .m-search {
            background-color: #0a908d;
            position: fixed;
            width: 100%;
            left: 0;
            top: 50px;
            padding: 10px;
            z-index: 100;
            display: none;
        }

            #header .m-search.active {
                display: block;
            }

            #header .m-search .search-box {
                position: relative;
            }

                #header .m-search .search-box:before {
                    font-family: FontAwesome;
                    position: absolute;
                    color: #0b83a6;
                    content: "\f002";
                    left: 10px;
                    top: 4px;
                }

            #header .m-search input {
                width: 100%;
                padding-left: 28px;
                padding-right: 55px;
            }

            #header .m-search .btn {
                position: absolute;
                background-color: #0b83a6;
                color: #fff;
                font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
                border: none;
                right: 0;
                top: 0;
                padding: 0 12px;
                cursor: pointer;
            }


    .home .top-block .show {
        display: block !important;
    }

    .top-block {
        padding: 50px 0 0;
    }

        .top-block .show {
            float: none;
            margin-top: 0;
            width: 100%;
            padding: 0;
            position: relative;
            z-index: 95;
            display: none !important;
        }

            .top-block .show .cloud {
                display: none;
            }

            .top-block .show p {
                padding: 8px 10px 2px 10em;
            }

            .top-block .show .row .list-slider {
                margin-top: -20px;
                margin-bottom: 20px;
                height: 3.4em !important;
            }

                .top-block .show .row .list-slider .slider-item {
                    font-size: .95em;
                    padding: 6px 7px 5px;
                    width: 100% !important;
                }

                    .top-block .show .row .list-slider .slider-item:after {
                        content: ' ';
                        display: block;
                        height: 0;
                        clear: both;
                    }

                    .top-block .show .row .list-slider .slider-item .left {
                        font-size: 1.4em;
                        font-weight: normal;
                        margin-right: 0;
                        margin-top: 3px;
                    }

                    .top-block .show .row .list-slider .slider-item .right {
                        overflow: hidden;
                        float: none;
                        height: 2em;
                        padding: 15px 0 0 5em;
                    }

            .top-block .show .row .sub {
                top: 49px;
                height: 320px;
                overflow-y: auto;
                width: 5em;
            }

                .top-block .show .row .sub a {
                    padding: 9px;
                    font-size: 1.2em;
                }

            .top-block .show .icon {
                left: 4.8em;
                top: -3px;
                width: 70px;
                height: 47px;
                padding-top: 5px;
                padding-left: 14px;
                background: url(../images/templete/cloud.png) no-repeat left top;
                background-size: contain;
            }

                .top-block .show .icon .icon-aqi {
                    background-size: auto 40px;
                    width: 47px;
                    height: 40px;
                }

    .menu-block {
        position: fixed;
        height: 100vh;
        left: -350px;
        top: 0;
        z-index: 110;
        padding: 50px 0 10px;
        overflow-x: auto;
        width: 350px;
        background-color: #0a908d;
        -moz-transition: left, 0.5s;
        -o-transition: left, 0.5s;
        -webkit-transition: left, 0.5s;
        transition: left, 0.5s;
    }

        .menu-block.fixed {
            left: -350px;
            width: 350px;
            background-color: #0a908d;
        }

            .menu-block.fixed .fixed-wrap {
                padding: 0;
            }

        .menu-block.active {
            left: 0;
            -moz-transition: left, 0.5s;
            -o-transition: left, 0.5s;
            -webkit-transition: left, 0.5s;
            transition: left, 0.5s;
        }

            .menu-block.active .btn-close {
                width: 50px;
                height: 50px;
                background: url(../images/templete/icon_close.png) no-repeat center 10px;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 100;
                font-size: 0;
            }

        .menu-block ul li a:before {
            background-color: transparent;
            width: auto;
            height: auto;
        }

        .menu-block ul.menu-wrap li {
            display: block;
            width: 100%;
            border-bottom: 1px solid #fff;
            position: relative;
        }

            .menu-block ul.menu-wrap li a {
                text-align: left;
                padding: 10px;
                position: relative;
                color: #e7f0d2;
                font-size: 1em;
                font-weight: normal;
                margin: 0;
                z-index: 1;
                border-bottom: none;
            }

            .menu-block ul.menu-wrap li .sub-icon {
                position: absolute;
                right: 5px;
                top: 10px;
                color: #e7f0d2;
                width: 30px;
                height: 30px;
                text-align: center;
                z-index: 5;
            }

                .menu-block ul.menu-wrap li .sub-icon:after {
                    content: "+";
                }

            .menu-block ul.menu-wrap li.open .sub {
                display: block !important;
                opacity: 1;
                pointer-events: auto;
            }

            .menu-block ul.menu-wrap li.open > .sub-icon:after {
                content: "-";
            }

            .menu-block ul.menu-wrap li .sub {
                position: static;
                padding: 0;
                border-bottom: none;
                background: none;
                background-color: #0ba6a2;
                display: none !important;
            }

                .menu-block ul.menu-wrap li .sub .col {
                    margin-right: 0;
                    float: none;
                    width: 100%;
                    padding-right: 0;
                    padding-left: 0;
                    margin-bottom: 0;
                }

                    .menu-block ul.menu-wrap li .sub .col .sub-item.hide {
                        display: block;
                    }

                    .menu-block ul.menu-wrap li .sub .col h3 {
                        border-bottom: none;
                    }

                    .menu-block ul.menu-wrap li .sub .col .box {
                        border: none;
                        padding-top: 0;
                        min-height: auto;
                        position: relative;
                    }

                        .menu-block ul.menu-wrap li .sub .col .box .btn-more.more-show {
                            display: none;
                        }

                        .menu-block ul.menu-wrap li .sub .col .box h3 {
                            padding: 10px;
                            border-top: 1px solid #fff;
                            font-size: 1em;
                            margin-bottom: 0;
                        }

                            .menu-block ul.menu-wrap li .sub .col .box h3 > a {
                                padding: 0;
                            }

                                .menu-block ul.menu-wrap li .sub .col .box h3 > a:after {
                                    display: none;
                                }

                            .menu-block ul.menu-wrap li .sub .col .box h3 a {
                                border-bottom: none;
                            }

                        .menu-block ul.menu-wrap li .sub .col .box a {
                            padding: 10px 10px 10px 29px;
                        }

                        .menu-block ul.menu-wrap li .sub .col .box.open .sub-box {
                            display: block;
                        }

                        .menu-block ul.menu-wrap li .sub .col .box.open > .sub-icon:after {
                            content: "-";
                        }

                        .menu-block ul.menu-wrap li .sub .col .box .sub-box {
                            display: none;
                        }

                            .menu-block ul.menu-wrap li .sub .col .box .sub-box a {
                                color: #fff;
                                border-top: 1px dotted #fff;
                                border-bottom: none;
                            }

                                .menu-block ul.menu-wrap li .sub .col .box .sub-box a:before {
                                    top: 11px;
                                    left: 17px;
                                }

                                .menu-block ul.menu-wrap li .sub .col .box .sub-box a:after {
                                    display: none;
                                }

                        .menu-block ul.menu-wrap li .sub .col .box.box-title a {
                            padding: 0;
                            margin-bottom: 0;
                        }

                            .menu-block ul.menu-wrap li .sub .col .box.box-title a:after {
                                display: none;
                            }

        .menu-block .box-nav {
            padding: 20px 0;
        }

            .menu-block .box-nav ul {
                font-size: 0;
                text-align: center;
            }

                .menu-block .box-nav ul li {
                    display: inline-block;
                    vertical-align: top;
                    color: #fff;
                    position: relative;
                    width: auto;
                }

                    .menu-block .box-nav ul li:before {
                        width: 1px;
                        height: 16px;
                        position: absolute;
                        left: 0;
                        top: 5px;
                        content: '';
                        z-index: 5;
                        background-color: #fff;
                    }

                    .menu-block .box-nav ul li a {
                        display: block;
                        padding: 0 12px;
                        border-bottom: none !important;
                    }

                        .menu-block .box-nav ul li a:after {
                            display: none;
                        }

                    .menu-block .box-nav ul li:first-child:before {
                        display: none;
                    }

                    .menu-block .box-nav ul li.facebook:before {
                        display: none;
                    }

                    .menu-block .box-nav ul li.facebook a {
                        font-size: 1.3em;
                        margin-top: -4px;
                    }

                    .menu-block .box-nav ul li.size:before {
                        display: none;
                    }

                    .menu-block .box-nav ul li.size span {
                        display: block;
                        padding: 8px;
                    }

                    .menu-block .box-nav ul li.size a {
                        background-color: #fff;
                        -moz-border-radius: 100%;
                        -webkit-border-radius: 100%;
                        border-radius: 100%;
                        overflow: hidden;
                        width: 35px;
                        height: 35px;
                        display: inline-block;
                        vertical-align: top;
                        color: #0ba6a2;
                        margin: 0 5px;
                        padding: 2px 0 0;
                        text-align: center;
                        font-weight: bold;
                        font-size: 1.1em;
                    }

                        .menu-block .box-nav ul li.size a:before {
                            display: none;
                        }

    .menu-list li {
        width: calc( 100% / 2);
    }

    #container {
        padding: 0;
        margin-top: -20px;
    }

    .main-block .page-main {
        padding: 30px 10px 10px;
        background: url(../images/templete/bottom-bg.png) no-repeat right bottom;
        background-size: 180px auto;
        padding-bottom: 50px;
        border-bottom: 5px solid #0ba6a2;
    }

        .main-block .page-main:after {
            display: none;
        }

        .main-block .page-main h2.title {
            padding-right: 0;
        }

        .main-block .page-main .block {
            padding: 0;
        }

            .main-block .page-main .block p {
                margin-bottom: 20px;
            }

        .main-block .page-main .page-nav.page-search {
            text-align: left;
            padding-left: 12px;
            padding-right: 12px;
        }

            .main-block .page-main .page-nav.page-search label {
                margin-bottom: 5px;
            }

                .main-block .page-main .page-nav.page-search label:first-child {
                    display: block;
                }

            .main-block .page-main .page-nav.page-search:before {
                display: none;
            }

        .main-block .page-main .page-nav:before {
            display: inline-block;
            content: "\f29a";
            font-family: FontAwesome;
            padding-right: .1em;
            color: #2a2a2a;
            vertical-align: top;
            margin-top: 1px;
        }

        .main-block .page-main .share {
            position: static;
            text-align: left;
        }

    .page-nav.style1 {
        display: none;
    }

    .mask {
        background-color: rgba(0, 0, 0, 0.5);
    }

        .mask.active {
            display: block;
        }

    .btn-top {
        right: 10px;
        bottom: 10px;
    }

    .bottom-menu {
        display: none;
    }

    #footer {
        padding: 10px 0;
    }

        #footer .info-block {
            float: none;
            margin-bottom: 15px;
        }

        #footer p span {
            display: block;
        }

    .md .top-block .show .row .list-slider .slider-item .right {
        padding-left: 4em;
    }

    .md .top-block .show .row .sub {
        top: 3.2em;
    }

    .md .main-block .index-main .tabs .tab-nav a {
        padding-left: 13px;
        padding-right: 13px;
    }

    .lg .top-block .show .row .list-slider .slider-item .right {
        padding-left: 4em;
    }

    .lg .top-block .show .row .sub {
        top: 3.2em;
    }

    .lg .main-block .index-main .tabs .tab-nav a {
        padding-left: 13px;
        padding-right: 13px;
    }

    .main-block .index-main {
        padding: 10px;
        background: url(../images/templete/bottom-bg.png) no-repeat right bottom;
        background-size: 180px auto;
        padding-bottom: 50px;
        border-bottom: 5px solid #0ba6a2;
    }

        .main-block .index-main:after {
            display: none;
        }

        .main-block .index-main .row .col-1st {
            width: 100%;
            float: none;
        }

        .main-block .index-main .row .col-2nd {
            width: 100%;
            float: none;
        }

        .main-block .index-main .tabs {
            margin-bottom: 20px;
        }

            .main-block .index-main .tabs .tab-nav a {
                font-size: 1em;
                padding: 5px;
                width: 25%;
            }

                .main-block .index-main .tabs .tab-nav a.link {
                    display: none;
                }

            .main-block .index-main .tabs .tab-block {
                height: auto;
            }

                .main-block .index-main .tabs .tab-block .news-list {
                    padding: 0;
                }

                    .main-block .index-main .tabs .tab-block .news-list .news-item {
                        padding-left: 5.5em;
                    }

                        .main-block .index-main .tabs .tab-block .news-list .news-item .date {
                            left: 0;
                            top: 13px;
                        }

            .main-block .index-main .tabs .btn-block {
                margin-top: 15px;
            }

                .main-block .index-main .tabs .btn-block .btn {
                    width: 100%;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    background-color: #84ccc9;
                    color: #fff;
                    padding: 5px;
                    text-align: center;
                }

        .main-block .index-main .gal1-slider {
            padding: 0 25px;
            position: relative;
        }

            .main-block .index-main .gal1-slider .slider-item {
                font-size: 0;
            }

                .main-block .index-main .gal1-slider .slider-item a {
                    display: inline-block;
                    vertical-align: top;
                    width: calc( 100% / 2);
                    padding: 5px;
                }

                    .main-block .index-main .gal1-slider .slider-item a .img {
                        display: block;
                        border: 1px solid #ddd;
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        border-radius: 5px;
                        overflow: hidden;
                    }

                        .main-block .index-main .gal1-slider .slider-item a .img img {
                            vertical-align: bottom;
                        }

            .main-block .index-main .gal1-slider .slick-arrow {
                width: 30px;
                height: 30px;
                text-align: center;
                position: absolute;
                background: none;
                padding: 0;
                border: none;
                top: 50%;
                margin-top: -15px;
            }

                .main-block .index-main .gal1-slider .slick-arrow img {
                    width: 10px;
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 7px;
                }

                .main-block .index-main .gal1-slider .slick-arrow.slick-prev {
                    left: 0;
                }

                .main-block .index-main .gal1-slider .slick-arrow.slick-next {
                    right: 0;
                }

        .main-block .index-main .video {
            margin-bottom: 13px;
        }

            .main-block .index-main .video .video-title {
                height: 43px;
            }

                .main-block .index-main .video .video-title a {
                    position: static;
                    font-size: 1rem;
                    float: right;
                    margin-top: 2px;
                }

                    .main-block .index-main .video .video-title a:hover {
                        text-decoration: underline;
                    }

            .main-block .index-main .video .video-block {
                padding-top: 220px;
            }

        .main-block .index-main .bottom .title-b {
            font-weight: normal;
        }

        .main-block .index-main .bottom .bottom-block a {
            padding: 6px 0;
        }

    .full-slider {
        height: auto;
    }

        .full-slider .slick-arrow {
            display: block !important;
        }

            .full-slider .slick-arrow.slick-prev {
                left: 10px;
            }

            .full-slider .slick-arrow.slick-next {
                right: 10px;
            }

        .full-slider .slick-dots {
            display: none !important;
        }

    .link-group .row .col6 {
        width: calc( 100% / 3 );
    }

        .link-group .row .col6 a {
            font-size: 1em;
            padding: 20px 6px 15px;
        }

            .link-group .row .col6 a .icon {
                background-size: auto 45px;
                width: 57px;
                height: 45px;
                margin: 0 auto 5px;
            }

                .link-group .row .col6 a .icon.icon1 {
                    background-position: -8px -4px;
                }

                .link-group .row .col6 a .icon.icon2 {
                    background-position: -65px -4px;
                }

                .link-group .row .col6 a .icon.icon3 {
                    background-position: -116px -4px;
                }

                .link-group .row .col6 a .icon.icon4 {
                    background-position: -174px -4px;
                }

                .link-group .row .col6 a .icon.icon5 {
                    background-position: -230px -4px;
                }

                .link-group .row .col6 a .icon.icon6 {
                    background-position: -278px -4px;
                }

    .page-activity .page-main .page-nav .nav-block {
        display: none;
        width: 100%;
        background-color: #f0f0ef;
        top: 45px;
    }

        .page-activity .page-main .page-nav .nav-block .tag {
            display: block;
            padding: 10px 8px;
            border: none;
            border-bottom: 1px solid #bfbfbf;
        }

    .page-activity .page-main .page-nav:hover .nav-block {
        display: block;
    }

    .page-activity .page-main .page-nav span {
        float: left;
        margin-right: 5px;
        padding: 5px;
    }

    .page-activity .page-main .page-nav .nav-text {
        overflow: hidden;
        border: 1px solid #bfbfbf;
        padding: 5px 25px 5px 5px;
        display: block;
        color: #161616;
        position: relative;
    }

        .page-activity .page-main .page-nav .nav-text:before {
            display: none;
        }

        .page-activity .page-main .page-nav .nav-text:after {
            right: 10px;
            top: 5px;
            position: absolute;
            color: #161616;
            margin-left: 0;
        }

    .page-activity .page-main .page-nav:before {
        display: none;
    }


    .page-activity .sorting {
        padding-top: 10px;
        border-top: 1px solid #bfbfbf;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .page-activity .sorting .tag {
            display: inline-block;
            vertical-align: top;
            margin: 0 2px;
            padding: 2px 8px;
            border: 1px solid #bfbfbf;
        }

        .page-activity .sorting span {
            display: inline-block;
            vertical-align: top;
            padding: 2px;
        }

        .page-activity .sorting .fa-stack {
            font-size: .7em;
            width: 1.8em;
            height: 1.8em;
            line-height: 1.8em;
        }

    .page-activity .gal-col {
        margin: 0;
    }

        .page-activity .gal-col .col {
            display: block;
            padding: 0;
            width: 93%;
        }

        .page-activity .gal-col .col4 {
            width: 100%;
        }

        .page-activity .gal-col a {
            position: relative;
            overflow: hidden;
        }

            .page-activity .gal-col a .img {
                position: absolute;
                width: 35%;
                left: 0;
                top: 0;
                height: 100%;
                padding-top: 0;
            }

            .page-activity .gal-col a .icon {
                position: absolute;
                right: 1px;
                top: 2px;
                font-size: 1em;
            }

            .page-activity .gal-col a .text {
                padding-left: 38%;
            }

                .page-activity .gal-col a .text h3 {
                    font-size: 1.1em;
                }

    /* 2019/3/29 */
    #newspaper .content p {
        display: block;
        -webkit-box-orient: initial;
        -webkit-line-clamp: initial;
        overflow: visible;
        height: auto;
    }

    #newspaper .content h4 {
        font-size: 1.5rem;
        display: block;
        -webkit-box-orient: initial;
        -webkit-line-clamp: initial;
        overflow: visible;
        line-height: 32px;
        height: auto;
    }

    #newspaper .btn-block .btn:hover {
        background-color: #00857d;
        color: #ffffff;
        border: 1px solid #fff89f;
    }

    #newspaper .top-block {
        background-position: left top;
        background-size: auto 60%;
        position: relative;
    }

        #newspaper .top-block .img {
            width: 180px;
            margin-left: 0;
            position: absolute;
            float: none;
            right: 20px;
            top: 20px;
            z-index: 1;
        }

        #newspaper .top-block .text {
            overflow: visible;
        }

            #newspaper .top-block .text h2 {
                margin-bottom: 35px;
                width: 50%;
            }

                #newspaper .top-block .text h2 img {
                    width: 40%;
                    margin-top: -3px;
                    display: inline-block;
                    vertical-align: top;
                }

                #newspaper .top-block .text h2::before {
                    width: 100%;
                    height: 28px;
                }

                #newspaper .top-block .text h2::after {
                    right: 10px;
                    height: 28px;
                }

            #newspaper .top-block .text h3 {
                margin-bottom: 15px;
            }

                #newspaper .top-block .text h3 img {
                    width: 36%;
                }

            #newspaper .top-block .text h4 {
                width: 60%;
                line-height: 1.4;
            }

    #newspaper .mid-block {
        padding-top: 0;
    }

        #newspaper .mid-block .item {
            display: block;
            margin: 25px auto 0;
            width: 100%;
        }

            #newspaper .mid-block .item .top {
                padding: 30px 30px 15px;
            }

                #newspaper .mid-block .item .top h3 {
                    margin-bottom: 10px;
                }

                    #newspaper .mid-block .item .top h3 img {
                        width: 118px;
                    }

                #newspaper .mid-block .item .top::before {
                    width: calc( 100vw - 44px );
                    height: calc( 100vw - 44px );
                }

                #newspaper .mid-block .item .top p {
                    font-size: 1.5rem;
                    line-height: 32px;
                    height: calc( 32px * 2 );
                    width: 80%;
                    margin: 0 auto;
                }

    #newspaper .bottom-block .left-block {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

        #newspaper .bottom-block .left-block h3 img {
            max-width: 50%;
        }

        #newspaper .bottom-block .left-block .col {
            display: block;
            width: 100%;
        }

            #newspaper .bottom-block .left-block .col:first-child {
                border-right: none;
                border-bottom: 1px dashed #fff89f;
            }

            #newspaper .bottom-block .left-block .col p {
                -webkit-line-clamp: initial;
                height: auto;
            }

        #newspaper .bottom-block .left-block .btn-block .btn {
            background-color: #fff89f;
            color: #212121;
            border: 1px solid #fff89f;
        }

            #newspaper .bottom-block .left-block .btn-block .btn:hover {
                background-color: #00857d;
                color: #ffffff;
            }

    #newspaper .bottom-block .right-block {
        float: none;
        width: 100%;
    }

        #newspaper .bottom-block .right-block h3 img {
            max-width: 50%;
        }

    #newspaper .slider-block .slick-arrow.slick-next {
        right: -22px;
    }

    #newspaper .slider-block .slick-arrow.slick-prev {
        left: -22px;
    }

    /* 2021/10 監測站資料 */
    #waterPage {
        padding-bottom: 120px;
    }

        #waterPage .top-block {
            display: none;
        }

        #waterPage .btn-block .btn.btnExcel {
            display: none;
        }

        #waterPage .btn-block .btn {
            width: 295px;
        }

        #waterPage #waterCut1 .water-slider .slider-item .box .img {
            margin-right: 30px;
        }

        #waterPage #waterCut1 .water-slider .slider-item .box .text .title {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            margin-bottom: 0;
            margin-top: 15px;
        }

            #waterPage #waterCut1 .water-slider .slider-item .box .text .title span {
                margin-top: 15px;
            }

        #waterPage #waterCut1 .water-slider .slider-item .box .text ul {
            margin-top: 30px;
        }

        #waterPage #waterCut1 .bg {
            width: 100vw;
            height: calc(100vw * 829 / 1346);
            left: -10px;
            top: 125px;
        }

        #waterPage #waterCut2 .bubble-list li {
            width: 30%;
            margin: 15px 4px 0 !important;
            text-align: center;
        }

        #waterPage #waterCut2 .bubble-list .circle {
            margin-left: auto;
            margin-right: auto;
        }

        #waterPage #waterCut2 .bg2 {
            width: 100vw;
            height: calc(100vw * 515 / 1346);
            top: auto;
            left: -10px;
            bottom: -15%;
        }

        #waterPage #waterCut3 table thead {
            display: none;
        }

        #waterPage #waterCut3 table tbody tr {
            display: flex;
            flex-wrap: wrap;
            border-bottom: 5px solid #01534E;
            background-color: #fff;
        }

            #waterPage #waterCut3 table tbody tr:nth-child(2n+1) {
                background-color: #f0f0ef;
            }

        #waterPage #waterCut3 table tbody td::before {
            background-color: #00857d;
            color: #fff;
            display: block;
            content: attr(data-name);
            position: absolute;
            padding: 0.5em;
            width: 70px;
            left: 0;
            top: 0;
        }

        #waterPage #waterCut3 table tbody td {
            position: relative;
            width: 50%;
            border-top: 1px solid #fff;
            padding-left: 100px;
            text-align: left;
        }

        #waterPage #waterCut3 table tbody tr:nth-child(2n) td {
            border-top-color: #f0f0ef;
        }

        #waterPage #waterCut3 table tbody td:first-child {
            width: 100%;
            border-top: none;
        }

    .page-num .page-text .text:first-child {
        display: block;
        line-height: 1.4;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .menu-list li {
        width: 100%;
        margin-bottom: 0;
    }

    /* 2019/3/29*/
    #newspaper .content h4 {
        font-size: 1.25rem;
        line-height: 26px;
        width: 100%;
    }

    #newspaper .top-block {
        padding-bottom: 0;
    }

        #newspaper .top-block .img {
            width: 140px;
            top: 10px;
            right: 10px;
        }

        #newspaper .top-block .text {
            padding-left: 10px;
        }

            #newspaper .top-block .text h2 {
                font-size: 1rem;
            }

                #newspaper .top-block .text h2 img {
                    width: 150px;
                    margin-bottom: 10px;
                }

                #newspaper .top-block .text h2::before {
                    bottom: -3px;
                    left: -10px;
                }

                #newspaper .top-block .text h2::after {
                    bottom: -3px;
                    right: 5px;
                }

            #newspaper .top-block .text h3 img {
                width: 150px;
            }

            #newspaper .top-block .text h4 {
                width: 100%;
            }

    #newspaper .mid-block .item .top {
        padding: 20px 20px 10px;
    }

        #newspaper .mid-block .item .top h3 {
            margin-bottom: 0;
        }

        #newspaper .mid-block .item .top p {
            font-size: 1.25em;
            line-height: 26px;
            height: calc( 26px * 2 );
            width: 100%;
        }

    #newspaper .slider-block h3 {
        margin-left: 6px;
        padding-bottom: 0;
    }

    #newspaper .slider-block .slider-item .content {
        padding: 0;
    }

        #newspaper .slider-block .slider-item .content h4 {
            font-size: 1.25em;
            line-height: 26px;
            width: 100%;
        }

    #newspaper .bottom-block .left-block h3 img {
        width: 180px;
        max-width: none;
    }

    #newspaper .bottom-block .right-block h3 img {
        width: 160px;
        max-width: none;
    }

    /* 2021/10 監測站資料 */
    #waterPage {
        padding-bottom: 50px;
    }

        #waterPage .content {
            padding: 0;
        }

        #waterPage .input-row label.date-label {
            display: none;
        }

            #waterPage .input-row label.date-label + input {
                margin-top: 10px;
                margin-left: 124px;
            }

        #waterPage .input-row.radio-row label:nth-child(4) {
            margin-left: 124px;
        }

        #waterPage #waterCut1 .water-slider {
            position: relative;
            margin-top: 20px;
        }

            #waterPage #waterCut1 .water-slider .slider-item .box {
                padding-left: 10px;
                padding-right: 10px;
            }

                #waterPage #waterCut1 .water-slider .slider-item .box .img {
                    margin-left: auto;
                    margin-right: auto;
                    margin-bottom: 30px;
                    float: none;
                }

                #waterPage #waterCut1 .water-slider .slider-item .box .text .title {
                    padding-left: 25px;
                }

                #waterPage #waterCut1 .water-slider .slider-item .box .text .ps {
                    padding-left: 25px;
                }

                #waterPage #waterCut1 .water-slider .slider-item .box .text ul {
                    margin-top: 15px;
                    margin-left: 25px;
                    padding-left: 0;
                }

                    #waterPage #waterCut1 .water-slider .slider-item .box .text ul li {
                        list-style: none;
                    }

                        #waterPage #waterCut1 .water-slider .slider-item .box .text ul li .name {
                            width: 90px;
                        }

                            #waterPage #waterCut1 .water-slider .slider-item .box .text ul li .name::after {
                                content: "：";
                            }

                        #waterPage #waterCut1 .water-slider .slider-item .box .text ul li .txt {
                            width: calc(100% - 90px);
                        }

            #waterPage #waterCut1 .water-slider .slick-dots {
                width: 100%;
                padding: 0 10px;
                top: 295px;
                position: absolute;
            }

        #waterPage #waterCut1 .bg {
            top: 45%;
        }

        #waterPage #waterCut2 .bubble-list {
            padding-left: 0;
        }

            #waterPage #waterCut2 .bubble-list .circle {
                width: 100px;
                height: 100px;
                font-size: 1.4rem;
            }

            #waterPage #waterCut2 .bubble-list p {
                margin-bottom: 0;
            }

        #waterPage #waterCut3 .page-num {
            margin: 15px 0 20px;
        }

        #waterPage #waterCut4 {
            border-radius: 0;
        }

        #waterPage #waterCut5 .content .btn-block {
            text-align: center;
            margin-left: 0;
            padding: 30px 20px 20px 20px;
        }
}

@media screen and (min-width: 980px) {
    .en_sub {
        width: 30% !important;
        left: auto !important;
    }

    .menu-block ul li:hover .sub {
        opacity: 1;
        z-index: 120;
        transition: all .3s;
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        pointer-events: auto;
    }

    .menu-block ul li:hover > a {
        background-color: #0a908d;
        border-bottom-color: #dba311;
    }
}

/* Steven add -------------- */

.backLink {
    color: #0b9dd1;
}

/* Steven add end ---------- */


/* 20220429 新增 */
#header .m-search .btn2 {
    position: absolute;
    background-color: #ff0000;
    color: #fff;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
    border: none;
    right: 0;
    top: 0;
    padding: 0 12px;
    cursor: pointer;
}

.top-block .search .btn {
    position: absolute;
    background-color: #0b7fa1;
    color: #fff;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
    border: none;
    /* right: 0; 20220429修改*/
    top: 0;
    padding: 0 12px;
    cursor: pointer;
}
/* 20220429 新增 */
.top-block .search .btn2 {
    position: absolute;
    background-color: #EA4815;
    color: #fff;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "SF Pro TC", "HanHei TC", Helvetica, Arial, sans-serif;
    border: none;
    right: 0;
    top: 0;
    padding: 0 12px;
    cursor: pointer;
}
/* 20220429 修改 */
.top-block .search {
    float: left;
    margin-top: 12px;
    padding: 0 150px 0 5px;
    position: relative;
    background-color: #0b83a6;
}
.form-radio-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
    #header .m-search input {
        padding-left: 28px;
        width: 90%;
    }

    #header .m-search {
        background-color: #0a908d;
        position: fixed;
        width: 100%;
        left: 0;
        top: 50px;
        padding: 10px;
        z-index: 5;
        display: none;
    }

        #header .m-search .btn {
            position: absolute;
            background-color: #0b83a6;
            color: #fff;
            border: none;
            right: 80px;
            top: 0;
            padding: 0 12px;
            cursor: pointer;
        }

        #header .m-search .btn2 {
            position: absolute;
            background-color: #ff0000;
            color: #fff;
            right: 0;
            top: 0;
            padding: 0 7px;
            cursor: pointer;
        }
}

@media screen and (max-width: 1200px) {
    .pc-hide2 {
        display: none;
    }
}
.block .row{
    display: flex;
}
