html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:Arial, sans-serif,"微軟正黑體", "Microsoft JhengHei";
    position: relative;
    font-size: 15px;
	line-height:30px;
	letter-spacing:1px;
	color: rgba(51,51,51,1);
	background:#fff;
	line-height: 1;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
	margin-bottom: 0px;
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    display: block;
	color:#333;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}



/*---news-----------------------------------------------------------------------------------------------------------------------------------*/
.news {
	margin:0 auto;
	width:905px;
	max-width:100%;
	padding-bottom:3em;
	line-height:2;
}
	.news table {
		width:95%;
		margin-left: 11px;
		font-family:Arial, Helvetica, sans-serif,'微軟正黑體';
		letter-spacing: 2px;
	}
	.news a {
		display:inline-block;
	}
	.news img {
		max-width:100%;
	}
	.news .newslist_rwd {
	  padding: 1% 1%;
	}
	button, html input[type=button], input[type=reset], input[type=submit] {
		background: #a52327;
		color: #fff;
		border-radius: 5px;
		border: 0px;
		width: 142px;
		padding: 7px 0;
		letter-spacing: 1px;
		transition:.3s ease-in-out;
		border: solid 2px #a52327;
		font-weight:bold;
		margin:1% 5px;
		text-align:center;
		font-family:'微軟正黑體';
		font-size: 16px;
		white-space:pre-wrap;
		
	}
		button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
			 background:transparent;
			 color: #a52327;
		}
.news2 {
	margin:0 auto;
	width:905px;
	max-width:100%;
	padding-bottom:3em;
	line-height:2;
}
	.news2 table {
		width:78%;
		margin-left: 11px;
		font-family:Arial, Helvetica, sans-serif,'微軟正黑體';
		letter-spacing: 2px;
	}
	.news2 a {
		display:inline-block;
	}
	.news2 img {
		max-width:100%;
	}
	.news2 .newslist_rwd {
	  padding: 1% 1%;
	}
	/******************************************/
	.npic div {
		background: no-repeat center center;
	}
	.newslist_rwd .ntitle p {
		font-size: 18px;
		color: #0d0d0d;
		line-height: 20px;
		margin-bottom: 6px;
		text-align:left;
		transition:.3s ease-in-out;
		padding-bottom: 10px;
		font-family:Arial, Helvetica, sans-serif,'微軟正黑體';
	}
	.newslist_rwd .ninfo p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0px;
		color:#828080;
		text-align:left;
		min-height:64px;
		transition:.3s ease-in-out;
	}
	.ninfo pre {
		font-size: 16px;
		margin-bottom: 0px;
		color:#828080;
		text-align:left;
		min-height:64px;
		transition:.3s ease-in-out;
		background: none;
		font-family: Arial, Helvetica, sans-serif,'微軟正黑體';
	}
	.newslist_rwd .ninfo {
		font-size: 14px;
		line-height: 5px;
		color:#0d0d0d;
		text-align:right;
		margin-left: 13px;
	}
	.nbox {
		margin: 0;
		padding: 0;
	}
	.nbox div {
		display: inline-block;
		float: left;
	}
	.nbox div:nth-child(2) {
		width: 100%-130px;
	}
	
	/*******/
	.newslist_rwd {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		line-height:2;
	}
		.newslist_rwd:hover {
			animation:imgflash 1.2s ease-in-out;
		}
	.newslist_rwd a {
		display: inline-block;
	}
	.newslist_rwd td {
		vertical-align: top;
		-webkit-transition: all 1s linear;
		-moz-transition: all 1s linear;
		-o-transition: all 1s linear;
		transition: all 1s linear;
	}
	.newslist_rwd td:hover {
		box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
	}
	.newslist_rwd .npic {
		width: 294px;
	}
	.newslist_rwd .ntext {
		width: 51%;
		padding: 1% 5% 0% 1%;
	}
	.newslist_rwd .npic img {
		width: 120px;
		height: 120px;
		border-radius:100%;
	}
	.newslist_rwd .ntitle,
	.newslist_rwd .ninfo {
		padding-bottom: 2px;
		width: 118%;
	}
	.newslist_rwd .npicimg {
		min-height: 228px;
		border-radius:2px;
		width:100%;
	}
	/*hover*/
	.newslist_rwd:hover .ntitle p {
		color:#f54318;
	}
	.newslist_rwd:hover .ninfo p,.newslist_rwd:hover .ninfo {
		color: #f54318;
	}
	@media screen and (max-width: 1199px) {
		.newslist_rwd .npic {
			width: 30%;
		}
	
		.newslist_rwd .ntext {
			width: 70%;
		}
	}
	@media screen and (max-width: 991px) {
	   .newstable {
		   width:100%;
	   }
	}
	@media screen and (max-width: 840px) {
	   .newslist_rwd {
		   width:100%;
	   }
	}
	@media screen and (max-width: 630px) {
		.newslist_rwd .ntext {
			padding: 3% 1% 1% 4%;
		}
	}
	@media screen and (max-width: 430px) {
		.newslist_rwd .npic {
			width: 40%;
		}
		.newslist_rwd .ntext {
			width: 60%;
		}
	}
	@media screen and (max-width: 480px) {
		.newslist_rwd .npic {
			padding-top:2%;
		}
	}
/*****************************************************/
	@media screen and (max-width:768px) {
		.inmain {
			margin-top:0;
			padding:1em;
		}
		.news {
			width:100%;
		}
	}
.page_num {
	padding-top:23px;
}
.page_num td:nth-child(2) {
    display: none;