﻿@charset "UTF-8";

body {
    background-color: #E4F5FB;
    background: url(../images_ch/body_bak.jpg) repeat-x;
    margin: 0 auto;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif "微軟正黑體";
}

#ntacontainer {
    background: #FFF;
    margin: 0 auto;
    padding: 0;
    width: 1002px;
    text-align: left;
}

#ntahead {
    margin: 0;
    padding: 0;
    width: 1002px;
}

    #ntahead img:nth-child(4) {
        float: left;
    }

    #ntahead h1 {
        margin: 0;
        padding: 0;
        float: left;
    }

    #ntahead .rss {
        float: left;
        margin-left: 10px;
        margin-top: 3px;
        display: none;
    }

    #ntahead .gnav {
        padding: 0;
        float: left;
        width: 80%;
        text-align: right;
    }

        #ntahead .gnav ul {
            margin: 5px 0;
            list-style: none;
        }

        #ntahead .gnav li {
            display: inline;
            color: #666;
        }

            #ntahead .gnav li a {
                margin-left: 5px;
                text-decoration: none;
                color: #096;
            }

    #ntahead .subgnav {
        margin: 30px 10px 5px 0;
        padding: 0;
        float: right;
        width: 400px;
        text-align: right;
    }

        #ntahead .subgnav ul {
            list-style: none;
        }

        #ntahead .subgnav li {
            display: inline;
            padding: 5px 5px 2px;
            color: #069;
        }

            #ntahead .subgnav li a {
                margin-left: 5px;
                text-decoration: none;
            }

                #ntahead .subgnav li a:hover {
                    text-decoration: none;
                    color: #333;
                }

    #ntahead .picture {
        width: 220px;
        float: left;
        z-index: 2;
        position: absolute;
        margin-left: 750px;
        top: 280px;
        text-align: center;
        z-index: 99;
    }

    #ntahead .words {
        float: left;
        width: 105px;
        height: 20px;
        margin-top: 5px;
    }

    #ntahead .picture ul {
        display: inline;
        text-decoration: none;
        padding: 8px;
        width: 20px;
        margin-left: 10px 5px 0;
    }

    #ntahead .picture li {
        width: 20px;
        height: 20px;
        float: left;
    }

    #ntahead .search_header {
        background-color: rgba(255,255,255,0.7);
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomleft: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        float: right;
        margin-top: -63px;
        margin-right: 15px;
    }

        #ntahead .search_header input[type="text"] {
            background-color: #FFF;
            border-color: #666;
            border-width: 1px;
            border-style: solid;
            border-radius: 2px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 2px;
        }

            #ntahead .search_header input[type="text"]:hover {
                border-color: #666;
            }

            #ntahead .search_header input[type="text"]:focus {
                background-color: yellow;
            }

        #ntahead .search_header .textbox {
            float: left;
            width: 210px;
            height: 40px;
            text-align: center;
            margin-top: 12px;
        }

            #ntahead .search_header .textbox .search_textfield {
                width: 187px;
                height: 30px;
                margin-left: 10px;
            }

        #ntahead .search_header .control {
            float: left;
            width: 100px;
            height: 60px;
            text-align: center;
            z-index: 100;
        }

            #ntahead .search_header .control .button {
                -moz-border-radius-topleft: 7px;
                -moz-border-radius-topright: 7px;
                -moz-border-radius-bottomleft: 7px;
                -moz-border-radius-bottomright: 7px;
                -webkit-border-top-left-radius: 7px;
                -webkit-border-top-right-radius: 7px;
                -webkit-border-bottom-left-radius: 7px;
                -webkit-border-bottom-right-radius: 7px;
                border-top-left-radius: 7px;
                border-top-right-radius: 7px;
                border-bottom-left-radius: 7px;
                border-bottom-right-radius: 7px;
                background: -moz-linear-gradient(top,#64ACE1 0%,#1F6698 100%);
                background: -webkit-linear-gradient(top,#64ACE1 0%,#1F6698 100%);
                background: linear-gradient(top,#64ACE1 0%,#1F6698 100%);
                color: #fff;
            }

            #ntahead .search_header .control .btn1 {
                background-image: url(../images_ch/topsearch_btnsearch.png);
                background-position: center;
            }

            #ntahead .search_header .control .btn2 {
                background-image: url(../images_ch/topsearch_btnadvanced.png);
                background-position: center;
            }

        #ntahead .search_header .hotkeyword {
            float: right;
            width: 200px;
            height: 60px;
            word-wrap: break-word;
            word-break: break-all;
        }

            #ntahead .search_header .hotkeyword a {
                font-size: 80%;
                color: #fff;
                text-decoration: none;
                background-color: #989898;
                padding: 1px;
                -moz-border-radius-topleft: 4px;
                -moz-border-radius-topright: 4px;
                -moz-border-radius-bottomleft: 4px;
                -moz-border-radius-bottomright: 4px;
                -webkit-border-top-left-radius: 4px;
                -webkit-border-top-right-radius: 4px;
                -webkit-border-bottom-left-radius: 4px;
                -webkit-border-bottom-right-radius: 4px;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

                #ntahead .search_header .hotkeyword a:hover {
                    background-color: #B4B4B4;
                }

#ntacontent1 {
    float: left;
    width: 1002px;
    margin: 0;
}

    #ntacontent1 .bulletin {
        margin: 0 0 8px;
        height: 40px;
    }

        #ntacontent1 .bulletin .tt {
            width: 982px;
            height: 40px;
            margin-left: 14px;
            background: url(../images_ch/bulletin_border.png) no-repeat;
        }

            #ntacontent1 .bulletin .tt .t1 {
                margin-top: 5px;
                width: 200px;
                height: 30px;
                float: left;
                background: url(../images_ch/f_bulletin_title.png) no-repeat;
            }

            #ntacontent1 .bulletin .tt .t2 {
                text-align: center;
                width: 782px;
                margin-top: 5px;
                float: right;
            }

    #ntacontent1 .area01 {
        background-color: #fff;
        width: 48.5%;
        margin-left: 1%;
        float: left;
    }

        #ntacontent1 .area01 .header {
            height: 45px;
            width: 100%;
            background: url(../images_ch/f_news_title.jpg) no-repeat;
        }

            #ntacontent1 .area01 .header .left {
                float: left;
                width: 120px;
                height: 45px;
            }

                #ntacontent1 .area01 .header .left a {
                    font-size: x-large;
                    font-family: 標楷體;
                    color: #fff;
                    font-weight: 700;
                }

        #ntacontent1 .area01 .right {
            float: right;
            height: 45px;
            cursor: pointer;
        }

        #ntacontent1 .area01 .more a {
            font-size: large;
            color: #000;
            font-family: Microsoft JhengHei;
        }

            #ntacontent1 .area01 .more a:hover {
                color: blue;
            }

        #ntacontent1 .area01 .content .content-Grid {
            word-break: break-all;
            width: 100%;
            margin-left: 0;
            margin-top: 0;
            clear: left;
            display: block;
            min-height: 240px;
            background-repeat: repeat-y;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area01 .content .content-Grid tr:nth-child(even) {
                background-color: #f2f2f2;
            }

            #ntacontent1 .area01 .content .content-Grid td {
                font-family: Arial,,sans-serif "微軟正黑體";
                color: #000;
                border-style: none;
                line-height: 18px;
                height: 30px;
                white-space: nowrap;
            }

                #ntacontent1 .area01 .content .content-Grid td a {
                    padding-top: 4px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    color: #000;
                }

                    #ntacontent1 .area01 .content .content-Grid td a:hover {
                        color: red;
                    }

                    #ntacontent1 .area01 .content .content-Grid td a.more {
                        color: red;
                        margin-right: 10px;
                    }

            #ntacontent1 .area01 .content .content-Grid .noborder td {
                border-style: none;
            }

            #ntacontent1 .area01 .content .content-Grid li a {
                color: #000;
                font-size:0.938em;
            }

            #ntacontent1 .area01 .content .content-Grid .gv-style {
                display: table-cell;
                width: 100%;
                overflow: hidden;
                vertical-align: middle;
            }

    #ntacontent1 .area02 {
        height: 320px;
        width: 48.5%;
        margin-right: 1%;
        float: right;
    }

        #ntacontent1 .area02 .area02_01 {
            width: 100%;
            height: 190px;
        }

            #ntacontent1 .area02 .area02_01 .webLink {
                height: 45px;
            }

                #ntacontent1 .area02 .area02_01 .webLink .search {
                    margin: 0;
                    padding: 0 5px 8px 0;
                    width: 100%;
                }

                    #ntacontent1 .area02 .area02_01 .webLink .search h2 {
                        padding: 5px 20px;
                        letter-spacing: .2em;
                        font-size:1em;
                        float: left;
                        margin-top: 10px;
                        margin-left: 10px;
                    }

                    #ntacontent1 .area02 .area02_01 .webLink .search .search-01 {
                        padding: 6px 0;
                        height: 20px;
                        display: inline-block;
                        margin-top: 7px;
                    }

            #ntacontent1 .area02 .area02_01 #wrapper {
                width: 480px;
                float: left;
                height: 185px;
                overflow: hidden;
                border: 1px solid #ccc;
                position: relative;
                margin-top: 0;
                box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.5);
                z-index: 0;
            }

                #ntacontent1 .area02 .area02_01 #wrapper ul.pic li {
                    width: 480px;
                    height: 185px;
                }

            #ntacontent1 .area02 .area02_01 .header {
                height: 45px;
                transform: rotate(0deg) scale(1.018) skew(-9deg) translate(0px);
                -webkit-transform: rotate(0deg) scale(1.018) skew(-9deg) translate(0px);
                -moz-transform: rotate(0deg) scale(1.018) skew(-9deg) translate(0px);
                -o-transform: rotate(0deg) scale(1.018) skew(-9deg) translate(0px);
                -ms-transform: rotate(0deg) scale(1.018) skew(-9deg) translate(0px);
            }

                #ntacontent1 .area02 .area02_01 .header a {
                    font-size: x-large;
                    color: #fff;
                    font-weight: 700;
                }

                #ntacontent1 .area02 .area02_01 .header .left {
                    width: 17%;
                    height: 37px;
                    float: left;
                    margin-left: 4%;
                    margin-top: 8px;
                    background-color: #8ac22b;
                }

                #ntacontent1 .area02 .area02_01 .header .center {
                    width: 56%;
                    height: 37px;
                    float: left;
                    margin-left: 1%;
                    margin-top: 8px;
                    background-color: #135c31;
                    text-align: center;
                }

                #ntacontent1 .area02 .area02_01 .header .right {
                    width: 17%;
                    height: 37px;
                    margin-left: 1%;
                    margin-right: 4%;
                    margin-top: 8px;
                    float: right;
                    background-color: #8ac22b;
                }

            #ntacontent1 .area02 .area02_01 .content {
                height: 150px;
                width: 96%;
                margin-left: 2%;
                background-color: #fff;
            }

                #ntacontent1 .area02 .area02_01 .content .content-Grid {
                    word-break: break-all;
                    width: 96%;
                    margin-left: 2%;
                    margin-top: 2%;
                    clear: left;
                    display: block;
                    background-repeat: repeat-y;
                    position: relative;
                    z-index: 2;
                }

                    #ntacontent1 .area02 .area02_01 .content .content-Grid td {
                        font-family: Arial,,sans-serif "微軟正黑體";
                        padding-bottom: 5px;
                        padding-top: 4px;
                        color: #000;
                        border-left: none;
                        border-right: none;
                        border-bottom: none;
                    }

                        #ntacontent1 .area02 .area02_01 .content .content-Grid td a {
                            padding-top: 4px;
                            letter-spacing: 1px;
                            text-decoration: none;
                            color: #000;
                        }

                            #ntacontent1 .area02 .area02_01 .content .content-Grid td a:hover {
                                color: red;
                            }

                            #ntacontent1 .area02 .area02_01 .content .content-Grid td a.more {
                                color: red;
                                margin-right: 10px;
                            }

                    #ntacontent1 .area02 .area02_01 .content .content-Grid td {
                        letter-spqcing: .2em;
                        border-bottom: dotted 1px #484848;
                        line-height: 18px;
                    }

                    #ntacontent1 .area02 .area02_01 .content .content-Grid .noborder td {
                        border-style: none;
                    }

                    #ntacontent1 .area02 .area02_01 .content .content-Grid li a {
                        color: #000;
                        font-size:0.938em;
                    }

                    #ntacontent1 .area02 .area02_01 .content .content-Grid .gv-style {
                        display: table-cell;
                        width: 100%;
                        overflow: hidden;
                        vertical-align: middle;
                    }

        #ntacontent1 .area02 .area02_02 {
            width: 100%;
            height: 125px;
            display: inline-block;
        }

            #ntacontent1 .area02 .area02_02 .left {
                width: 100%;
                float: left;
                background-color: #8d8d8d;
                height: 125px;
            }

                #ntacontent1 .area02 .area02_02 .left .header {
                    height: 40px;
                    margin-top: 5px;
                    background: url(../images_nch/web2.0_logo.jpg) no-repeat;
                    background-size: cover;
                }

                #ntacontent1 .area02 .area02_02 .left .content {
                    width: 100%;
                    height: 75px;
                    background-color: #fff;
                    text-align: center;
                }

                    #ntacontent1 .area02 .area02_02 .left .content li {
                        width: 60px;
                        height: 50px;
                        float: left;
                        line-height: 20px;
                        position: relative;
                        margin-top: 10px;
                    }

                    #ntacontent1 .area02 .area02_02 .left .content a {
                        margin: 0;
                        display: block;
                        height: 40px;
                        padding-bottom: 10px;
                        text-decoration: none;
                        line-height: 40px;
                        padding-left: 20px;
                    }

                    #ntacontent1 .area02 .area02_02 .left .content .fb {
                        background: url(../../images_nch/icon-fbT.png);
                    }

                        #ntacontent1 .area02 .area02_02 .left .content .fb a:hover {
                            background: url(../../images_nch/icon-fb.png);
                        }

                    #ntacontent1 .area02 .area02_02 .left .content .twitter {
                        background: url(../../images_nch/webT.png);
                    }

                        #ntacontent1 .area02 .area02_02 .left .content .twitter a:hover {
                            background: url(../../images_nch/webT1.png);
                        }

                    #ntacontent1 .area02 .area02_02 .left .content .youtube {
                        background: url(../../images_nch/icon-youtube.png);
                    }

                        #ntacontent1 .area02 .area02_02 .left .content .youtube a:hover {
                            background: url(../../images_nch/icon-youtube1.png);
                        }

            #ntacontent1 .area02 .area02_02 .right {
                width: 45%;
                float: right;
            }

#weather {
    margin: 0 0 0 5px;
    width: 97%;
    height: 100px;
}

    #weather .bg {
        position: relative;
        width: 100%;
        height: 0;
        text-align: right;
    }

    #weather .dn {
        position: relative;
        padding-top: 50px;
        width: 100%;
        height: 0;
        text-align: right;
    }

    #weather .wat {
        position: relative;
        margin-top: -30px;
        width: 230px;
        height: 120px;
        background-repeat: no-repeat;
        z-index: 1;
    }

        #weather .wat .cen {
            width: 190px;
            text-align: center;
            color: #039;
        }

        #weather .wat .iconwat {
            margin-left: 90px;
        }

    #weather .area {
        float: left;
        position: absolute;
        padding-top: 45px;
        padding-left: 30px;
        color: #039;
    }

        #weather .area a {
            font-size: 1.125em;
        }

#ntacontent1 .area03 {
    width: 48.5%;
    margin-left: 1%;
    float: left;
}

    #ntacontent1 .area03 .right {
        float: right;
        height: 45px;
        cursor: pointer;
    }

    #ntacontent1 .area03 .more a {
        font-size: large;
        color: #000;
        font-family: Microsoft JhengHei;
    }

        #ntacontent1 .area03 .more a:hover {
            color: blue;
        }

    #ntacontent1 .area03 .header {
        height: 45px;
        background: url(../images_ch/f_news2_title.jpg) no-repeat;
    }

    #ntacontent1 .area03 .content {
        height: 250px;
        width: 100%;
        background-color: #fff;
    }

        #ntacontent1 .area03 .content .content-Grid {
            word-break: break-all;
            width: 100%;
            margin-left: 0;
            margin-top: 0;
            clear: left;
            display: block;
            background-repeat: repeat-y;
            position: relative;
            z-index: 2;
            border: none;
            text-overflow: ellipsis;
        }

            #ntacontent1 .area03 .content .content-Grid td {
                font-family: Arial,,sans-serif "微軟正黑體";
                color: #000;
                border-color: #A5B396;
                border-style: none;
                height: 30px;
            }

                #ntacontent1 .area03 .content .content-Grid td a {
                    padding-top: 4px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    color: #000;
                }

                    #ntacontent1 .area03 .content .content-Grid td a:hover {
                        color: red;
                    }

                    #ntacontent1 .area03 .content .content-Grid td a.more {
                        color: red;
                        margin-right: 10px;
                    }

            #ntacontent1 .area03 .content .content-Grid .noborderl {
                border-left: none;
            }

            #ntacontent1 .area03 .content .content-Grid .noborderr {
                border-right: none;
                font-size:0.938em;
                color: red;
            }

            #ntacontent1 .area03 .content .content-Grid li a {
                color: #000;
                font-size:0.938em;
            }

            #ntacontent1 .area03 .content .content-Grid .gv-style {
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                vertical-align: middle;
                text-overflow: ellipsis;
            }

            #ntacontent1 .area03 .content .content-Grid tr:nth-child(even) {
                background-color: #fff;
                background-color: #f2f2f2;
            }

#ntacontent1 .area04 {
    background-color: #fff;
    height: 440px;
    width: 21.5%;
    margin-right: 1%;
    float: right;
}

    #ntacontent1 .area04 .left {
        float: left;
        height: 380px;
    }

        #ntacontent1 .area04 .left .header {
            height: 45px;
            background: url(../images_ch/f_hots_title.jpg) no-repeat;
        }

        #ntacontent1 .area04 .left .content {
            height: 315px;
            width: 100%;
            background-color: #fff;
        }

            #ntacontent1 .area04 .left .content .content-Grid {
                word-break: break-all;
                width: 100%;
                margin-left: 0;
                margin-top: 0;
                clear: left;
                display: block;
                background-repeat: repeat-y;
                position: relative;
                z-index: 2;
                border: none;
                text-overflow: ellipsis;
            }

                #ntacontent1 .area04 .left .content .content-Grid td {
                    font-family: Arial,,sans-serif "微軟正黑體";
                    color: #000;
                    border-color: #A5B396;
                    border-style: none;
                    height: 30px;
                }

                    #ntacontent1 .area04 .left .content .content-Grid td a {
                        padding-top: 4px;
                        letter-spacing: 1px;
                        text-decoration: none;
                        color: #000;
                    }

                        #ntacontent1 .area04 .left .content .content-Grid td a:hover {
                            color: red;
                        }

                        #ntacontent1 .area04 .left .content .content-Grid td a.more {
                            color: red;
                            margin-right: 10px;
                        }

                #ntacontent1 .area04 .left .content .content-Grid .noborderl {
                    border-left: none;
                }

                #ntacontent1 .area04 .left .content .content-Grid .noborderr {
                    border-right: none;
                    font-size:0.938em;
                    color: red;
                }

                #ntacontent1 .area04 .left .content .content-Grid li a {
                    color: #000;
                    font-size:0.938em;
                }

                #ntacontent1 .area04 .left .content .content-Grid .gv-style {
                    display: inline-block;
                    white-space: nowrap;
                    overflow: hidden;
                    vertical-align: middle;
                    text-overflow: ellipsis;
                    margin-left: 10px;
                }

                #ntacontent1 .area04 .left .content .content-Grid tr:nth-child(even) {
                    background-color: #fff;
                    background-color: #f2f2f2;
                }

        #ntacontent1 .area04 .left img {
            width: 240px;
        }

        #ntacontent1 .area04 .left a {
            color: #000;
        }

            #ntacontent1 .area04 .left a:hover {
                color: blue;
            }

        #ntacontent1 .area04 .left .top {
            height: 28%;
            text-align: left;
        }

            #ntacontent1 .area04 .left .top .text {
                margin-left: 10px;
                font-family: Microsoft JhengHei;
            }

                #ntacontent1 .area04 .left .top .text .date {
                    color: red;
                }

                #ntacontent1 .area04 .left .top .text .group {
                    color: #29983a;
                }

        #ntacontent1 .area04 .left .middle {
            height: 28%;
            text-align: left;
        }

            #ntacontent1 .area04 .left .middle .text {
                margin-left: 10px;
                font-family: Microsoft JhengHei;
            }

                #ntacontent1 .area04 .left .middle .text .date {
                    color: red;
                }

                #ntacontent1 .area04 .left .middle .text .group {
                    color: #29983a;
                }

        #ntacontent1 .area04 .left .bottom {
            height: 28%;
            text-align: left;
        }

            #ntacontent1 .area04 .left .bottom .text {
                margin-left: 10px;
                font-family: Microsoft JhengHei;
            }

                #ntacontent1 .area04 .left .bottom .text .date {
                    color: red;
                }

                #ntacontent1 .area04 .left .bottom .text .group {
                    color: #29983a;
                }

        #ntacontent1 .area04 .left .right {
            float: right;
            width: 75px;
            height: 45px;
            cursor: pointer;
        }

        #ntacontent1 .area04 .left .more a {
            font-size: large;
            color: #000;
            font-family: Microsoft JhengHei;
        }

            #ntacontent1 .area04 .left .more a:hover {
                color: blue;
            }

    #ntacontent1 .area04 .right {
        height: 380px;
    }

        #ntacontent1 .area04 .right .info {
            height: 185px;
        }

            #ntacontent1 .area04 .right .info .header {
                height: 45px;
                background: url(../images/f_pic_title.jpg) no-repeat;
            }

            #ntacontent1 .area04 .right .info .info-bg {
                width: 100%;
                height: 147px;
            }

                #ntacontent1 .area04 .right .info .info-bg ul.list_info li {
                    width: 238px;
                    height: 150px;
                }

        #ntacontent1 .area04 .right .header {
            height: 45px;
            background: url(../images_ch/f_vedio_title.jpg) no-repeat;
        }

            #ntacontent1 .area04 .right .header:nth-child(2) {
                margin-top: 36px;
            }

        #ntacontent1 .area04 .right .vedio {
            height: 150px;
        }

            #ntacontent1 .area04 .right .vedio .vedio-bg {
                width: 100%;
                height: 147px;
            }

                #ntacontent1 .area04 .right .vedio .vedio-bg ul.list li {
                    width: 238px;
                    height: 150px;
                }

#ntacontent1 .area05 {
    height: 405px;
    width: 76.5%;
    margin-left: 1%;
    margin-top: 1%;
    float: left;
}

    #ntacontent1 .area05 .left {
        float: left;
        width: 224px;
        height: 415px;
        margin: 0 2%;
        background: url(../MiaoLi_Images/are1.png);
        background-size: cover;
    }

        #ntacontent1 .area05 .left .bz {
            padding: 160px 0 0;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area05 .left .bz .title {
                height: 38px;
                font-size: 1.5em;
                text-align: center;
                font-family: 微軟正黑體;
                font-weight: bolder;
            }

        #ntacontent1 .area05 .left .bz-group {
            width: 100%;
            height: 180px;
            float: left;
        }

        #ntacontent1 .area05 .left .bz-group-01 .wd {
            width: 100px;
            float: left;
            padding-left: 20px;
        }

            #ntacontent1 .area05 .left .bz-group-01 .wd a {
                text-decoration: none;
            }

                #ntacontent1 .area05 .left .bz-group-01 .wd a:hover {
                    text-decoration: none;
                }

            #ntacontent1 .area05 .left .bz-group-01 .wd p {
                float: right;
            }

                #ntacontent1 .area05 .left .bz-group-01 .wd p img {
                    margin: 0 auto;
                }

        #ntacontent1 .area05 .left .bz-group-02a {
            width: 100%;
            height: auto;
            float: left;
            margin-top: 5px;
            margin-right: 0;
            margin-left: 20px;
        }

        #ntacontent1 .area05 .left .bz-group-02b {
            width: 100px;
            height: auto;
            float: right;
            margin: 5px 5px 6px 0;
        }

        #ntacontent1 .area05 .left .bz-group-02 ul {
            width: 120px;
            margin: -1em 0 20px 3em;
            padding: 0;
        }

        #ntacontent1 .area05 .left .bz-group-02 li {
            padding: 0 0 1px 15px;
            margin: 0 0 5px;
            list-style: none;
            line-height: 21px;
            border-bottom: dotted 1px #484848;
            background: url(../images_nch/icon-point.png) no-repeat left .4em;
            font-family: 微軟正黑體;
            width: 81%;
        }

            #ntacontent1 .area05 .left .bz-group-02 li a {
                text-decoration: none;
                color: #000;
                margin-left: -5px;
            }

                #ntacontent1 .area05 .left .bz-group-02 li a:hover {
                    text-decoration: none;
                    color: #F36;
                }

        #ntacontent1 .area05 .left .content .content-Grid {
            word-break: break-all;
            width: 96%;
            margin-left: 2%;
            margin-top: 157px;
            clear: left;
            display: block;
            min-height: 220px;
            background-repeat: repeat-y;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area05 .left .content .content-Grid td {
                font-family: Arial,,sans-serif "微軟正黑體";
                padding-bottom: 5px;
                padding-top: 4px;
                color: #000;
                border-left: none;
                border-right: none;
                border-bottom: none;
            }

                #ntacontent1 .area05 .left .content .content-Grid td a {
                    padding-top: 4px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    color: #000;
                    word-break: break-all;
                }

                    #ntacontent1 .area05 .left .content .content-Grid td a:hover {
                        color: red;
                    }

                    #ntacontent1 .area05 .left .content .content-Grid td a.more {
                        color: red;
                        margin-right: 10px;
                    }

            #ntacontent1 .area05 .left .content .content-Grid td {
                letter-spacing: .2em;
                border-bottom: dotted 1px #484848;
                line-height: 18px;
            }

            #ntacontent1 .area05 .left .content .content-Grid .noborder td {
                border-style: none;
            }

            #ntacontent1 .area05 .left .content .content-Grid li a {
                color: #000;
                font-size:0.938em;
            }

            #ntacontent1 .area05 .left .content .content-Grid .gv-style {
                display: table-cell;
                width: 100%;
                overflow: hidden;
                vertical-align: middle;
            }

    #ntacontent1 .area05 .middle {
        float: left;
        width: 224px;
        height: 415px;
        margin: 0 2%;
        background: url(../MiaoLi_Images/are2.png);
        background-size: cover;
    }

        #ntacontent1 .area05 .middle .bz {
            padding: 160px 0 0;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area05 .middle .bz .title {
                height: 38px;
                font-size: 1.5em;
                text-align: center;
                font-family: 微軟正黑體;
                font-weight: bolder;
                padding-top: 5px;
            }

        #ntacontent1 .area05 .middle .bz-group {
            width: 100%;
            height: 180px;
            float: left;
        }

        #ntacontent1 .area05 .middle .bz-group-01 .wd {
            width: 100px;
            float: left;
            padding-left: 20px;
        }

            #ntacontent1 .area05 .middle .bz-group-01 .wd a {
                text-decoration: none;
            }

                #ntacontent1 .area05 .middle .bz-group-01 .wd a:hover {
                    text-decoration: none;
                }

            #ntacontent1 .area05 .middle .bz-group-01 .wd p {
                float: right;
            }

                #ntacontent1 .area05 .middle .bz-group-01 .wd p img {
                    margin: 0 auto;
                }

        #ntacontent1 .area05 .middle .bz-group-02a {
            width: 100%;
            height: auto;
            float: left;
            margin-top: 5px;
            margin-right: 0;
            margin-left: 15px;
        }

        #ntacontent1 .area05 .middle .bz-group-02b {
            width: 100px;
            height: auto;
            float: right;
            margin: 5px 5px 6px 0;
        }

        #ntacontent1 .area05 .middle .bz-group-02 ul {
            width: 120px;
            margin: -1em 0 20px 3em;
            padding: 0;
        }

        #ntacontent1 .area05 .middle .bz-group-02 li {
            padding: 0 0 1px 15px;
            margin: 0 0 5px;
            list-style: none;
            line-height: 21px;
            border-bottom: dotted 1px #484848;
            background: url(../images_nch/icon-point.png) no-repeat left .4em;
            font-family: 微軟正黑體;
            width: 80%;
        }

            #ntacontent1 .area05 .middle .bz-group-02 li a {
                text-decoration: none;
                color: #000;
                margin-left: -5px;
            }

                #ntacontent1 .area05 .middle .bz-group-02 li a:hover {
                    text-decoration: none;
                    color: #F36;
                }

        #ntacontent1 .area05 .middle .content .content-Grid {
            word-break: break-all;
            width: 96%;
            margin-left: 2%;
            margin-top: 157px;
            clear: left;
            display: block;
            min-height: 220px;
            background-repeat: repeat-y;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area05 .middle .content .content-Grid td {
                font-family: Arial,,sans-serif "微軟正黑體";
                padding-bottom: 5px;
                padding-top: 4px;
                color: #000;
                border-left: none;
                border-right: none;
                border-bottom: none;
            }

                #ntacontent1 .area05 .middle .content .content-Grid td a {
                    padding-top: 4px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    color: #000;
                    word-break: break-all;
                }

                    #ntacontent1 .area05 .middle .content .content-Grid td a:hover {
                        color: red;
                    }

                    #ntacontent1 .area05 .middle .content .content-Grid td a.more {
                        color: red;
                        margin-right: 10px;
                    }

            #ntacontent1 .area05 .middle .content .content-Grid td {
                letter-spacing: .2em;
                border-bottom: dotted 1px #484848;
                line-height: 18px;
            }

            #ntacontent1 .area05 .middle .content .content-Grid .noborder td {
                border-style: none;
            }

            #ntacontent1 .area05 .middle .content .content-Grid li a {
                color: #000;
                font-size:0.938em;
            }

            #ntacontent1 .area05 .middle .content .content-Grid .gv-style {
                display: table-cell;
                width: 100%;
                overflow: hidden;
                vertical-align: middle;
            }

    #ntacontent1 .area05 .right {
        float: left;
        width: 224px;
        height: 415px;
        margin: 0 2%;
        background: url(../MiaoLi_Images/are3.png);
        background-size: cover;
    }

        #ntacontent1 .area05 .right .bz {
            padding: 160px 0 0;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area05 .right .bz .title {
                height: 38px;
                font-size: 1.5em;
                text-align: center;
                font-family: 微軟正黑體;
                font-weight: bolder;
            }

        #ntacontent1 .area05 .right .bz-group {
            width: 100%;
            height: 180px;
            float: left;
        }

        #ntacontent1 .area05 .right .bz-group-01 .wd {
            width: 100px;
            float: left;
            padding-left: 20px;
        }

            #ntacontent1 .area05 .right .bz-group-01 .wd a {
                text-decoration: none;
            }

                #ntacontent1 .area05 .right .bz-group-01 .wd a:hover {
                    text-decoration: none;
                }

            #ntacontent1 .area05 .right .bz-group-01 .wd p {
                float: right;
            }

                #ntacontent1 .area05 .right .bz-group-01 .wd p img {
                    margin: 0 auto;
                }

        #ntacontent1 .area05 .right .bz-group-02a {
            width: 88%;
            height: auto;
            float: left;
            margin-top: 5px;
            margin-right: 0;
            margin-left: 10px;
        }

        #ntacontent1 .area05 .right .bz-group-02b {
            width: 100px;
            height: auto;
            float: right;
            margin: 5px 5px 6px 0;
        }

        #ntacontent1 .area05 .right .bz-group-02 ul {
            padding: 0;
        }

        #ntacontent1 .area05 .right .bz-group-02 li {
            padding: 0 0 1px 15px;
            margin: 0 0 5px;
            list-style: none;
            line-height: 21px;
            border-bottom: dotted 1px #484848;
            background: url(../images_nch/icon-point.png) no-repeat left .5em;
            font-family: 微軟正黑體;
        }

            #ntacontent1 .area05 .right .bz-group-02 li a {
                text-decoration: none;
                color: #000;
                margin-left: -5px;
            }

                #ntacontent1 .area05 .right .bz-group-02 li a:hover {
                    text-decoration: none;
                    color: #F36;
                }

        #ntacontent1 .area05 .right .content .content-Grid {
            word-break: break-all;
            width: 96%;
            margin-left: 2%;
            margin-top: 157px;
            clear: left;
            display: block;
            min-height: 220px;
            background-repeat: repeat-y;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area05 .right .content .content-Grid td {
                font-family: Arial,,sans-serif "微軟正黑體";
                padding-bottom: 5px;
                padding-top: 4px;
                color: #000;
                border-left: none;
                border-right: none;
                border-bottom: none;
            }

                #ntacontent1 .area05 .right .content .content-Grid td a {
                    padding-top: 4px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    color: #000;
                    word-break: break-word;
                }

                    #ntacontent1 .area05 .right .content .content-Grid td a:hover {
                        color: red;
                    }

                    #ntacontent1 .area05 .right .content .content-Grid td a.more {
                        color: red;
                        margin-right: 10px;
                    }

            #ntacontent1 .area05 .right .content .content-Grid td {
                letter-spqcing: .2em;
                border-bottom: dotted 1px #484848;
                line-height: 18px;
            }

    #ntacontent1 .area05 .left .content .content-Grid .noborder td {
        border-style: none;
    }

    #ntacontent1 .area05 .right .content .content-Grid li a {
        color: #000;
        font-size:0.938em;
    }

    #ntacontent1 .area05 .right .content .content-Grid .gv-style {
        display: table-cell;
        width: 100%;
        overflow: hidden;
        vertical-align: middle;
    }

#ntacontent1 .area06 {
    height: 405px;
    width: 48.5%;
    margin-right: 1%;
    margin-top: 1%;
    float: right;
}

    #ntacontent1 .area06 .left {
        float: left;
        width: 224px;
        height: 405px;
        margin-left: 2%;
        background: url(../images_ch/core_area3_ch.png);
    }

        #ntacontent1 .area06 .left .content .content-Grid .title {
            height: 38px;
            background: url(../images_ch/core_area3_ch_title.png) no-repeat center;
        }

        #ntacontent1 .area06 .left .content .content-Grid {
            word-break: break-all;
            width: 96%;
            margin-left: 2%;
            margin-top: 160px;
            clear: left;
            display: block;
            min-height: 220px;
            background-repeat: repeat-y;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area06 .left .content .content-Grid td {
                font-family: Arial,,sans-serif "微軟正黑體";
                padding-bottom: 5px;
                padding-top: 4px;
                color: #000;
                border-left: none;
                border-right: none;
                border-bottom: none;
            }

                #ntacontent1 .area06 .left .content .content-Grid td a {
                    padding-top: 4px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    color: #000;
                    word-break: break-word;
                }

                    #ntacontent1 .area06 .left .content .content-Grid td a:hover {
                        color: red;
                    }

                    #ntacontent1 .area06 .left .content .content-Grid td a.more {
                        color: red;
                        margin-right: 10px;
                    }

            #ntacontent1 .area06 .left .content .content-Grid td {
                letter-spqcing: .2em;
                border-bottom: dotted 1px #484848;
                line-height: 18px;
            }

            #ntacontent1 .area06 .left .content .content-Grid .noborder td {
                border-style: none;
            }

            #ntacontent1 .area06 .left .content .content-Grid li a {
                color: #000;
                font-size:0.938em;
            }

            #ntacontent1 .area06 .left .content .content-Grid .gv-style {
                display: table-cell;
                width: 100%;
                overflow: hidden;
                vertical-align: middle;
            }

    #ntacontent1 .area06 .right {
        float: right;
        width: 224px;
        height: 405px;
        background: url(../images_ch/core_area4_ch.png);
    }

        #ntacontent1 .area06 .right .content .content-Grid .title {
            height: 38px;
            background: url(../images_ch/core_area4_ch_title.png) no-repeat center;
        }

        #ntacontent1 .area06 .right .content .content-Grid {
            word-break: break-all;
            width: 96%;
            margin-left: 2%;
            margin-top: 160px;
            clear: left;
            display: block;
            min-height: 220px;
            background-repeat: repeat-y;
            position: relative;
            z-index: 2;
        }

            #ntacontent1 .area06 .right .content .content-Grid td {
                font-family: Arial,,sans-serif "微軟正黑體";
                padding-bottom: 5px;
                padding-top: 4px;
                color: #000;
                border-left: none;
                border-right: none;
                border-bottom: none;
            }

                #ntacontent1 .area06 .right .content .content-Grid td a {
                    padding-top: 4px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    color: #000;
                    word-break: break-word;
                }

                    #ntacontent1 .area06 .right .content .content-Grid td a:hover {
                        color: red;
                    }

                    #ntacontent1 .area06 .right .content .content-Grid td a.more {
                        color: red;
                        margin-right: 10px;
                    }

            #ntacontent1 .area06 .right .content .content-Grid td {
                letter-spqcing: .2em;
                border-bottom: dotted 1px #484848;
                line-height: 18px;
            }

            #ntacontent1 .area06 .right .content .content-Grid .noborder td {
                border-style: none;
            }

            #ntacontent1 .area06 .right .content .content-Grid li a {
                color: #000;
                font-size:0.938em;
            }

            #ntacontent1 .area06 .right .content .content-Grid .gv-style {
                display: table-cell;
                width: 100%;
                overflow: hidden;
                vertical-align: middle;
            }

#ntacontent1 .area07 {
    background: url(../images_ch/area07_leftbg.jpg) no-repeat;
    height: 330px;
    width: 48.5%;
    margin-left: 1%;
    margin-top: 1%;
    float: left;
    text-align: center;
}

    #ntacontent1 .area07 .left {
        float: left;
        width: 33%;
        height: 300px;
    }

        #ntacontent1 .area07 .left .list {
            width: 108px;
            height: 300px;
            margin-left: 26%;
        }

            #ntacontent1 .area07 .left .list .block {
                width: 108px;
                height: 84px;
            }

                #ntacontent1 .area07 .left .list .block .btn1 {
                    background: url(../images_nch/block01.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .left .list .block .btn1:hover {
                        background: url(../images_nch/block01c.png) no-repeat;
                    }

                #ntacontent1 .area07 .left .list .block .btn4 {
                    background: url(../images_nch/block04.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .left .list .block .btn4:hover {
                        background: url(../images_nch/block04c.png) no-repeat;
                    }

                #ntacontent1 .area07 .left .list .block .btn7 {
                    background: url(../images_nch/block07.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .left .list .block .btn7:hover {
                        background: url(../images_nch/block07c.png) no-repeat;
                    }

    #ntacontent1 .area07 .center {
        float: left;
        width: 33%;
        height: 300px;
    }

        #ntacontent1 .area07 .center .list {
            width: 108px;
            height: 300px;
            margin: 0 auto;
        }

            #ntacontent1 .area07 .center .list .block {
                width: 108px;
                height: 84px;
            }

                #ntacontent1 .area07 .center .list .block .btn2 {
                    background: url(../images_nch/block02.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .center .list .block .btn2:hover {
                        background: url(../images_nch/block02c.png) no-repeat;
                    }

                #ntacontent1 .area07 .center .list .block .btn5 {
                    background: url(../images_nch/block05.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .center .list .block .btn5:hover {
                        background: url(../images_nch/block05c.png) no-repeat;
                    }

                #ntacontent1 .area07 .center .list .block .btn8 {
                    background: url(../images_nch/block08.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .center .list .block .btn8:hover {
                        background: url(../images_nch/block08c.png) no-repeat;
                    }

    #ntacontent1 .area07 .right {
        float: right;
        width: 33%;
        height: 300px;
    }

        #ntacontent1 .area07 .right .list {
            width: 108px;
            height: 300px;
            margin-left: 3%;
        }

            #ntacontent1 .area07 .right .list .block {
                width: 108px;
                height: 84px;
            }

                #ntacontent1 .area07 .right .list .block .btn3 {
                    background: url(../images_nch/block03.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .right .list .block .btn3:hover {
                        background: url(../images_nch/block03c.png) no-repeat;
                    }

                #ntacontent1 .area07 .right .list .block .btn6 {
                    background: url(../images_nch/block06.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .right .list .block .btn6:hover {
                        background: url(../images_nch/block06c.png) no-repeat;
                    }

                #ntacontent1 .area07 .right .list .block .btn9 {
                    background: url(../images_nch/block09.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    cursor: pointer;
                }

                    #ntacontent1 .area07 .right .list .block .btn9:hover {
                        background: url(../images_nch/block09c.png) no-repeat;
                    }

#ntacontent1 .area08 {
    height: 330px;
    width: 48.5%;
    margin-right: 1%;
    margin-top: 1%;
    float: right;
}

    #ntacontent1 .area08 .left {
        float: left;
        width: 49%;
    }

        #ntacontent1 .area08 .left .top {
            height: 185px;
        }

            #ntacontent1 .area08 .left .top .game {
                height: 185px;
            }

                #ntacontent1 .area08 .left .top .game .game-bg {
                    width: 238px;
                    height: 185px;
                }

                    #ntacontent1 .area08 .left .top .game .game-bg .list_game li {
                        width: 238px;
                    }

                #ntacontent1 .area08 .left .top .game .header {
                    height: 45px;
                    background: url(../images_ch/f_games_title.jpg) no-repeat;
                }

        #ntacontent1 .area08 .left .bottom {
            height: 145px;
        }

            #ntacontent1 .area08 .left .bottom .title {
                height: 45px;
                background: url(../images_ch/f_Identity_title.jpg);
            }

            #ntacontent1 .area08 .left .bottom .list {
                width: 238px;
                height: 100px;
                moz-border-radius-topleft: 15px;
                -moz-border-radius-topright: 15px;
                -moz-border-radius-bottomleft: 15px;
                -moz-border-radius-bottomright: 15px;
                -webkit-border-top-left-radius: 15px;
                -webkit-border-top-right-radius: 15px;
                -webkit-border-bottom-left-radius: 15px;
                -webkit-border-bottom-right-radius: 15px;
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px;
            }

                #ntacontent1 .area08 .left .bottom .list ul {
                    width: 210px;
                    margin: 0 auto;
                }

                #ntacontent1 .area08 .left .bottom .list .block {
                    width: 85px;
                    height: 32px;
                    float: left;
                    text-align: center;
                }

                    #ntacontent1 .area08 .left .bottom .list .block a {
                        color: #000;
                    }

                        #ntacontent1 .area08 .left .bottom .list .block a:hover {
                            color: red;
                        }

                #ntacontent1 .area08 .left .bottom .list .block1 {
                    width: 20px;
                    height: 32px;
                    float: left;
                }

    #ntacontent1 .area08 .right {
        float: right;
        width: 49%;
        background-color: #fff;
    }

        #ntacontent1 .area08 .right .member {
            height: 185px;
        }

            #ntacontent1 .area08 .right .member .title {
                height: 45px;
                background: url(../images_ch/f_member_title.jpg) no-repeat;
            }

            #ntacontent1 .area08 .right .member .contents {
                height: 136px;
                border: 2px solid #9dcb47;
                moz-border-radius-topleft: 15px;
                -moz-border-radius-topright: 15px;
                -moz-border-radius-bottomleft: 15px;
                -moz-border-radius-bottomright: 15px;
                -webkit-border-top-left-radius: 15px;
                -webkit-border-top-right-radius: 15px;
                -webkit-border-bottom-left-radius: 15px;
                -webkit-border-bottom-right-radius: 15px;
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px;
            }

                #ntacontent1 .area08 .right .member .contents .controlbox {
                    font-size: 1.250em;
                    width: 190px;
                    margin-left: 25px;
                }

                    #ntacontent1 .area08 .right .member .contents .controlbox .btn {
                        font-size:1em;
                        font-family: 微軟正黑體;
                        -moz-border-radius-topleft: 10px;
                        -moz-border-radius-topright: 10px;
                        -moz-border-radius-bottomleft: 10px;
                        -moz-border-radius-bottomright: 10px;
                        -webkit-border-top-left-radius: 10px;
                        -webkit-border-top-right-radius: 10px;
                        -webkit-border-bottom-left-radius: 10px;
                        -webkit-border-bottom-right-radius: 10px;
                        border-top-left-radius: 10px;
                        border-top-right-radius: 10px;
                        border-bottom-left-radius: 10px;
                        border-bottom-right-radius: 10px;
                    }

        #ntacontent1 .area08 .right .api {
            height: 145px;
        }

            #ntacontent1 .area08 .right .api .title {
                background: url(../images_ch/f_api_title.jpg) no-repeat;
                height: 45px;
            }

            #ntacontent1 .area08 .right .api .contents {
                background-color: #9dcb47;
                height: 100px;
                moz-border-radius-topleft: 15px;
                -moz-border-radius-topright: 15px;
                -moz-border-radius-bottomleft: 15px;
                -moz-border-radius-bottomright: 15px;
                -webkit-border-top-left-radius: 15px;
                -webkit-border-top-right-radius: 15px;
                -webkit-border-bottom-left-radius: 15px;
                -webkit-border-bottom-right-radius: 15px;
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px;
            }

                #ntacontent1 .area08 .right .api .contents .content {
                    height: 32px;
                    width: 198px;
                    margin: 0 auto;
                    text-align: center;
                    margin-top: 1px;
                }

                    #ntacontent1 .area08 .right .api .contents .content .btnl {
                        float: left;
                    }

                    #ntacontent1 .area08 .right .api .contents .content .btnr {
                        float: right;
                    }

                    #ntacontent1 .area08 .right .api .contents .content div:hover {
                        transform: rotate(0deg) scale(1.049) skew(0deg) translate(0px);
                        -webkit-transform: rotate(0deg) scale(1.049) skew(0deg) translate(0px);
                        -moz-transform: rotate(0deg) scale(1.049) skew(0deg) translate(0px);
                        -o-transform: rotate(0deg) scale(1.049) skew(0deg) translate(0px);
                        -ms-transform: rotate(0deg) scale(1.049) skew(0deg) translate(0px);
                    }

                #ntacontent1 .area08 .right .api .contents .more {
                    height: 20px;
                    text-align: right;
                    margin-right: 20px;
                    margin-top: 1px;
                }

#ntacontent1 .area09 {
    background-color: #000;
    height: 143px;
    width: 982px;
    margin-left: 1%;
    margin-top: 1%;
    float: left;
    background: url(../images_nch/link_bg_ch.png);
}

    #ntacontent1 .area09 #myDiv {
        overflow: hidden;
        height: 100px;
        width: 910px;
        margin-left: 62px;
        margin-top: 20px;
    }

        #ntacontent1 .area09 #myDiv ul {
            float: left;
            list-style: none;
            width: 170px;
            margin-left: 10px;
        }

            #ntacontent1 .area09 #myDiv ul li a {
                display: block;
                width: 168px;
                height: auto;
                padding: 3px;
                text-decoration: none;
            }

                #ntacontent1 .area09 #myDiv ul li a:hover {
                    background-color: #ff7e24;
                    color: #FFF;
                }

#ntacontent1 .area10 {
    width: 982px;
    margin-left: 1%;
    margin-top: 1%;
    float: left;
}

    #ntacontent1 .area10 .link_img {
        width: 186px;
        float: left;
    }

        #ntacontent1 .area10 .link_img a {
            display: block;
            width: 181px;
            height: auto;
            padding: 2px;
            text-decoration: none;
        }

            #ntacontent1 .area10 .link_img a:hover {
                background-color: #ff7e24;
                color: #FFF;
            }

    #ntacontent1 .area10 .mov_left {
        width: 23px;
        float: left;
    }

        #ntacontent1 .area10 .mov_left a:hover {
            -webkit-filter: brightness(1.2);
        }

    #ntacontent1 .area10 .mov_right {
        width: 24px;
        float: right;
    }

        #ntacontent1 .area10 .mov_right a:hover {
            -webkit-filter: brightness(1.2);
        }

    #ntacontent1 .area10 .link1 .header {
        height: 45px;
        background: url(../images_ch/f_link1_title.jpg) no-repeat;
    }

    #ntacontent1 .area10 .link2 .header {
        height: 45px;
        background: url(../images_ch/f_link2_title.jpg) no-repeat;
    }

#article1 {
    margin: 0;
    padding: 0;
    width: 565px;
    display: inline;
    float: right;
}

    #article1 h2 {
        margin: 10px 0;
        padding: 0;
    }

#article {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline;
    float: right;
}

    #article h2 {
        margin: 10px 0;
        padding: 0;
    }

.box {
    position: absolute;
    margin: 0;
    height: 25px;
    color: #333;
}

.boxtime {
    float: left;
    margin-top: 0;
}

.box01-1 {
    width: 250px;
    float: left;
    text-align: center;
}

    .box01-1 .rss {
        width: 380px;
        height: 23px;
    }

    .box01-1 .pr-1 {
        width: auto;
        float: left;
    }

    .box01-1 .print {
        width: 100px;
        height: 23px;
        float: right;
    }

.box01-2 {
    width: 180px;
    float: right;
    height: 25px;
}

    .box01-2 .words-1 {
        margin-left: 0;
        width: auto;
        float: left;
        height: 21px;
        margin-top: 4px;
        font-size: 0.813em;
    }

    .box01-2 .words {
        margin-right: 0;
        width: 20px;
        float: right;
    }

        .box01-2 .words ul {
            text-align: center;
            margin-left: 0;
            margin-bottom: 0;
        }

        .box01-2 .words li {
            display: inline;
            text-decoration: none;
            padding: 2px;
        }

            .box01-2 .words li a {
                text-decoration: none;
                color: #CF6;
            }

                .box01-2 .words li a:hover {
                    text-decoration: none;
                    color: #fff;
                }

.box01-3 {
    width: 175px;
    height: 25px;
    float: left;
    text-align: right;
}

    .box01-3 .wd-1 {
        width: 65px;
        float: left;
        margin: 5px 0 0;
        font-size: 0.813em;
    }

    .box01-3 .img {
        width: 110px;
        float: right;
        margin-top: 2px;
    }

        .box01-3 .img li {
            width: 26px;
            height: 25px;
            float: left;
        }

.box02 {
    margin: 12px 0 0;
    height: 200px;
}

    .box02 .bulletin {
        margin: 0 0 8px;
        height: 30px;
    }

    .box02 .tt {
        width: 200px;
        height: 30px;
        float: left;
    }

    .box02 .message {
        width: 550px;
        height: 30px;
        float: right;
    }

    .box02 .show {
        height: 60px;
        width: 100%;
    }

    .box02 .t1 {
        padding: 3px 15px;
        font-weight: 700;
    }

.box03 {
    margin: 10px 0;
    height: 280px;
    width: 100%;
}

    .box03 .t1 {
        padding: 3px 20px;
        font-weight: 700;
    }

    .box03 .bz {
        height: 300px;
        padding: 10px 0 0 20px;
    }

    .box03 .bz-group {
        width: 400px;
        height: 240px;
        float: right;
        margin-right: 10px;
    }

    .box03 .bz-group-01 {
        width: 180px;
        height: 40px;
        margin: 75px 10px 0 200px;
    }

        .box03 .bz-group-01 .wd {
            font-weight: 700;
            width: 100px;
            float: left;
            padding-left: 20px;
        }

            .box03 .bz-group-01 .wd a {
                text-decoration: none;
            }

                .box03 .bz-group-01 .wd a:hover {
                    text-decoration: none;
                }

            .box03 .bz-group-01 .wd p {
                float: right;
            }

                .box03 .bz-group-01 .wd p img {
                    margin: 0 auto;
                }

    .box03 .bz-group-02a {
        width: 180px;
        height: auto;
        float: left;
        margin: 5px 0 6px;
    }

    .box03 .bz-group-02b {
        width: 180px;
        height: auto;
        float: right;
        margin: 5px 0 6px;
    }

    .box03 .bz-group-02 ul {
        width: 120px;
        margin: -1em 0 20px 3em;
        padding: 0;
    }

    .box03 .bz-group-02 li {
        padding: 0 0 1px 15px;
        margin: 0 0 5px;
        list-style: none;
        letter-spqcing: .2em;
    }

        .box03 .bz-group-02 li a {
            text-decoration: none;
        }

            .box03 .bz-group-02 li a:hover {
                text-decoration: none;
            }

.box04 {
    margin: 0 0 10px;
    width: 100%;
}

.box04-1 {
    width: 120px;
    float: left;
}

.box04-2 {
    width: 430px;
    padding-left: 120px;
    margin-bottom: 20px;
    background: url(../images_ch/img-news.jpg) no-repeat;
}

    .box04-2 a {
        text-decoration: none;
    }

        .box04-2 a:hover {
            text-decoration: none;
        }

    .box04-2 table {
        width: 96%;
        border-spacing: 0;
        border-collapse: collapse;
        margin: .3em;
    }

    .box04-2 td {
        padding: .2em 1em;
        vertical-align: top;
        empty-cells: show;
    }

    .box04-2 th {
        text-align: center;
        white-space: nowrap;
        height: 20px;
    }

.box04-2_eng {
    width: 430px;
    padding-left: 120px;
    margin-bottom: 20px;
}

    .box04-2_eng a {
        text-decoration: none;
    }

        .box04-2_eng a:hover {
            text-decoration: none;
        }

    .box04-2_eng table {
        width: 96%;
        border-spacing: 0;
        border-collapse: collapse;
        margin: .3em;
    }

    .box04-2_eng td {
        padding: .2em 1em;
        vertical-align: top;
        empty-cells: show;
    }

    .box04-2_eng th {
        text-align: center;
        white-space: nowrap;
        height: 20px;
    }

.box05 {
    position: static;
    width: 100%;
    font-family: Arial,Helvetica,sans-serif "微軟正黑體";
    margin: 0 0 10px;
}

    .box05 .img {
        width: 60%;
        height: 60%;
        margin-top: 40px;
        margin-left: 25px;
    }

    .box05 .div0 {
        height: 150px;
        width: 175px;
        float: left;
        margin: 5px;
    }

    .box05 .div1 {
        height: 320px;
        width: 370px;
        margin: 0 5px 5px -10px;
    }

        .box05 .div1 .bgicon img {
            position: absolute;
            z-index: 0;
            height: 322px;
            width: 380px;
        }

    .box05 .div2 {
        height: 320px;
        width: 380px;
        margin: 0 5px 5px 0;
    }

        .box05 .div2 .bgicon img {
            height: 320px;
            width: 380px;
            position: absolute;
            z-index: 1;
        }

    .box05 .div3 {
        height: 320px;
        width: 380px;
        margin: -20px 5px 5px -10px;
    }

    .box05 .div4 {
        background: url(../../images_nch/主題專區區塊.png);
        background-size: 380px 320px;
        height: 320px;
        width: 380px;
        float: left;
        background-repeat: no-repeat;
        margin: -20px 5px 5px -10px;
    }

    .box05 .div5 {
        background: url(../../images_nch/財政統計區塊.png);
        background-size: 380px 320px;
        height: 320px;
        width: 380px;
        float: left;
        background-repeat: no-repeat;
        margin: -20px 5px 5px -10px;
    }

    .box05 .div6 {
        background: url(../../images_nch/便民服務區塊.png);
        background-size: 380px 320px;
        height: 320px;
        width: 380px;
        float: left;
        background-repeat: no-repeat;
        margin: -20px 5px 5px -10px;
    }

    .box05 .div3 .bgicon img {
        position: absolute;
        z-index: 1;
        height: 320px;
        width: 380px;
    }

.wine-box02 {
    margin: 26px 0;
    height: 300px;
}

    .wine-box02 .bulletin {
        margin: 0 0 8px;
        height: 40px;
    }

    .wine-box02 .t1-1 {
        width: 80%;
        height: 26px;
        float: left;
        padding: 3px 20px;
    }

.sublist {
    height: 255px;
    width: 100%;
}

    .sublist .top {
        width: 560px;
        height: 46px;
    }

    .sublist .importtop {
        width: 560px;
        height: 46px;
    }

    .sublist .finance {
        width: 560px;
        height: 46px;
    }

    .sublist .t-word {
        padding: 12px 0 5px 40px;
        width: 500px;
        font-weight: 700;
    }

    .sublist .sumenu {
        width: 545px;
        height: 190px;
        padding: 10px;
    }

    .sublist .fin_sumenu {
        width: 545px;
        height: 100%;
    }

.top-in {
    margin-top: 8px;
    margin-right: 5px;
    float: right;
}

    .top-in input[type="text"] {
        width: 100px;
        height: 20px;
        margin-left: 10px;
    }

.bz-wine {
    width: 400px;
    height: auto;
    float: right;
}

.bz-wine-02a {
    width: 180px;
    height: auto;
    float: left;
}

.bz-wine-02b {
    width: 180px;
    height: auto;
    float: right;
    margin-right: 10px;
}

.bz-wine-02 ul {
    width: 120px;
    margin: -1em 0 25px 4em;
    padding: 0;
}

.bz-wine-02 li {
    padding: 0 0 1px 15px;
    list-style: none;
    letter-spqcing: .2em;
    margin: 0 0 5px;
}

    .bz-wine-02 li a {
        text-decoration: none;
    }

        .bz-wine-02 li a:hover {
            text-decoration: none;
        }

.wine-box {
    height: 320px;
    width: 100%;
    margin: 90px 0 10px;
}

#wine-news {
    margin-left: 3px;
    margin-top: 5px;
}

    #wine-news .wine-news-top {
        display: block;
        width: 280px;
        height: 60px;
    }

        #wine-news .wine-news-top p img {
            float: right;
            padding-top: 23px;
            padding-right: 3px;
        }

    #wine-news .aa_tab_hot {
        clear: left;
        display: block;
        width: 550px;
        height: 250px;
        padding: 5px 0 10px 8px;
    }

        #wine-news .aa_tab_hot ul.tabs {
            width: 545px;
            height: 25px;
        }

            #wine-news .aa_tab_hot ul.tabs li {
                float: left;
                height: 25px;
                line-height: 25px;
                overflow: hidden;
                position: relative;
                border-bottom: none;
                margin-right: 5px;
            }

                #wine-news .aa_tab_hot ul.tabs li a {
                    display: block;
                    padding: 0 10px;
                    text-decoration: none;
                }

        #wine-news .aa_tab_hot .more {
            float: right;
            margin-bottom: -30px;
            width: 80px;
            height: 25px;
        }

    #wine-news .tab_wine_hot {
        clear: left;
        width: 550px;
        height: auto;
        border-top: none;
        font-family: Arial,Helvetica,sans-serif "微軟正黑體";
    }

.tab_wine_hot .tab_wii_hot {
    padding: 5px;
    width: 540px;
}

    .tab_wine_hot .tab_wii_hot th {
        text-align: center;
        white-space: nowrap;
        height: 25px;
        letter-spacing: 1em;
    }

    .tab_wine_hot .tab_wii_hot td {
        padding-bottom: 5px;
        padding-top: 4px;
    }

        .tab_wine_hot .tab_wii_hot td a {
            padding-left: 3px;
            padding-top: 4px;
            letter-spacing: 1px;
            text-decoration: none;
        }

.attest {
    margin: 0 0 10px;
    height: 135px;
    width: 100%;
}

.attest-1 {
    height: 110px;
    width: 140px;
    float: left;
    padding: 10px;
}

.attest-2 {
    height: 110px;
    width: 400px;
    float: right;
    padding: 8px 0;
}

    .attest-2 a {
        text-decoration: none;
    }

        .attest-2 a:hover {
            text-decoration: none;
        }

    .attest-2 table {
        width: 96%;
        border-spacing: 0;
        border-collapse: collapse;
        margin: .3em;
    }

    .attest-2 td {
        padding: .2em 1em;
        vertical-align: top;
        empty-cells: show;
    }

    .attest-2 th {
        text-align: center;
        white-space: nowrap;
        background: 00B454;
        height: 20px;
    }

.content-Grid {
    width: 45%;
    clear: left;
    display: block;
    min-height: 250px;
    background-repeat: repeat-y;
    margin-top: 100px;
    margin-right: 0;
    margin-left: 35px;
    position: relative;
    z-index: 2;
}

    .content-Grid td {
        padding-bottom: 5px;
        padding-top: 4px;
        color: #000;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

        .content-Grid td a {
            padding-top: 4px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #333;
        }

            .content-Grid td a:hover {
                color: red;
            }

            .content-Grid td a.more {
                color: red;
                margin-right: 10px;
            }

    .content-Grid td {
        letter-spqcing: .2em;
        border-bottom: dotted 1px #484848;
        line-height: 18px;
    }

    .content-Grid .noborder td {
        border-style: none;
    }

    .content-Grid li a {
        color: #000;
        font-size:0.938em;
    }

#content-hot {
    margin-left: 3px;
    margin-top: 3px;
}

    #content-hot .content-hot-top {
        display: block;
        width: 45%;
        height: 62px;
        background-repeat: no-repeat;
    }

        #content-hot .content-hot-top p img {
            float: right;
            padding-top: 23px;
            padding-right: 3px;
        }

    #content-hot .abgne_tab_hot {
        position: absolute;
        z-index: 10;
        border-radius: 20px;
        clear: left;
        display: block;
        min-height: 280px;
        background-repeat: repeat-y;
        padding: 5px 0 10px 8px;
    }

        #content-hot .abgne_tab_hot ul.tabs {
            height: 40px;
            margin: 5px 0 0 7px;
        }

            #content-hot .abgne_tab_hot ul.tabs li {
                float: left;
                position: relative;
                overflow: hidden;
                margin-bottom: -1px;
                border-bottom: none;
                border-left: none;
                background: rgba(0%,0%,0%,0);
                width: 170px;
                top: 0;
                left: 0;
            }

        #content-hot .abgne_tab_hot .a1 a {
            background: url(../images_nch/新聞稿A.jpg);
            margin-top: 4px;
            margin-left: 4px;
            border-top-left-radius: 15px;
        }

        #content-hot .abgne_tab_hot .a2 a {
            background: url(../images_nch/最新消息B.jpg);
            margin-top: 4px;
            border-top-right-radius: 15px;
        }

        #content-hot .abgne_tab_hot ul.tabs li a {
            display: block;
            text-decoration: none;
            height: 45px;
        }

        #content-hot .abgne_tab_hot ul.tabs li.a1.active {
            visibility: hidden;
        }

        #content-hot .abgne_tab_hot ul.tabs li.a2.active {
            visibility: hidden;
        }

    #content-hot .tab_wine_hot {
        clear: left;
        width: 550px;
        height: auto;
        border-top: none;
    }

.tab_content_hot {
    padding: 20px;
}

    .tab_content_hot th {
        text-align: center;
        white-space: nowrap;
        height: 25px;
        letter-spacing: 1em;
    }

    .tab_content_hot td {
        font-family: Arial,Helvetica,sans-serif "微軟正黑體";
        padding-bottom: 5px;
        padding-top: 4px;
    }

        .tab_content_hot td a {
            font-size:0.938em;
            padding-top: 4px;
            letter-spacing: 1px;
            text-decoration: none;
        }

            .tab_content_hot td a.more {
                margin-right: 10px;
            }

#content-hot .content-hot-under {
    display: block;
    width: 251px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: bottom;
}

#content-hot .gv-style {
    display: table-cell;
    width: 220px;
    height: 38px;
    overflow: hidden;
    vertical-align: middle;
}

.box06 {
    margin: 0 0 10px;
    width: 100%;
    min-height: 185px;
}

.box06-1 {
    width: 120px;
    min-height: 185px;
    float: left;
}

.box06-2 {
    width: 430px;
    min-height: 185px;
    float: right;
}

    .box06-2 a {
        text-decoration: none;
    }

        .box06-2 a:hover {
            text-decoration: none;
        }

    .box06-2 table {
        width: 96%;
        border-spacing: 0;
        border-collapse: collapse;
        margin: .2em .2em 1em;
    }

    .box06-2 td {
        padding: .2em 1em;
        vertical-align: top;
        empty-cells: show;
    }

    .box06-2 th {
        text-align: center;
        white-space: nowrap;
        height: 20px;
    }

.box06-2_eng {
    width: 430px;
    padding-left: 120px;
    margin-bottom: 20px;
}

    .box06-2_eng a {
        text-decoration: none;
    }

        .box06-2_eng a:hover {
            text-decoration: none;
        }

    .box06-2_eng table {
        width: 96%;
        border-spacing: 0;
        border-collapse: collapse;
        margin: .2em;
    }

    .box06-2_eng td {
        padding: .2em 1em;
        vertical-align: top;
        empty-cells: show;
    }

    .box06-2_eng th {
        text-align: center;
        white-space: nowrap;
        height: 20px;
    }

#ntasubTop {
    margin: 0;
    padding: 0;
    width: 180px;
    height: 20px;
    clear: both;
    background: url(../images_nch/left_Top.png) no-repeat;
}

#ntasubLeft {
    margin: 0;
    padding: 0;
    width: 180px;
    height: 900px;
    float: left;
    display: inline;
    background: url(../images_nch/left_center.png) repeat-y;
}

#ntasub01 {
    margin: 0;
    padding: 0;
    width: 200px;
    float: left;
    display: inline;
}

    #ntasub01 .search {
        margin: 0;
        padding: 0 5px 8px 0;
        width: 200px;
    }

    #ntasub01 .search-01 {
        padding: 6px 0;
        width: 200px;
        height: 20px;
    }

    #ntasub01 .search-02 {
        padding: 6px 0;
        width: 200px;
        height: 20px;
        text-align: right;
    }

    #ntasub01 h4 {
        padding: 5px 20px;
        letter-spacing: .2em;
    }

    #ntasub01 h2 {
        padding: 5px 20px;
        letter-spacing: .2em;
        font-size:1em;
    }

    #ntasub01 h3 {
        margin: 20px 0 0;
        padding: 0;
    }

#ntasubLeft .sideMenuBlock dl {
    margin-bottom: 20px;
}

#ntasubLeft .sideMenuBlock dt {
    font-weight: 700;
    padding-top: 8px;
    text-indent: 10px;
    min-height: 26px;
    margin: 10px 0;
    height: auto !important;
    height: 26px;
}

#ntasubLeft .sideMenuBlock dl dd {
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
}

    #ntasubLeft .sideMenuBlock dl dd ul {
        list-style: none;
        width: 155px;
        margin: 0 auto;
    }

        #ntasubLeft .sideMenuBlock dl dd ul li a {
            display: block;
            width: 145px;
            min-height: 24px;
            height: auto !important;
            height: 24px;
            padding: 6px 0 2px 10px;
            background-repeat: no-repeat;
            background-position: 2px 13px;
            text-decoration: none;
        }

            #ntasubLeft .sideMenuBlock dl dd ul li a:hover {
                text-decoration: none;
            }

#ntasub01 .sideMenuBlock dl {
    margin-bottom: 20px;
}

#ntasub01 .sideMenuBlock dt {
    font-weight: 700;
    padding-top: 8px;
    text-indent: 10px;
    min-height: 26px;
    margin: 10px 0;
    height: auto !important;
    height: 26px;
}

#ntasub01 .sideMenuBlock dl dd {
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
}

    #ntasub01 .sideMenuBlock dl dd ul {
        list-style: none;
        width: 155px;
        margin: 0 auto;
    }

        #ntasub01 .sideMenuBlock dl dd ul li a {
            display: block;
            width: 145px;
            min-height: 24px;
            height: auto !important;
            height: 24px;
            padding: 6px 0 2px 10px;
            background-repeat: no-repeat;
            background-position: 2px 13px;
            text-decoration: none;
        }

            #ntasub01 .sideMenuBlock dl dd ul li a:hover {
                text-decoration: none;
            }

.minor_menu ul {
    padding: 0 5px;
    text-align: center;
}

.minor_menu li {
    width: 200px;
    height: 40px;
    float: left;
    line-height: 20px;
    position: relative;
}

.minor_menu a {
    margin: 0;
    display: block;
    height: 40px;
    padding-bottom: 10px;
    text-decoration: none;
    line-height: 40px;
    padding-left: 20px;
}

    .minor_menu a.btn1 {
        background-position: 0 0;
    }

        .minor_menu a.btn1:hover {
            background-position: 0 -50px;
        }

.minor_menu .btn2 {
    background-position: 0 -100px;
}

.minor_menu a.btn2:hover {
    background-position: 0 -150px;
}

.minor_menu .btn3 {
    background-position: 0 -200px;
}

.minor_menu a.btn3:hover {
    background-position: 0 -250px;
}

.minor_menu .btn4 {
    background-image: url(../images/icon3-1.png);
}

.minor_menu a.btn4:hover {
    background-image: url(../images/icon3-2.png);
}

#ntasub02 {
    margin: 0;
    padding: 0;
    width: 240px;
    float: right;
    display: inline;
}

    #ntasub02 .search-top {
        margin-top: 5px;
        margin-right: 5px;
    }

        #ntasub02 .search-top td {
            color: #333;
        }

            #ntasub02 .search-top td a img {
                padding-right: 6px;
            }

    #ntasub02 .search-in {
        margin-top: 3px;
        margin-right: 5px;
    }

        #ntasub02 .search-in input[type="text"] {
            width: 120px;
            height: 20px;
        }

    #ntasub02 .search-under p a {
        text-decoration: none;
    }

        #ntasub02 .search-under p a:hover {
            text-decoration: underline;
        }

    #ntasub02 .area {
        margin-top: 10px;
        margin-right: 6px;
        margin-left: 0;
    }

    #ntasub02 .content-area-top {
        display: block;
        width: 205px;
        height: 60px;
    }

    #ntasub02 .content-area-bg {
        display: block;
        width: 205px;
        height: 95px;
    }

        #ntasub02 .content-area-bg ul {
            width: 190px;
            margin: 0 auto;
        }

            #ntasub02 .content-area-bg ul li {
                float: left;
                padding: 1px;
            }

    #ntasub02 .eng-area-top {
        display: block;
        width: 205px;
        height: 60px;
    }

    #ntasub02 .eng-area-bg {
        display: block;
        width: 205px;
        height: 95px;
    }

        #ntasub02 .eng-area-bg ul {
            width: 190px;
            margin: 0 auto;
        }

            #ntasub02 .eng-area-bg ul li {
                float: left;
                padding: 0 3px;
            }

    #ntasub02 .content-area-under {
        clear: both;
        display: block;
        width: 205px;
        height: 36px;
    }

    #ntasub02 .weather1 {
        width: 100%;
    }

    #ntasub02 .news {
        margin: 10px 5px 5px;
    }

    #ntasub02 .news-title {
        padding: 10px 10px 0 30px;
        font-weight: 700;
        width: 90px;
        height: 25px;
        float: left;
    }

    #ntasub02 .news p {
        float: right;
    }

        #ntasub02 .news p img {
            margin-right: 10px;
            padding-top: 3px;
        }

    #ntasub02 .news-top {
        clear: both;
        display: block;
        width: 200px;
        height: 11px;
        margin: 0 auto;
    }

    #ntasub02 .news-bg {
        display: block;
        width: 200px;
        height: 70px;
        margin-left: 3px;
        background: url(../images_ch/newsbg-02.jpg) repeat-y;
    }

    #ntasub02 .news-under {
        display: block;
        width: 200px;
        height: 20px;
        margin-left: 3px;
        background-repeat: no-repeat;
    }

    #ntasub02 .news table {
        padding: 10px;
        margin-left: 10px;
    }

    #ntasub02 .news td {
        padding: 2px;
    }

        #ntasub02 .news td a img {
            padding-right: 6px;
        }

    #ntasub02 .news-in {
        margin: 0 auto;
        margin-right: 10px;
    }

        #ntasub02 .news-in input[type="text"] {
            width: 100px;
            height: 20px;
        }

    #ntasub02 .hot {
        margin-left: 3px;
        margin-top: 3px;
    }

        #ntasub02 .hot .web-top {
            display: block;
            width: 200px;
            height: 40px;
        }

        #ntasub02 .hot .web-entop {
            display: block;
            width: 200px;
            height: 40px;
        }

            #ntasub02 .hot .web-entop p img {
                float: right;
                padding-top: 10px;
                padding-right: 5px;
            }

        #ntasub02 .hot .web-top p img {
            float: right;
            padding-top: 10px;
            padding-right: 5px;
        }

        #ntasub02 .hot .web-bg {
            display: block;
            width: 200px;
            height: auto;
        }

            #ntasub02 .hot .web-bg ul {
                width: 150px;
                margin-left: 16px;
                padding: 8px 0;
            }

                #ntasub02 .hot .web-bg ul li a {
                    display: block;
                    width: 150px;
                    height: auto;
                    padding: 3px;
                    text-decoration: none;
                }

                    #ntasub02 .hot .web-bg ul li a:hover {
                        background-repeat: no-repeat;
                        background-position: right;
                    }

    #ntasub02 .hot-under {
        display: block;
        width: 200px;
        height: 15px;
    }

    #ntasub02 .vedio {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        float: right;
    }

    #ntasub02 .vedio-title {
        padding: 10px 10px 0 30px;
        width: 80px;
        height: 25px;
        float: left;
    }

    #ntasub02 .vedio p {
        float: right;
    }

        #ntasub02 .vedio p img {
            margin-right: 10px;
            padding-top: 3px;
        }

    #ntasub02 .vedio-top {
        clear: both;
        display: block;
        width: 200px;
        height: 10px;
        margin: 0 auto;
    }

    #ntasub02 .vedio-bg {
        display: block;
        width: 170px;
        height: 100px;
    }

        #ntasub02 .vedio-bg p {
            display: block;
            width: 170px;
            height: 100px;
            margin-right: 10px;
        }

    #ntasub02 .vedio-under {
        display: block;
        width: 200px;
        height: 45px;
        background-repeat: no-repeat;
    }

        #ntasub02 .vedio-under p {
            display: block;
            width: 180px;
            height: auto;
            float: left;
            margin-left: 20px;
        }

#ntasub03 {
    margin: 0;
    padding: 0;
    width: 240px;
    float: right;
    display: inline;
}

    #ntasub03 .share1 {
        margin: 0;
        background-color: #fff;
    }

    #ntasub03 .news {
        margin: 0;
        height: 150px;
    }

    #ntasub03 .news-title {
        width: 240px;
        font-weight: 700;
        float: left;
    }

    #ntasub03 .news p img {
        margin-right: 10px;
        padding-top: 3px;
    }

    #ntasub03 .news-bg {
        display: block;
        width: 100%;
        height: 70px;
    }

    #ntasub03 .news td {
        padding: 2px;
    }

        #ntasub03 .news td a img {
            padding-right: 6px;
        }

    #ntasub03 .news-in {
        margin: 0 auto;
        margin-right: 10px;
    }

    #ntasub03 .area {
        margin: 0;
    }

    #ntasub03 .content-area-top {
        display: block;
        height: 55px;
    }

    #ntasub03 .content-area-bg {
        display: block;
        width: 240px;
        height: 95px;
    }

        #ntasub03 .content-area-bg ul {
            width: 190px;
            margin: 0 auto;
        }

            #ntasub03 .content-area-bg ul li {
                float: left;
                padding: 1px;
            }

    #ntasub03 .hot .web-top {
        display: block;
        width: 240px;
        height: 45px;
        background-color: #fff;
    }

        #ntasub03 .hot .web-top p img {
            float: right;
        }

    #ntasub03 .hot .web-bg {
        display: block;
        width: 100%;
        height: auto;
        border: 1.5px #CDCBCA solid;
        border-radius: 10px;
    }

        #ntasub03 .hot .web-bg ul {
            padding: 8px 0;
            margin-left: 30px;
        }

            #ntasub03 .hot .web-bg ul li a {
                display: block;
                width: 170px;
                height: auto;
                padding: 3px;
                text-decoration: none;
            }

                #ntasub03 .hot .web-bg ul li a:hover {
                    background-repeat: no-repeat;
                    background-position: right;
                }

#footer {
    margin: 0 auto;
    clear: both;
    width: 1002px;
    padding: 0;
}

    #footer .web2 {
        background: url(../../images_nch/web20.png);
        height: 72px;
        background-repeat: repeat-y;
        text-align: left;
    }

        #footer .web2 li {
            width: 60px;
            height: 50px;
            float: left;
            line-height: 20px;
            position: relative;
            margin-top: 10px;
        }

        #footer .web2 a {
            margin: 0;
            display: block;
            height: 40px;
            padding-bottom: 10px;
            text-decoration: none;
            line-height: 40px;
            padding-left: 20px;
        }

        #footer .web2 .fb {
            margin-left: 35%;
            background: url(../../images_nch/icon-fbT.png);
        }

            #footer .web2 .fb a:hover {
                background: url(../../images_nch/icon-fb.png);
            }

        #footer .web2 .twitter {
            background: url(../../images_nch/webT.png);
        }

            #footer .web2 .twitter a:hover {
                background: url(../../images_nch/webT1.png);
            }

        #footer .web2 .youtube {
            background: url(../../images_nch/icon-youtube.png);
        }

            #footer .web2 .youtube a:hover {
                background: url(../../images_nch/icon-youtube1.png);
            }

    #footer .web {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images_nch/icon-web2.png',sizingMethod='scale');
        background: url(../../images_nch/icon-web2.png);
        height: 110px;
        background-size: 100% 110px;
        background-repeat: repeat-y;
        text-align: center;
    }

        #footer .web ul li {
            top: 20px;
            display: inline-block;
            padding-right: 100px;
        }

            #footer .web ul li a {
                padding: 0;
                bottom: 8px;
            }

        #footer .web li a img {
            border: none;
        }

#foo_table2 {
    margin: 0 auto;
    clear: both;
    width: 1002px;
    height: 250px;
    padding: 0;
    text-align: center;
    background: url(../images_ch/footer_bg2.png);
}

    #foo_table2 .selectTop ul {
        display: inline;
        width: 200px;
        margin: 0 auto 20px;
    }

        #foo_table2 .selectTop ul li {
            display: inline;
        }

    #foo_table2 .selectTop #u1 {
        font-size: 0.875em;
    }

    #foo_table2 .selectTop ul li a {
        text-decoration: none;
    }

        #foo_table2 .selectTop ul li a:hover {
            text-decoration: none;
        }

    #foo_table2 .selectTop p {
        text-align: justify;
        clear: both;
        padding-top: 5px;
    }

        #foo_table2 .selectTop p a {
            text-decoration: none;
        }

            #foo_table2 .selectTop p a:hover {
                text-decoration: none;
            }

#foo_table {
    width: 982px;
    padding: 0 10px;
    border-collapse: separate;
    background: url(../images_ch/footer_bg.png) no-repeat;
    background-size: cover;
    display: none;
}

    #foo_table td {
        vertical-align: top;
    }

    #foo_table .Top_title {
        font-family: 微軟正黑體;
        line-height: 25px;
        margin-top: 10px;
        text-decoration: none;
        color: #000;
        font-size: 1.125em;
        padding-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #3795d2;
    }

    #foo_table .Top_li a:link, a:visited {
        font-family: 微軟正黑體;
        text-decoration: none;
        font-size:0.938em;
    }

    #foo_table .Top_li a {
        line-height: 25px;
    }

    #foo_table .Top_li {
        width: 180px;
    }

#foo_table2 .select ul {
    width: 550px;
    margin: 10px auto 20px;
}

    #foo_table2 .select ul li {
        float: left;
    }

        #foo_table2 .select ul li a {
            text-decoration: none;
        }

            #foo_table2 .select ul li a:hover {
                text-decoration: none;
            }

#foo_table2 .select p {
    font-size: 0.875em;
    text-align: justify;
    clear: both;
    padding-top: 5px;
}

    #foo_table2 .select p a {
        text-decoration: none;
    }

        #foo_table2 .select p a:hover {
            text-decoration: none;
        }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
}

.font3 {
    font-size:0.938em;
}

.width200 {
    width: 200px;
}

.ItemStyle120 {
    width: 120px;
}

.width150 {
    width: 150px;
}

.width255 {
    width: 120px;
}

.width120 {
    width: 120px;
    margin: 0;
}

.gpan {
    color: Red;
    font-size: 0.750em;
}

#FbTw {
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

    #FbTw ul {
        list-style: none;
        height: 40px;
        width: 100px;
        margin: 20px;
        padding: 20px;
        white-space: nowrap;
    }

        #FbTw ul li {
            display: inline;
            letter-spacing: 50px;
            text-align: center;
            margin-left: 20px;
        }

            #FbTw ul li a {
                display: inline-block;
                color: #03F;
                text-decoration: none;
                font-size: 0.750em;
            }

    #FbTw img {
        height: 40px;
        width: 60px;
    }

.boxCenter01 {
    margin: 10px 0;
    height: 280px;
    width: 100%;
}

    .boxCenter01 .t1 {
        padding: 3px 20px;
        font-weight: 700;
    }

.but01 {
    margin-bottom: 10px;
}

.ntahead_logo {
    width: 32%;
    height: 70px;
    float: left;
}

.ntahead_logo_right1 {
    width: 67%;
    height: 35px;
    float: left;
    margin-left: 1%;
}

.ntahead_logo_right2 {
    width: 67%;
    height: 35px;
    float: left;
    margin-left: 1%;
}

.news2 {
    width: 50%;
    background: #963;
    height: 320px;
    float: left;
}

.turn_banner {
    width: 49%;
    background: #993633;
    height: 230px;
    float: left;
    margin-left: 1%;
}

.web20 {
    width: 49%;
    background: #936433;
    height: 80px;
    float: left;
    margin-left: 1%;
}

.news_message {
    width: 50%;
    background: #936433;
    height: 280px;
    float: left;
    clear: both;
}

.import_message {
    width: 49%;
    background: #936433;
    height: 280px;
    float: left;
    margin-left: 1%;
}

.subject1 {
    width: 24%;
    background: #993633;
    height: 340px;
    float: left;
    clear: both;
}

.subject2 {
    width: 23%;
    background: #933633;
    height: 340px;
    float: left;
    margin-left: 2%;
}

.subject3 {
    width: 23%;
    background: #933633;
    height: 340px;
    float: left;
    margin-left: 2%;
}

.subject4 {
    width: 24%;
    background: #933633;
    height: 340px;
    float: left;
    margin-left: 2%;
}

.menu_phone {
    width: 50%;
    background: #936433;
    height: 320px;
    float: left;
    clear: both;
}

.audio {
    width: 49%;
    background: #936433;
    height: 320px;
    float: left;
    margin-left: 1%;
    background-repeat: no-repeat;
    background-image: url(../../images_ch/audio.png);
}

.relate_link {
    width: 99%;
    background: #936433;
    height: 230px;
    float: left;
}

.foot_menu {
    width: 99%;
    background: #936433;
    height: 370px;
    float: left;
    margin-top: -7px;
    margin-left: 6px;
}

.foot_down {
    width: 99%;
    background: #936433;
    height: 200px;
    float: left;
    margin-top: -7px;
    margin-left: 6px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    top: 30%;
    left: 30%;
    margin: -50px 0 0 -300px;
}

.search_textfield {
    float: left;
    width: 99%;
    height: 37px;
    overflow: hidden;
    position: relative;
    border-color: #3788a3;
    border-width: 1px;
    margin-top: 3px;
    z-index: 0;
}

.searchGo {
    width: 50px;
    height: 34px;
    margin-top: 6px;
    z-index: 0;
}

.searchGo2 {
    width: 100px;
    height: 34px;
    margin-top: 6px;
    z-index: 0;
}

.search_text {
    width: 57%;
    float: left;
}

.account_textfield {
    float: left;
    width: 25%;
    height: 27px;
    overflow: hidden;
    position: relative;
    border-color: #3788a3;
    border-width: 1px;
    margin-top: 55px;
    margin-left: 340px;
    z-index: 0;
}

.password_textfield {
    float: left;
    width: 25%;
    height: 27px;
    overflow: hidden;
    position: relative;
    border-color: #3788a3;
    border-width: 1px;
    margin-top: 3px;
    margin-left: 340px;
    z-index: 0;
}

.forget {
    margin-top: 5px;
    margin-left: 293px;
    z-index: 0;
}

.add_1 {
    margin-top: -28px;
    margin-left: 402px;
    z-index: 0;
}

.add_2 {
    margin-top: 10px;
    margin-left: 402px;
    z-index: 0;
}

.budget {
    margin-top: 50px;
    margin-left: 271px;
    z-index: 0;
}

.pay {
    margin-top: -35px;
    margin-left: 375px;
    z-index: 0;
}

.income {
    margin-top: 2px;
    margin-left: 271px;
    z-index: 0;
}

.debts {
    margin-top: -35px;
    margin-left: 375px;
    z-index: 0;
}

.api_more {
    margin-top: -95px;
    margin-left: 435px;
    z-index: 0;
}

.TopicPart {
    width: 24%;
    float: left;
    text-align: center;
    margin-top: 2%;
}

    .TopicPart img {
        width: 80%;
    }

#Topic div:nth-child(5) {
    clear: left;
}

#Topic {
    width: 90%;
    height: 350px;
    margin: 0 auto;
}

#footer .hr {
    background-color: #B8B8B8;
    height: 15px;
}

div#footer {
    background-color: #CDDEE8;
    margin: 0 auto;
    clear: both;
    width: 100%;
    height: initial;
    padding: 0;
}

#footer .selectTop1 ul {
    list-style: none;
    margin: 0 auto;
    width: 500px;
}

    #footer .selectTop1 ul li {
        display: inline;
    }

        #footer .selectTop1 ul li a img {
            width: 30%;
        }

#footer .selectTop ul {
    font-size: 0.875em;
    text-align: center;
    margin-bottom: 20px;
}

div#FooterImg {
    float: right;
    margin-top: -40px;
}

#footer .select {
    width: 682px;
    margin: 0 auto;
    min-height: 60px;
}

.nav, .navmenu, #RwdMenu {
    display: none;
}

@media screen and (max-width: 1024px) and (min-width: 770px) {
    #ntacontainer, #ntahead, #ntacontent1 {
        width: 99vw;
    }

        #ntahead .gnav {
            width: 80%;
        }

        #ntahead .menu, #ntahead img:nth-child(4) {
            width: 100% !important;
            margin: initial !important;
            height: initial !important;
        }

        #ntacontent1 .area04 {
            width: 100%;
            height: initial !important;
        }

            #ntacontent1 .area04 .right {
                height: initial !important;
            }

                #ntacontent1 .area04 .right .info, #ntacontent1 .area04 .right .vedio {
                    width: 40%;
                    height: initial !important;
                    float: left;
                    margin: 0 5%;
                }

                    #ntacontent1 .area04 .right .info .info-bg {
                        height: initial !important;
                    }

                        #ntacontent1 .area04 .right .info .info-bg img {
                            width: 100%;
                            height: 100%;
                        }

                    #ntacontent1 .area04 .right .info p {
                        margin: 27vw 0 0 34.6vw !important;
                    }

                    #ntacontent1 .area04 .right .vedio .vedio-bg {
                        height: 30vw;
                    }

                    #ntacontent1 .area04 .right .vedio iframe {
                        width: 100%;
                        height: 30vw;
                    }

                    #ntacontent1 .area04 .right .vedio p {
                        margin: 27vw 0 0 34.5vw !important;
                    }

        #ntacontent1 .area05 {
            width: 100%;
            height: 415px;
        }

        #ntacontent1 .area10 {
            width: 100%;
        }

    .area10 div:nth-child(3), #box1 {
        width: 80% !important;
    }

    #ntacontent1 .area04 .right .header:nth-child(2) {
        margin-left: 55%;
    }
}

@media screen and (max-width: 769px) {
    body {
        width: 99vw;
    }

    #RwdMenu {
        display: initial;
    }

    .navmenu {
        display: block;
        position: fixed;
    }

    #menu_div {
        position: fixed;
        right: 3%;
        top: 10px;
        padding: 9px 14px;
        background-color: #FFF;
        display: none;
        width: 27px;
        height: 30px;
    }

    .navmenu {
        position: fixed;
        display: none;
        z-index: 1000;
    }

    .navlogo {
        border: 0;
        padding-top: 10px;
        padding-left: 10px;
        display: block;
        float: left;
    }

        .navlogo img {
            height: 70px;
        }

    nav {
        display: none;
        float: left;
        width: 40%;
        position: fixed;
        top: 37px;
        z-index: 200;
        text-align: left;
        background: #167ac6;
        overflow: scroll;
        overflow-x: initial;
        height: 100vh;
    }

    .nav ul {
        margin: 0;
        padding: 0;
    }

        .nav ul > li > ul > li a:link {
            background: #167ac6;
            color: #fff !important;
        }

        .nav ul > li > ul > li a:hover {
            background-color: #1f6698;
        }

        .nav ul > li > ul > li > ul > li a:link {
            background: #167ac6;
            color: #64ace1 !important;
        }

        .nav ul > li > ul > li > ul > li a:hover {
            background-color: #167ac6;
        }

        .nav ul > li > ul > li a:visited {
            color: #64ace1 !important;
        }

    .nav li {
        position: relative;
        float: left;
        list-style: none;
        border-bottom: 1px solid #FFF;
        background-size: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #fff;
        display: block;
        padding: 20px 10px 10px 20px;
        margin: 0;
    }

        .nav li:last-child {
            border-bottom: 0 solid #FFF;
        }

    .nav > ul > li a {
        display: block;
        padding: 8px 25px;
        text-decoration: none;
        color: #FFF;
    }

    .nav li:hover {
        background-color: #167ac6;
    }

    .nav li ul {
        display: none;
        position: absolute;
        top: 100%;
    }

    .nav li:hover ul {
        display: block;
        right: 0;
        left: 0;
        top: 100%;
    }

    .toggle {
        display: none;
    }

    .arrow-bottom {
        position: absolute;
        top: 25px;
        right: 13px;
        margin-left: 5px;
        border-top: 4px solid #FFF;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        width: 1px;
        height: 1px;
    }

    .navmenu {
        display: block;
        width: 100%;
        background: #FFF;
        height: 35px;
        top: 0;
    }

    .nav {
        display: none;
    }

    .toggle {
        display: block;
        position: absolute;
        top: 0;
        z-index: 1000;
        padding: 5px 7px 2px;
        background-color: #FFF;
        cursor: default;
    }

    .nav li {
        float: none;
    }

        .nav li a {
            color: #fff;
        }

        .nav li:hover ul {
            position: relative;
            display: block;
            background: transparent;
        }

            .nav li:hover ul li {
                background: transparent;
            }

                .nav li:hover ul li a {
                    padding-left: 30px;
                }

    .arrow-bottom {
        top: 20px;
    }

    #ntahead img:nth-child(4) {
        width: 99vw;
        height: initial;
    }

    div#ntacontent1 {
        width: 99vw;
    }

    #ntacontent1 .area03, #ntacontent1 .area01 {
        width: 47%;
    }

    #ntacontent1 .area05 {
        height: initial;
        width: 99%;
    }

        #ntacontent1 .area05 .left, #ntacontent1 .area05 .middle, #ntacontent1 .area05 .right {
            width: 45%;
            background-size: 100% 415px;
            margin-top: 5%;
            background-repeat: no-repeat;
        }

    div#ntacontainer {
        width: 99vw !important;
    }

    div#ntahead {
        width: 99vw;
    }

    .box01-2 {
        display: none;
    }

    #ntahead h1 {
        width: 190px;
    }

    .area04 {
        background-color: #fff;
        height: 380px;
        width: 35.5% !important;
        margin-top: 815px;
        float: right;
        position: absolute;
        right: 59px;
    }

    .area10 {
        width: 95vw !important;
    }

        .area10 div:nth-child(1) {
            width: 96% !important;
        }

        .area10 div:nth-child(3) {
            width: 80% !important;
        }

    #ntahead .search_header {
        display: none;
    }

    .select {
        width: 100% !important;
    }

    .TopicPart {
        width: 25%;
    }

    #Topic {
        width: 100%;
        height: 50vw;
    }

    .TopicPart img {
        width: 90%;
    }

    #ntahead h1 {
        top: 35px !important;
        width: 25% !important;
    }

        #ntahead h1 img {
            width: 100%;
        }

    #ntacontent1 .area05 .right .bz-group-02 li {
        width: 91%;
    }

    #ntacontent1 .area04 .right .info p, #ntacontent1 .area04 .right .vedio p {
        right: 0;
        width: initial !important;
    }

    .area05 .right .bz .bz-group div:nth-child(2) {
        position: absolute;
        right: 10px;
        top: 390px;
        width: initial !important;
    }

    .gnav {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    body {
        width: 97vw;
    }

    .toggle {
        display: block;
        position: absolute;
        top: 0;
        z-index: 1000;
        padding: 5px 7px 2px;
        background-color: #FFF;
        cursor: pointer;
    }

    nav#nav {
        width: 100%;
    }

    #ntacontent1 .area03, #ntacontent1 .area01 {
        width: 90%;
        float: initial;
        margin: 0 auto;
    }

    #ntacontent1 .area05 .left, #ntacontent1 .area05 .middle, #ntacontent1 .area05 .right {
        width: 80%;
        margin: 0 auto;
        margin-top: 5%;
        float: initial;
    }

    .area04 {
        float: initial !important;
        position: initial;
        width: 100% !important;
        margin: initial !important;
        right: 0;
    }

    #ntacontent1 .area04 .right {
        width: 100%;
    }

        #ntacontent1 .area04 .right .info, #ntacontent1 .area04 .right .vedio {
            width: 75%;
            margin: 0 auto;
            height: 250px;
        }

            #ntacontent1 .area04 .right .info p, #ntacontent1 .area04 .right .vedio p {
                margin: 121px 46px 0 0 !important;
            }

            #ntacontent1 .area04 .right .info p {
                margin-top: 210px !important;
            }

        #ntacontent1 .area04 .right .header:nth-child(2) {
            width: 80%;
            margin: 0 auto;
            margin-top: 36px !important;
        }

        #ntacontent1 .area04 .right .info .info-bg {
            height: 232px;
        }

            #ntacontent1 .area04 .right .info .info-bg img {
                width: 357px !important;
                height: initial !important;
            }

    #footer .selectTop1 ul {
        width: 100%;
    }
}
