@charset "utf-8";
/* CSS Document */
@import url(pagination.css);
@import url(postnavi.css);


#main {}

/*上方功能*/
.news_functions {height:75px;font-size:13px;width:100%; margin:0;padding:0;
                     background:url(csspic/page_title_news.png) repeat center bottom; }
.news_functions li{float:right;width:485px;padding:0; margin:10px 0 0 0;list-style: none;}
/*下拉_類別瀏覽*/
.news_functions li .categories{float:right; color:#333;padding:0;}
.news_functions li .categories span{/*display:none;*/}
/*搜尋欄位*/
.news_functions li .search{float:right; width:235px;padding:0 0 0 5px;}
/*下拉_發佈單位*/
.news_functions li .department{display:none/*float:left;color:#333;padding:0;}
.news_functions li .department span{display:none;*/}



/*--news_list--*/

/*外框寬*/
ul.news_list {float:left;width:670px;margin: 0;padding: 0;list-style: none;border-bottom:2px solid #FD8A17}
ul.news_list li {float: left;width:670px; padding: 10px 0;margin: 0;border-bottom: 1px solid #E3E3E3}


/*滑鼠反應
ul.news_list .over{background-color:#F3F3F3;}
ul.news_list .out{background-color:#FFFFFF;}*/

/*內容*/
ul.news_list li .display {/*padding: 0 10px*/}

/*圖片*/
ul.news_list li img {display:none/*
ul.news_list li img {float: left;display:block;padding: 4px;border: 1px solid #999;background: #fff;margin: 0 15px 5px 0}
ul.news_list li a:hover img{display:block;background:#09F;*/}
/*序號*/
ul.news_list li .number {display:none}
/*標題*/
ul.news_list li .title {float:left;width:440px;font-size: 14px;font-family: 微軟正黑體,Verdana, Geneva, sans-serif;color: #333;padding: 2px 0px;margin:0 0 0 10px}
ul.news_list li .title span{}
ul.news_list li .title a{color:#333;text-decoration:none}
ul.news_list li .title a:hover{color:#FD874D;text-decoration:none}
/*日期*/
ul.news_list li .date {float:left;width:100px;text-align:center;font-weight: normal;font-size: 12px;font-family: Verdana, Geneva, sans-serif;color:#333;padding: 2px 0px;}
ul.news_list li .date span{display:none}
/*類別*/
ul.news_list li .categories {float:left;width:100px;text-align:center;font-weight: normal;font-size: 12px;font-family: Verdana, Geneva, sans-serif;color:#333;padding: 2px 0px;}
ul.news_list li .categories span{display:none}
ul.news_list li .categories a{color: #333;text-decoration:none}
ul.news_list li .categories a:hover{
	color:#FD6820;
	text-decoration:none
}
/*單位*/
ul.news_list li .department {display:none}
/*瀏覽人數*/
ul.news_list li .browse {display:none}
/*說明*/
ul.news_list li .txt {display:none}
ul.news_list li .more {display:none}
ul.news_list li .file {display:none}


/*----------------------------news_detail------------------------------------------------------------------------*/


/*外框寬*/
.news_detail {font-family: Verdana, Geneva, sans-serif;font-size: 12px;color: #666;margin: 0;padding: 0;}
.news_detail {float:left;width:100%;padding: 3px 0;margin:0;}
.news_detail .top{ height:50px;width:100%;border-bottom:1px solid #FF6600; padding:0 0 5px 0;}


/*推文*/
.news_detail .top .share{float:right; width:145px; margin:5px 0 0 0; padding:0;/*background-color:#FF6600*/}
/*標題*/
.news_detail .title {font-size: 15px;color:333;font-weight: bold;padding:0 0 8px 3px;border-bottom:2px solid #FF6600;}

.news_detail .back {float: right;display:block;text-indent: -9998px;margin:0; width:60px;height:30px;  }
.news_detail .back a{display:block;height:30px; background:url(../cssmain/csspic/postnavi.png) no-repeat 0 -5px}
.news_detail .back a:hover{display:block;background-position: 0 -35px;}



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

/*內文*/
.news_detail main_container{ }

/*檔案下載*/


.news_detail ul.file { float:left;padding:0;}
.news_detail ul.file li {float:left; width:680px; height:20px; padding:4px 0 0 0;border-top:1px dotted #e9e9e9;list-style: none;}
.news_detail ul.file li span{color: #E82F00;}						  
.news_detail ul.file li a{color:#FF6600;text-decoration: none;}
.news_detail ul.file li a:hover{color: #E82F00;text-decoration: none;}



