@charset "utf-8";
/* CSS Document */
#main {
}

/*外框寬*/
.sitemap_list {
    float: left;
    width: 160px;
    margin: 0 10px 20px 0;
    padding: 0;
}
/*滑鼠反應*/
.sitemap_list .over {
    background-color: #f9f9f9;
}
.sitemap_list .out {
    /*background-color:#FFFFFF;*/
}

/*內容-主項目title*/
.sitemap_list .nav {
    float: left;
    width: 100%;
    height: 40px; /**/
    font-size: 13px;
    color: #333;
    font-family: 微軟正黑體;
    /*background:url(csspic/sitemap_nav.png) no-repeat 0 0;padding:5px*/
} /*主項目底圖*/
.sitemap_list .nav img {
    /* display:none; */
    height: 30px;
    width: 150px;
} /*主項目 圖片方式*/
.sitemap_list .nav span {
    display: none; /**/
} /*主項目 文字方式*/
.sitemap_list .nav span a {
    color: #666;
}
.sitemap_list .nav span a:hover {
    color: #c90101;
}

/*內容-項目文字*/
.sitemap_list ul.submenu {
    float: left;
    width: 100%;
    min-height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sitemap_list ul.submenu li {
    color: #333;
    font-size: 13px;
    padding: 0 0 5px 0;
}
.sitemap_list ul.submenu li a {
    color: #000;
    display: block;
    padding: 0 0 0 20px;
    text-decoration: none;
    background-image: url(../css/csspic/icons.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.sitemap_list ul.submenu li a:hover {
    color: #c90101;
    display: block;
    background-position: 0 -28px;
}

/*----------------------------sitemap_detail------------------------------------------------------------------------*/

/*外框寬*/
.sitemap_detail {
    font-family: 微軟正黑體;
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
}
.sitemap_detail {
    float: left;
    width: 100%;
    padding: 3px 0;
    margin: 0;
}
.sitemap_detail .top {
    display: none; /*height:50px;width:100%;border-bottom: 1px dashed #ccc*/
}

/*推文*/
.sitemap_detail .top .share {
    float: right;
    width: 145px;
    margin: 5px 0 0 0;
    padding: 0;
    background-color: #ff6600;
}
/*標題*/
.sitemap_detail .title {
    display: none; /*font-size: 15px;color:#999;font-weight: bold;padding:0 0 8px 3px;border-bottom:1px solid #e9e9e9;*/
}

/*編號*/
.sitemap_detail .number {
    display: none; /*float:left;color:#999;padding: 5px;*/
}
.sitemap_detail .number span {
    color: #c90101;
}
/*部門*/
.sitemap_detail .department {
    display: none; /*float:left;color:#999;padding: 5px;*/
}
.sitemap_detail .department span {
    color: #c90101;
}
/*類別*/
.sitemap_detail .categories {
    display: none; /*float:left;color:#999;padding: 5px;*/
}
.sitemap_detail .categories span {
    color: #c90101;
}
/*時間*/
.sitemap_detail .date {
    display: none; /*float:right;text-align: right;color:#999;padding: 5px;*/
}
.sitemap_detail .date span {
    color: #c90101;
}
/*瀏覽人數*/
.sitemap_detail .browse {
    display: none; /*float:right;text-align: right;color:#999;padding:5px 10px;*/
}
.sitemap_detail .browse span {
    color: #c90101;
}

/*內文*/
.sitemap_detail .main_container {
    color: #333;
    line-height: 1.5em;
    width: 100%;
    padding: 10px 5px 0 5px;
}

/*檔案下載*/

.sitemap_detail ul.file {
    float: left;
    margin: 10px 0 0 0;
    padding: 0px;
}
.sitemap_detail ul.file li {
    float: left;
    width: 680px;
    height: 20px;
    padding: 4px 0 0 0;
    border-top: 1px dotted #e9e9e9;
}
.sitemap_detail ul.file li span {
    display: inline-block;
    text-indent: 0px;
    margin: 0;
    padding: 0;
    width: 75px;
    color: #fff;
    background: url(csspic/icon_public.png) no-repeat 0 -97px;
}
.sitemap_detail ul.file li a {
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
}
.sitemap_detail ul.file li a:hover {
    color: #c90101;
}

/*內容-主項目title
.sitemap_list .nav01,
.sitemap_list .nav02,
.sitemap_list .nav03,
.sitemap_list .nav04,
.sitemap_list .nav05,
.sitemap_list .nav06{float:left;display:block;width:150px;height:50px;text-indent:-1998px;background:url(csspic/sitemap_nav.png) no-repeat 0 0;border:1px solid #6C3;}

.sitemap_list .nav01 {background-position:0 0}
.sitemap_list .nav02 {background-position:0 -50px}
.sitemap_list .nav03 {background-position:0 -100px}
.sitemap_list .nav04 {background-position:0 -150px}
.sitemap_list .nav05 {background-position:0 -200px}
.sitemap_list .nav06 {background-position:0 -250px}*/

/*內容
.sitemap_list li .display {font-size: 12px;font-family: 微軟正黑體; color:#333;  padding: 0 10px;}*/
/*圖片
.sitemap_list li img {float: left;display:block;padding: 4px;border: 1px solid #999;background: #fff;margin: 0 15px 5px 0}
.sitemap_list li a:hover img{display:block;background:#9ECB32;}*/

/*預覽頁*/
.sitemap_overview

/*首頁列表*/
/*首頁列表*/
/*首頁列表*/
/*首頁列表*/
.sitemap_index

/*邊欄列表*/
.sitemap_sidebar

/*分類選單*/
.sitemap_categories;
