﻿

.mainBlk {
    clear: both;
    padding: 20px 0 0 0;
    background: #fff none repeat 0 0;
    overflow: hidden;
    background: #fff url(../images/bg-main.png) repeat-y center top;
}

    .mainBlk.oneCol {
        background: #fff none repeat-y 225px center;
    }

    .mainBlk .accessibility {
        left: 0;
        top: -15px;
    }

        .mainBlk .accessibility a {
            color: #f7fcfd;
        }

.leftBlk {
    display: block;
    width: 22.9166666%;
    position: relative;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}

.rightBlk {
    display: block;
    width: 72.916666%;
    position: relative;
    float: left;
}

.centerBlk {
    display: block;
    width: 100%;
    position: relative;
}

.leftNavBlk {
    clear: both;
}

    .leftNavBlk .title {
        font-size: 1.25em;
        color: #fff;
        height: 105px;
        line-height: 180px;
        padding: 10px 0 10px 10px;
        border-top: 4px solid #134caa;
        font-weight: bold;
        background: pink none no-repeat 0 0;
    }

        .leftNavBlk .title.t01 {
            background: transparent url(../images/titleImg-01.png) no-repeat 0 0;
        }

        .leftNavBlk .title.t02 {
            background: transparent url(../images/titleImg-02.png) no-repeat 0 0;
        }

        .leftNavBlk .title.t03 {
            background: transparent url(../images/titleImg-03.png) no-repeat 0 0;
        }

        .leftNavBlk .title.t04 {
            background: transparent url(../images/titleImg-04.png) no-repeat 0 0;
        }

        .leftNavBlk .title.t05 {
            background: transparent url(../images/titleImg-05.png) no-repeat 0 0;
        }

        .leftNavBlk .title.t06 {
            background: transparent url(../images/titleImg-06.png) no-repeat 0 0;
        }

    .leftNavBlk ul {
        clear: both;
        padding: 0 0 10px 0;
    }

        .leftNavBlk ul > li {
            display: block;
            padding: 8px 0;
            border-bottom: 1px solid #ddd;
            letter-spacing: 1px;
        }

            .leftNavBlk ul > li.active {
                padding: 8px 0 8px 0;
                border-bottom: 1px solid #ddd;
            }

            .leftNavBlk ul > li > a {
                font-size: 1.0em;
                color: #0060ef;
            }

                .leftNavBlk ul > li > a:hover, .leftNavBlk ul > li > a:focus, .leftNavBlk ul > li.active > a:hover, .leftNavBlk ul > li.active > a:focus {
                    color: #f34c4c;
                    text-decoration: underline;
                }

        .leftNavBlk ul ul {
            padding: 0;
            margin: 8px 0 0 0;
            border-top: 0;
            display: block;
        }

        .leftNavBlk ul > li.active > a {
            color: #666;
            background: transparent url(../images/icon-arrowRgry.png) no-repeat 5px 5px;
            padding-left: 18px;
        }

        .leftNavBlk ul > li > ul > li {
            border-bottom: 0;
            border-top: 1px solid #ddd;
        }

            .leftNavBlk ul > li > ul > li > a {
                display: block;
                color: #0060ef;
                background: transparent url(../images/icon-list-rec.png) no-repeat 20px 6px;
                padding-left: 34px;
            }

        .leftNavBlk ul > li.active > ul > li.active {
            padding: 8px 0 8px 0;
            border-bottom: 0;
            border-top: 1px solid #ddd;
        }

            .leftNavBlk ul > li.active > ul > li.active > a {
                color: #666;
                background: transparent url(../images/icon-arrowRgry.png) no-repeat 20px 5px;
                padding-left: 34px;
                cursor: default;
            }

        .leftNavBlk ul > li > ul > li.last {
            padding: 8px 0 0 0;
            border-bottom: 0;
        }

        .leftNavBlk ul > li.active > ul > li.active > a:hover, .leftNavBlk ul > li.active > ul > li.active > a:focus {
            color: #666;
            text-decoration: none;
        }

.breadCrumbBlk {
    clear: both;
    padding: 10px 0;
    margin: 0 0 5px 0;
    color: #999;
}

    .breadCrumbBlk span {
        color: #999;
    }

    .breadCrumbBlk a {
        color: #0060ef;
    }

        .breadCrumbBlk a:hover {
            color: #f34c4c;
            text-decoration: underline;
        }

.mainTitle {
    color: #333;
    font-size: 1.625em;
    padding: 10px 0 10px 0;
    margin: 0 0 8px 0;
    border-bottom: 3px solid #3e88e1;
}

.socialNWBlk {
    clear: both;
    overflow: hidden;
}

.publishBlk {
    float: left;
    padding: 0 0 12px 0;
}

    .publishBlk span {
        font-size: .875em;
        color: #888;
        line-height: 32px;
        margin-right: 12px;
    }

        .publishBlk span strong {
            color: #555;
        }

.socialNWBlk ul {
    float: right;
    padding: 0 0 12px 0;
    clear: none !important;
}

    .socialNWBlk ul li {
        float: left;
        background-image: none !important;
        padding-left: 0 !important;
    }

        .socialNWBlk ul li a {
            display: block;
            width: 32px;
            height: 32px;
            margin: 0 5px 0 0;
            text-indent: -9999px;
        }

        .socialNWBlk ul li.last a {
            margin: 0;
        }

        .socialNWBlk ul li a.print {
            background: transparent url(../images/socialNWBlk.png) no-repeat 0 0;
        }

        .socialNWBlk ul li a.email {
            background: transparent url(../images/socialNWBlk.png) no-repeat -32px 0;
        }

        .socialNWBlk ul li a.fb {
            background: transparent url(../images/socialNWBlk.png) no-repeat -64px 0;
        }

        .socialNWBlk ul li a.google {
            background: transparent url(../images/socialNWBlk.png) no-repeat -96px 0;
        }

        .socialNWBlk ul li a.youtube {
            background: transparent url(../images/socialNWBlk.png) no-repeat -128px 0;
        }

.contentBlk {
    clear: both;
    padding: 0 0 30px 0;
    line-height: 1.5;
    min-height: 350px;
}

    .contentBlk h1 {
        font-size: 1.5em;
    }

    .contentBlk h2 {
        font-size: 1.375em;
    }

    .contentBlk h3 {
        font-size: 1.125em;
    }

    .contentBlk .title_gov {
        font-size: 1.125em;
        padding: 10px 5px 5px 28px;
        margin: 0 0 10px 0;
        background: #f0f0f0;
        background: #f0f0f0 url(../css/images/star.gif) no-repeat 0px 8px;
        border: 1px solid #e5e5e5;
        clear: both;
    }

    .contentBlk ul li {
        list-style: none;
        margin-bottom: 10px;
        text-indent: -1.5em;
        margin-left: 1em;
    }



        .contentBlk ul li:before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 10px;
            background: url(../css/images/list02.png) no-repeat;
        }

    .contentBlk p {
        font-size: 1.0em;
        margin: 0 0 15px 0;
    }

    .contentBlk img {
        max-width: 100%;
    }

    .contentBlk a {
        color: #0060ef;
    }

        .contentBlk a:hover, .contentBlk a:focus {
            color: #f34c4c;
            text-decoration: underline;
        }

    .contentBlk iframe {
        width: 100%;
    }

    .contentBlk table {
        margin: 0 0 30px 0;
    }

        .contentBlk table th {
            padding: 3px 5px 3px 5px;
            margin: 0;
            background: #2a67a8 url(../images/th-grdnt.png) repeat-x left bottom;
            border-top: 2px solid #0b4786;
            border-bottom: 2px solid #0b4786;
            color: #fff;
        }

        .contentBlk table td {
            padding: 3px 5px 3px 5px;
            margin: 0;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #ccc;
        }

        .contentBlk table.physical tr td {
            width: 24.5%;
        }

        .contentBlk table td.gsc-result-info-container, .contentBlk table td.gsc-orderby-container, .contentBlk table.gsc-table-result td, .contentBlk table.gsc-resultsHeader td {
            border: none !important;
        }

        .contentBlk table.gsc-table-result {
            border: none !important;
            margin: 0 0 0 0 !important;
        }

    .contentBlk dl {
        margin: 0 0 20px 0;
    }

    .contentBlk dt {
        font-weight: bold;
    }

    .contentBlk dd {
        color: #666;
        margin: 0 0 8px 0;
    }

        .contentBlk dd a {
            text-decoration: underline;
        }

    /*.contentBlk ul {
        position: relative;
        clear: both;
        padding: 0 0 0 15px;
        margin: 0 0 30px 0;
    }

        .contentBlk ul li {
            padding: 0 0 0 15px;
            background: transparent url(../images/icon-dotGry.png) no-repeat 0 7px;
        }*/

    .contentBlk .chList {
        padding: 0 0 0 45px;
    }

        .contentBlk .chList a {
            text-decoration: underline;
            padding: 0 3px;
        }

            .contentBlk .chList a:hover, .contentBlk .chList a:focus {
                text-decoration: underline;
                color: #f34c4c;
            }

        .contentBlk .chList li {
            padding: 0;
            position: relative;
            font-weight: bold;
            color: #2a67a8;
            background-image: none;
        }

            .contentBlk .chList li span {
                position: absolute;
                text-indent: -45px;
                color: #2a67a8;
            }

            .contentBlk .chList li p {
                color: #2a67a8;
            }

        .contentBlk .chList ul {
            padding: 0 0 0 45px;
            margin: 5px 0 15px 0;
        }

            .contentBlk .chList ul li {
                font-weight: normal;
                color: #333;
                padding: 0 0 5px 0;
            }

                .contentBlk .chList ul li p {
                    color: #333;
                }

                .contentBlk .chList ul li span {
                    color: #333;
                }

        .contentBlk .chList.accessible {
            padding: 0 0 0 90px;
        }

            .contentBlk .chList.accessible ul li {
                padding-left: 90px;
            }

            .contentBlk .chList.accessible a {
                text-decoration: none;
            }

            .contentBlk .chList.accessible li span {
                text-indent: -80px;
                text-align: left;
            }

    .contentBlk .rss {
        padding: 0;
    }

    .contentBlk ul.rss li {
        padding: 0 0 0 45px;
        margin: 0 0 5px 0;
        background: transparent url(../images/icon-rss.png) no-repeat 10px 5px;
        height: 42px;
    }

    .contentBlk .rss li a {
        text-decoration: underline;
        padding: 8px 5px;
        height: 42px;
        line-height: 42px;
    }

    .contentBlk p.tel {
        padding: 0 0 0 20px;
        margin: 0 0 0 15px;
        background: transparent url(../images/icon-tel.png) no-repeat 0 7px;
    }



.lawBlk ul {
    position: relative;
    clear: both;
    padding: 0 0 10px 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #999;
}

    .lawBlk ul li {
        padding: 0 0 0 15px;
        background: transparent url(../images/icon-list-rec.png) no-repeat 0 8px;
        font-size: .875em;
        color: #666;
    }

.searchBarBlk {
    display: block;
    clear: both;
    height: 26px;
    margin: 0 0 15px 0;
    padding: 10px 10px 10px 10px;
    background-color: #f4eec8;
    border: 1px solid #eac9a4;
    position: relative;
    height: 100%;
}

    .searchBarBlk:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .searchBarBlk .searchField {
        width: 200px;
        margin: 0 10px 0 0;
        font-size: .875rem;
        border: 1px solid #eac9a4;
    }

        .searchBarBlk .searchField.datepicker {
            width: 100px;
        }

    .searchBarBlk span {
        font-size: .875em;
        color: #666;
        line-height: 29px;
    }

    .searchBarBlk .searchField, .searchBarBlk .startDate, .searchBarBlk .endDate, .searchBarBlk .search {
        float: left;
    }

    .searchBarBlk .startDate, .searchBarBlk .endDate {
        margin: 0 5px 0 0;
    }

    .searchBarBlk .search {
        height: 28px;
        line-height: 28px;
        background: url(../images/icon-search.png) no-repeat scroll 13px 7px #3e88e1;
        color: #fff;
    }

    .searchBarBlk a.search:hover, .searchBarBlk a.search:focus {
        background: url(../images/icon-search.png) no-repeat scroll 13px 7px #f34c4c;
        border: 0;
        color: #fff;
    }

    .searchBarBlk input[type="radio"] {
        float: left;
        margin: 6px 3px 0 0;
    }

    .searchBarBlk span.txt {
        float: left;
        margin: 0 6px 0 0;
    }

    .searchBarBlk select {
        float: left;
        border: 1px solid #bbb;
        height: 26px;
        line-height: 26px;
        margin: 0 6px 0 0;
    }

    .searchBarBlk.bilingual {
        height: auto;
        overflow: hidden;
        width: 420px;
        margin: 0 auto 20px auto;
    }

        .searchBarBlk.bilingual .searchField {
            margin: 0 10px 15px 0;
            width: 320px;
        }

    .searchBarBlk .alphabet {
        width: 60px;
    }

.alphabetBlk {
    display: block;
    clear: both;
    margin: 15px 0 0 0;
    padding: 0 0 0 15px;
    border-top: 1px solid #eac9a4;
    position: relative;
    height: 100%;
}

    .alphabetBlk:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .alphabetBlk .title {
        display: block;
        clear: both;
        font-size: 1.0rem;
        color: #666;
        padding: 5px 0 5px 0;
    }

    .alphabetBlk .alphabetGroup {
        display: block;
        float: left;
        width: 390px;
    }

        .alphabetBlk .alphabetGroup a {
            display: block;
            float: left;
            width: 15px;
            margin: 0 5px 8px 0;
            padding: 2px 4px 2px 4px;
            background: #fff url(../images/btn-grdnt.png) repeat-x left bottom;
            border: 1px solid #666;
            color: #333;
            text-align: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .alphabetBlk .alphabetGroup a:hover, .alphabetBlk .alphabetGroup a:focus {
                background: #f34c4c none repeat-x left bottom;
                border: 1px solid #f34c4c;
                color: #fff;
            }

.searchBarBlk.bilingual .search {
    width: 40px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 30px;
    background: url(../images/icon-search.png) no-repeat scroll 13px 7px #3e88e1;
    color: #FFF;
    letter-spacing: 1px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.alphabetBlk .alphabetGroup a.search {
    margin: 0 auto 0 auto;
    float: none;
    clear: both;
}

    .alphabetBlk .alphabetGroup a.search:hover, .alphabetBlk .alphabetGroup a.search:focus {
        background: url(../images/icon-search.png) no-repeat scroll 13px 7px #f34c4c;
        border: 0;
    }

.accesskeyBlk {
    clear: both;
    margin-bottom: 25px;
}

    .accesskeyBlk h3 {
        line-height: 1.35;
        color: #000;
        font-size: 1.0em;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .accesskeyBlk p {
        line-height: 1.35;
        color: #333;
        font-size: .875em;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

.tableListBlk {
    clear: both;
    width: 100%;
    padding: 0 0 15px 0;
}

    .tableListBlk .thead {
        clear: both;
    }

    .tableListBlk .tbody {
        clear: both;
        overflow: hidden;
        border-bottom: 3px solid #e98484;
    }

    .tableListBlk .tr {
        display: block;
    }

    .tableListBlk .th {
        display: block;
        float: left;
        border-bottom: 2px solid #ce2d2d;
        border-right: 1px solid #fff;
        background-color: #ed5c5c;
        padding: 8px 5px 8px 5px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .tableListBlk .td {
        display: block;
        float: left;
        border-bottom: 1px solid #ddd;
        padding: 8px 5px 8px 5px;
        color: #666;
        font-family: Verdana,Arial,Microsoft JhengHei,"?ç®¸î¹£åš™è¸è•­é¤ˆæ–—î«…?æ©˜è•­åš™?,"åš™è³¡åš?î³‡îœåš™è¸¢ï¹›îµ®è•­åš™?;
        height: 25px;
        overflow: hidden;
        line-height: 1.8;
    }

.txtr {
    text-align: right;
}

.tableListBlk a {
    color: #0060ef;
    height: 25px;
    overflow: hidden;
}

    .tableListBlk a:hover {
        color: #f34c4c;
        text-decoration: underline;
    }

    .tableListBlk a.new {
        color: #f34c4c;
    }

.tableListBlk.newsR2C .c1 {
    width: 100px;
    text-align: center;
}

.tableListBlk.newsR2C .c2 {
    width: 576px;
}

.tableListBlk.newsR3C .c1 {
    width: 100px;
    text-align: center;
}

.tableListBlk.newsR3C .c2 {
    width: 475px;
}

.tableListBlk.newsR3C .c3 {
    width: 90px;
    text-align: center;
}

.tableListBlk.news4C .c1 {
    width: 100px;
}

.tableListBlk.news4C .c2 {
    width: 406px;
}

.tableListBlk.news4C .c3 {
    width: 90px;
}

.tableListBlk.news4C .c4 {
    width: 60px;
    border-right: 0;
}

.tableListBlk.UNBlc2C .tr {
    display: block;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.tableListBlk.UNBlc2C .td {
    border-bottom: 0;
}

    .tableListBlk.UNBlc2C .td a {
        overflow: hidden;
    }

.tableListBlk.UNBlc2C .c1 {
    width: 130px;
    text-align: center;
}

.tableListBlk.UNBlc2C .c2 {
    width: 808px;
    border-right: 0;
}

.tableListBlk.UNBlc2C-1 .tr {
    display: block;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.tableListBlk.UNBlc2C-1 .td {
    border-bottom: 0;
}

    .tableListBlk.UNBlc2C-1 .td a {
        overflow: hidden;
    }

.tableListBlk.UNBlc2C-1 .c1 {
    width: 548px;
}

.tableListBlk.UNBlc2C-1 .c2 {
    width: 130px;
    border-right: 0;
    text-align: center;
}

.tableListBlk.news3C .th, .tableListBlk.news3C .td {
    width: 100px;
}

    .tableListBlk.news3C .th:nth-child(2), .tableListBlk.news3C .td:nth-child(2) {
        width: 510px;
    }

    .tableListBlk.news3C .th:nth-child(3), .tableListBlk.news3C .td:nth-child(3) {
        width: 80px;
    }

.tableListBlk.news2C .th, .tableListBlk.news2C .td {
    width: 339px;
    text-align: center;
    padding: 5px 5px;
}

.tableListBlk.news2C .td {
    font-size: .875em;
}

.tableListBlk.news2C .th {
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #bbb;
    color: #2a67a8;
}

.tableListBlk.news2C .tbody {
    border-bottom: 3px solid #bbb;
}

.tableListBlk.news2C .th + .th, .tableListBlk.news2C .td + .td {
    border-right: 0;
}

.tableListBlk.slice2C .th, .tableListBlk.slice2C .td {
    text-align: left;
    font-size: .875em;
    width: 550px;
}

    .tableListBlk.slice2C .th:nth-child(2), .tableListBlk.slice2C .td:nth-child(2) {
        text-align: center;
        font-size: .875em;
        width: 150px;
    }

    .tableListBlk.slice2C .td a {
        color: #0060ef;
    }

        .tableListBlk.slice2C .td a:hover, .tableListBlk.slice2C .td a:focus {
            color: #f34c4c;
        }

.downloadBar {
    width: 100%;
    padding: 0 0 15px 0;
}

    .downloadBar .title {
        font-size: 1.0em;
        color: #333;
        padding: 5px 0 5px 5px;
        border-bottom: 1px solid #888;
        font-weight: bold;
    }

    .downloadBar .tr {
        display: table-row;
        width: 100%;
    }

    .downloadBar .td {
        display: table-cell;
        border-bottom: 1px dashed #bbb;
        padding: 8px 5px 8px 5px;
        color: #666;
        font-family: Verdana,Arial,Microsoft JhengHei,"?ç®¸î¹£åš™è¸è•­é¤ˆæ–—î«…?æ©˜è•­åš™?,"åš™è³¡åš?î³‡îœåš™è¸¢ï¹›îµ®è•­åš™?;
        font-size: .875em;
        font-variant: normal;
    }

    .downloadBar .fileName {
        width: 420px;
    }

        .downloadBar .fileName .time {
            margin-left: 5px;
            color: #e27737;
        }

    .downloadBar .file {
        width: 280px;
        color: #999;
    }

    .downloadBar .size, .downloadBar .times {
        color: #222;
    }

    .downloadBar .file a {
        color: #fff;
        background-color: #0060ef;
        padding: 2px 5px 2px 27px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .downloadBar .file a.pdf {
            background: #0060ef url(../images/icon-fileSet-pdf.png) no-repeat 2px 0;
        }

        .downloadBar .file a.doc {
            background: #0060ef url(../images/icon-fileSet-doc.png) no-repeat 2px 0;
        }

        .downloadBar .file a.xsl {
            background: #0060ef url(../images/icon-fileSet-xsl.png) no-repeat 2px 0;
        }

        .downloadBar .file a.ppt {
            background: #0060ef url(../images/icon-fileSet-ppt.png) no-repeat 2px 0;
        }

        .downloadBar .file a.web {
            background: #0060ef url(../images/icon-fileSet-web.png) no-repeat 2px 0;
        }

        .downloadBar .file a.zip {
            background: #0060ef url(../images/icon-fileSet-zip.png) no-repeat 2px 0;
        }

        .downloadBar .file a.rar {
            background: #0060ef url(../images/icon-fileSet-rar.png) no-repeat 2px 0;
        }

        .downloadBar .file a.other {
            background: #0060ef url(../images/icon-fileSet-other.png) no-repeat 2px 0;
        }

        .downloadBar .file a:hover {
            color: #fff;
            background-color: #f34c4c;
            text-decoration: none;
        }

.pageBlk {
    padding: 10px 0 10px 0;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .pageBlk .total {
        float: left;
        width: inherit;
        font-size: .875rem;
    }

    .pageBlk .serialNum {
        float: right;
        width: inherit;
        font-size: .875rem;
    }

    .pageBlk a, .pageBlk span {
        display: inline-block;
        width: 20px;
        height: 18px;
        line-height: 18px;
        font-size: .875rem;
        text-align: center;
        color: #464646;
        margin: 0 2px 5px 0;
        padding: 2px 2px;
        border: 1px solid #fff;
    }

    .pageBlk .first, .pageBlk .previous, .pageBlk .next, .pageBlk .last {
        text-indent: -9999px;
        background: transparent url(../images/page-arw.png) no-repeat 0 0;
    }

    .pageBlk .first, .pageBlk span.first:hover {
        background-position: 2px 2px;
    }

    .pageBlk .previous, .pageBlk span.previous:hover {
        background-position: -18px 2px;
    }

    .pageBlk .next, .pageBlk span.next:hover {
        background-position: -38px 2px;
    }

    .pageBlk .last, .pageBlk span.last:hover {
        background-position: -58px 2px;
    }

    .pageBlk a:hover {
        color: #f34c4c;
        border: 1px solid #f34c4c;
    }

    .pageBlk .active {
        background-color: #f34c4c;
        color: #fff;
        border: 1px solid #f34c4c;
        cursor: default;
    }

    .pageBlk a.active:hover {
        color: #fff;
        border: 1px solid #f34c4c;
    }

.txtRPicBlk {
    width: 100%;
    padding: 0 0 15px 0;
    overflow: hidden;
}

    .txtRPicBlk img {
        float: left;
        width: 150px;
        margin: 0 20px 0 0;
    }

    .txtRPicBlk .blk {
        float: left;
        display: block;
        width: 529px;
    }

        .txtRPicBlk .blk p {
            font-size: 1.0em;
            line-height: 1.4;
        }

.anchorBlk {
    clear: both;
    width: 678px;
    display: block;
    clear: both;
    margin: 0 0 15px 0;
    padding: 10px 10px 0 10px;
    background-color: #daedf1;
    border: 1px solid #b6d9cd;
    overflow: hidden;
}

    .anchorBlk ul {
        text-align: center;
        padding-left: 0;
        margin-bottom: 0;
    }

        .anchorBlk ul li {
            display: inline-block;
            font-size: .875em;
            padding-left: 0;
            background-image: none;
        }

            .anchorBlk ul li a {
                display: block;
                margin: 0 12px 10px 0;
                padding: 3px 5px 3px 5px;
                background-color: #fff;
                border: 1px solid #999;
                background: #fff url(../images/btn-grdnt.png) repeat-x left bottom;
            }

                .anchorBlk ul li a:hover, .anchorBlk ul li a:active {
                    background: #f34c4c none repeat-x left bottom;
                    border: 1px solid #f34c4c;
                    color: #fff;
                }

            .anchorBlk ul li.active a {
                background: #2a67a8 none repeat-x left bottom;
                border: 1px solid #2a67a8;
                color: #fff;
                cursor: default;
            }

    .anchorBlk.region {
        height: 95px;
    }

        .anchorBlk.region ul li a {
            margin: 0 12px 0 0;
            padding: 0 5px 0 5px;
            background-color: #daedf1;
            border: 1px solid #daedf1;
            width: 72px;
            text-align: center;
            height: 68px;
            line-height: 160px;
            letter-spacing: 1px;
        }

    .anchorBlk ul li.north a {
        background: transparent url(../images/icon-taiwanRegion-n.png) no-repeat left bottom;
    }

    .anchorBlk ul li.east a {
        background: transparent url(../images/icon-taiwanRegion-e.png) no-repeat left bottom;
    }

    .anchorBlk ul li.south a {
        background: transparent url(../images/icon-taiwanRegion-s.png) no-repeat left bottom;
    }

    .anchorBlk ul li.west a {
        background: transparent url(../images/icon-taiwanRegion-w.png) no-repeat left bottom;
    }

    .anchorBlk ul li.north:hover a {
        background: transparent url(../images/icon-taiwanRegion-n.png) no-repeat left top;
        color: #f34c4c;
        text-decoration: underline;
    }

    .anchorBlk ul li.east:hover a {
        background: transparent url(../images/icon-taiwanRegion-e.png) no-repeat left top;
        color: #f34c4c;
        text-decoration: underline;
    }

    .anchorBlk ul li.south:hover a {
        background: transparent url(../images/icon-taiwanRegion-s.png) no-repeat left top;
        color: #f34c4c;
        text-decoration: underline;
    }

    .anchorBlk ul li.west:hover a {
        background: transparent url(../images/icon-taiwanRegion-w.png) no-repeat left top;
        color: #f34c4c;
        text-decoration: underline;
    }

    .anchorBlk ul li.north.active a {
        background: transparent url(../images/icon-taiwanRegion-n.png) no-repeat left top;
        color: #f34c4c;
    }

    .anchorBlk ul li.east.active a {
        background: transparent url(../images/icon-taiwanRegion-e.png) no-repeat left top;
        color: #f34c4c;
    }

    .anchorBlk ul li.south.active a {
        background: transparent url(../images/icon-taiwanRegion-s.png) no-repeat left top;
        color: #f34c4c;
    }

    .anchorBlk ul li.west.active a {
        background: transparent url(../images/icon-taiwanRegion-w.png) no-repeat left top;
        color: #f34c4c;
    }

.centerBlk .anchorBlk {
    width: 938px;
}

.hospitalListBlk {
    width: 100%;
    clear: both;
    margin: 0 0 15px 0;
}

    .hospitalListBlk .blk {
        width: 96.875%;
        display: block;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #bbb;
        margin: 0 0 30px 0;
        padding: 10px 10px 4px 10px;
        position: relative;
        background-color: #f7f7f7;
    }

    .hospitalListBlk.introduction .blk {
        padding: 10px 10px 30px 10px;
    }

    .hospitalListBlk .blk .title {
        width: 100%;
        display: block;
        margin: 0 0 15px 0;
        font-size: 1.125em;
        color: #333;
        font-weight: bold;
        line-height: 24px;
        overflow: hidden;
        position: relative;
    }

        .hospitalListBlk .blk .title img {
            margin: 0 8px 0 0;
            position: absolute;
            left: 0;
            top: 0;
        }

        .hospitalListBlk .blk .title a {
            vertical-align: top;
            margin-left: 30px;
            display: block;
        }

            .hospitalListBlk .blk .title a:hover, .hospitalListBlk .blk .title a:focus {
                color: #999;
                text-decoration: underline;
            }

    .hospitalListBlk p {
        margin: -5px 0 10px 32px;
        font-size: .875em;
        color: #666;
    }

    .hospitalListBlk .readMore {
        position: absolute;
        right: -1px;
        bottom: -1px;
        font-size: .875em;
        display: block;
        height: 32px;
        line-height: 32px;
        padding: 0 40px 0 8px;
        background-color: #0060ef;
        background-repeat: no-repeat,repeat-x;
        background-position: right top,left bottom;
        background-image: url(../images/icon-corner.gif),url(../images/btn-grdnt.png);
        color: #fff;
    }

        .hospitalListBlk .readMore:hover, .hospitalListBlk .readMore:focus {
            background-color: #f34c4c;
            background-repeat: no-repeat,repeat-x;
            background-position: right top,left bottom;
            background-image: url(../images/icon-corner.gif),none;
            color: #fff;
        }

    .hospitalListBlk .btnGroup {
        padding: 0 0 5px 0;
        margin: 0 0 0 32px;
    }

        .hospitalListBlk .btnGroup ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .hospitalListBlk .btnGroup ul li {
                padding-left: 0;
            }

        .hospitalListBlk .btnGroup a {
            display: block;
            color: #333;
            padding: 2px 5px 2px 25px;
            margin: 0 10px 10px 0;
            font-size: .875em;
            border: 1px solid #bbb;
            text-align: left;
            float: left;
        }

        .hospitalListBlk .btnGroup ul li + li + li a {
            margin-right: 0;
        }

        .hospitalListBlk .btnGroup .hospital a {
            background-color: #fff;
            background-repeat: no-repeat,repeat-x;
            background-position: 7px 4px,left bottom;
            background-image: url(../images/icon-hospital.png),url(../images/btn-grdnt.png);
        }

        .hospitalListBlk .btnGroup .clock a {
            background-color: #fff;
            background-repeat: no-repeat,repeat-x;
            background-position: 7px 4px,left bottom;
            background-image: url(../images/icon-clockRed.png),url(../images/btn-grdnt.png);
        }

        .hospitalListBlk .btnGroup .map a {
            background-color: #fff;
            background-repeat: no-repeat,repeat-x;
            background-position: 7px 5px,left bottom;
            background-image: url(../images/icon-map.png),url(../images/btn-grdnt.png);
        }

        .hospitalListBlk .btnGroup .gmap a {
            background-color: #fff;
            background-repeat: no-repeat,repeat-x;
            background-position: 7px 5px,left bottom;
            background-image: url(../images/icon-gmap.png),url(../images/btn-grdnt.png);
        }

        .hospitalListBlk .btnGroup .rate a {
            background-color: #fff;
            background-repeat: no-repeat,repeat-x;
            background-position: 7px 4px,left bottom;
            background-image: url(../images/icon-rate.png),url(../images/btn-grdnt.png);
        }

        .hospitalListBlk .btnGroup li:hover a {
            color: #888;
            background-color: #ccc;
            border: 1px solid #888;
        }

    .hospitalListBlk .txtGroup {
        margin: 0 0 0 32px;
        clear: both;
    }

        .hospitalListBlk .txtGroup dl {
            display: block;
            padding: 6px 0 6px 0;
            margin: 0;
            font-size: 1.0em;
            overflow: hidden;
            border-top: 1px dashed #ddd;
        }

            .hospitalListBlk .txtGroup dl dt {
                float: left;
                font-weight: bold;
            }

                .hospitalListBlk .txtGroup dl dt.addr {
                    padding-left: 20px;
                    background: transparent url(../images/icon-addr.png) no-repeat 4px 5px;
                }

                .hospitalListBlk .txtGroup dl dt.tel {
                    padding-left: 20px;
                    background: transparent url(../images/icon-tel.png) no-repeat 4px 5px;
                }

            .hospitalListBlk .txtGroup dl dd {
                float: left;
                margin: 0 7px 0 0;
            }

                .hospitalListBlk .txtGroup dl dd a {
                    color: #0060ef;
                }

                    .hospitalListBlk .txtGroup dl dd a:hover, .hospitalListBlk .txtGroup dl dd a:focus {
                        color: #f34c4c;
                        text-decoration: underline;
                    }

.faqBlk {
    clear: both;
}

    .faqBlk dl {
        clear: both;
        margin: 0 0 30px 0;
    }

    .faqBlk .title {
        font-size: 1.25em;
        color: #333;
        margin: 0 0 10px 0;
        font-weight: bold;
    }

    .faqBlk dl dt {
        font-size: 1.0em;
        position: relative;
        padding: 0 0 10px 35px;
        line-height: 27px;
        color: #333;
        display: block;
    }

        .faqBlk dl dt span {
            line-height: 2.3;
            position: absolute;
            left: 0;
            top: 0;
            width: 27px;
            height: 27px;
            background: transparent url(../images/icon-q.png) no-repeat 0 0;
            text-align: center;
            color: #fff;
            font-size: .75em;
        }

    .faqBlk dl dd {
        font-size: .875em;
        padding: 0 0 15px 35px;
        line-height: 1.6;
        color: #666;
        margin-bottom: 15px;
        border-bottom: 1px dashed #bbb;
    }

        .faqBlk dl dd span {
            line-height: 2.3;
            position: absolute;
            left: 0;
            top: 0;
            width: 27px;
            height: 27px;
            background: url(../images/icon-a.png) no-repeat scroll 0 0 transparent;
            text-align: center;
            color: #FFF;
            font-size: .75rem;
        }

        .faqBlk dl dd ul {
            padding: 0 0 0 35px;
            margin-bottom: 0;
        }

            .faqBlk dl dd ul li {
                padding: 0 0 8px 0;
                background-image: none;
            }

                .faqBlk dl dd ul li span {
                    background: none no-repeat scroll 0 0 transparent;
                    color: #333;
                    text-indent: -65px;
                    font-size: .875rem;
                    line-height: 1.5;
                }

.formBlk {
    clear: both;
    border: 1px solid #eee;
    padding: 8px;
    background-color: #fff;
    margin: 20px 0 30px 0;
}

    .formBlk p {
        margin-bottom: 8px;
    }

.required {
    font-size: 1.25em;
    color: #f34c4c;
    margin-left: 4px;
}

.tip {
    color: #f34c4c;
    text-align: right;
}

.contentBlk p.fileNum {
    color: #7facc0;
    text-align: right;
    font-size: .875em;
}

.formBlk .tr {
    display: table-row;
}

.formBlk .th {
    display: table-cell;
    border-bottom: 1px solid #fff;
    background-color: #dce7ec;
    padding: 8px 5px 8px 5px;
    font-weight: bold;
    color: #2a67a8;
    text-align: center;
    width: 160px;
    text-align: right;
    font-size: .875em;
}

.formBlk .td {
    display: table-cell;
    border-bottom: 1px solid #fff;
    background-color: #f5f9fb;
    padding: 8px 5px 8px 5px;
    color: #666;
    font-size: .875em;
    width: 580px;
    position: relative;
}

.formBlk input {
    width: 90%;
}

    .formBlk input.short {
        width: 120px;
        margin-right: 3px;
    }

    .formBlk input.validateCode {
        width: 80px;
        float: left;
        height: 21px;
        line-height: 21px;
    }

    .formBlk input[type="radio"] {
        width: auto;
        margin-right: 3px;
    }

    .formBlk input[type="checkbox"] {
        width: auto;
        margin-right: 3px;
    }

.formBlk .txt {
    margin-right: 6px;
}

.formBlk select {
    border: 1px solid #bbb;
}

.formBlk textarea {
    width: 90%;
    height: 150px;
    border: 1px solid #bbb;
    font-size: .875rem;
    font-family: Verdana,Arial,Microsoft JhengHei,"?ç®¸î¹£åš™è¸è•­é¤ˆæ–—î«…?æ©˜è•­åš™?,"åš™è³¡åš?î³‡îœåš™è¸¢ï¹›îµ®è•­åš™?;
    color: #666;
    padding: 5px;
}

.formBlk .validate {
    margin-right: 5px;
    position: absolute;
    left: 5px;
    top: 9px;
}

.formBlk .refresh {
    display: block;
    width: 24px;
    height: 23px;
    float: left;
    color: #fff;
    background: #3e88e1 url(../images/icon-refresh.png) no-repeat 0 0;
    margin: 0 5px 0 96px;
    text-indent: -9999px;
}

    .formBlk .refresh:hover {
        background-color: #f34c4c;
    }

.formBlk input[type="text"]:focus, .formBlk textarea:focus {
    border: 1px solid #36f;
}

.formBlk .error {
    display: block;
    color: #f34c4c;
    margin: 5px 0 0 5px;
    clear: both;
}

.formBlk.queryDetail {
    background-color: #f5f9fb;
}

    .formBlk.queryDetail .th {
        border-bottom: 1px solid #fff;
        background-color: transparent;
        display: block;
        text-align: left;
    }

    .formBlk.queryDetail .td {
        border: 1px solid #bbb;
        background-color: #fff;
        display: block;
        width: 670px;
        margin-bottom: 15px;
    }

    .formBlk.queryDetail .name .th {
        border: 0;
        background-color: transparent;
    }

    .formBlk.queryDetail .name .td {
        border: 0;
        background-color: transparent;
        padding: 0 0 0 5px;
    }

.formBlk.satisfy .th {
    width: 300px;
    text-align: left;
    vertical-align: top;
}

.formBlk.satisfy .td {
    width: 380px;
}

.formBlk.satisfy .blk {
    float: left;
}

.formBlk.satisfy .clear {
    clear: both;
}

.formBlk.satisfy textarea {
    height: 80px;
}

.formBlk.servey .th {
    width: 340px;
    text-align: left;
    vertical-align: top;
}

.formBlk.servey .td {
    width: 340px;
}

.formBlk.servey .blk {
    float: none;
    display: block;
    position: relative;
}

.formBlk.servey input[type="radio"] {
    width: auto;
    margin-right: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.formBlk.servey input[type="checkbox"] {
    width: auto;
    margin-right: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.formBlk.servey .txt {
    margin-left: 15px;
}

.serveyResultBlk {
    clear: both;
    border: 1px solid #eee;
    padding: 8px;
    background-color: #fff;
    margin: 20px 0 10px 0;
}

    .serveyResultBlk .tr {
        display: table-row;
    }

    .serveyResultBlk .th {
        display: block;
        background-color: #f5f9fb;
        padding: 8px 5px 8px 5px;
        font-weight: bold;
        color: #2a67a8;
        text-align: center;
        width: 673px;
        text-align: left;
        font-size: .875em;
    }

        .serveyResultBlk .th .totalNum {
            text-align: right;
            float: right;
            color: #999;
        }

    .serveyResultBlk .td {
        display: block;
        border-bottom: 1px dashed #bbb;
        background-color: #f5f9fb;
        padding: 8px 5px 8px 5px;
        margin: 0 0 15px 0;
        color: #666;
        font-size: .875em;
        width: 673px;
    }

        .serveyResultBlk .td .blk {
            display: block;
            padding: 0 0 5px 11px;
            clear: both;
            overflow: hidden;
        }

    .serveyResultBlk .level, .serveyResultBlk .rateBar, .serveyResultBlk .ratio, .serveyResultBlk .num {
        float: left;
    }

    .serveyResultBlk .level {
        width: 150px;
    }

    .serveyResultBlk .rateBar {
        width: 360px;
        text-indent: -9999px;
        overflow: hidden;
    }

        .serveyResultBlk .rateBar span {
            display: block;
            height: 16px;
        }

            .serveyResultBlk .rateBar span.lvl0 {
                background: #2a67a8 none repeat-x left top;
            }

            .serveyResultBlk .rateBar span.lvl1 {
                background: #3e88e1 url(../images/tab-active-grdnt.png) repeat-x left top;
            }

            .serveyResultBlk .rateBar span.lvl2 {
                background: #6d78ba url(../images/tab-active-grdnt.png) repeat-x left top;
            }

            .serveyResultBlk .rateBar span.lvl3 {
                background: #9b6994 url(../images/tab-active-grdnt.png) repeat-x left top;
            }

            .serveyResultBlk .rateBar span.lvl4 {
                background: #c95a6f url(../images/tab-active-grdnt.png) repeat-x left top;
            }

            .serveyResultBlk .rateBar span.lvl5 {
                background: #f34c4c url(../images/tab-active-grdnt.png) repeat-x left top;
            }

    .serveyResultBlk .ratio {
        width: 50px;
        text-align: right;
    }

    .serveyResultBlk .num {
        width: 80px;
        text-align: right;
        color: #999;
        margin: 0 0 0 5px;
    }

.magzBlk {
    overflow: hidden;
    margin: 0 auto 30px auto;
}

    .magzBlk ul {
        padding: 0 0 0 40px;
        margin:: 0 0 0 0 !important;
    }

        .magzBlk ul li {
            padding: 15px 0 0 0;
            background-image: none;
            float: left;
            margin: 0 0 20px 0;
        }

            .magzBlk ul li .title {
                padding: 160px 10px 0 10px;
                margin: 0 0 5px 0;
                background-image: none;
                width: 126px;
                height: 60px;
                float: left;
                font-size: .875rem;
                overflow: hidden;
            }

                .magzBlk ul li .title.army {
                    background: transparent url(../images/icon-magazine-army.png) no-repeat 20px 0;
                }

                .magzBlk ul li .title.education {
                    background: transparent url(../images/icon-magazine-education.png) no-repeat 20px 0;
                }

                .magzBlk ul li .title.medecine {
                    background: transparent url(../images/icon-magazine-medecine.png) no-repeat 20px 0;
                }

                .magzBlk ul li .title.report {
                    background: transparent url(../images/icon-magazine-report.png) no-repeat 20px 0;
                }

                .magzBlk ul li .title.event {
                    background: transparent url(../images/icon-magazine-event.png) no-repeat 20px 0;
                }

                .magzBlk ul li .title.military {
                    background: transparent url(../images/icon-magazine-military.png) no-repeat 20px 0;
                }

                .magzBlk ul li .title.promo {
                    background: transparent url(../images/icon-magazine-promo.png) no-repeat 20px 0;
                }

                .magzBlk ul li .title.share {
                    background: transparent url(../images/icon-magazine-share.png) no-repeat 20px 0;
                }

            .magzBlk ul li:hover {
                background-color: #f0f0f0;
            }

            .magzBlk ul li .size {
                clear: both;
                display: block;
                font-size: .75rem;
                color: #666;
                height: 22px;
                line-height: 22px;
                padding: 0 10px 0 22px;
                margin: 0 10px 0 10px;
            }

                .magzBlk ul li .size.pdf {
                    background: transparent url(../images/icon-fileSet-pdf.png) no-repeat 0 0;
                }

            .magzBlk ul li .rate {
                clear: both;
                font-size: .75rem;
                color: #666;
                height: 22px;
                line-height: 22px;
                padding: 0 10px 0 22px;
                margin: 0 10px 10px 10px;
                background: transparent url(../images/icon-fileSet-download.png) no-repeat 0 0;
                display: none;
            }

ul.diseaseInfoList {
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
    overflow: hidden;
}

    ul.diseaseInfoList li {
        padding: 0;
        background-image: none;
        float: left;
    }

        ul.diseaseInfoList li a {
            display: block;
            padding: 5px 5px 5px 5px;
            margin: 0 10px 10px 0;
            width: 200px;
            background: transparent url(../images/btn-grdnt.png) repeat-x left bottom;
            border: 1px solid #bbb;
            border-left: 3px solid #3e88e1;
            font-size: .875em;
        }

        ul.diseaseInfoList li.long a {
            width: 424px;
        }

        ul.diseaseInfoList li a:hover, ul.diseaseInfoList li a:focus {
            background: #f34c4c none repeat-x left bottom;
            border: 1px solid #f34c4c;
            border-left: 3px solid #f34c4c;
            color: #fff;
        }

.readMoreBlk {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

    .readMoreBlk p {
        display: inline-block;
        clear: both;
        padding: 0 10px 0 0;
        margin: 0;
        border: 1px solid #bbb;
        background: transparent url(../images/btn-grdnt.png) repeat-x left bottom;
        float: right;
    }

    .readMoreBlk a {
        display: block;
        font-weight: bold;
        padding: 10px 0 10px 45px;
        line-height: 1.2;
        background: transparent url(../images/icon-link.png) no-repeat 8px 4px;
    }

    .readMoreBlk p:hover, .readMoreBlk p:focus {
        background-color: #EEE;
        color: #f34c4c;
    }

.titleSearchBlk {
    display: block;
    width: 650px;
    margin: 20px auto 30px auto;
    text-align: center;
    border: 1px solid #b6d9cd;
    background-color: #daedf1;
    overflow: hidden;
}

    .titleSearchBlk .blk {
        display: inline-block;
        padding: 20px 0 10px 0;
    }

    .titleSearchBlk .searchTipBlk {
        display: block;
        padding: 0 80px 20px 80px;
        text-align: left;
    }

        .titleSearchBlk .searchTipBlk a {
            display: inline-block;
        }

    .titleSearchBlk .searchField {
        width: 300px;
        margin: 0 10px 0 0;
        font-size: .875rem;
        border: 1px solid #bbb;
        float: left;
    }

    .titleSearchBlk .search {
        height: 28px;
        line-height: 28px;
        background: url(../images/icon-search.png) no-repeat scroll 13px 7px #3e88e1;
        float: left;
        margin-right: 10px;
        color: #fff;
    }

    .titleSearchBlk select {
        float: left;
        border: 1px solid #bbb;
        height: 26px;
        line-height: 26px;
        margin: 0 6px 0 0;
    }

    .titleSearchBlk a.search:hover, .titleSearchBlk a.search:focus {
        background: url(../images/icon-search.png) no-repeat scroll 13px 7px #f34c4c;
        border: 0;
        color: #fff;
    }

    .titleSearchBlk .search.ad {
        height: 28px;
        line-height: 28px;
        background: none no-repeat scroll 13px 7px #3e88e1;
        float: left;
        margin-right: 10px;
        padding: 0 8px 0 8px;
        width: inherit;
    }

    .titleSearchBlk a.search.ad:hover, .titleSearchBlk a.search.ad:focus {
        background: none no-repeat scroll 13px 7px #f34c4c;
        border: 0;
        color: #fff;
    }

.adSearchBlk {
    display: block;
    width: 620px;
    margin: 20px auto 30px auto;
    padding: 15px;
    text-align: center;
    border: 1px solid #b6d9cd;
    background-color: #daedf1;
    overflow: hidden;
}

    .adSearchBlk .adBlk select {
        border: 1px solid #b0b0b0;
        height: 28px;
        line-height: 28px;
    }

    .adSearchBlk .adBlk .w80 {
        width: 100px;
    }

    .adSearchBlk .left {
        float: left;
        margin-right: 30px;
    }

        .adSearchBlk .left + .left {
            margin-right: 0;
            border-left: 1px dashed #b6d9cd;
            padding-left: 15px;
        }

    .adSearchBlk .adBlk .tr {
        display: block;
    }

    .adSearchBlk .adBlk .th {
        display: table-cell;
        padding: 5px 5px;
        font-size: .875em;
    }

    .adSearchBlk .adBlk .td {
        display: table-cell;
        padding: 5px 5px;
    }

    .adSearchBlk .btnBlk {
        clear: both !important;
        padding: 20px 0 0 0;
    }

    .adSearchBlk input[type="button"] {
        width: auto;
    }

    .adSearchBlk input[type="text"] {
        width: 300px;
        margin-right: 8px;
    }

.ResultTipBlk {
    display: block;
    clear: both;
    margin: 0 0 15px 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #bbb;
    background-color: #f0f0f0;
    font-size: .875rem;
}

    .ResultTipBlk span {
        font-size: .875rem;
        padding: 0 5px 0 5px;
    }

    .ResultTipBlk .keyword {
        color: #e61b14;
        font-weight: bold;
    }

    .ResultTipBlk .total, .ResultTipBlk .display {
        color: #2a67a8;
    }

.searchResultBlk {
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
}

    .searchResultBlk .blk {
        display: block;
        margin: 0 0 30px 0;
        padding: 8px 10px 8px 10px;
        overflow: hidden;
    }

        .searchResultBlk .blk:hover {
            background-color: #e4f2f8;
        }

    .searchResultBlk .file {
        display: block;
        float: left;
        width: 45px;
        height: 45px;
        margin: 0 20px 0 0;
        text-indent: -9999px;
    }

    .searchResultBlk .pdf, .searchResultBlk .word, .searchResultBlk .xsl, .searchResultBlk .ppt, .searchResultBlk .img, .searchResultBlk .other, .searchResultBlk .web, .searchResultBlk .zip, .searchResultBlk .rar {
        width: 18px;
        height: 40px;
        text-indent: -9999px;
        overflow: hidden;
        background: transparent url(../images/icon-file.png) no-repeat 0 0;
    }

    .searchResultBlk .word {
        background: transparent url(../images/icon-file.png) no-repeat -22px 0;
    }

    .searchResultBlk .xsl {
        background: transparent url(../images/icon-file.png) no-repeat -44px 0;
    }

    .searchResultBlk .ppt {
        background: transparent url(../images/icon-file.png) no-repeat -65px 0;
    }

    .searchResultBlk .img {
        background: transparent url(../images/icon-file.png) no-repeat -87px 0;
    }

    .searchResultBlk .other {
        background: transparent url(../images/icon-file.png) no-repeat -109px 0;
    }

    .searchResultBlk .web {
        background: transparent url(../images/icon-file.png) no-repeat -130px 0;
    }

    .searchResultBlk .zip {
        background: transparent url(../images/icon-file.png) no-repeat -152px 0;
    }

    .searchResultBlk .rar {
        background: transparent url(../images/icon-file.png) no-repeat -174px 0;
    }

    .searchResultBlk .info {
        display: block;
        float: left;
        width: 875px;
        margin: 0;
    }

        .searchResultBlk .info span {
            color: #e61b14;
        }

        .searchResultBlk .info .subject {
            color: #0060ef;
            font-size: 1.125em;
        }

            .searchResultBlk .info .subject a {
                color: #0060ef;
                text-decoration: underline;
            }

                .searchResultBlk .info .subject a:hover, .searchResultBlk .info .subject a:focus {
                    color: #e61b14;
                }

        .searchResultBlk .info .summary {
            color: #666;
            font-size: .875em;
        }

        .searchResultBlk .info .link {
            color: #F60;
            font-size: .875em;
        }

.categoryBlk {
    overflow: hidden;
    margin: 0 0 30px 0;
}

    .categoryBlk .blk {
        width: 31.60%;
        display: block;
        margin: 0 0 15px 0;
        padding: 0;
        overflow: hidden;
        float: left;
        margin: 0 20px 0 0;
        width: 220px;
    }

        .categoryBlk .blk.last {
            margin: 0;
        }

    .categoryBlk .title {
        font-size: 1.25em;
        font-weight: bold;
        padding: 0 0 0 10px;
    }

    .categoryBlk .b1 .title {
        background-color: transparent;
        border: 10px solid #3e88e1;
    }

    .categoryBlk .b2 .title {
        background-color: transparent;
        border: 10px solid #f27b08;
    }

    .categoryBlk .b3 .title {
        background-color: transparent;
        border: 10px solid #94be02;
    }

.TreeBlk {
    padding: 10px 10px 10px 10px;
}

.btnBlk {
    display: block;
    padding-bottom: 30px;
    text-align: center;
}

    .btnBlk input {
        display: inline-block;
        font-size: .875em;
        color: #fff;
        background-color: #3e88e1;
        margin: 0 5px 0 0;
    }

.btnGroup {
    display: block;
    padding: 30px 0;
    text-align: center;
}

    .btnGroup a {
        display: inline-block;
        padding: 5px 5px 5px 30px;
        margin: 0 8px 0 0;
        border: 1px solid #bbb;
        background-color: #fff;
        font-size: .875em;
        background-repeat: no-repeat,repeat-x;
        background-position: right top,left bottom;
        background-image: url(../images/icon-cornerT.gif),url(../images/btn-grdnt.png);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .btnGroup .backHome {
        background-repeat: no-repeat,repeat-x;
        background-position: 6px 6px,left bottom;
        background-image: url(../images/icon-backHome.png),url(../images/btn-grdnt.png);
    }

    .btnGroup .backPage {
        background-repeat: no-repeat,repeat-x;
        background-position: 6px 6px,left bottom;
        background-image: url(../images/icon-backPage.png),url(../images/btn-grdnt.png);
    }

    .btnGroup .backTop {
        background-repeat: no-repeat,repeat-x;
        background-position: 6px 6px,left bottom;
        background-image: url(../images/icon-backTop.png),url(../images/btn-grdnt.png);
    }

    .btnGroup .default {
        padding: 5px 5px 5px 5px;
        background-image: none,url(../images/btn-grdnt.png);
    }

    .btnGroup a:hover, .btnGroup a:focus {
        background-color: #eee;
        color: #f34c4c;
    }

.workFlowBlk {
    clear: both;
    padding: 8px;
    background-color: #fff;
    margin: 20px 0 10px 0;
}

    .workFlowBlk .blk {
        clear: both;
        position: relative;
        padding: 25px 15px 25px 25px;
        margin: 15px 0 15px 10px;
        background: #eee url(../images/icon-stepCircle.png) no-repeat 20px 0;
    }

        .workFlowBlk .blk.no1 {
            background: #40b1e9 url(../images/icon-stepCircle.png) no-repeat 20px 0;
            border-top: 5px solid #02429d;
        }

        .workFlowBlk .blk.no2 {
            background: #a8b900 url(../images/icon-stepCircle.png) no-repeat 20px 0;
            border-top: 5px solid #414800;
        }

        .workFlowBlk .blk.no3 {
            background: #b685eb url(../images/icon-stepCircle.png) no-repeat 20px 0;
            border-top: 5px solid #511c9d;
        }

        .workFlowBlk .blk.no4 {
            background: #c17023 url(../images/icon-stepCircle.png) no-repeat 20px 0;
            border-top: 5px solid #4f1a02;
        }

        .workFlowBlk .blk.no5 {
            background: #f15b6c url(../images/icon-stepCircle.png) no-repeat 20px 0;
            border-top: 5px solid #9b0d15;
        }

        .workFlowBlk .blk.no6 {
            background: #60ad77 url(../images/icon-stepCircle.png) no-repeat 20px 0;
            border-top: 5px solid #0c3f1b;
        }

        .workFlowBlk .blk.no7 {
            background: #7596c1 url(../images/icon-stepCircle.png) no-repeat 20px 0;
            border-top: 5px solid #294f73;
        }

    .workFlowBlk .arrow {
        clear: both;
        margin: 0 0 0 341px;
    }

    .workFlowBlk .blk .flag {
        position: absolute;
        left: -5px;
        top: -6px;
        display: block;
        width: 22px;
        height: 33px;
        background: transparent url(../images/icon-stepFlag.png) no-repeat 0 0;
        color: #fff;
        line-height: 25px;
        font-size: .875em;
        text-align: center;
        font-family: Verdana,Geneva,sans-serif;
        font-weight: bold;
    }

    .workFlowBlk .blk dl {
        padding: 0 0 0 150px;
        position: relative;
    }

    .workFlowBlk .blk.no1 dl {
        background: transparent url(../images/icon-stepWrite.png) no-repeat 15px 0;
    }

    .workFlowBlk .blk.no2 dl {
        background: transparent url(../images/icon-stepSearch.png) no-repeat 15px 0;
    }

    .workFlowBlk .blk.no3 dl {
        background: transparent url(../images/icon-stepFeedback.png) no-repeat 15px 0;
    }

    .workFlowBlk .blk.no4 dl {
        background: transparent url(../images/icon-stepForm.png) no-repeat 15px 0;
    }

    .workFlowBlk .blk dt {
        color: #fff;
        font-weight: bold;
    }

    .workFlowBlk .blk.no1 dt, .workFlowBlk .blk.no1 dt span {
        color: #02429d;
    }

    .workFlowBlk .blk.no2 dt, .workFlowBlk .blk.no2 dt span {
        color: #414800;
    }

    .workFlowBlk .blk.no3 dt, .workFlowBlk .blk.no3 dt span {
        color: #511c9d;
    }

    .workFlowBlk .blk.no4 dt, .workFlowBlk .blk.no4 dt span {
        color: #4f1a02;
    }

    .workFlowBlk .blk.no5 dt, .workFlowBlk .blk.no5 dt span {
        color: #9b0d15;
    }

    .workFlowBlk .blk.no6 dt, .workFlowBlk .blk.no6 dt span {
        color: #0c3f1b;
    }

    .workFlowBlk .blk.no7 dt, .workFlowBlk .blk.no7 dt span {
        color: #294f73;
    }

    .workFlowBlk .blk dt span {
        position: absolute;
        left: -50px;
        top: 0;
        font-weight: normal;
    }

    .workFlowBlk .blk dd {
        color: #fff;
    }

.onlineApplyBlk, .publicOpinionBlk, .relatedLinksBlk {
    margin: 0 0 20px 0;
    overflow: hidden;
}

    .onlineApplyBlk ul, .publicOpinionBlk ul, .relatedLinksBlk ul {
        padding: 10px 0 0 10px;
    }

        .onlineApplyBlk ul li, .publicOpinionBlk ul li, .relatedLinksBlk ul li {
            display: block;
            width: 31.333%;
            float: left;
            padding: 0;
            margin: 0 10px 10px 0;
            border: 1px solid #bbb;
            background: transparent url(../images/btn-grdnt.png) repeat-x left bottom;
        }

        .relatedLinksBlk ul li {
            width: 47.375%;
            height: 59px;
        }

        .onlineApplyBlk ul li a {
            display: block;
            font-weight: bold;
            padding: 10px 0 10px 45px;
            line-height: 1.2;
            background: transparent url(../images/icon-onlineApply.png) no-repeat 8px 4px;
        }

        .publicOpinionBlk ul li a {
            display: block;
            font-weight: bold;
            padding: 10px 0 10px 45px;
            line-height: 1.2;
            background: transparent url(../images/icon-forumfb.png) no-repeat 8px 4px;
        }

        .relatedLinksBlk ul li a {
            display: table-cell;
            font-weight: bold;
            padding: 10px 0 10px 45px;
            line-height: 1.2;
            background: transparent url(../images/icon-link.png) no-repeat 8px 13px;
            vertical-align: middle;
            height: 39px;
        }

    .onlineApplyBlk li:hover, .onlineApplyBlk li:focus, .publicOpinionBlk li:hover, .publicOpinionBlk li:focus, .relatedLinksBlk li:hover, .relatedLinksBlk li:focus {
        background-color: #f34c4c;
        background-image: none;
    }

        .onlineApplyBlk li:hover a, .onlineApplyBlk li:focus a, .publicOpinionBlk li:hover a, .publicOpinionBlk li:focus a, .relatedLinksBlk li:hover a, .relatedLinksBlk li:focus a {
            color: #fff;
            background-color: #f34c4c;
        }

    .onlineApplyBlk li a:hover, .onlineApplyBlk li a:focus, .publicOpinionBlk li a:hover, .publicOpinionBlk li a:focus, .relatedLinksBlk li a:hover, .relatedLinksBlk li a:focus {
        color: #fff;
        background-color: #f34c4c;
    }

    .relatedLinksBlk ul.img li {
        width: 207px;
        height: 59px;
        overflow: hidden;
    }

        .relatedLinksBlk ul.img li a {
            display: block;
            font-weight: bold;
            padding: 0;
            line-height: 1.0;
            background: transparent none no-repeat scroll 8px 13px;
            vertical-align: top;
            width: 100%;
            height: 59px;
        }

            .relatedLinksBlk ul.img li a img {
                width: 100%;
                height: 59px;
                vertical-align: top;
                padding: 0;
            }

        .relatedLinksBlk ul.img li:hover {
            border: 1px solid #f34c4c;
        }

.contentBlk .Zebra_DatePicker table {
    margin-bottom: 0;
}

    .contentBlk .Zebra_DatePicker table th {
        padding: 0;
        margin: 0;
        background-image: none;
        border: 0;
    }

    .contentBlk .Zebra_DatePicker table td {
        border: 0;
    }

.siteMapBlk {
    clear: both;
}

    .siteMapBlk .chList {
        padding: 0 0 0 25px;
        margin: 0 0 30px 0;
        overflow: hidden;
    }

        .siteMapBlk .chList li {
            font-size: 1.0rem;
        }

            .siteMapBlk .chList li.title {
                float: left;
                margin: 0 30px 20px 0;
                width: 420px;
                padding: 5px;
                border-top: 1px solid #ddd;
                border-left: 1px solid #ddd;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #bbb;
                background-color: #f7f7f7;
            }

                .siteMapBlk .chList li.title a {
                    padding: 2px 5px 2px 30px;
                    background-color: #777;
                    color: #fff;
                    font-weight: normal;
                    width: 386px;
                    display: block;
                    text-decoration: none;
                }

                    .siteMapBlk .chList li.title a span {
                        color: #fff;
                        font-weight: normal;
                        text-indent: -20px;
                    }

            .siteMapBlk .chList li.clear {
                clear: both;
            }

        .siteMapBlk .chList ul {
            padding: 0 0 0 30px;
            margin: 5px 0 0 0;
        }

        .siteMapBlk .chList li.title ul li {
            font-size: .875rem;
            padding: 2px 5px 2px 48px;
            text-indent: -35px;
        }

            .siteMapBlk .chList li.title ul li a {
                padding: 2px 5px 2px 35px;
                background-color: transparent;
                color: #333;
                font-weight: normal;
                width: inline;
                display: inline;
            }

                .siteMapBlk .chList li.title ul li a span {
                    color: #333;
                    text-indent: -35px;
                }

            .siteMapBlk .chList li.title ul li:hover > a, .siteMapBlk .chList li.title ul li > a:focus {
                color: #f34c4c;
                text-decoration: underline;
            }

                .siteMapBlk .chList li.title ul li:hover > a span, .siteMapBlk .chList li.title ul li > a:focus span {
                    color: #f34c4c;
                }

        .siteMapBlk .chList ul ul {
            padding: 0;
        }

        .siteMapBlk .chList li.title ul li ul li {
            text-indent: -48px;
        }

            .siteMapBlk .chList li.title ul li ul li a {
                padding: 2px 5px 2px 48px;
            }

                .siteMapBlk .chList li.title ul li ul li a span {
                    text-indent: -48px;
                }

.en .siteMapBlk .chList li.title {
    float: none;
    width: 920px;
}

    .en .siteMapBlk .chList li.title a {
        width: 884px;
    }

@media(max-width:979px) {
    .mainBlk {
        background: #fff none repeat-y scroll center top;
    }

    .leftBlk {
        display: none;
    }

        .leftBlk.category {
            display: block;
            float: none;
            width: 100%;
            margin: 0;
            padding-right: 0;
        }

    .rightBlk {
        width: 100%;
        float: none;
    }

    .contentBlk img {
        max-width: 100%;
    }

    .downloadBar {
        padding: 15px 0 15px 0;
    }

        .downloadBar .fileName {
            width: 340px;
        }

    .txtRPicBlk .blk {
        width: 389px;
    }

    .anchorBlk {
        width: 538px;
    }

    .centerBlk .anchorBlk {
        width: 538px;
    }

    .tableListBlk.news2C .th, .tableListBlk.news2C .td {
        width: 269px;
    }

    .tableListBlk.UNBlc2C-1 .c1 {
        width: 408px;
    }

    .hospitalListBlk .blk .title img {
        width: auto;
    }

    .onlineApplyBlk ul, .publicOpinionBlk ul, .relatedLinksBlk ul {
        padding: 10px 0 0 0;
    }

        .onlineApplyBlk ul li, .publicOpinionBlk ul li {
            width: 98.5%;
            margin: 0 0 10px 0;
        }

    .formBlk .validate {
        width: auto;
    }

    .tableListBlk.newsR2C .c2 {
        width: 437px;
    }

    .tableListBlk.newsR3C .c2 {
        width: 336px;
    }

    .tableListBlk.news4C .c2 {
        width: 266px;
    }

    .tableListBlk.UNBlc2C .c2 {
        width: 408px;
    }

    .magzBlk {
        margin: 0 auto 10px;
    }

        .magzBlk ul {
            padding: 0;
        }

            .magzBlk ul li {
                float: none;
                padding: 15px 0 10px 15px;
                margin: 0;
                border-bottom: 1px dashed #bbb;
                position: relative;
            }

                .magzBlk ul li .title {
                    padding: 0 10px 0 40px;
                    margin: 0 0 5px;
                    width: 560px;
                    height: 45px;
                    float: none;
                    font-size: 1.0rem;
                    display: block;
                }

                .magzBlk ul li .size {
                    clear: none;
                    display: inline-block;
                    padding: 0 10px 0 22px;
                    margin: 0 10px;
                    position: absolute;
                    right: -18px;
                    top: 18px;
                }

                .magzBlk ul li .rate {
                    clear: none;
                    display: inline-block;
                    padding: 0 10px 0 22px;
                    margin: 0 10px 10px;
                    position: absolute;
                    right: 0;
                    top: 40px;
                }

                .magzBlk ul li .title.army {
                    background: transparent url(../images/icon-magazine-army-s.png) no-repeat 0 4px;
                }

                .magzBlk ul li .title.education {
                    background: transparent url(../images/icon-magazine-education-s.png) no-repeat 0 4px;
                }

                .magzBlk ul li .title.medecine {
                    background: transparent url(../images/icon-magazine-medecine-s.png) no-repeat 0 4px;
                }

                .magzBlk ul li .title.report {
                    background: transparent url(../images/icon-magazine-report-s.png) no-repeat 0 4px;
                }

                .magzBlk ul li .title.event {
                    background: transparent url(../images/icon-magazine-event-s.png) no-repeat 0 4px;
                }

                .magzBlk ul li .title.military {
                    background: transparent url(../images/icon-magazine-military-s.png) no-repeat 0 4px;
                }

                .magzBlk ul li .title.promo {
                    background: transparent url(../images/icon-magazine-promo-s.png) no-repeat 0 4px;
                }

                .magzBlk ul li .title.share {
                    background: transparent url(../images/icon-magazine-share-s.png) no-repeat 0 4px;
                }

    ul.diseaseInfoList li a {
        margin: 0 10px 15px 0;
        width: 240px;
    }

    ul.diseaseInfoList li.long a {
        width: 505px;
    }

    .categoryBlk .blk {
        float: none;
        margin: 0;
        width: 558px;
    }

    .TreeBlk {
        background-color: #f7f7f7;
    }

    .searchBarBlk {
        position: relative;
        height: 100%;
    }

        .searchBarBlk:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .searchBarBlk .searchField {
            width: 97.5%;
            margin: 0 10px 10px 0;
        }

    .titleSearchBlk {
        width: 558px;
    }

        .titleSearchBlk .searchTipBlk {
            padding: 0 30px 20px 30px;
        }

    .searchResultBlk .info {
        width: 500px;
    }

    .adSearchBlk {
        width: 528px;
    }

        .adSearchBlk input[type="text"] {
            width: 210px;
        }

    .siteMapBlk .chList {
        padding: 0;
    }

        .siteMapBlk .chList li.title {
            margin: 0 0 20px 0;
            width: 546px;
        }

            .siteMapBlk .chList li.title a {
                width: 512px;
            }

    .en .siteMapBlk .chList li.title ul li ul li a {
        display: block;
    }

    .en .siteMapBlk .chList li.title {
        width: 548px;
    }

        .en .siteMapBlk .chList li.title a {
            width: 512px;
        }

        .en .siteMapBlk .chList li.title ul li ul li a {
            width: 90%;
            padding: 2px 0 2px 0;
            text-indent: 0;
        }
}

@media(max-width:599px) {
    .searchBarBlk .searchField.datepicker {
        width: 210px;
    }

    .searchBarBlk.bilingual {
        width: 278px;
    }

        .searchBarBlk.bilingual:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .searchBarBlk.bilingual .searchField {
            margin: 0 10px 15px 0;
            width: 178px;
        }

    .alphabetBlk {
        padding: 0 0 0 10px;
        margin: 0;
    }

        .alphabetBlk .alphabetGroup {
            display: block;
            float: none;
            width: 270px;
        }

    .tableListBlk {
        width: 300px;
    }

        .tableListBlk .thead {
            display: none;
        }

        .tableListBlk .tr {
            border-bottom: 1px solid #DDD;
            padding: 10px;
            overflow: hidden;
        }

        .tableListBlk .td {
            border-bottom: 0;
            height: auto;
            display: inline;
            float: none;
            line-height: 1.3;
        }

        .tableListBlk.news2C .tr {
            padding: 0;
        }

        .tableListBlk.news2C .thead {
            display: block;
        }

        .tableListBlk.news2C .th, .tableListBlk.news2C .td {
            float: left;
            width: 139px;
        }

    .txtRPicBlk .blk {
        float: none;
        width: 100%;
    }

    .magzBlk ul li .title {
        height: auto;
    }

    .magzBlk ul li .size {
        padding: 0 10px 0 22px;
        margin: 0 10px 0 0;
        position: static;
        right: auto;
    }

    .magzBlk ul li .rate {
        padding: 0 10px 0 22px;
        margin: 0 10px 0 0;
        position: static;
        right: auto;
    }

    .anchorBlk {
        width: 278px;
    }

        .anchorBlk.region {
            height: 100%;
        }

            .anchorBlk.region:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .anchorBlk.region ul li a {
                margin: 0 12px 45px 12px;
            }

    .centerBlk .anchorBlk {
        width: 278px;
    }

    .hospitalListBlk .blk {
        width: 278px;
    }

    .hospitalListBlk .txtGroup dl dd {
        margin: 0 0 10px 20px;
        clear: both;
    }

    .formBlk input.validateCode {
        margin-top: 8px;
    }

    .categoryBlk {
        overflow: inherit;
    }

        .categoryBlk .blk {
            width: 300px;
        }

    .titleSearchBlk {
        width: 270px;
        padding: 0 15px;
    }

        .titleSearchBlk .searchField {
            width: 258px;
            margin: 0 0 10px 0;
            float: none;
        }

    .searchTipBlk {
        color: #666;
        line-height: 2.0;
    }

    .titleSearchBlk .searchTipBlk {
        padding: 0 0 20px;
    }

    .searchResultBlk .blk {
        display: block;
        margin: 0;
        padding: 15px 10px 15px 10px;
        overflow: hidden;
        border-bottom: 1px dashed #bbb;
    }

    .searchResultBlk .pdf, .searchResultBlk .word, .searchResultBlk .xsl, .searchResultBlk .ppt, .searchResultBlk .img, .searchResultBlk .other, .searchResultBlk .web, .searchResultBlk .zip, .searchResultBlk .rar {
        height: 22px;
    }

    .searchResultBlk .info {
        width: 278px;
    }

    .adSearchBlk {
        width: 268px;
    }

        .adSearchBlk .left {
            float: none;
            margin-right: 0;
        }

        .adSearchBlk input[type="text"] {
            width: 180px;
        }

        .adSearchBlk .left + .left {
            border-left: none;
            padding-left: 0;
            border-top: 1px dashed #b6d9cd;
            padding: 10px 0 0 0;
            margin: 10px 0 0 0;
        }

        .adSearchBlk .adBlk .w80 {
            width: 192px;
        }

    .siteMapBlk .chList li.title {
        width: 288px;
    }

        .siteMapBlk .chList li.title a {
            width: 252px;
        }

        .siteMapBlk .chList li.title ul li ul li {
            padding: 2px 5px 2px 48px;
            text-indent: -48px;
        }

    .relatedLinksBlk {
        margin: 0 auto 20px auto;
        width: 202px;
        width: 100%;
    }

        .relatedLinksBlk ul {
            width: 100%;
        }

            .relatedLinksBlk ul li {
                width: 98.5%;
                height: auto;
                float: none;
                margin: 0 0 10px 0;
            }

            .relatedLinksBlk ul.img li {
                width: 298px;
                height: 85px;
            }

                .relatedLinksBlk ul.img li a img {
                    height: 85px;
                }

    .downloadBar .tr {
        display: block;
        border-bottom: 1px dashed #BBB;
    }

    .downloadBar .td {
        display: block;
        border-bottom: 0;
    }

    .contentBlk tablegsc-above-wrapper-area-container td {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .downloadBar .fileName, .downloadBar .file {
        width: 100%;
    }

    .downloadBar .file {
        padding: 0 5px 8px 5px;
    }

    .en .siteMapBlk .chList li.title a {
        width: 510px;
    }

    .en .siteMapBlk .chList ul {
        width: 246px;
    }

    .en .siteMapBlk .chList li.title {
        width: 278px;
    }

        .en .siteMapBlk .chList li.title a {
            width: 200px;
        }

        .en .siteMapBlk .chList li.title ul li ul li a {
            width: 80%;
            padding: 2px 0 2px 0;
            text-indent: 0;
        }
}
