﻿@charset "utf-8";
/* CSS Document */
/*body.home .content.small .ap{font-size:90%;}
body.home .content.medium .ap{font-size:100%}
body.home .content.big .ap{font-size:110%}*/
body.home .content .search_box {
    background-color: #dfdfdf;
    padding: 10px 15px 5px 15px;
    /* margin: 0; */
    border-radius: 5px;
}
/*-----電子報-----*/
body.home .ap .epaper {
    margin-bottom: 50px;
}

    body.home .ap .epaper .ui-widget-content {
        background-color: transparent;
        border: none;
    }

    body.home .ap .epaper .ui-widget-header {
        background-color: transparent;
        border: none;
        background-image: none;
    }

        body.home .ap .epaper .ui-state-default,
        body.home .ap .epaper .ui-widget-content .ui-state-default,
        body.home .ap .epaper .ui-widget-header .ui-state-default {
            background-image: none;
            background-color: transparent;
            border: none;
        }

    body.home .ap .epaper .ui-tabs .ui-tabs-nav li i {
        font-size: 150%;
        margin-bottom: 5px;
    }

    body.home .ap .epaper .ui-tabs .ui-tabs-nav li span {
        display: block;
    }

    body.home .ap .epaper .ui-tabs .ui-tabs-nav li {
        background-color: #888888;
        /* display:block; */
        text-align: center;
        width: 33%;
        margin: 0 1px;
        border-radius: 0;
    }

        body.home .ap .epaper .ui-tabs .ui-tabs-nav li a {
            font-size: 100%;
            color: #FFF;
            /*padding:5px;
    width:33.333%;*/
            /* border-radius:5px; */
        }

            body.home .ap .epaper .ui-tabs .ui-tabs-nav li a:hover {
                background-color: #761c11;
                /* border-radius:5px; */
            }

    body.home .ap .epaper .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        float: none;
        display: block;
        font-size: 110%;
        padding: 15px 0;
    }

    body.home .ap .epaper .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
        background-color: #761c11;
        cursor: pointer;
    }

    body.home .ap .epaper .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        padding: 0px;
        /* margin:0; */
    }

    body.home .ap .epaper .ui-widget-content {
        margin-top: 0;
        background: none;
        font-size: 100%;
        font-family: "微軟正黑體" !important;
    }

    body.home .ap .epaper .ui-tabs .ui-tabs-panel {
        padding: 0;
        margin: 8px 0 0 0;
        /* border-top: 2px #761c11 solid; */
    }

        body.home .ap .epaper .ui-tabs .ui-tabs-panel ul {
        }

        body.home .ap .epaper .ui-tabs .ui-tabs-panel li {
            display: block;
            border-bottom: 2px rgba(255, 255, 255, 0.6) dotted;
            /* padding: 15px 5px; */
            color: #FFF;
        }
        /*body.home .ap .epaper .ui-tabs .ui-tabs-panel li a {
    font-size:100%;
    padding: 10px 5px 5px 5px;
}
body.home .ap .epaper .ui-tabs .ui-tabs-panel li a:hover {
    background-color: transparent;
    text-decoration: underline;
}*/
        body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper {
            padding: 15px;
            font-size: 100%;
        }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .title {
                font-size: 130%;
                border: none !important;
            }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .note {
                text-align: inherit;
            }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper div {
                position: relative;
                margin: 10px 0;
            }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .keyword p {
                left: 0;
                top: 10px;
                position: absolute;
            }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .keyword {
                padding: 0 0 0 120px;
                margin: 0 15px;
            }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper input {
                border: 1px #ccc solid;
                border-radius: 5px;
                padding: 10px;
                color: #9e9e9e;
                background-color: #ffffff;
                width: 100%;
                font-family: "微軟正黑體" !important;
            }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .but {
                right: 13px;
            }

                body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .but input {
                    display: inline-block;
                    width: 20%;
                    margin: 2px;
                    float: right;
                }

                    body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .but input[type=submit] {
                        background-color: #2bab9e;
                        color: #FFF;
                        border: none;
                    }

                        body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .but input[type=submit]:hover {
                            background-color: #000;
                        }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper ul {
            }

            body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper li {
                background-color: #ffffff;
                padding: 0;
                border-bottom: 2px rgb(212, 212, 212) dotted;
            }

                body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper li:nth-child(odd) {
                    background-color: #f3f3f3;
                    padding: 0;
                    margin: 0;
                }

                body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper li a {
                    padding: 10px 15px;
                    display: block;
                }

                    body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper li a:hover {
                        background-color: #fff6cb;
                        text-decoration: none;
                    }

                body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper li .date {
                    font-size: 100%;
                    display: inline-block;
                    padding: 2px 5px;
                    background-color: #8e8067;
                    text-align: center;
                    color: #FFF;
                    border-radius: 5px;
                    margin: 5px 0 5px 0;
                    letter-spacing: 0 !important;
                }

                body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper li .article {
                    font-size: 105%;
                    margin: 0;
                }
/*-----------電子書--------------*/
body.home .ebook_list img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

body.home .ebook_list .pic {
    height: 220px;
    width: 100%;
    background-color: #f3f3f3;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

body.home .ebook_list .date {
    color: #9b824f;
    text-align: left;
    margin: 3px 0 0 0;
}

body.home .ebook_list .subject {
    color: #000 !important;
    text-align: left;
    font-size: 110% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    float: none !important;
    padding: 5px 0 0 0 !important;
    white-space: nowrap;
    background-color: transparent !important;
}

body.home .ebook_list li a {
    display: block;
    border-radius: 0;
    padding: 7px;
    border: 2px #dedede solid;
    background-color: #fff;
    -moz-box-shadow: 3px 3px rgba(20%,20%,40%,0.2);
    -webkit-box-shadow: 3px 3px rgba(20%,20%,40%,0.2);
    box-shadow: 4px 4px rgb(234, 234, 234);
}

    body.home .ebook_list li a:hover {
        background-color: #fff1b2;
        border: 2px #fff solid;
        text-decoration: none;
    }

body.home .ebook_list li {
    padding: 10px;
}

.imh_zoom {
    /*background: rgb(0, 0, 0);*/
    overflow: hidden;
    position: relative;
}

    .imh_zoom img {
        transition: 0.3s linear;
        -webkit-backface-visibility: hidden;
    }

    .imh_zoom:hover a::before {
        top: 50%;
    }

    .imh_zoom:hover img {
        opacity: 1;
        transform: scale(1.20);
    }
/*-----------電子書END--------------*/
/*---------search---------*/
body.home .ap .search_box {
    background-color: rgb(224, 224, 224);
    padding: 10px 15px;
    margin: 10px 0;
}

    body.home .ap .search_box label {
        padding: 0;
        margin: 0;
        display: inline;
    }

    body.home .ap .search_box div {
        position: relative;
        margin: 2px 0 5px 0;
        padding: 0;
    }

    body.home .ap .search_box .bt {
        padding: 0 4px;
        margin: 1px 0;
    }

    body.home .ap .search_box .bt01 {
        /* padding: 0 4px; */
        margin: 5px 0;
    }

    body.home .ap .search_box .end_date {
        padding: 0 35px 0 15px;
    }

        body.home .ap .search_box .end_date p {
            left: 0;
        }

    body.home .ap .search_box .end {
        padding: 0;
    }

        body.home .ap .search_box .end p {
            left: 0;
        }

    body.home .ap .search_box .start_date {
        padding: 0 35px 0 175px;
    }

    body.home .ap .search_box .keyword {
        padding: 0 10px 0 115px;
    }

    body.home .ap .search_box div i {
        float: left;
        margin-right: 4px;
    }

    body.home .ap .search_box div img {
        /*float: left;*/
        margin-right: 4px;
    }

    body.home .ap .search_box p {
        left: 0;
        padding: 5px 0px;
        color: #000;
    }

    body.home .ap .search_box .sort ul,
    body.home .ap .search_box .date_radio ul {
        margin: 2px;
        display: block;
        padding: 0 0 0 95px;
        top: 0;
    }

    body.home .ap .search_box .sort li,
    body.home .ap .search_box .date_radio li {
        display: inline-block;
        margin: 2px !important;
    }

        body.home .ap .search_box .sort li a,
        body.home .ap .search_box .date_radio li a {
            position: relative;
            padding: 5px 10px;
            background-color: #695735;
            line-height: 35px;
            color: #fff;
            border-radius: 3px;
        }

        body.home .ap .search_box .date_radio li a {
            background-color: #896d34;
        }

            body.home .ap .search_box .sort li a:hover,
            body.home .ap .search_box .date_radio li a:hover {
                background-color: #b06400;
                color: #FFF;
                text-decoration: none;
            }

    body.home .ap .search_box .date_radio {
        padding: 0px 0 0 100px;
    }

        body.home .ap .search_box .date_radio label {
            top: -15px;
            position: relative;
            z-index: 99;
        }

        body.home .ap .search_box .date_radio ul {
            padding: 0 0 0 130px;
            position: absolute;
            top: -5px;
        }

        body.home .ap .search_box .date_radio li {
            display: inline-block;
            margin: 2px !important;
        }

    body.home .ap .search_box input[type=radio] {
        width: auto;
    }

    body.home .ap .search_box p,
    body.home .ap .search_box a {
        position: absolute;
    }

    body.home .ap .search_box a {
        color: #000;
        right: 5px;
        top: 2px;
    }

        body.home .ap .search_box a:hover {
            color: #ca7e12;
        }

    body.home .ap .search_box input,
    body.home .ap .search_box button {
        width: 100%;
        border: 0;
        padding: 4px;
    }

    body.home .ap .search_box select {
        width: 100%;
        border: 0;
        padding: 3px 4px;
    }

    body.home .ap .search_box .bt input {
        background-color: #555;
        color: #fff;
        float: left;
        /* width: 48%; */
        margin: 0 4px;
        -moz-box-shadow: 3px 3px rgba(20%,20%,40%,0.5);
        -webkit-box-shadow: 3px 3px rgba(20%,20%,40%,0.5);
        box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
    }

        body.home .ap .search_box .bt input:hover {
            background-color: #000;
        }

    body.home .ap .search_box .bt .send {
        background-color: #3F7D7C;
    }

    body.home .ap .search_box .bt .clean {
        background-color: #3F7D7C;
    }

    body.home .ap .search_box .sort01,
    body.home .ap .search_box .sort03 {
        padding: 0 10px 0 100px;
        margin: 2px 0 4px 0;
    }

    body.home .ap .search_box .sort02 {
        padding: 0 10px 0 25px;
        margin: 2px 0 4px 0;
    }

        body.home .ap .search_box .sort01 p,
        body.home .ap .search_box .sort02 p {
            /*padding:4px 0;*/
            background-image: url(../images/svg/icon_search.svg);
            background-repeat: no-repeat;
            background-position: 0px 7px;
            background-size: 14px;
            padding: 3px 0 5px 20px;
        }

    body.home .ap .search_box .sort03 p {
        background-image: url(../images/svg/icon_eng.svg);
        background-repeat: no-repeat;
        background-position: 0px 3px;
        background-size: 20px;
        padding: 3px 0 5px 26px;
    }

    body.home .ap .search_box .sort p {
        background-image: url(../images/svg/icon_search.svg);
        background-repeat: no-repeat;
        background-position: 0px 12px;
        background-size: 14px;
        padding: 8px 0 5px 20px;
    }

    body.home .ap .search_box .date_radio p {
        background-image: url(../images/svg/icon_clock.svg);
        background-repeat: no-repeat;
        background-position: 0px 9px;
        background-size: 14px;
        padding: 5px 0 5px 20px;
    }

    body.home .ap .search_box .start_date p {
        background-image: url(../images/svg/icon_date01.svg);
        background-repeat: no-repeat;
        background-position: 0px 9px;
        background-size: 15px;
        padding: 5px 0 5px 20px;
    }

    body.home .ap .search_box .keyword p {
        background-image: url(../images/svg/icon_keyboard.svg);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        background-size: 16px;
        padding: 5px 0 5px 21px;
    }

    body.home .ap .search_box .start_date a,
    body.home .ap .search_box .end_date a {
        background-image: url(../images/svg/icon_date02.svg);
        background-repeat: no-repeat;
        background-position: 0px 5px;
        background-size: 15px;
        padding: 0;
        text-indent: -9999px;
        width: 22px;
        height: 22px;
    }

        body.home .ap .search_box .start_date a:hover,
        body.home .ap .search_box .end_date a:hover {
            background-image: url(../images/svg/icon_date03.svg);
        }
    /*20200603*/
    body.home .ap .search_box .law01 {
        padding: 0 10px 0 100px;
    }

        body.home .ap .search_box .law01 p {
            background-image: url(../images/svg/icon_search.svg);
            background-repeat: no-repeat;
            background-position: 0px 7px;
            background-size: 14px;
            padding: 5px 0 5px 20px;
        }

    body.home .ap .search_box .law02 {
        padding: 0 28px 0 28px;
    }

        body.home .ap .search_box .law02 p.s01 {
            padding: 0 0 0 0;
            top: 3px;
        }

        body.home .ap .search_box .law02 p.s02 {
            padding: 0 0 0 0;
            right: 0;
            left: inherit;
            top: 3px;
        }

    body.home .ap .search_box .sort04 {
        padding: 0 10px 0 65px;
        margin: 5px 0 4px 0;
    }

        body.home .ap .search_box .sort04 p {
            background-image: url(../images/svg/icon_search.svg);
            background-repeat: no-repeat;
            background-position: 0px 7px;
            background-size: 14px;
            padding: 5px 0 5px 20px;
        }

    body.home .ap .search_box .keyword01 {
        padding: 0 10px 0 100px;
    }

        body.home .ap .search_box .keyword01 p {
            background-image: url(../images/svg/icon_keyboard.svg);
            background-repeat: no-repeat;
            background-position: 0px 8px;
            background-size: 16px;
            padding: 5px 0 5px 21px;
        }

    body.home .ap .search_box .keyword02 {
        padding: 0 0px 0 115px;
    }

        body.home .ap .search_box .keyword02 p {
            background-image: url(../images/svg/icon_keyboard.svg);
            background-repeat: no-repeat;
            background-position: 0px 8px;
            background-size: 16px;
            padding: 5px 0 5px 21px;
        }

    body.home .ap .search_box .keyword03 {
        padding: 0 10px 0 200px;
    }

        body.home .ap .search_box .keyword03 p {
            background-image: url(../images/svg/icon_keyboard.svg);
            background-repeat: no-repeat;
            background-position: 0px 8px;
            background-size: 16px;
            padding: 5px 0 5px 21px;
        }

    body.home .ap .search_box .start_date01 p {
        background-image: url(../images/svg/icon_date01.svg);
        background-repeat: no-repeat;
        background-position: 0px 9px;
        background-size: 15px;
        padding: 5px 0 5px 20px;
    }

    body.home .ap .search_box .end_date01 {
        padding: 0 0px 0 15px;
    }

        body.home .ap .search_box .end_date01 p {
            left: 0;
        }

    body.home .ap .search_box .start_date01 {
        padding: 0 5px 0 180px;
    }

        body.home .ap .search_box .start_date01 p {
            left: 0;
        }

@media (max-width: 991px) {
    body.home .ap .search_box .sort04 {
        padding: 0 0 0 65px;
        margin: 5px 0 10px 0;
    }
}

@media (max-width: 767px) {
    body.home .ap .search_box .keyword01 {
        padding: 0 0px 0 100px;
    }

    body.home .ap .search_box .keyword03 {
        padding: 0 0px 0 200px;
    }
}

@media (max-width: 480px) {
    body.home .ap .search_box p {
        position: inherit;
    }

    body.home .ap .search_box .law01 {
        padding: 0;
        width: 100%;
    }

    body.home .ap .search_box .law02 {
        width: 100%;
    }

    body.home .ap .search_box .sort04 {
        padding: 0;
    }

    body.home .ap .search_box .start_date01 p {
        left: -25px;
    }

    body.home .ap .search_box .end_date01 p {
        left: 0;
        position: absolute !important;
    }

    body.home .ap .search_box .start_date01 {
        padding: 0;
    }

    body.home .ap .search_box .end_date01 {
        padding: 0;
    }

    body.home .ap .search_box .start_date01,
    body.home .ap .search_box .end_date01 {
        padding: 0 0px 0 25px !important;
        width: 100%;
    }

    body.home .ap .search_box .keyword01,
    body.home .ap .search_box .keyword02,
    body.home .ap .search_box .keyword03 {
        padding: 0;
    }

    body.home .ap .search_box .law02 p {
        position: absolute;
    }
}
/*====處分書====*/
body.home .ap .about01 .side {
    border-top: 1px rgba(0, 0, 0, 0.28) dashed;
    padding: 10px;
}

body.home .ap .about01 .edit span.t01 {
    text-indent: 2em;
    padding: 10px 0;
    display: block;
}

body.home .ap .about01 .side:nth-child(1) {
    border: none;
}

body.home .ap .about01 .side .edit {
    padding: 10px 0;
    word-break: break-all;
    line-height: 26px;
}

body.home .ap .about01 .side .sedit {
    word-break: break-all;
    line-height: 26px;
    display: inline-block;
}

body.home .ap .about01 .item {
    padding: 10px;
    line-height: 160%;
    margin-bottom: 30px;
}

    body.home .ap .about01 .item .stitle {
        float: left;
        color: #093f71;
        width: 147px;
        text-align: justify;
        text-justify: inter-word; /*inter-ideograph;*/
        -ms-text-justify: inter-ideograph; /*IE9*/
        -moz-text-align-last: justify; /*Firefox*/
        -webkit-text-align-last: justify; /*Chrome*/
        letter-spacing: 0;
        position: relative;
        padding: 0 0 0px 22px;
        line-height: 100%;
        margin: 0;
        font-weight: 600;
        display: block;
    }

    body.home .ap .about01 .item p {
        line-height: 30px;
        /* padding-bottom: 5px; */
        margin-top: -8px;
        padding-left: 155px;
    }

    body.home .ap .about01 .item .stitle:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    body.home .ap .about01 .item li {
        padding: 15px 0 5px 0;
        clear: both;
        border-top: 1px #d2d2d2 dashed;
    }

        body.home .ap .about01 .item li p::before {
            /* content: "："; */
            color: #093f71;
        }

    body.home .ap .about01 .item .stitle::before {
        position: absolute;
        left: 0;
        display: block;
        content: "";
        background-image: url(../images/svg/arrow03.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 4px 3px;
        width: 20px;
        height: 20px;
    }

/*====處分書END====*/

/*---------search end---------*/

body.home .ap .news_list .txt span {
    color: #f00;
}

body.home .ap .number {
    padding: 10px;
}

    body.home .ap .number span {
        color: #ff1c00;
    }
/*====查詢區塊====*/
body.home .ap .searchbox {
    position: relative;
    margin-bottom: 10px;
}

    body.home .ap .searchbox .info {
        color: #000000;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px rgba(150, 150, 150, 0.5) dashed;
    }

        body.home .ap .searchbox .info span {
            display: inline-block;
        }

            body.home .ap .searchbox .info span a {
                position: absolute;
                right: 0;
                top: 0;
            }

                body.home .ap .searchbox .info span a:hover {
                    background-color: transparent;
                    color: #cbba65;
                    text-decoration: none;
                }

    body.home .ap .searchbox .ui-widget-content {
        background-color: transparent;
        border: none;
    }

    body.home .ap .searchbox .ui-widget-header {
        background-color: transparent;
        border: none;
        background-image: none;
        padding: 0;
    }

    body.home .ap .searchbox .ui-tabs .ui-tabs-nav {
        margin: 0;
    }

    body.home .ap .searchbox .ui-state-default,
    body.home .ap .searchbox .ui-widget-content .ui-state-default,
    body.home .ap .searchbox .ui-widget-header .ui-state-default {
        background-image: none;
        background-color: transparent;
        border: none;
    }

    body.home .ap .searchbox .ui-tabs .ui-tabs-nav li span {
        display: block;
    }

    body.home .ap .searchbox .ui-tabs .ui-tabs-nav li {
        /*width: 50%;*/
        margin: 0 5px 0 0;
    }

        body.home .ap .searchbox .ui-tabs .ui-tabs-nav li a {
            font-size: 100%;
            color: #000;
            border-radius: 5px;
            background-color: #ffffff;
            /*border-bottom-left-radius: 0;*/
            /*border-bottom-right-radius: 0;*/
            border: 1px solid #e0e0e0;
        }

            body.home .ap .searchbox .ui-tabs .ui-tabs-nav li a:hover {
                background-color: #90743c;
                color: #FFF;
                /*border-bottom-left-radius: 0;*/
                /*border-bottom-right-radius: 0;*/
            }

    body.home .ap .searchbox .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        float: none;
        display: block;
        font-size: 100%;
        text-align: center;
        padding: 10px 30px;
    }

    body.home .ap .searchbox .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
        background-color: #90743c;
        cursor: pointer;
        /*border-bottom-left-radius: 0;*/
        /*border-bottom-right-radius: 0;*/
        color: #fff;
    }

    body.home .ap .searchbox .ui-widget-content {
        margin-top: 0;
        background: none;
        font-size: 100%;
        font-family: "微軟正黑體" !important;
    }

    body.home .ap .searchbox .ui-tabs .ui-tabs-panel {
        padding: 0 0 5px 0;
        margin: 0 0 0 0;
        border-top: 3px #e0e0e0 solid;
        top: 4px;
        position: relative;
        background-color: #e0e0e0;
    }

/*====查詢區塊end====*/

/*====簡易查詢====*/
body.home .ap .search_easy {
    background-color: rgb(224, 224, 224);
    padding: 10px 15px;
    margin: 10px 0;
}

    body.home .ap .search_easy div {
        position: relative;
        margin: 2px 0 5px 0;
        padding: 0;
    }

    body.home .ap .search_easy .bt {
        padding: 0 4px;
        margin: 1px 0;
    }

    body.home .ap .search_easy .keyword {
        padding: 0 10px 0 115px;
    }

    body.home .ap .search_easy .filter {
        padding: 0 5px 0 95px;
    }

    body.home .ap .search_easy p {
        left: 0;
        padding: 5px 0px;
        color: #000;
    }

    body.home .ap .search_easy input[type=radio] {
        width: auto;
    }

    body.home .ap .search_easy p,
    body.home .ap .search_easy a {
        position: absolute;
    }

    body.home .ap .search_easy a {
        color: #000;
        right: 5px;
        top: 2px;
    }

        body.home .ap .search_easy a:hover {
            color: #ca7e12;
        }

    body.home .ap .search_easy input,
    body.home .ap .search_easy button {
        width: 100%;
        border: 0;
        padding: 4px;
        font-family: "微軟正黑體" !important;
    }

    body.home .ap .search_easy select {
        width: 100%;
        border: 0;
        padding: 3px 4px;
    }

    body.home .ap .search_easy .bt input {
        background-color: #555;
        color: #fff;
        float: left;
        margin: 0 4px;
        -moz-box-shadow: 3px 3px rgba(20%,20%,40%,0.5);
        -webkit-box-shadow: 3px 3px rgba(20%,20%,40%,0.5);
        box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
    }

        body.home .ap .search_easy .bt input:hover {
            background-color: #000;
        }

    body.home .ap .search_easy .bt .send {
        background-color: #52a2a1;
    }

    body.home .ap .search_easy .bt .clean {
        background-color: #52a2a1;
    }

    body.home .ap .search_easy .keyword p,
    body.home .ap .search_easy .filter p {
        background-image: url(../images/svg/icon_keyboard.svg);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        background-size: 16px;
        padding: 5px 0 5px 21px;
    }

@media (max-width: 767px) {
    body.home .ap .search_easy .keyword {
        padding: 0 5px 0 115px;
    }
}

@media (max-width: 480px) {
    body.home .ap .search_easy p {
        position: inherit;
    }

    body.home .ap .search_easy .keyword,
    body.home .ap .search_easy .filter {
        padding: 0;
    }
}
/*====簡易查詢 end====*/

/*====進階查詢====*/
body.home .ap .search_adv {
    position: relative;
    padding: 10px 15px;
    margin: 10px 0;
}

    body.home .ap .search_adv label {
        font-weight: normal;
    }

    body.home .ap .search_adv div {
        position: relative;
        margin: 2px 0 5px 0;
        padding: 0;
    }

    body.home .ap .search_adv .bt {
        padding: 0 4px;
        margin: 1px 0;
    }

    body.home .ap .search_adv .end_date {
        padding: 0 5px 0 15px;
    }

        body.home .ap .search_adv .end_date p {
            left: 0;
        }

    body.home .ap .search_adv .end {
        padding: 0;
    }

        body.home .ap .search_adv .end p {
            left: 0;
        }

    body.home .ap .search_adv .start_date {
        padding: 0 5px 0 175px;
    }

    body.home .ap .search_adv .keyword {
        padding: 0 5px 0 110px;
    }

    body.home .ap .search_adv .filter {
        padding: 0 5px 0 95px;
    }

    body.home .ap .search_adv p {
        left: 0;
        padding: 5px 0px;
        color: #000;
        margin: 0;
    }

    body.home .ap .search_adv .sort ul,
    body.home .ap .search_adv .date_radio ul {
        margin: 2px;
        display: block;
        padding: 0 0 0 110px;
        /* top: -5px; */
        position: relative;
    }

    body.home .ap .search_adv .sort li,
    body.home .ap .search_adv .date_radio li {
        display: inline-block;
        margin: 2px !important;
        padding: 0;
    }

        body.home .ap .search_adv .sort li a,
        body.home .ap .search_adv .date_radio li a {
            position: relative;
            padding: 5px 10px;
            line-height: 35px;
            color: #ffffff;
            border-radius: 3px;
            background-color: #695735;
        }

        body.home .ap .search_adv .date_radio li a {
            background-color: #896d34;
        }

            body.home .ap .search_adv .sort li a:hover,
            body.home .ap .search_adv .date_radio li a:hover {
                background-color: #e68f1d;
                color: #FFF;
                text-decoration: none;
            }

    body.home .ap .search_adv .date_radio {
        padding: 0px 0 0 100px;
        margin-bottom: 25px;
    }

        body.home .ap .search_adv .date_radio label {
            top: 5px;
            position: relative;
            z-index: 1;
        }

        body.home .ap .search_adv .date_radio ul {
            padding: 0 0 0 125px;
            position: absolute;
            top: -5px;
        }

        body.home .ap .search_adv .date_radio li {
            display: inline-block;
            margin: 2px !important;
        }

    body.home .ap .search_adv input[type=radio] {
        width: auto;
    }

    body.home .ap .search_adv .datebox {
        margin-bottom: 10px;
    }

    body.home .ap .search_adv p {
        position: absolute;
    }

    body.home .ap .search_adv a:hover {
        color: #ca7e12;
    }

    body.home .ap .search_adv input {
        width: 100%;
        border: 0;
        padding: 4px;
        font-family: "微軟正黑體" !important;
    }

    body.home .ap .search_adv select {
        width: 100%;
        border: 0;
        padding: 4px;
    }

    body.home .ap .search_adv .bt input {
        background-color: #52a2a1;
        color: #fff;
        float: left;
        margin: 0 4px;
        -moz-box-shadow: 3px 3px rgba(20%,20%,40%,0.5);
        -webkit-box-shadow: 3px 3px rgba(20%,20%,40%,0.5);
        box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
        border: none;
    }

        body.home .ap .search_adv .bt input:hover {
            background-color: #000;
        }

    body.home .ap .search_adv .sort01 p,
    body.home .ap .search_adv .sort02 p {
        background-image: url(../images/svg/icon_search.svg);
        background-repeat: no-repeat;
        background-position: 0px 7px;
        background-size: 14px;
        padding: 3px 0 5px 20px;
    }

    body.home .ap .search_adv .sort p {
        background-image: url(../images/svg/icon_search.svg);
        background-repeat: no-repeat;
        background-position: 0px 12px;
        background-size: 14px;
        padding: 8px 0 5px 20px;
    }

    body.home .ap .search_adv .date_radio p {
        background-image: url(../images/svg/icon_clock.svg);
        background-repeat: no-repeat;
        background-position: 0px 9px;
        background-size: 14px;
        padding: 5px 0 5px 20px;
    }

    body.home .ap .search_adv .start_date p {
        background-image: url(../images/svg/icon_date01.svg);
        background-repeat: no-repeat;
        background-position: 0px 9px;
        background-size: 15px;
        padding: 5px 0 5px 20px;
    }

    body.home .ap .search_adv .keyword p,
    body.home .ap .search_adv .filter p {
        background-image: url(../images/svg/icon_keyboard.svg);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        background-size: 16px;
        padding: 5px 0 5px 21px;
    }

@media (max-width: 620px) {
    body.home .ap .search_adv .date_radio ul {
        padding: 0;
        position: inherit;
        top: 0;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    body.home .ap .search_adv p {
        position: inherit;
    }

    body.home .ap .search_adv .start_date p {
        left: -25px;
    }

    body.home .ap .search_adv .end_date p {
        left: 0;
        position: absolute !important;
    }

    body.home .ap .search_adv .sort ul,
    body.home .ap .search_adv .date_radio ul {
        padding: 0;
    }

    body.home .ap .search_adv .date_radio {
        padding: 0px;
        margin-bottom: 10px;
    }

    body.home .ap .search_adv .start_date {
        padding: 0;
    }

    body.home .ap .search_adv .end_date {
        padding: 0;
    }

    body.home .ap .search_adv .start_date,
    body.home .ap .search_adv .end_date {
        padding: 0 0px 0 25px !important;
        width: 100%;
    }

    body.home .ap .search_adv .keyword,
    body.home .ap .search_adv .filter {
        padding: 0;
    }
}

@media (max-width: 380px) {
    body.home .ap .search_adv .date_radio li {
        display: block;
    }

        body.home .ap .search_adv .date_radio li a {
            display: block;
            text-align: center;
            line-height: inherit;
            padding: 8px;
            margin-bottom: 4px;
        }
}
/*====進階查詢 end====*/


/*====進階查詢列表====*/
body.home .content .ap .search_list .title {
    text-align: center;
    background-color: #761c11;
    padding: 10px;
    color: #FFF;
    font-weight: normal;
    border: none;
    margin: 0;
}

body.home .ap .search_list ul li {
    position: relative;
}

body.home .ap .search_list li {
    padding: 15px;
}

    body.home .ap .search_list li:nth-child(2n+2) {
        background-color: #f1f1f1;
    }

    body.home .ap .search_list li a {
        position: relative;
        display: block;
        text-decoration: none;
        /*float:left;*/
        padding: 5px 0;
        color: #000;
    }

        body.home .ap .search_list li a:hover {
            background-color: rgb(255, 242, 208) !important;
        }

body.home .ap .search_list .date,
body.home .ap .search_list .txt {
    /*position:absolute;*/
}

body.home .ap .search_list .txt {
    margin-top: 10px;
    line-height: 28px;
    padding-left: 160px;
}

    body.home .ap .search_list .txt a {
        padding: 5px 10px;
    }

    body.home .ap .search_list .txt .title {
        background-color: transparent;
        color: #000;
        font-size: 105%;
        padding: 0 10px;
        font-weight: bold;
        display: inline-block;
        text-align: left;
    }

    body.home .ap .search_list .txt a .title {
        padding: 0 !important;
    }

    body.home .ap .search_list .txt span {
        color: #f00;
    }

body.home .ap .search_list .date {
    position: relative;
    background-color: #8b6c2f;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    display: block;
    width: 100px;
    height: 50px;
    float: left;
    clear: both;
}

    body.home .ap .search_list .date .day,
    body.home .ap .search_list .date .month,
    body.home .ap .search_list .date .year {
        position: absolute;
        display: block;
    }

    body.home .ap .search_list .date .day {
        font-size: 200%;
        top: 5px;
    }

    body.home .ap .search_list .date .month {
        font-size: 85%;
        left: 55px;
        top: 8px;
    }

    body.home .ap .search_list .date .year {
        font-size: 85%;
        left: 55px;
        top: 25px;
    }

body.home .ap .search_list .playbox {
    left: 125px;
    z-index: 99;
    border: none;
    top: 20px;
    position: absolute;
}

    body.home .ap .search_list .playbox li {
        display: inline-block;
        padding: 0;
    }

        body.home .ap .search_list .playbox li:nth-child(2n+2) {
            background-color: transparent;
        }

        body.home .ap .search_list .playbox li a {
            text-indent: -9999px;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            padding: 8px 15px;
            border-radius: 3px;
            background-size: 25px;
            opacity: 0.6;
        }

        body.home .ap .search_list .playbox li.volume a {
            background-image: url(../images/svg/icon_volume_02.svg);
        }

        body.home .ap .search_list .playbox li.play a {
            background-image: url(../images/svg/icon_play.svg);
        }

        body.home .ap .search_list .playbox li.pause a {
            background-image: url(../images/svg/icon_pause.svg);
        }

        body.home .ap .search_list .playbox li.stop a {
            background-image: url(../images/svg/icon_stop.svg);
        }

        body.home .ap .search_list .playbox li a:hover {
            background-color: transparent !important;
            opacity: 1;
        }
/*====進階查詢列表 end====*/

/*====新聞列表摘要+播放====*/
body.home .content .ap .search_list01 .title {
    text-align: center;
    background-color: #761c11;
    padding: 10px;
    color: #FFF;
    font-weight: normal;
    border: none;
    margin: 0;
}

body.home .ap .search_list01 ul li {
    position: relative;
}

body.home .ap .search_list01 li {
    padding: 15px;
}

    body.home .ap .search_list01 li:nth-child(2n+2) {
        background-color: #f1f1f1;
    }

    body.home .ap .search_list01 li a {
        position: relative;
        display: block;
        text-decoration: none;
        padding: 5px 0;
        color: #000;
    }

        body.home .ap .search_list01 li a:hover {
            background-color: rgb(255, 242, 208) !important;
        }

body.home .ap .search_list01 .txt {
    margin-top: 10px;
    line-height: 28px;
    padding-left: 195px;
}

    body.home .ap .search_list01 .txt a {
        padding: 5px 10px;
    }

    body.home .ap .search_list01 .txt .title {
        background-color: transparent;
        color: #000;
        font-size: 105%;
        padding: 0 10px;
        font-weight: bold;
        display: inline-block;
        text-align: left;
    }

    body.home .ap .search_list01 .txt a .title {
        padding: 0 !important;
    }

    body.home .ap .search_list01 .txt span {
        color: #f00;
    }

body.home .ap .search_list01 .date {
    position: relative;
    background-color: #a9894a;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    display: block;
    width: 100px;
    height: 50px;
    float: left;
    clear: both;
}

    body.home .ap .search_list01 .date .day,
    body.home .ap .search_list01 .date .month,
    body.home .ap .search_list01 .date .year {
        position: absolute;
        display: block;
    }

    body.home .ap .search_list01 .date .day {
        font-size: 200%;
        top: 5px;
    }

    body.home .ap .search_list01 .date .month {
        font-size: 85%;
        left: 55px;
        top: 8px;
    }

    body.home .ap .search_list01 .date .year {
        font-size: 85%;
        left: 55px;
        top: 25px;
    }

body.home .ap .search_list01 .playbox {
    left: 120px;
    z-index: 99;
    border: none;
    top: 20px;
    position: absolute;
}

    body.home .ap .search_list01 .playbox li {
        display: inline-block;
        padding: 0;
    }

        body.home .ap .search_list01 .playbox li:nth-child(2n+2) {
            background-color: transparent;
        }

        body.home .ap .search_list01 .playbox li a {
            text-indent: -9999px;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            padding: 8px 15px;
            border-radius: 3px;
            background-size: 25px;
            opacity: 0.6;
        }

        body.home .ap .search_list01 .playbox li.volume a {
            background-image: url(../images/svg/icon_volume_02.svg);
        }

        body.home .ap .search_list01 .playbox li.play a {
            background-image: url(../images/svg/icon_play.svg);
        }

        body.home .ap .search_list01 .playbox li.pause a {
            background-image: url(../images/svg/icon_pause.svg);
        }

        body.home .ap .search_list01 .playbox li.stop a {
            background-image: url(../images/svg/icon_stop.svg);
        }

        body.home .ap .search_list01 .playbox li a:hover {
            background-color: transparent !important;
            opacity: 1;
        }

/*====20100105====*/
body.home .ap .search_adv.mt .datebox {
    margin-bottom: 5px;
}

body.home .ap .search_adv.mt .date_radio {
    margin-bottom: 5px;
}

    body.home .ap .search_adv.mt .date_radio ul {
        padding: 0;
        position: inherit;
        top: inherit;
    }

body.home .ap .search_adv .date_radio p {
    padding: 8px 0 5px 20px;
}
/*====會議記錄列表====*/
body .notebtn04 {
    display: inline-block;
}

    body .notebtn04 .btn-primary {
        background-image: url(../images/svg/icon_mtlink.svg) !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 30px;
        height: inherit;
        margin: 0;
        text-indent: -99999px;
        background-color: transparent !important;
        border: none;
        background-size: inherit;
        display: inline-block;
    }

body.home .ap .mtlist .rwd-table {
    min-width: 100%;
    position: relative;
}

    body.home .ap .mtlist .rwd-table img {
        width: 40px;
    }

        body.home .ap .mtlist .rwd-table img:hover {
            opacity: 0.7;
        }

    body.home .ap .mtlist .rwd-table th,
    body.home .ap .mtlist .rwd-table td:before {
        color: #ffffff;
        font-weight: bold;
        font-size: 110%;
        background-color: #761c11;
    }

    body.home .ap .mtlist .rwd-table tr {
        background: #ebebeb;
    }

        body.home .ap .mtlist .rwd-table tr:nth-of-type(2n+1) {
            background: #fff;
        }

    body.home .ap .mtlist .rwd-table td:nth-child(3) {
        text-align: center;
    }

    body.home .ap .mtlist .rwd-table td a {
        color: #000000;
        font-weight: bold;
        display: inline-block;
    }

    body.home .ap .mtlist .rwd-table .date {
        position: relative;
        background-color: #8b6c2f;
        padding: 10px;
        border-radius: 5px;
        color: #FFF;
        display: block;
        width: 100px;
        height: 50px;
    }

        body.home .ap .mtlist .rwd-table .date .day,
        body.home .ap .mtlist .rwd-table .date .month,
        body.home .ap .mtlist .rwd-table .date .year {
            position: absolute;
            display: block;
        }

        body.home .ap .mtlist .rwd-table .date .day {
            font-size: 200%;
            top: 5px;
        }

        body.home .ap .mtlist .rwd-table .date .month {
            font-size: 85%;
            left: 55px;
            top: 8px;
        }

        body.home .ap .mtlist .rwd-table .date .year {
            font-size: 85%;
            left: 55px;
            top: 25px;
        }

    body.home .ap .mtlist .rwd-table .all {
        font-weight: bold;
        display: inline-block;
    }

    body.home .ap .mtlist .rwd-table caption {
        text-align: center;
        background-color: #761c11;
        padding: 15px 5px;
        color: #fff;
        font-size: 120%;
        font-weight: bold;
    }

    body.home .ap .mtlist .rwd-table .news_title span {
        color: #f00;
    }


@media screen and (max-width: 767px) {
    body.home .ap .mtlist .rwd-table {
        overflow: hidden;
    }

        body.home .ap .mtlist .rwd-table th {
            display: none;
        }

        body.home .ap .mtlist .rwd-table td:before {
            content: attr(data-th) " : ";
            font-weight: bold;
            margin-right: 5px;
            display: inline-block;
            color: #761c11;
        }

        body.home .ap .mtlist .rwd-table td:before {
            background-color: transparent;
        }

        body.home .ap .mtlist .rwd-table td.inline-block:before {
            display: inline-block;
        }

        body.home .ap .mtlist .rwd-table td {
            text-align: left !important;
            border-bottom: 1px #dadada solid;
            border-left: none;
            border-right: none;
            padding: 10px;
            display: block;
        }

        body.home .ap .mtlist .rwd-table .date {
            display: none;
        }
}

@media screen and (min-width: 767px) {
    body.home .ap .mtlist .rwd-table th {
        text-align: center;
    }

    body.home .ap .mtlist .rwd-table td:before {
        display: none;
    }

    body.home .ap .mtlist .rwd-table th,
    body.home .ap .mtlist .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
        border: none;
        position: relative;
    }

        body.home .ap .mtlist .rwd-table th:first-child,
        body.home .ap .mtlist .rwd-table td:first-child {
            padding-left: 0;
            width: 10%;
        }

        body.home .ap .mtlist .rwd-table th:last-child,
        body.home .ap .mtlist .rwd-table td:last-child {
            padding-right: 0;
        }

    body.home .ap .mtlist .rwd-table th,
    .home .rwd-table td {
        padding: 1em !important;
    }

        body.home .ap .mtlist .rwd-table th:nth-child(1)::before {
            display: none;
        }

    body.home .ap .mtlist .rwd-table th {
        position: relative;
        white-space: nowrap;
    }

        body.home .ap .mtlist .rwd-table th:nth-child(2),
        body.home .ap .mtlist .rwd-table th:nth-child(4) {
            text-align: left;
        }

    body.home .ap .mtlist .rwd-table caption,
    body.home .ap .mtlist .rwd-table .all {
        display: none;
    }
}
/*====會議記錄列表 end====*/

/*------最新消息列表------*/
body.home .content .ap .news_list .title {
    text-align: center;
    background-color: #761c11;
    padding: 10px;
    color: #FFF;
    font-weight: normal;
    border: none;
    margin: 0;
}

body.home .ap .news_list ul li {
    position: relative;
    /*border-bottom: 2px rgba(0, 0, 0, 0.1) solid;*/
}

body.home .ap .news_list li:nth-child(2n+2) {
    background-color: #f1f1f1;
}

body.home .ap .news_list li a {
    position: relative;
    display: block;
    text-decoration: none;
    /*float:left;*/
    padding: 15px 10px 27px 10px;
    color: #000;
}

    body.home .ap .news_list li a:hover {
        background-color: rgb(255, 242, 208) !important;
    }

body.home .ap .news_list .date,
body.home .ap .news_list .txt {
    /*position:absolute;*/
}

body.home .ap .news_list .txt {
    /* font-size: 105%; */
    margin-top: 10px;
    line-height: 28px;
    padding-left: 158px;
}

body.home .ap .news_list .date {
    position: relative;
    background-color: #8b6c2f;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    display: block;
    width: 100px;
    height: 50px;
    float: left;
    clear: both;
}

    body.home .ap .news_list .date .day,
    body.home .ap .news_list .date .month,
    body.home .ap .news_list .date .year {
        position: absolute;
        display: block;
    }

    body.home .ap .news_list .date .day {
        font-size: 200%;
        top: 5px;
    }

    body.home .ap .news_list .date .month {
        font-size: 85%;
        left: 55px;
        top: 8px;
    }

    body.home .ap .news_list .date .year {
        font-size: 85%;
        left: 55px;
        top: 25px;
    }
/*body.home .ap .news_list .play a {
    font-size: 200%;
    display:block;
    margin:0 15px;
    padding:0;
    color: #607f9e;
    text-align:center;
    line-height: 45px;
    left:110px;
    z-index:99;
    border:none;
    top: 17px;
    position:absolute;
}
body.home .ap .news_list .play a:hover {
    background-color:transparent !important;
    padding:0;
    color:#483d29;
    font-size:240%;
}*/
body.home .ap .news_list .playbox {
    left: 120px;
    z-index: 99;
    border: none;
    top: 20px;
    position: absolute;
}

    body.home .ap .news_list .playbox li {
        display: inline-block;
    }

        body.home .ap .news_list .playbox li:nth-child(2n+2) {
            background-color: transparent;
        }

        body.home .ap .news_list .playbox li a {
            text-indent: -9999px;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            padding: 8px 15px;
            border-radius: 3px;
            background-size: 25px;
            opacity: 0.6;
        }

        body.home .ap .news_list .playbox li.volume a {
            background-image: url(../images/svg/icon_volume_02.svg);
        }

        body.home .ap .news_list .playbox li.play a {
            background-image: url(../images/svg/icon_play.svg);
        }

        body.home .ap .news_list .playbox li.pause a {
            background-image: url(../images/svg/icon_pause.svg);
        }

        body.home .ap .news_list .playbox li.stop a {
            background-image: url(../images/svg/icon_stop.svg);
        }

        body.home .ap .news_list .playbox li a:hover {
            background-color: transparent !important;
            opacity: 1;
        }
/*--------新聞內容--------*/
body.home .content .ap .subject {
    background-color: #457b92;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 110%;
    line-height: 30px;
}

body.home .content .ap .info div {
    display: block;
}

body.home .content .ap .info {
    padding: 0 15px 0 0;
    margin: 10px 0;
}

    body.home .content .ap .info .unit {
        color: #ffffff !important;
        font-weight: normal;
        background-color: #a7a186;
        border-radius: 4px;
        float: left;
        margin: 0px 10px 0 0;
        padding: 5px 10px;
    }

    body.home .content .ap .info .date i {
        margin-right: 5px;
        color: #000;
        font-weight: normal;
    }

    body.home .content .ap .info .date {
        float: left;
        font-size: 100%;
        font-weight: 600;
        /*line-height: 58px; */
        color: #b24f00;
        margin-top: 5px;
        background-image: url(../images/svg/icon_date02.svg);
        background-repeat: no-repeat;
        background-position: 0px 3px;
        background-size: 15px;
        padding: 0 0 0 20px;
    }

    body.home .content .ap .info .playbox {
        float: right;
        /*margin-top:15px;*/
    }

        body.home .content .ap .info .playbox li {
            display: inline-block;
        }

            body.home .content .ap .info .playbox li a {
                text-indent: -9999px;
                display: block;
                background-repeat: no-repeat;
                background-position: center;
                padding: 8px 10px;
                border: 1px #ccc solid;
                border-radius: 3px;
                background-size: 25px;
            }

                body.home .content .ap .info .playbox li a:hover {
                    background-color: #fff495;
                }

            body.home .content .ap .info .playbox li.volume a {
                background-image: url(../images/svg/icon_volume_02.svg);
            }

            body.home .content .ap .info .playbox li.play a {
                background-image: url(../images/svg/icon_play.svg);
            }

            body.home .content .ap .info .playbox li.pause a {
                background-image: url(../images/svg/icon_pause.svg);
            }

            body.home .content .ap .info .playbox li.stop a {
                background-image: url(../images/svg/icon_stop.svg);
            }
/*---------單位簡介---------*/
body.home .ap .about .side {
    border-top: 1px rgba(0, 0, 0, 0.28) dashed;
    padding: 10px;
}

body.home .ap .about .edit span.t01 {
    text-indent: 2em;
    padding: 10px 0;
    display: block;
}

body.home .ap .about .side:nth-child(1) {
    border: none;
}

body.home .ap .about .side .edit {
    padding: 10px 0;
    word-break: break-all;
    line-height: 180%;
}

body.home .ap .about .side .sedit {
    word-break: break-all;
    line-height: 26px;
    display: inline-block;
}

body.home .ap .about .item {
    padding: 10px;
    line-height: 160%;
    margin-bottom: 30px;
    height: inherit;
}

    body.home .ap .about .item .stitle {
        float: left;
        color: #093f71;
        width: 130px;
        text-align: justify;
        text-justify: inter-word; /*inter-ideograph;*/
        -ms-text-justify: inter-ideograph; /*IE9*/
        -moz-text-align-last: justify; /*Firefox*/
        -webkit-text-align-last: justify; /*Chrome*/
        letter-spacing: 0;
        position: relative;
        padding: 0 0 0px 22px;
        line-height: 100%;
        margin: 0;
        font-weight: 600;
        display: block;
        height: 32px;
    }

    body.home .ap .about .item p {
        line-height: 100%;
    }

    body.home .ap .about .item .stitle:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    body.home .ap .about .item li:nth-child(1) {
        /*border-top: none;*/
    }

    body.home .ap .about .item li {
        padding: 15px 0 5px 0;
        clear: both;
        border-top: 1px #d2d2d2 dashed;
    }

        body.home .ap .about .item li p::before {
            content: "：";
            color: #093f71;
        }

    body.home .ap .about .item .stitle::before {
        /*content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
        /* top: 0; */
        position: absolute;
        left: 0;
        display: block;
        content: "";
        background-image: url(../images/svg/arrow03.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 4px 3px;
        width: 20px;
        height: 20px;
    }

body.home .content .ap .news .detail {
    position: relative;
    clear: both;
    padding: 0 0 0 16px;
    top: -10px;
}

    body.home .content .ap .news .detail p {
        padding-left: 0px;
    }
/*---------單位簡介END---------*/
/**/
body.home .content .ap .news .title.a {
    background-color: #68999e;
    padding: 5px 10px 5px 40px;
    color: #FFF;
    font-size: 130%;
    border: none;
    background-image: url(../images/svg/icon_picture.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 8px 8px;
}

body.home .content .ap .news .title.b {
    background-color: #3c815d;
    padding: 5px 10px 5px 40px;
    color: #FFF;
    border: none;
    margin: 0;
    font-size: 130%;
    background-image: url(../images/svg/icon_zip.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 8px 7px;
}

body.home .content .ap .news .title.c {
    background-color: #cbba65;
    padding: 5px 10px 5px 40px;
    color: #FFF;
    border: none;
    margin: 0;
    font-size: 130%;
    background-image: url(../images/svg/icon_link.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 10px;
}

body.home .content .ap .news .title.d {
    background-color: #af5b51;
    padding: 5px 10px 5px 40px;
    color: #FFF;
    border: none;
    margin: 0;
    font-size: 130%;
    background-image: url(../images/svg/icon_file.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 8px 7px;
}

body.home .content .ap .news .title.e {
    background-color: #ce1600;
    padding: 5px 10px 5px 40px;
    color: #FFF;
    border: none;
    margin: 0;
    font-size: 130%;
    background-image: url(../images/svg/icon_youtube_w.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 8px 7px;
}

body.home .content .ap .news .filetype {
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    border: 3px solid green;
    background-color: #af5b51;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    border: none;
    margin: 0;
}

body.home .content .ap .news .title.a i,
body.home .content .ap .news .title.b i,
body.home .content .ap .news .title.c i,
body.home .content .ap .news .title.d i {
    font-weight: normal;
    margin-right: 10px;
}
/*-----------相簿--------------*/
body.home .ap .album_list {
    margin: 0 0 35px 0;
    display: none;
}

body.home .album_list img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

body.home .album_list .subject {
    background-color: transparent !important;
    color: #333 !important;
    font-size: 105% !important;
    line-height: 28px !important;
    margin-top: 10px;
}

body.home .album_list .pic {
    height: 170px;
    width: 100%;
    background-color: #ececec;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

body.home .album_list .date {
    color: #f69100;
    text-align: left;
    margin: 5px 0 0 0;
}

body.home .album_list .subject,
body.home .news .album_list .subject {
    color: #000;
    text-align: left;
    /* font-size: 115% !important; */
    overflow: hidden;
    float: none !important;
    padding: 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 55px;
    white-space: normal;
}

body.home .album_list .txt {
    color: #333;
    text-align: left;
    font-size: 105%;
}

body.home .album_list .btn-primary {
    display: block;
    border-radius: 0;
    padding: 7px;
    border: 1px #cecece solid;
    background-color: #fff;
    -moz-box-shadow: 3px 3px rgba(20%,20%,40%,0.2);
    -webkit-box-shadow: 3px 3px rgba(20%,20%,40%,0.2);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

body.home .album_list li a:hover {
    background-color: #ececec;
    border: 1px #fff solid;
}

body.home .album_list li {
    padding: 10px;
}

body.home .ap .album_list .modal {
    position: fixed;
    z-index: 9999;
    overflow-x: auto;
    height: 100%;
    padding: 50px 0 0 0;
    transition: all 200ms ease-out;
}

    body.home .ap .album_list .modal img {
        max-width: inherit;
        width: 100%;
        min-width: 100%;
        max-height: inherit;
    }

body.home .ap .album_list .modal-content {
    border-radius: 0;
    border: 0;
    padding: 5px;
    transition: all 200ms ease-out;
}

body.home .ap .album_list .modal-body {
    padding: 0px;
    transition: all 200ms ease-out;
}

body.home .ap .album_list .carousel-caption {
    position: relative;
    right: inherit;
    left: inherit;
    padding: 15px;
    bottom: inherit;
    text-shadow: none;
}
/*-----------相簿END--------------*/
/*-------相關附件-------*/
body.home .content .ap .news .download,
body.home .content .ap .news .link {
    margin: 35px 0 0 0;
}

    body.home .content .ap .news .download ul li,
    body.home .content .ap .news .link ul li {
        border-top: 1px #cecece dashed;
        padding: 10px;
        position: relative;
        display: block;
        letter-spacing: 0;
    }

        body.home .content .ap .news .download ul li:before,
        body.home .content .ap .news .link ul li:before {
            content: "❯";
            margin-right: 5px;
        }

    body.home .content .ap .news .download .upload {
        position: relative;
    }

        body.home .content .ap .news .download .upload li {
            /* position:relative; */
        }

        body.home .content .ap .news .download .upload ul li:before {
            content: "";
            display: none;
        }

        body.home .content .ap .news .download .upload div,
        body.home .content .ap .news .download .upload p {
            display: inline-block;
        }

        body.home .content .ap .news .download .upload input[type="file"] {
            width: 210px;
        }

        body.home .content .ap .news .download .upload input[type="button"] {
            background-color: #32a9a6;
            border: none;
            padding: 3px 10px;
            color: #FFF;
            margin: 0 4px;
        }

            body.home .content .ap .news .download .upload input[type="button"]:hover {
                background-color: #000000;
            }

    body.home .content .ap .news .download .note_ex {
        padding: 10px;
        background-color: #efeded;
        word-break: break-all;
    }

        body.home .content .ap .news .download .note_ex a {
            color: #266ba7;
        }

    body.home .content .ap .news .link ul li {
        padding: 10px;
    }

    body.home .content .ap .news .download .icon li a:hover {
        opacity: 0.7;
    }

    body.home .content .ap .news .download .icon li,
    body.home .content .ap .news .download ul li:nth-child(1),
    body.home .content .ap .news .link ul li:nth-child(1) {
        border: none;
    }

    body.home .content .ap .news .download .icon li {
        float: left;
        margin-left: 5px;
        padding: 0;
    }

    body.home .content .ap .news .download .icon {
        position: relative;
        bottom: -5px;
        display: inline-block;
    }

        body.home .content .ap .news .download .icon li::before {
            display: none;
        }
/*-------網站導覽-----*/
body.home .ap .sitemap.tree .list .level1 {
    padding: 0 10px 0 10px;
    margin: 14px 0 0 0;
}

body.home .ap .sitemap.tree .list {
    font-size: 115%;
    width: 100%;
    padding: 10px 10px;
}

    body.home .ap .sitemap.tree .list .level2 li ul {
        opacity: 0.9;
    }

    body.home .ap .sitemap.tree .list .level2 li a {
        color: #000;
        font-weight: 600;
    }

    body.home .ap .sitemap.tree .list .level2 li li a {
        font-weight: normal;
    }

    body.home .ap .sitemap.tree .list:nth-child(2n+2) {
        background-color: rgb(241, 241, 241);
    }

body.home .ap .sitemap .txt {
    border-bottom: 1px #cbba65 solid;
    padding: 0px 10px 20px 10px;
    margin: 0 0 10px 0;
    line-height: 28px;
}

    body.home .ap .sitemap .txt b {
        color: #c76c00;
    }

body.home .ap .tree {
    margin: 0;
    padding: 0;
    /* border-top: 1px #cbba65 solid; */
}
    /*-------樹狀圖-----*/
    body.home .ap .tree .list {
        margin-top: 10px;
        padding: 0 10px;
        display: inline-block;
        float: left;
    }

        body.home .ap .tree .list .level1 a {
            font-size: 110%;
            font-weight: 600;
        }

        body.home .ap .tree .list .level1::before {
            display: inline-block;
            margin-right: 5px;
            background-image: url(../images/svg/icon_sitemap.svg);
            background-repeat: no-repeat;
            background-position: 0px 1px;
            background-size: 23px;
            padding: 0 0 0 24px;
            content: "-";
            text-indent: -9999px;
        }

        body.home .ap .tree .list .level2 {
            border-left: 1px #c3c3c3 solid;
            padding: 5px 0 5px 20px;
            margin: 5px 0;
        }

            body.home .ap .tree .list .level2 li {
                padding: 4px 0 7px 10px;
            }

                body.home .ap .tree .list .level2 li ul {
                    padding: 5px 0 0 17px;
                }

                body.home .ap .tree .list .level2 li li {
                    padding: 5px 0;
                    font-size: 95%;
                    opacity: 0.9;
                }

                body.home .ap .tree .list .level2 li::before {
                    content: "◢";
                    display: inline-block;
                    margin-right: 5px;
                    font-size: 90%;
                }

                body.home .ap .tree .list .level2 li li::before {
                    content: "❯";
                    font-size: 90%;
                }

                body.home .ap .tree .list .level2 li li li::before {
                    content: "_";
                    font-size: 110%;
                }

        body.home .ap .tree .list .level1 .start {
            padding-top: 0;
        }

            body.home .ap .tree .list .level1 .start .white,
            body.home .ap .tree .list .level1 .end .white {
                position: absolute;
            }

            body.home .ap .tree .list .level1 .start .white {
                left: 17px;
                top: -14px;
            }

        body.home .ap .tree .list .level1 .end .white {
            left: 17px;
            bottom: -4px;
        }
/*------資料圖像區------*/
body.home .ap .chart {
    display: block;
    margin: 10px 0;
    clear: both;
    border-top: 1px #ccc solid;
    padding-top: 15px;
}

body.home .ap .chart_list .chart:nth-child(1),
body.home .ap .chart_list .chart:nth-child(2) {
    border-top: 1px #fff solid;
}

body.home .ap .chart .box {
    padding: 15px;
    /*line-height: 28px;*/
    line-height: 30px;
    margin: 0 0 0 0;
    text-align: left !important;
}

body.home .ap .chart img {
    width: 100%;
    /*max-width:570px;*/
}

body.home .ap .chart .box .title {
    font-size: 110%;
    padding: 10px 0;
    top: 0;
    background-color: transparent !important;
    text-align: left !important;
    border: none;
    margin: 0;
}

    body.home .ap .chart .box .title a {
        color: #896a2a !important;
        font-weight: 600;
    }

body.home .ap .chart_list .title {
    text-align: center;
    background-color: #761c11;
    padding: 10px;
    color: #FFF;
    font-weight: normal;
    border: none;
    margin: 0;
}
/*----統計資料----*/
body.home .ap .edit_txt {
    font-size: 100%;
    color: #000;
    line-height: 26px;
    padding: 10px;
}

body.home .ap .area_02 {
    /* margin: 0px 0 80px 0; */
    position: relative;
    padding: 20px 0 42px 0;
    text-align: center;
    /* background-color: #f3f3f3; */
}

    body.home .ap .area_02 .title {
        text-align: center;
        background-color: #761c11;
        padding: 10px;
        color: #FFF;
        font-weight: normal;
        border: none;
        margin: 0;
    }

    body.home .ap .area_02 .listbox {
        font-family: "微軟正黑體" !important;
        text-align: left;
        top: 10px;
        position: relative;
    }

        body.home .ap .area_02 .listbox .title {
            font-size: 110%;
            padding: 0 30px 0 0;
            top: 0px;
            display: block;
            background-color: transparent;
            text-align: left;
            margin: 0;
            border: none;
        }

            body.home .ap .area_02 .listbox .title a {
                color: #FFF;
            }

        body.home .ap .area_02 .listbox ul li {
            display: block;
        }

        body.home .ap .area_02 .listbox li {
            padding: 5px;
        }

            body.home .ap .area_02 .listbox li a {
                font-size: 95%;
            }
        /*body.home .ap .area_02 .listbox li::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#9b824f;
    font-size:130%;
    margin-right:10px;
}*/
        body.home .ap .area_02 .listbox li {
            background-image: url(../images/svg/arrow02.svg);
            background-repeat: no-repeat;
            background-position: 0px 10px;
            background-size: 8px;
            padding: 5px 0 5px 20px;
        }

    body.home .ap .area_02 .ui-accordion .ui-accordion-icons {
        padding: 10px;
    }

    body.home .ap .area_02 .ui-state-active:first-child {
        /*border-top:1px #ffffff solid;*/
    }

    body.home .ap .area_02 .ui-corner-all,
    body.home .ap .area_02 .ui-corner-top,
    body.home .ap .area_02 .ui-corner-right,
    body.home .ap .area_02 .ui-corner-tr {
        border-radius: 0;
    }

    body.home .ap .area_02 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        /* display:inline-block; */
        right: 10px;
        position: absolute;
    }

    body.home .ap .area_02 .ui-accordion .ui-accordion-content {
        padding: 15px;
        border: none;
        background: none;
        background-color: #f5f5f5;
    }

    body.home .ap .area_02 .ui-state-default,
    body.home .ap .area_02 .ui-widget-content .ui-state-default,
    body.home .ap .area_02 .ui-widget-header .ui-state-default {
        background: none;
    }

    body.home .ap .area_02 .ui-state-active {
        border: 1px solid #cccccc;
        background-color: #9b824f !important;
    }

        body.home .ap .area_02 .ui-state-active .ui-icon {
            background-image: none;
        }

bbody.home .ap .area_02 .close {
    text-indent: -9999px;
}

body.home .ap .area_02 .ui-accordion .ui-accordion-header {
    background-color: #777;
    margin-top: 4px;
}

    body.home .ap .area_02 .ui-accordion .ui-accordion-header::before {
        content: "▴";
        /*font: normal normal normal 14px/1 FontAwesome;*/
        /*font-size: inherit;*/
        /*text-rendering: auto;*/
        /*-webkit-font-smoothing: antialiased;*/
        /*-moz-osx-font-smoothing: grayscale;*/
        color: #ffffff;
        /* font-size:130%; */
        margin-right: 8px;
        right: 10px;
        position: absolute;
    }

    body.home .ap .area_02 .ui-accordion .ui-accordion-header.ui-corner-all::before {
        content: "▾";
        /*font: normal normal normal 14px/1 FontAwesome;*/
        /*font-size: inherit;*/
        /*text-rendering: auto;*/
        /*-webkit-font-smoothing: antialiased;*/
        /*-moz-osx-font-smoothing: grayscale;*/
        color: #ffffff;
        /* font-size:130%; */
        margin-right: 8px;
        right: 10px;
        position: absolute;
    }

body.home .ap .area_02 .ui-state-active a,
body.home .ap .area_02 .ui-state-active a:link,
body.home .ap .area_02 .ui-state-active a:visited {
    color: #FFF;
}

body.home .ap .area_01 .more a,
body.home .ap .area_02 .more a {
    background-color: #67bfbd;
    color: #fff;
    padding: 10px 20px;
    /* font-size: 90%; */
    text-decoration: none;
}

body.home .ap .area_01 .more,
body.home .ap .area_02 .more {
    margin: 20px 0 60px 0;
    top: 30px;
    position: relative;
}

    body.home .ap .area_01 .more a:hover,
    body.home .ap .area_02 .more a:hover {
        background-color: #000;
    }
/*** 表格 start ***/
body .tab_area {
    padding: 10px 15px 0 15px;
}

    body .tab_area span {
        display: block;
        text-align: center;
    }

        body .tab_area span.icon {
            background-image: url(../images/svg/icon_flowchart.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 34px;
            text-indent: -9999px;
            padding: 10px 0;
        }

    body .tab_area ul li {
        display: block;
        text-align: center;
    }

    body .tab_area li p {
        background-color: #e2e2e2;
        margin-bottom: 5px;
        word-break: keep-all;
    }

    body .tab_area li {
        display: block;
        padding: 5px;
    }

        body .tab_area li.download a {
            background-image: url(../images/svg/icon_download.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 25px;
            text-indent: -9999px;
            padding: 2px 10px;
            display: inline-block;
        }

        body .tab_area li.counter a {
            background-image: url(../images/svg/icon_counter.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 25px;
            text-indent: -9999px;
            padding: 4px 18px;
            display: inline-block;
        }

        body .tab_area li.download a:hover {
            background-image: url(../images/svg/icon_download_a.svg);
        }

        body .tab_area li.counter a:hover {
            background-image: url(../images/svg/icon_counter_a.svg);
        }

        body .tab_area li i {
            font-size: 110%;
        }

body .table0 th {
    white-space: nowrap;
    background-color: #1b618a;
    border-right: #ddd 1px solid;
    text-align: center;
    color: #fff;
}

    body .table0 th:nth-of-type(2n) {
        background-color: #007bc1;
    }

body .rwd-table td.item {
    background-color: #f3d75a;
    border: none;
    margin: 0;
    padding: 10px;
    text-align: left !important;
}

body .rwd-table td.sitem {
    background-color: #969696;
    border: none;
    margin: 0;
    color: #fff;
}

    body .rwd-table td.item:before,
    body .rwd-table td.sitem:before {
        display: none
    }

body .table0 td a {
    color: #13538a;
}

.rwd-table {
    /* background: rgba(255, 255, 255, 0.3); */
}

    .rwd-table td.tempic:before {
        display: none;
    }

    .rwd-table tr:nth-of-type(2n) {
        /* background: rgba(220, 219, 217, 0.26); */
    }

    .rwd-table tr {
        /* background-color: #fff; */
    }

    .rwd-table td:nth-of-type(1) {
        /* white-space: nowrap; */
        border-left: 1px #e4e4e4 solid;
    }

    .rwd-table th,
    .rwd-table td {
        margin: 0.5em 1em;
    }

.rwd-table {
    min-width: 100%;
    background: rgb(255, 255, 255);
    margin: 0 0 35px 0;
}

    .rwd-table caption {
        text-align: center;
        background-color: #75652b;
        padding: 15px 5px;
        color: #fff;
        font-size: 120%;
        border-top: 1px #e4e4e4 solid;
        border-right: 1px #e4e4e4 solid;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
        border-right: 1px #e4e4e4 solid;
        border-bottom: 1px #e4e4e4 solid;
    }

        .rwd-table td:before {
            content: attr(data-th) " : ";
            font-weight: bold;
            margin-right: 5px;
            color: #2b69aa;
            display: inline-block;
        }

        .rwd-table th,
        .rwd-table td:before {
            font-weight: bold;
        }

    .rwd-table tr:nth-of-type(2n),
    .table0 tr:nth-of-type(2n) {
        background: rgb(255, 251, 244);
    }

@media (min-width: 700px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
        /* border-left: 0; */
    }

    body .table0 td:nth-of-type(5) {
        /* border-right: none; */
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
        text-align: center;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 7px 5px !important;
    }

    .rwd-table th {
        padding: 10px !important;
    }

    body .tab_area01 .rwd-table td:first-child {
        padding-left: 0;
        text-align: left;
    }

    body .tab_area02 .rwd-table td a {
        color: #000;
    }
}

@media (max-width: 700px) {
    body .table0 td {
        border: #ddd 1px solid;
        /* border-top: 1px #e4e4e4 solid; */
        padding: 5px;
        margin: 5px;
    }

    body .tab_area02 .rwd-table td a {
        color: #000;
    }
}
/*-------會員登入-------*/
body.home .ap .loginbox {
    font-size: 100%;
    font-weight: normal;
    text-align: center;
}

    body.home .ap .loginbox .title {
        color: #258cac;
        font-size: 150%;
        margin: 0px 0 20px 0;
        border: none;
        font-weight: 600;
        display: inline-block;
        background-image: url(../images/svg/icon_sign_h.svg);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        background-size: 25px;
        padding: 0px 0 0px 30px;
    }

        body.home .ap .loginbox .title i {
            margin-right: 5px;
        }

    body.home .ap .loginbox .login label {
        display: inline;
    }

    body.home .ap .loginbox .login div {
        position: relative;
        margin: 10px 0;
    }

    body.home .ap .loginbox .login span {
        position: absolute;
        top: 0;
    }

    body.home .ap .loginbox .login .keyword {
        padding: 0 80px 0 0px;
    }

        body.home .ap .loginbox .login .keyword span {
            right: 0;
        }

    body.home .ap .loginbox .login input {
        border: none;
        border-radius: 3px;
        padding: 10px;
        font-size: 100%;
        color: #756e41;
        background-color: #e9e2b6;
        width: 100%;
    }

    body.home .ap .loginbox .login .keyword span a {
        text-decoration: none;
        font-size: 100%;
        color: #333;
        display: block;
    }

        body.home .ap .loginbox .login .keyword span a:hover {
            background-color: transparent;
            color: #FFC107;
            padding: 0;
            text-decoration: underline;
        }

    body.home .ap .loginbox .login .keycode {
        padding: 0 170px 0 0;
    }

        body.home .ap .loginbox .login .keycode input[type=button] {
            color: #ffffff;
            position: absolute;
            float: right;
            width: 40px;
            height: 40px;
            padding: 0;
            top: 0;
            right: 0;
            /*background-image: none;*/
            /*background-color: transparent;*/
            border: none;
            font-size: 100%;
            text-decoration: none;
            background-color: #56bcb1;
            border-radius: 3px;
            /*display: inline-block;*/
            background-image: url(../images/all/sync-alt.svg);
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: center;
        }

        body.home .ap .loginbox .login .keycode button:hover {
            background-color: #000;
        }

        body.home .ap .loginbox .login .keycode .icon-redo {
            position: absolute;
            right: 0px;
            top: 0;
            /*bottom: 3px;*/
            border-width: 0;
            background-color: #56bcb1;
            width: 40px;
            height: 40px;
            border-radius: 3px;
            text-indent: -9999px;
            background-image: url(../images/svg/icon_redo.svg);
            background-repeat: no-repeat;
            background-position: 7px 7px;
            background-size: 24px;
        }

            body.home .ap .loginbox .login .keycode .icon-redo:before {
                /*content: "\f01e";*/
            }

        body.home .ap .loginbox .login .keycode input[type=button]:hover {
            background-color: #ff8a00;
        }

        body.home .ap .loginbox .login .keycode span.vimg {
            position: absolute;
            /* left: 152px; */
            right: 50px;
        }

    body.home .ap .loginbox .login input[type=submit] {
        background-color: #28c194;
        width: 100%;
        border: none;
        padding: 15px;
        border-radius: 5px;
        color: #fff;
        margin-top: 5px;
    }

        body.home .ap .loginbox .login input[type=submit]:hover {
            background-color: #761c11;
        }

    body.home .ap .loginbox .login .but ul {
        position: relative;
    }

    body.home .ap .loginbox .login .but li {
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        padding: 0 5px;
    }

        body.home .ap .loginbox .login .but li a {
            font-size: 100%;
            display: block;
            border-radius: 5px;
            color: #FFF;
            padding: 15px 20px 40px 20px;
        }

            body.home .ap .loginbox .login .but li a:hover {
                background-color: #000 !important;
                text-decoration: none;
            }

        body.home .ap .loginbox .login .but li span {
            position: relative;
            top: 30px;
        }

        body.home .ap .loginbox .login .but li div {
            border-radius: 5px;
        }

            body.home .ap .loginbox .login .but li div a {
                border-radius: 5px;
                padding: 15px 20px 15px 20px;
            }

        body.home .ap .loginbox .login .but li.fb a {
            background-color: #3b5998;
            background-image: url(../images/svg/icon_facebook_f.svg);
            background-repeat: no-repeat;
            background-position: center 10px;
            background-size: 16px;
        }

        body.home .ap .loginbox .login .but li.google a {
            background-color: #db402c;
            background-image: url(../images/svg/icon_google_plus.svg);
            background-repeat: no-repeat;
            background-position: center 12px;
            background-size: 28px;
        }

        body.home .ap .loginbox .login .but li i {
            font-size: 180%;
            margin-bottom: 5px;
        }

    body.home .ap .loginbox .login .rule {
        display: block;
        font-size: 100%;
        text-align: left;
        color: #000000;
        padding: 15px;
        line-height: 26px;
    }

        body.home .ap .loginbox .login .rule ul {
            padding-left: 10px;
        }

        body.home .ap .loginbox .login .rule li {
            list-style-type: decimal;
            margin-left: 20px;
        }

            body.home .ap .loginbox .login .rule li li {
                list-style-type: upper-latin;
                margin-left: 20px;
            }

        body.home .ap .loginbox .login .rule ul ul {
            padding-left: 10px;
        }

        body.home .ap .loginbox .login .rule p {
            font-weight: bold;
            padding: 15px 0 5px 0;
            color: #761c11;
            font-size: 120%;
        }

            body.home .ap .loginbox .login .rule p.im {
                font-weight: bold;
                padding: 15px 0 5px 0;
                color: #268cac;
                font-size: 140%;
            }

    body.home .ap .loginbox .login input[type=checkbox] {
        width: auto !important;
        display: inline-block;
        margin-right: 5px;
    }

    body.home .ap .loginbox .login .agree {
        padding: 10px;
        border-top: 1px #ccc solid;
    }
/*------會員中心資訊------*/
body.home .ap .member_box {
    position: relative;
    top: 30px;
}

    body.home .ap .member_box .info {
        color: #000000;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px rgba(150, 150, 150, 0.5) dashed;
    }

        body.home .ap .member_box .info span {
            display: inline-block;
        }

            body.home .ap .member_box .info span a {
                position: absolute;
                right: 0;
                top: 0;
            }

                body.home .ap .member_box .info span a:hover {
                    background-color: transparent;
                    color: #cbba65;
                    text-decoration: none;
                }

    body.home .ap .member_box .ui-widget-content {
        background-color: transparent;
        border: none;
    }

    body.home .ap .member_box .ui-widget-header {
        background-color: transparent;
        border: none;
        background-image: none;
        padding: 0;
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav {
        /* margin-left:-4px; */
        margin: 0;
    }

    body.home .ap .member_box .ui-state-default,
    body.home .ap .member_box .ui-widget-content .ui-state-default,
    body.home .ap .member_box .ui-widget-header .ui-state-default {
        background-image: none;
        background-color: transparent;
        border: none;
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav li i {
        font-size: 150%;
        margin-bottom: 5px;
        font-weight: normal;
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav li span {
        display: block;
        padding: 30px 0 0 0;
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav li {
        width: 33.333%;
        margin: 0;
        padding: 0 5px;
    }

        body.home .ap .member_box .ui-tabs .ui-tabs-nav li a {
            font-size: 100%;
            color: #FFF;
            /*padding:5px;
    width:33.333%;*/
            border-radius: 5px;
            background-color: #9b8351;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

            body.home .ap .member_box .ui-tabs .ui-tabs-nav li a:hover {
                background-color: #761c11;
                /* border-radius: 5px; */
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }

        body.home .ap .member_box .ui-tabs .ui-tabs-nav li.tb01 a {
            background-image: url(../images/svg/icon_file_text.svg);
            background-repeat: no-repeat;
            background-position: center 11px;
            background-size: 20px;
        }

        body.home .ap .member_box .ui-tabs .ui-tabs-nav li.tb02 a {
            background-image: url(../images/svg/icon_bell.svg);
            background-repeat: no-repeat;
            background-position: center 11px;
            background-size: 21px;
        }

        body.home .ap .member_box .ui-tabs .ui-tabs-nav li.tb03 a {
            background-image: url(../images/svg/icon_newspaper.svg);
            background-repeat: no-repeat;
            background-position: center 12px;
            background-size: 30px;
        }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        float: none;
        display: block;
        font-size: 100%;
        padding: 10px;
        text-align: center;
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
        background-color: #761c11;
        cursor: pointer;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        /* padding: 0px; */
        /* margin:0; */
    }

    body.home .ap .member_box .ui-widget-content {
        margin-top: 0;
        background: none;
        font-size: 100%;
        font-family: "微軟正黑體" !important;
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-panel {
        padding: 0;
        margin: 0 0 0 0;
        border-top: 3px #761c11 solid;
        top: -1px;
        position: relative;
    }

        body.home .ap .member_box .ui-tabs .ui-tabs-panel ul {
        }

    body.home .ap .member_box .ui-corner-all li {
        display: block;
        color: #FFF;
        border-bottom: 1px #ccc solid;
    }

        body.home .ap .member_box .ui-corner-all li a {
            font-size: 105%;
            padding: 15px 10px 30px 10px;
        }

            body.home .ap .member_box .ui-corner-all li a:hover {
                background-color: transparent;
                /*color:#483d29;*/
                text-decoration: none;
            }

    body.home .ap .member_box .ui-corner-all .playbox {
        left: 120px;
        z-index: 99;
        border: none;
        top: 20px;
        position: absolute;
    }

        body.home .ap .member_box .ui-corner-all .playbox li {
            display: inline-block;
            border: none;
        }

            body.home .ap .member_box .ui-corner-all .playbox li:nth-child(2n+2) {
                background-color: transparent;
            }

            body.home .ap .member_box .ui-corner-all .playbox li a {
                text-indent: -9999px;
                display: block;
                background-repeat: no-repeat;
                background-position: center;
                padding: 8px 10px;
                border-radius: 3px;
                background-size: 25px;
                opacity: 0.6;
            }

            body.home .ap .member_box .ui-corner-all .playbox li.volume a {
                background-image: url(../images/svg/icon_volume_02.svg);
            }

            body.home .ap .member_box .ui-corner-all .playbox li.play a {
                background-image: url(../images/svg/icon_play.svg);
            }

            body.home .ap .member_box .ui-corner-all .playbox li.pause a {
                background-image: url(../images/svg/icon_pause.svg);
            }

            body.home .ap .member_box .ui-corner-all .playbox li.stop a {
                background-image: url(../images/svg/icon_stop.svg);
            }

            body.home .ap .member_box .ui-corner-all .playbox li a:hover {
                background-color: transparent !important;
                opacity: 1;
            }

    body.home .ap .member_box .ui-corner-all li .txt {
        padding-left: 150px;
    }

    body.home .ap .member_box .ui-corner-all .more {
        text-align: center;
        margin: 30px 0;
    }

        body.home .ap .member_box .ui-corner-all .more a {
            font-size: 100%;
            margin: 10px;
            text-align: center;
            padding: 12px 20px;
            background-color: #000;
            color: #FFF;
            font-weight: normal !important;
        }

            body.home .ap .member_box .ui-corner-all .more a:hover {
                text-decoration: none;
                background-color: #ff8a00;
            }

    body.home .ap .member_box .ui-corner-all .count {
        /*padding:15px;*/
        margin-bottom: 30px;
    }

        body.home .ap .member_box .ui-corner-all .count li {
            padding: 0;
            display: block;
            background-color: #ffffff;
            border-bottom: 1px #ccc solid;
        }

            body.home .ap .member_box .ui-corner-all .count li:nth-child(2n+2) {
                background-color: #f1f1f1;
            }

            body.home .ap .member_box .ui-corner-all .count li a {
                padding: 10px 10px 10px 15px;
                line-height: 30px;
                display: block;
            }

                body.home .ap .member_box .ui-corner-all .count li a:hover {
                    background-color: rgb(255, 242, 208) !important;
                    text-decoration: none;
                }

            body.home .ap .member_box .ui-corner-all .count li .nu {
                display: block;
                float: right;
                background-color: #ff8a00;
                border-radius: 3px;
                width: 30px;
                height: 30px;
                color: #fbf8f0;
                text-align: center;
                line-height: 30px;
                font-size: 90%;
            }

            body.home .ap .member_box .ui-corner-all .count li span.cancel {
                display: inline-block;
                float: right;
                background-color: #ff8a00 !important;
                border-radius: 3px;
                width: 30px;
                height: 30px;
                color: #fbf8f0;
                text-align: center;
                line-height: 30px;
                font-size: 90%;
                background-image: url(../images/svg/icon_cancel_1.svg) !important;
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center;
                padding: 0 0 0 25px;
                text-indent: -9999px;
            }

                body.home .ap .member_box .ui-corner-all .count li span.cancel a {
                }

                    body.home .ap .member_box .ui-corner-all .count li span.cancel a:hover {
                        background-color: transparent !important;
                    }
/*20201111*/
body.home .ap .service .ui-tabs .ui-tabs-nav li {
    width: 33.333%;
    margin: 0;
    padding: 0 5px;
}

    body.home .ap .service .ui-tabs .ui-tabs-nav li a {
        font-size: 100%;
        color: #FFF;
        /*padding:5px;
    width:33.333%;*/
        border-radius: 5px;
        background-color: #9b8351;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        body.home .ap .service .ui-tabs .ui-tabs-nav li a:hover {
            background-color: #761c11;
            /* border-radius: 5px; */
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

body.home .ap .service .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    display: block;
    font-size: 100%;
    padding: 10px;
    text-align: center;
}

body.home .ap .service .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background-color: #761c11;
    cursor: pointer;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body.home .ap .service .ui-widget-content {
    margin-top: 0;
    background: none;
    font-size: 100%;
    font-family: "微軟正黑體" !important;
}

body.home .ap .service .ui-tabs .ui-tabs-panel {
    padding: 0;
    margin: 0 0 0 0;
    border-top: 3px #761c11 solid;
    top: -1px;
    position: relative;
}

body.home .ap .service .ui-widget-content {
    background-color: transparent;
    border: none;
}

body.home .ap .service .ui-widget-header {
    background-color: transparent;
    border: none;
    background-image: none;
    padding: 0;
}

body.home .ap .service .ui-tabs .ui-tabs-nav {
    margin: 0;
}

body.home .ap .service .ui-state-default,
body.home .ap .service .ui-widget-content .ui-state-default,
body.home .ap .service .ui-widget-header .ui-state-default {
    background-image: none;
    background-color: transparent;
    border: none;
}

body.home .ap .service {
    top: 0px;
}

    body.home .ap .service .ui-tabs .ui-tabs-nav li a {
        background-image: none;
    }

    body.home .ap .service .ui-tabs .ui-tabs-nav li .stt {
        display: block;
        padding: 0 0 5px 0;
        font-size: 115%;
    }

    body.home .ap .service .ui-tabs .ui-tabs-nav li a:focus {
        outline: none;
        border: 0;
    }

    body.home .ap .service .ui-corner-all .more {
        text-align: center;
        margin: 30px 0;
    }

        body.home .ap .service .ui-corner-all .more a {
            font-size: 100%;
            margin: 10px;
            text-align: center;
            padding: 12px 20px;
            background-color: #761c11;
            color: #FFF;
            font-weight: normal !important;
            border-radius: 5px;
        }

            body.home .ap .service .ui-corner-all .more a:hover {
                text-decoration: none;
                background-color: #000000;
            }

body.home .content .ap .info-a {
    margin-bottom: 20px;
    padding: 10px;
    letter-spacing: 0;
    line-height: 30px;
    color: #000;
    display: block;
}

    body.home .content .ap .info-a .subtt {
        font-size: 140%;
        font-weight: bold;
        display: block;
        float: left;
    }

    body.home .content .ap .info-a .unit {
        float: right;
        font-size: 100%;
        font-weight: normal;
        color: #555;
    }

@media (max-width: 480px) {
    body.home .ap .service .ui-tabs .ui-tabs-nav li {
        width: 100%;
        margin-bottom: 10px;
    }

    body.home .content .ap .info-a .unit {
        float: none;
    }
}


/*-------電子報訂閱-------*/
body.home .ap .member_box .ui-corner-all .e-paper {
    font-size: 100%;
    margin-bottom: 30px;
}

    body.home .ap .member_box .ui-corner-all .e-paper li {
        border-bottom: none;
        margin: 5px 0;
        padding: 0;
        /* text-align:center; */
        display: block;
    }

        body.home .ap .member_box .ui-corner-all .e-paper li:nth-child(1) {
            background-color: rgba(255, 255, 255, 0.2);
            padding: 5px;
        }

        body.home .ap .member_box .ui-corner-all .e-paper li a {
            background-color: #28c194;
            padding: 15px 0;
            margin: 0;
            border-radius: 5px;
            text-align: center;
            display: block;
            color: #FFF;
        }

            body.home .ap .member_box .ui-corner-all .e-paper li a:hover {
                text-decoration: none;
                background-color: #483d29;
            }

        body.home .ap .member_box .ui-corner-all .e-paper li .title {
            font-size: 115%;
            padding: 10px 0;
            border-bottom: 2px rgb(214, 214, 214) dotted;
            margin: 10px 0 5px 0;
            font-weight: normal;
        }

        body.home .ap .member_box .ui-corner-all .e-paper li .note {
            margin: 0 0 0px 0;
            text-align: left;
            font-size: 105%;
        }

    body.home .ap .member_box .ui-corner-all .e-paper input {
        border: none;
        border-radius: 3px;
        padding: 10px 10px;
        color: #756e41;
        background-color: #e9e2b6;
        font-family: "微軟正黑體" !important;
        width: 100%;
        /* margin:  0 4px; */
    }

    body.home .ap .member_box .ui-corner-all .e-paper li .but {
        margin: 5px 0 10px 0;
        text-align: center;
    }

        body.home .ap .member_box .ui-corner-all .e-paper li .but input[type=submit] {
            /* width: 49%; */
            margin: 4px 0;
            background-color: #ff8a00;
            color: #FFF;
        }

            body.home .ap .member_box .ui-corner-all .e-paper li .but input[type=submit]:hover {
                background-color: #000000;
            }
/*主要列表頁*/
body.home .ap .main .tree {
    padding: 4px 10px;
    position: relative;
}

    body.home .ap .main .tree .title {
        border-bottom: 1px #761c11 solid;
        padding: 5px 10px 5px 30px;
        background-color: #efefef;
        font-weight: normal;
        margin-bottom: 5px;
        background-image: url(../images/svg/arrow04.svg);
        background-position: 10px 13px;
        background-repeat: no-repeat;
        background-size: 13px;
    }

        body.home .ap .main .tree .title i {
            position: absolute;
            top: 6px;
            color: #000 !important;
        }
        /*body.home .ap .main .tree .title::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    top:10px;
    color:#000 !important;
    font-size:100% !important;
}*/
        body.home .ap .main .tree .title .tt a {
            font-size: 90% !important;
            color: #8a0f00;
            float: left;
        }

            body.home .ap .main .tree .title .tt a:hover {
                text-decoration: none;
                color: #000;
            }

        body.home .ap .main .tree .title .date {
            float: right;
            font-size: 65%;
            color: #555;
            margin-top: 3px;
        }

    body.home .ap .main .tree li {
        border-top: 1px #ccc dotted;
        padding: 8px 15px;
        position: relative;
    }

        body.home .ap .main .tree li:nth-child(1) {
            border-top: none;
        }

        body.home .ap .main .tree li a:hover {
            text-decoration: none;
            color: #32a9a6;
        }

        body.home .ap .main .tree li span {
            margin-right: 50px;
        }

        body.home .ap .main .tree li.more {
            text-align: right;
        }

            body.home .ap .main .tree li.more a {
                color: #761c11;
            }

                body.home .ap .main .tree li.more a:hover {
                    color: #000000;
                    text-decoration: underline;
                }

        body.home .ap .main .tree li .comment {
            position: absolute;
            right: 0px;
            top: 0;
            background-image: url(../images/svg/icon_comment.svg);
            background-position: 0px 10px;
            background-repeat: no-repeat;
            background-size: 35px;
            width: 45px;
            height: 45px;
            margin: 0;
        }

            body.home .ap .main .tree li .comment span {
                display: none;
            }

            body.home .ap .main .tree li .comment:hover span {
                /*opacity: 1;*/
                width: 500px;
                /*height:45px;*/
                background-color: rgba(255, 248, 214, 0.9);
                position: absolute;
                right: 38px;
                /*top: -38px;*/
                text-indent: 0;
                display: block;
                border: 2px #ccc solid;
                color: #555;
                padding: 10px;
                z-index: 99;
            }

                body.home .ap .main .tree li .comment:hover span:before {
                    content: "";
                    width: 0px;
                    height: 0px;
                    border-width: 6px;
                    border-style: solid;
                    border-color: transparent transparent transparent #ccc;
                    position: absolute;
                    top: 5px;
                    right: -14px;
                }
/*歷史沿革*/
body.home .ap .history {
    padding: 10px 0;
}

    body.home .ap .history ul {
        margin-bottom: 20px;
    }

    body.home .ap .history li {
        background-color: #FFF;
    }

        body.home .ap .history li span {
            padding: 0 5px 0 0;
            color: #967b40;
            font-weight: bold;
            font-size: 105%;
        }

            body.home .ap .history li span::after {
                content: "_";
            }

        body.home .ap .history li:nth-child(2n+2) {
            background-color: #eaeaea;
        }

        body.home .ap .history li a {
            padding: 10px;
            display: block;
            color: #000;
        }

            body.home .ap .history li a:hover {
                background-color: #fff7cd;
                text-decoration: none;
            }

    body.home .ap .history .date {
        background-color: #761c11;
        padding: 10px;
        text-align: center;
        color: #FFF;
        font-size: 110%;
    }

    body.home .ap .history .subtitle {
        color: #ffffff;
        padding: 10px;
        text-align: center;
        background-color: #ceb559;
    }

body.home .ap .edit {
    padding: 15px;
    line-height: 25px;
}
body.home .ap .edit p {
    margin-top: 8px;
    margin-bottom: 12px;
}
body.home .ap .edit01 {
    padding: 15px;
    line-height: 25px;
    background-color: #e8e8e8;
    font-size: 100%;
}
/*問卷調查*/
body.home .ap .vote {
    display: block;
}

    body.home .ap .vote .list:last-child {
        border-bottom: none;
    }

    body.home .ap .vote .list {
        border-bottom: 1px #ccc dotted;
        padding: 10px;
        margin-bottom: 10px;
    }

        body.home .ap .vote .list span {
            color: #bf1500;
        }

            body.home .ap .vote .list span::after {
                content: "_";
                padding-right: 5px;
            }

        body.home .ap .vote .list .title {
            font-size: 105%;
            border-bottom: none;
            padding: 0;
            font-weight: normal;
        }

        body.home .ap .vote .list li {
            padding: 4px 15px;
            font-size: 105%;
        }

        body.home .ap .vote .list input[type=radio] {
            margin-right: 10px;
        }

body.home .ap .infobox label {
    display: inline;
}

body.home .ap .infobox div {
    position: relative;
    margin: 10px 0;
}

body.home .ap .infobox span {
    position: absolute;
    top: 0;
}

body.home .ap .infobox p {
    position: absolute;
}

body.home .ap .infobox .keyword p,
body.home .ap .infobox .keycode p {
    padding: 10px 0 0 0;
    left: 0;
}

body.home .ap .infobox .keyword {
    padding: 0 0 0 90px;
}

    body.home .ap .infobox .keyword span {
        right: 0;
    }

body.home .ap .infobox input {
    border: none;
    border-radius: 3px;
    padding: 10px;
    font-size: 100%;
    color: #756e41;
    background-color: #e9e2b6;
    width: 100%;
}

body.home .ap .infobox .keycode {
    padding: 0 170px 0 90px;
}

    body.home .ap .infobox .keycode button:hover {
        background-color: #000;
    }

    body.home .ap .infobox .keycode .icon-play {
        position: absolute;
        right: 0px;
        top: 0;
        /*bottom: 3px;*/
        border-width: 0;
        background-color: #56bcb1;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        font-size: 160%;
        border-radius: 3px;
        text-indent: 0;
        color: #FFF;
        background-image: url(../images/svg/icon_volume_03.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
    }

    body.home .ap .infobox .keycode input[type=button]:hover {
        background-color: #ff8a00;
    }

    body.home .ap .infobox .keycode span.vimg {
        position: absolute;
        right: 50px;
    }

body.home .ap .infobox .but {
    text-align: center;
}

body.home .ap .infobox input[type=submit] {
    background-color: #761c11;
    width: inherit;
    border: none;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    margin: 5px auto;
}

    body.home .ap .infobox input[type=submit]:hover {
        background-color: #000000;
    }
/*意見徵詢*/
body.home .ap .discuss .step1 {
    margin-top: 20px;
    border-top: 1px #ccc dotted;
}

    body.home .ap .discuss .step1 .subtitle {
        font-size: 110%;
        font-weight: bold;
        padding: 10px 0;
    }

    body.home .ap .discuss .step1 li {
        padding: 10px;
    }

        body.home .ap .discuss .step1 li::before {
            content: "❯";
            padding-right: 10px;
        }

body.home .ap .discuss .step2 {
    padding: 20px;
    background-color: #fff5d4;
    margin-top: 15px;
}

    body.home .ap .discuss .step2 .subtitle {
        font-size: 120%;
        font-weight: bold;
    }

    body.home .ap .discuss .step2 .txt {
        font-size: 100%;
        padding: 5px 0;
    }

    body.home .ap .discuss .step2 .note {
        font-size: 100%;
        padding: 5px 0;
        text-align: left;
        color: #b91400;
        margin: 0;
    }

    body.home .ap .discuss .step2 .stitle {
        font-size: 110%;
        padding: 10px 0;
        text-align: center;
        margin: 20px 0 0 0;
        font-weight: bold;
    }

body.home .ap .discuss .step3 .but {
    border: none;
    padding: 0 0 15px 0;
    text-align: left;
}

body.home .ap .discuss .step3 {
    /* padding:20px; */
    margin-top: 20px;
}

    body.home .ap .discuss .step3 .red {
        background-color: #fff5d4;
        padding: 15px;
        margin: 5px 0;
    }

    body.home .ap .discuss .step3 .filler {
        padding-bottom: 10px;
        border-bottom: 1px #ccc dotted;
    }

    body.home .ap .discuss .step3 .qatitle {
        padding: 10px 0;
        font-weight: bold;
        font-size: 110%;
        color: #761c11;
    }

    body.home .ap .discuss .step3 ul {
    }

    body.home .ap .discuss .step3 li {
        padding: 15px;
        background-color: #fff;
        font-size: 105%;
        color: #000;
    }

        body.home .ap .discuss .step3 li span {
            font-weight: bold;
            color: #32a9a6;
        }

            body.home .ap .discuss .step3 li span::after {
                content: "_ ";
            }

        body.home .ap .discuss .step3 li:nth-child(odd) {
            background-color: #f3f3f3;
        }

        body.home .ap .discuss .step3 li div {
            padding: 5px;
        }

        body.home .ap .discuss .step3 li .qano {
            background-color: #909090;
            margin-bottom: 5px;
            text-align: center;
            color: #fff;
        }

        body.home .ap .discuss .step3 li .stxt {
            line-height: 26px
        }

        body.home .ap .discuss .step3 li .choose {
            padding-left: 15px;
        }

            body.home .ap .discuss .step3 li .choose p {
                margin-bottom: 5px;
            }

            body.home .ap .discuss .step3 li .choose span.ex {
                font-size: 95%;
                color: #a51200;
            }

            body.home .ap .discuss .step3 li .choose input {
                margin-right: 5px;
            }

            body.home .ap .discuss .step3 li .choose textarea {
                width: 100%;
                padding: 10px;
            }

        body.home .ap .discuss .step3 li .skip {
            text-align: center;
            padding: 4px;
            border: 1px #bbb solid;
            border-radius: 5px;
            font-size: 90%;
            color: #666;
            margin-top: 5px;
            background-color: #FFF;
        }

body.home .ap .discuss .im {
    margin-bottom: 20px;
}

    body.home .ap .discuss .im ul li {
        padding: 10px 40px !important;
        font-size: 105%;
    }

    body.home .ap .discuss .im li a {
        padding: 0 5px !important;
        font-weight: bold;
    }

body.home .ap .discuss .but {
    text-align: center;
    padding-top: 15px;
    border-top: 3px #ccc solid;
}

body.home .ap .discuss input[type=submit] {
    background-color: #761c11;
    width: inherit;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    margin: 5px auto;
}

    body.home .ap .discuss input[type=submit]:hover {
        background-color: #000000;
    }

body.home .ap .discuss .info textarea {
    width: 100%;
}

body.home .ap .discuss .info input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}

body.home .ap .discuss .info {
    padding: 0 15px;
    max-width: 800px;
    margin: 10px auto;
}

    body.home .ap .discuss .info .subtitle {
        padding: 0 15px;
        font-size: 120%;
        margin-bottom: 15px;
        font-weight: bold;
        text-align: center;
    }

    body.home .ap .discuss .info .ex {
        padding: 0 15px;
        font-size: 105%;
        margin-bottom: 15px;
        color: #bd0000;
    }

    body.home .ap .discuss .info li .red {
        color: #bd0000;
        position: absolute;
        left: -10px;
    }

    body.home .ap .discuss .info li {
        list-style-type: none;
        padding: 10px 15px 10px 170px;
        /*border-top: 1px #d6d6d6 solid;*/
        color: #775b00;
        font-size: 105%;
        width: 100%;
        float: left;
        position: relative;
        font-weight: normal;
        margin: 0;
    }

        body.home .ap .discuss .info li .ftitle label {
            display: initial;
        }

        body.home .ap .discuss .info li .ftitle {
            position: absolute;
            left: 25px;
            color: #000;
            /* font-size: 95%; */
            width: 130px;
            text-align: justify;
            text-justify: inter-word; /*inter-ideograph;*/
            -ms-text-justify: inter-ideograph; /*IE9*/
            -moz-text-align-last: justify; /*Firefox*/
            -webkit-text-align-last: justify; /*Chrome*/
            top: 18px;
        }

            body.home .ap .discuss .info li .ftitle::after {
                content: "";
                display: inline-block;
                width: 100%;
            }

        body.home .ap .discuss .info li .keyin {
            padding: 5px 105px 5px 15px;
            font-size: 95%;
            color: #555;
            border-left: 1px #ccc solid;
        }

        body.home .ap .discuss .info li .keyin01 {
            padding: 5px 105px 5px 15px;
            font-size: 95%;
            color: #555;
            border-left: 1px #ccc solid;
        }

        body.home .ap .discuss .info li .keyin02 {
            padding: 5px 0px 5px 15px;
            font-size: 95%;
            color: #555;
            border-left: 1px #ccc solid;
        }

        body.home .ap .discuss .info li .keyin03 {
            padding: 5px 170px 5px 15px;
            font-size: 95%;
            color: #555;
            border-left: 1px #ccc solid;
        }

        body.home .ap .discuss .info li select,
        body.home .ap .discuss .info li input {
            width: 100%;
            padding: 3px 5px;
        }

        body.home .ap .discuss .info li .keyin01 p,
        body.home .ap .discuss .info li .keyin01 span,
        body.home .ap .discuss .info li .keyin03 p,
        body.home .ap .discuss .info li .keyin03 span {
            position: absolute;
        }

        body.home .ap .discuss .info li .keyin01 p {
            top: 20px;
            right: 35px;
        }

        body.home .ap .discuss .info li .keyin01 span.vimg {
            top: 12px;
            right: 0;
        }

        body.home .ap .discuss .info li .keyin03 span.vimg {
            top: 12px;
            right: 68px;
        }

        body.home .ap .discuss .info li .keyin03 .icon-play {
            position: absolute;
            right: 20px;
            top: 12px;
            /*bottom: 3px;*/
            border-width: 0;
            background-color: #56bcb1;
            width: 40px;
            height: 40px;
            padding: 0;
            margin: 0;
            font-size: 160%;
            border-radius: 3px;
            text-indent: 0;
            color: #FFF;
            background-image: url(../images/svg/icon_volume_03.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 24px;
        }

            body.home .ap .discuss .info li .keyin03 .icon-play:hover {
                background-color: #000;
            }

        body.home .ap .discuss .info li span.rule {
            display: inline-block;
            position: initial;
        }

body.home .content .ap .news .subtitle {
    font-size: 110%;
    font-weight: bold;
    margin-top: 20px;
}

body.home .ap .member {
    padding: 0 0 10px 0;
    display: block;
    /* float:right; */
    position: relative;
    text-align: right;
    top: 25px;
}

    body.home .ap .member li {
        display: inline-block;
    }

        body.home .ap .member li a {
            padding: 0 5px;
        }
/*跳出視窗*/
body.home .ap .discuss .rule .lb-overlay {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
}

    body.home .ap .discuss .rule .lb-overlay:target {
        padding: 10px 10px;
    }

    body.home .ap .discuss .rule .lb-overlay > div {
        width: 100%;
        max-width: 800px;
        padding: 5px 5px 5px 5px;
        height: auto;
        border: none;
    }

    body.home .ap .discuss .rule .lb-overlay > .date,
    body.home .ap .discuss .rule .lb-overlay > .title {
        margin: 0 auto;
        padding: 0 0 5px 0;
        color: #fff;
        text-shadow: none;
    }

    body.home .ap .discuss .rule .lb-overlay > .box {
        padding: 15px;
        background-color: #FFF;
        display: block;
    }

        body.home .ap .discuss .rule .lb-overlay > .box .title {
            margin: 0 auto;
            padding: 0 0 5px 0;
            color: #000;
            text-shadow: none;
        }

    body.home .ap .discuss .rule .lb-overlay a.lb-close {
        background: rgb(255, 255, 255);
        color: #000;
        font-size: 120%;
        border-radius: 60px;
        width: auto;
        height: auto;
        padding: 5px 20px;
        left: 0;
        display: inline-block;
        position: relative;
        top: 20px;
        text-decoration: none;
        margin: auto;
    }

    body.home .ap .discuss .rule .lb-overlay:target a.lb-close {
        opacity: .8;
    }

    body.home .ap .discuss .rule .lb-overlay:target a:hover.lb-close {
        opacity: 1;
    }
/*常見問題*/
body.home .ap .faq ul li a {
    display: block;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

body.home .ap .faq ul li {
    position: relative;
}

body.home .ap .faq .title {
    text-align: center;
    background-color: #761c11;
    padding: 10px;
    color: #FFF;
    font-weight: normal;
    border: none;
    margin: 0;
}

body.home .ap .faq ul li a:hover {
    background-color: rgb(255, 242, 208) !important;
}

body.home .ap .faq .subject {
    clear: both;
    color: #000;
    padding: 5px 0 0 5px;
    font-size: 110%;
    background-color: transparent;
    margin: 0;
}

    body.home .ap .faq .subject span {
        padding: 0 5px 0 0;
        color: #2b69aa;
        font-weight: bold;
        font-size: 105%;
    }

        body.home .ap .faq .subject span::after {
            content: "_"
        }

body.home .ap .faq .info div {
    float: left;
    font-size: 100%;
    letter-spacing: 0;
    color: #8a8a8a;
    padding: 2px 5px;
}

body.home .ap .faq .info .unit {
    background-color: #967b40;
    color: #fff !important;
    border-radius: 3px;
}

body.home .ap .faq .info .date {
    background-image: none;
    padding: 0;
    margin-right: 10px;
    color: #90743c;
}

body.home .ap .faq ul li:nth-child(2n+2) a {
    background-color: rgba(47, 47, 47, 0.08);
}

@media (max-width: 959px) {
    body.home .ap .main .tree li span {
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 1199px) {
    body.home .ap .search_box .start_date,
    body.home .ap .search_box .end_date {
        margin: 20px 0 10px 0;
    }
}

@media (max-width: 991px) {
    body.home .ap .search_box .sort02 p {
        display: none;
    }

    body.home .ap .search_box .sort02 {
        padding: 0 10px 0 100px;
        margin: 2px 0 4px 0;
    }
    /*body.home .ap .main .tree li .comment {
    display:none;
}*/
}

@media (max-width: 767px) {
    body.home .ap .search_box .bt {
        /* margin: 5px 0 5px 0; */
    }

    body.home .ap .search_box input[type=button] {
        /*padding:8px;*/
    }

    body.home .ap .search_box input {
        /* padding:8px; */
    }

    body.home .ap .tree .list .level2 {
        border: none;
    }
    /*訊息區塊*/
    body.home .content .ap .news .item .stitle {
        width: auto !important;
        margin: 0 0 10px 0;
        height: inherit;
    }

    body.home .content .ap .news .item li {
        padding: 10px 0 !important;
    }

    body.home .content .ap .news .item .stitle:after {
        content: '：' !important;
        position: absolute;
        right: -15px !important;
        width: auto !important;
    }

    body.home .content .ap .news .item p {
        clear: both;
        padding: 0 0 0 17px;
        line-height: inherit;
    }

    body.home .content .ap .news .detail {
        top: 0 !important;
    }

    body.home .content .ap .news .item p::before {
        display: none;
    }

    body.home .ap .loginbox .login .but li {
        padding: 0 !important;
        margin: 4px 0;
    }
}

@media (max-width: 680px) {
    body.home .ap .epaper .ui-tabs .ui-tabs-nav li {
        width: 100%;
        margin: 1px 0;
    }

    body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .keyword p {
        left: 0;
        top: -8px;
        position: inherit;
    }

    body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .keyword {
        padding: 0 0 0 0px;
        margin: 0 15px;
    }

    body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .but {
        margin: 7px 15px;
        right: inherit;
    }

        body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper .but input {
            display: inline-block;
            width: 100%;
            margin: 5px 0;
            float: none;
        }

    body.home .ap .epaper .ui-tabs .ui-tabs-panel .e-paper {
        padding: 0;
    }

    body.home .ap .news_list .date,
    body.home .ap .search_list .date {
        float: none !important;
    }

    body.home .ap .news_list .txt,
    body.home .ap .search_list .txt {
        padding-left: 0 !important;
    }

    body.home .ap .news_list01 .date,
    body.home .ap .search_list01 .date {
        float: none !important;
    }

    body.home .ap .news_list01 .txt,
    body.home .ap .search_list01 .txt {
        padding-left: 0 !important;
    }
}

@media (max-width: 600px) {
    body.home .ap .main .tree li .comment {
        display: none;
    }

    body.home .ap .search_box .date_radio ul {
        padding: 0 0 0 0px;
        position: relative;
        top: 5px;
    }

    body.home .ap .discuss .info li {
        padding: 10px 0;
    }

        body.home .ap .discuss .info li .ftitle {
            position: inherit;
            left: 12px;
            top: 0;
            text-align: initial;
            width: auto;
            margin-bottom: 8px;
        }

            body.home .ap .discuss .info li .ftitle::after {
                display: block;
            }

        body.home .ap .discuss .info li .keyin02,
        body.home .ap .discuss .info li .keyin {
            border: none;
            padding: 0;
        }

        body.home .ap .discuss .info li .keyin01 {
            border: none;
            padding: 0 110px 0 0;
        }

            body.home .ap .discuss .info li .keyin01 p {
                top: 47px;
                right: 30px;
            }

            body.home .ap .discuss .info li .keyin01 span {
                top: 40px;
                right: -8px;
            }

                body.home .ap .discuss .info li .keyin01 span.vimg {
                    top: 38px;
                    right: -8px;
                }

        body.home .ap .discuss .info li .keyin03 {
            border: none;
            padding: 5px 170px 5px 0;
        }

            body.home .ap .discuss .info li .keyin03 .icon-play {
                right: 0;
                top: 40px;
            }

            body.home .ap .discuss .info li .keyin03 span.vimg {
                top: 40px;
                right: 50px;
            }
}

@media (max-width: 480px) {
    /*body.home .ap .main .tree li .comment {
    display:none;
}*/
    body.home .album_list li {
        width: 100%;
    }

        body.home .album_list li .pic {
            height: auto;
        }

    body.home .album_list img {
        width: 100%;
    }

    body.home .ebook_list li {
        width: 100%;
    }

        body.home .ebook_list li .pic {
            height: auto;
        }

    body.home .ap .search_box .keyword p,
    body.home .ap .search_box .start_date p,
    body.home .ap .search_box .sort p,
    body.home .ap .search_box .sort01 p,
    body.home .ap .search_box .sort03 p,
    body.home .ap .search_box .date_radio p {
        position: relative;
    }

    body.home .ap .search_box .sort01,
    body.home .ap .search_box .sort02,
    body.home .ap .search_box .sort03,
    body.home .ap .search_box .date_radio,
    body.home .ap .search_box .start_date,
    body.home .ap .search_box .keyword {
        padding: 0;
    }

    body.home .ap .search_box .start_date,
    body.home .ap .search_box .end_date {
        padding: 0 35px 0 25px !important;
        width: 100%;
    }

        body.home .ap .search_box .start_date a {
            top: 35px;
        }

    body.home .ap .search_box .start_date,
    body.home .ap .search_box .end_date {
        margin: 4px 0;
    }

        body.home .ap .search_box .start_date p {
            left: -25px;
        }

    body.home .ap .search_box .sort ul {
        padding: 0;
        margin: 0 0 0 5px;
    }

    body.home .ap .search_box .sort li {
        display: block;
    }

        body.home .ap .search_box .sort li a {
            width: 100%;
            display: block;
            text-align: center;
        }

    body.home .ap .about .item .stitle {
        width: auto !important;
        margin: 0 0 10px 0;
    }

    body.home .ap .about .item li {
        padding: 10px 0 !important;
    }

    body.home .ap .about .item .stitle:after {
        content: '：' !important;
        position: absolute;
        right: -15px !important;
        width: auto !important;
    }

    body.home .ap .about .item p {
        clear: both;
        padding: 0 0 0 17px;
    }

    body.home .ap .about .detail {
        top: 0 !important;
    }

    body.home .ap .about .item p::before {
        display: none;
    }

    body.home .ap .loginbox .login .but li .fb,
    body.home .ap .loginbox .login .but li .google {
        margin: 4px 0;
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav li {
        width: 100%;
        margin-bottom: 4px;
    }

        body.home .ap .member_box .ui-tabs .ui-tabs-nav li span {
            /* display:inline-block; */
            /* margin-left:10px; */
            padding: 10px 0;
        }

        body.home .ap .member_box .ui-tabs .ui-tabs-nav li i {
            position: relative;
            top: 3px;
        }

    body.home .ap .main .tree .title .tt a,
    body.home .ap .main .tree .title .date {
        float: none;
        display: block;
    }

    body.home .ap .main .tree .title .date {
        /* margin-left:20px; */
    }

    body.home .ap .member_box .ui-tabs .ui-tabs-nav li.tb01 a,
    body.home .ap .member_box .ui-tabs .ui-tabs-nav li.tb02 a,
    body.home .ap .member_box .ui-tabs .ui-tabs-nav li.tb03 a {
        background-image: none;
    }

    body.home .ap .infobox p {
        position: inherit;
    }

    body.home .ap .infobox .keyword {
        padding: 0;
    }

    body.home .ap .infobox .keycode {
        padding: 0 170px 0 0;
    }

        body.home .ap .infobox .keycode span.vimg,
        body.home .ap .infobox .keycode .icon-play {
            top: 33px;
        }

    body.home .ap .discuss .im ul li {
        padding: 15px !important;
        font-size: 105%;
    }

    body.home .content .ap .news .download .upload div,
    body.home .content .ap .news .download .upload p {
        display: block;
        margin: 8px 0 0 0;
    }

    body.home .content .ap .news .download .upload input[type="button"] {
        width: 100%;
        margin: 4px 0;
        padding: 8px;
    }

    body.home .ap .discuss input[type=submit] {
        width: 100%;
    }

    body.home .ap .member {
        text-align: center;
    }

    body.home .ap .discuss .step3 li .choose {
        padding: 0;
    }
}

@media (max-width: 400px) {
    body.home .ap .search_box .bt input {
        width: 100%;
        margin: 4px 0;
    }

    body.home .ap .search_box .date_radio li {
        display: block;
    }

        body.home .ap .search_box .date_radio li a {
            width: 100%;
            display: block;
            text-align: center;
            padding: 2px;
        }
}

@media (max-width: 580px) {
    body.home .content .ap .info {
        margin: 0;
        padding: 0;
    }

    body.home .ap .member_box .info {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }

    body.home .content .ap .info .unit {
        float: none;
        margin: 0;
    }

    body.home .content .ap .info .date {
        margin-top: 18px;
    }

    body.home .content .ap .info .play {
        padding: 10px 0;
    }

    body.home .ap .faq .info .unit {
        float: left;
    }

    body.home .ap .faq .info .date {
        margin: 4px 0 0 10px;
    }

    body.home .ap .discuss .info {
        padding: 0 10px;
        margin: 10px 0;
    }
}
/*主題網站*/
body.home .ap .banner {
    position: relative;
}

    body.home .ap .banner img {
        width: 100%;
    }

    body.home .ap .banner div {
        /* display:block; */
        /* float:left; */
        margin: 5px 0;
        vertical-align: middle;
        display: inline-flex;
        align-items: center;
        overflow: hidden;
        display: block;
        height: 120px
    }

    body.home .ap .banner p {
        padding: 10px;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    body.home .ap .banner a {
        color: #FFF;
    }

@media (max-width: 1199px) {
    body.home .ap .banner div {
        height: 150px;
    }
}

@media (max-width: 990px) {
    body.home .ap .banner div {
        height: 180px;
    }
}

@media (max-width: 767px) {
    body.home .ap .banner div {
        height: auto;
    }
}

body.home .content .ap .subject span img {
    top: -10px;
    position: relative;
}
/*190103*/
body .notebtn01 {
    position: absolute;
    /* right: 0px; */
    top: 25px;
    left: 125px;
    z-index: 1;
    display: block;
}

body .notebtn02 {
    position: absolute;
    /* right: 0px; */
    top: 5px;
    left: 110px;
    z-index: 1;
    display: block;
}

body .btn-primary {
    background-image: url(../images/svg/icon_comment.svg) !important;
    background-position: 0px 6px;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 40px;
    height: 30px;
    display: block;
    margin: 0;
    text-indent: -99999px;
    background-color: transparent !important;
    border: none;
}

body .popover-x .close {
    font-size: 180%;
    display: block;
    width: 25px;
    padding-top: 5px;
}

body .popover-default {
    z-index: 1 !important;
}

body .popover-content p {
    padding-top: 20px;
    font-size: 95%;
    font-family: "微軟正黑體" !important;
}

body .popover-x.bottom {
    margin-top: 5px;
}

body .popover-x.right {
    z-index: 1 !important;
}

body.home .content .ap .note01 {
    text-align: left;
    color: #555;
    padding: 10px 15px;
    font-size: 100%;
    background-color: #fff5dc;
    border-top: 2px #cbba65 dotted;
    border-bottom: 2px #cbba65 dotted;
}
/*新聞列表摘要*/
body .notebtn03 {
    position: absolute;
    /* right: 0px; */
    top: 25px;
    left: 160px;
    z-index: 1;
    display: block;
}

body.home .content .ap .news_list01 .title {
    text-align: center;
    background-color: #761c11;
    padding: 10px;
    color: #FFF;
    font-weight: normal;
    border: none;
    margin: 0;
}

body.home .ap .news_list01 ul li {
    position: relative;
}

body.home .ap .news_list01 li:nth-child(2n+2) {
    background-color: #f1f1f1;
}

body.home .ap .news_list01 li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 10px 27px 10px;
    color: #000;
}

    body.home .ap .news_list01 li a:hover {
        background-color: rgb(255, 242, 208) !important;
    }

body.home .ap .news_list01 .txt {
    margin-top: 10px;
    line-height: 28px;
    padding-left: 195px;
}

body.home .ap .news_list01 .date {
    position: relative;
    background-color: #a9894a;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    display: block;
    width: 100px;
    height: 50px;
    float: left;
    clear: both;
}

    body.home .ap .news_list01 .date .day,
    body.home .ap .news_list01 .date .month,
    body.home .ap .news_list01 .date .year {
        position: absolute;
        display: block;
    }

    body.home .ap .news_list01 .date .day {
        font-size: 200%;
        top: 5px;
    }

    body.home .ap .news_list01 .date .month {
        font-size: 85%;
        left: 55px;
        top: 8px;
    }

    body.home .ap .news_list01 .date .year {
        font-size: 85%;
        left: 55px;
        top: 25px;
    }

body.home .ap .news_list01 .playbox {
    left: 120px;
    z-index: 99;
    border: none;
    top: 20px;
    position: absolute;
}

    body.home .ap .news_list01 .playbox li {
        display: inline-block;
    }

        body.home .ap .news_list01 .playbox li:nth-child(2n+2) {
            background-color: transparent;
        }

        body.home .ap .news_list01 .playbox li a {
            text-indent: -9999px;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            padding: 8px 15px;
            border-radius: 3px;
            background-size: 25px;
            opacity: 0.6;
        }

        body.home .ap .news_list01 .playbox li.volume a {
            background-image: url(../images/svg/icon_volume_02.svg);
        }

        body.home .ap .news_list01 .playbox li.play a {
            background-image: url(../images/svg/icon_play.svg);
        }

        body.home .ap .news_list01 .playbox li.pause a {
            background-image: url(../images/svg/icon_pause.svg);
        }

        body.home .ap .news_list01 .playbox li.stop a {
            background-image: url(../images/svg/icon_stop.svg);
        }

        body.home .ap .news_list01 .playbox li a:hover {
            background-color: transparent !important;
            opacity: 1;
        }

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

body.home .ap .map {
    text-align: center;
}

    body.home .ap .map area {
        cursor: pointer;
    }

/*5G資安國際合作*/
/*相關圖片*/
body.home .albumlist {
    position: relative;
    display: flex;
}

    body.home .albumlist ul {
        position: relative;
        display: flex;
        /* justify-content: center; */
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

    body.home .albumlist li {
        padding: 10px;
        width: 25%;
        display: inline-flex;
    }

        body.home .albumlist li a {
            display: block;
            border-radius: 0;
            width: 100%;
            padding: 10px;
            border: 2px #dedede solid;
            background-color: #fff;
            -moz-box-shadow: 3px 3px rgba(20%,20%,40%,0.2);
            -webkit-box-shadow: 3px 3px rgba(20%,20%,40%,0.2);
            box-shadow: 4px 4px rgb(234, 234, 234);
        }

            body.home .albumlist li a:hover {
                background-color: #fff1b2;
                border: 2px #fff solid;
                text-decoration: none;
            }

    body.home .albumlist img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

    body.home .albumlist .pic {
        height: 200px;
        width: 100%;
        background-color: #f3f3f3;
        vertical-align: middle;
        text-align: center;
    }

        body.home .albumlist .pic::before {
            content: '';
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle;
        }

    body.home .albumlist .txt {
        color: #333;
        text-align: left;
        margin: 3px 0 0 0;
    }

@media (max-width: 990px) {
    body.home .albumlist li {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    body.home .albumlist li {
        width: 50%;
    }
}

@media (max-width: 580px) {
    body.home .albumlist li {
        width: 100%;
    }

    body.home .albumlist .pic {
        height: auto;
    }
}
