@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{margin:0;padding:0; font-family:Verdana, Arial, Helvetica, sans-serif;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

.newleft {
	width: 585px;
}

/*新聞列表標題文字*/
.title_word{
	font-size: 16px;
	color: #003f98;
	line-height: 18px;
	text-decoration: none;
}

.title_word a{
	font-size: 16px;
	color: #003f98;
	line-height: 18px;
	text-decoration: none;
}

.title_word a:hover{
	font-size: 16px;
	color: #999;
	line-height: 18px;
	text-decoration:underline;
}


/*新聞內文使用*/
.word{
	font-size: 16px;
	color: #666666;
	line-height:24px;
	text-decoration: none;
	float:left;
	text-indent: 20px;
}


/*新聞內文連結文字用*/
.word a{
    font-size: 14px;
	color: #0075c1;
	line-height: 18px;
	text-decoration: none;

}

/*新聞內文連結文字之hover使用*/
.word a:hover{
    font-size: 14px;
	color: #999;
	line-height: 18px;
	text-decoration:underline;

}

/*中間內文使用*/
.new_center {
	font-size: 24px;
	line-height: 22px;
	color: #000000;
}

/*-------------------表格設定-----------------*/

/*單一外框表格設定*/
.tb_broder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}


.tb_broder td{
padding:3px 3px;
}


/*表格內又包表格的設定--list新聞類別專用*/
.tb_out_border {
	border:1px solid #999;
	padding:5px;
}
.tb_out_border .tb_broder , .tb_out_border .tb_broder td {
	border:0px;
}
.tb_out_border .tb_broder td {
	padding:3px;
}
.tb_out_border .tb_broder .tb_border_bomline {
	border-bottom:1px dotted #999999;
}

.tb_out_border .tb_broder .pic_border {
	border:1px solid #999999;
}





/*----------內文項目符號用---------------*/


/*項目符號設定使用*/
.list,.list li{
	background-repeat: no-repeat;
	line-height:25px;
}

/*項目符號使用-連結文字設定*/
.list a{
	display:block;
	width:500px;
	height:25px;	
	color:#000;
	text-decoration: none;
	background-color:#fff;
	padding: 0 0 0 15px;
}

/*項目符號使用-連結文字設定*/	
.list a:hover{
	background-color: #f0f0f0;
	width:500px;
	height:25px;
	color:#0075c1;
	vertical-align: baseline;
}

/*li項目符號圖片規格*/
.n1{
	background-image: url(./../images/news/li_img.gif);
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color: #666;
	background-position-y:7px;	
	line-height:25px;
	background-repeat: no-repeat;	
}




/*---------------------------小米設定---------------------------------------------*/
/* 新聞列表用 */
/*項目符號使用-連結文字設定*/
.new_list a{
	display:block;
	color:#000;
	text-decoration: none;
}

/*項目符號使用-連結文字設定*/	
.new_list a:hover{
	color:#0075c1;
	vertical-align: baseline;
}
/* 新聞列表用 */

.table_bk {
	table-layout:fixed;
	word-break:break-all;
}
/*---------------------------小米設定---------------------------------------------*/

