<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/** errorWrap **/
#errorWrap {
	width:100%;
	margin:0 auto;
}
@media screen and (min-width:991px) {
	#errorWrap{
		display:flex;		
		align-items:center;
		height:100%;
	}
}


/** errorPage **/
#errorPage {
	position:relative;
	width:100%;
	margin:0 auto;
}
#errorPage .logo {
    display:block;
    width:320px;
	height:50px;
	background:url(../images/logo.png) no-repeat 50% 50%;
	background-size:contain;
	margin:20px auto;
}
#errorPage .errorBox {
	position:relative;
    width:100%;
	text-align:center;
    padding:50px 0;
	box-sizing:border-box;
    margin:0 auto;
	background:#8cbe41; /* Old browsers */
	background:-moz-linear-gradient(-45deg,  #8cbe41 0%, #1b9282 50%, #095fa4 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(-45deg,  #8cbe41 0%,#1b9282 50%,#095fa4 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(135deg,  #8cbe41 0%,#1b9282 50%,#095fa4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbe41', endColorstr='#095fa4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-size:cover;
}
#errorPage .errorBox .acKey {
	position:absolute;
	top:20px;
	left:20px;
	color:transparent;
	font-size:1.1em;
}
#errorPage .errorBox .acKey:hover,
#errorPage .errorBox .acKey:focus {
	color:#FFF;
	outline:1px dashed #FF6600;
}
#errorPage .errorBox h2 {
    color:#FFF;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:4.3em;
	margin:0 0 10px 0;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
#errorPage .errorBox h3 {
	color:#FFF;
	font-size:2.1em;
	margin:10px 0 25px 0;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
#errorPage .errorBox p {
	color:#FFF;
	font-size:1.9em;
	line-height:150%;
	font-weight:bold;
	-webkit-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow:0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
#errorPage .errorBox p.eng {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.9em;
}
#errorPage .errorBtn {
	width:100%;
	text-align:center;
    margin:2rem auto 1rem auto;
}
#errorPage .errorBtn a {
	display:inline-block;
	width:calc(100% - 10px);
	max-width:300px;
    color:#000;
    font-size:1.7em;
	padding:10px 0;
	border:1px solid #000;
	box-sizing:border-box;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	margin:5px;
}
#errorPage .errorBtn a:hover,
#errorPage .errorBtn a:focus {
	color:#FFF;
    background:#000;
}
#errorPage .mark {
	text-align:center;
	margin-top:1rem;
}
#errorPage .mark a {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
#errorPage .wd {
	text-align:center;
	margin-top:1rem;
}
#errorPage .wd p {
	color:#000;
	font-size:1rem;
	line-height:165%;
	margin:0;
}
#errorPage .wd p strong {
    font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:1.2rem;
}
#errorPage .wd p span {
	display:inline-block;
	margin:0 10px;
}
@media screen and (max-width:480px) {
	#errorPage .logo {
		width:210px;
		height:30px;
		background:url(../images/logo_mobile.png) no-repeat 50% 50%;
		background-size:contain;
	}
	#errorPage .errorBox h2 {
		font-size:3.9em;
	}
	#errorPage .errorBox h3 {
		font-size:1.7em;
	}	
}
@media screen and (min-width:991px) {
	#errorPage{
		min-height:640px;
	}
	#errorPage .logo {
		width:320px;
		height:50px;
		background-size:contain;
		margin:30px auto;
	}
	#errorPage .errorBox {	
		padding:60px 0;
	}	
	#errorPage .errorBox .acKey {
		top:30px;
		left:50%;
		margin-left:-450px;
	}
	#errorPage .errorBox h2 {
		font-size:4.9em;
	}
	#errorPage .errorBox h3 {
		font-size:2.1em;
	}
}
@media screen and (min-width:1200px) {
	#errorPage .errorBox h2 {
		font-size:5.9em;
	}
	#errorPage .errorBox h3 {
		font-size:2.7em;
	}
}

.ui-widget,
.ui-datepicker {
	font-family:"PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif !important;
    font-size:1rem !important;
	z-index:2 !important;
}


/** comBar **/
#comBar {
	display:flex;
	width:100%;
	min-height:45px;
	flex-direction:row;
	justify-content:space-between;
	align-items:stretch;
	background:rgba(33,35,41,.7);
    margin:0 auto;
	-webkit-border-radius:20px 20px 0 0;
	   -moz-border-radius:20px 20px 0 0;
			border-radius:20px 20px 0 0;
}
@media screen and (max-width:640px) {
	#comBar {
		position:relative;
		display:block;
		min-height:85px;
	}
}
@media screen and (min-width:991px) {
	#comBar {
		height:50px;
	}
}
@media screen and (min-width:1200px) {
	#comBar {
		height:55px;
	}
}
@media screen and (min-width:1440px) {
	#comBar {
		height:60px;
	}
}


/** breadcrumbs **/
#breadcrumbs {
	width:calc(100% - 100px);
}
#breadcrumbs &gt; ul {
	list-style:none;
	letter-spacing:-9px;
}
#breadcrumbs &gt; ul li {
	position:relative;
	display:inline-block;
	color:#FFF;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:0;
	line-height:135%;
	padding-right:25px;
	margin:5px 0;
}
#breadcrumbs &gt; ul li:first-child{
	padding-right:0;
	margin:0;
}
#breadcrumbs &gt; ul li:first-child + li {
	margin-left:20px;
}
#breadcrumbs &gt; ul li:after {
	position:absolute;
    content:"";
    display:block;
    position:absolute;
    right:10px;
    top:50%;
    width:7px;
    height:7px;
    border-left:1px solid #FFF;
    border-bottom:1px solid #FFF;
	margin-top:-3px;
    z-index:2;
    -webkit-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
			transform:rotate(-135deg);
}
#breadcrumbs &gt; ul li:first-child:after,
#breadcrumbs &gt; ul li:last-child:after {
	display:none;
}
#breadcrumbs &gt; ul li a {
	position:relative;
	display:block;
	color:#FFF;
}
#breadcrumbs &gt; ul li a:hover,
#breadcrumbs &gt; ul li a:focus {
	color:#fff45c;
}
#breadcrumbs &gt; ul li a.bread-home {
	position:relative;
	display:inline-block;
	width:50px;
	height:0;
	padding-bottom:100%;
	background:rgba(33,35,41,.6);
	vertical-align:middle;
	-webkit-border-radius:20px 0 0 0;
	   -moz-border-radius:20px 0 0 0;
			border-radius:20px 0 0 0;
}
#breadcrumbs &gt; ul li a.bread-home:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:21px;
	height:21px;
	margin:-10.5px 0 0 -10.5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#FFF;
	-webkit-mask-image:url(../images/icon-home.svg);
			mask-image:url(../images/icon-home.svg);
	-webkit-mask-size:21px 21px;
			mask-size:21px 21px;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
#breadcrumbs &gt; ul li a.bread-home:hover:before,
#breadcrumbs &gt; ul li a.bread-home:focus span:before {
	background-color:#fff45c;
}
@media screen and (max-width:990px) {
	#breadcrumbs &gt; ul {
		position:relative;
		display:flex;
        flex-wrap:wrap;
		align-items:center;
		height:100%;
		padding-left:60px;
		box-sizing:border-box;
	}
	#breadcrumbs &gt; ul li:first-child{
		position:absolute;
		top:0;
		left:0;
		height:100%;
		margin:0;
	}
	#breadcrumbs &gt; ul li a.bread-home {
		height:100%;
		padding:0;
	}
	#breadcrumbs &gt; ul li:first-child + li {
		margin-left:0;
	}
}
@media screen and (max-width:640px) {
	#breadcrumbs {
		display:flex;
		width:100%;
		min-height:45px;
		align-items:center;
	}
	#breadcrumbs &gt; ul {
		padding:5px 0 5px 55px;
		min-height:45px;
	}
	#breadcrumbs &gt; ul li a.bread-home {
		width:45px;
	}			
}
@media screen and (min-width:991px) {
	#breadcrumbs &gt; ul li a.bread-home {
		width:50px;
	}
}
@media screen and (min-width:1200px) {
	#breadcrumbs {
		width:auto;
		padding:0;
		margin:0;
	}
	#breadcrumbs &gt; ul li {
		font-size:1.7em;
		padding-right:35px;
	}
	#breadcrumbs &gt; ul li:after{
		right:12px;
	}
	#breadcrumbs &gt; ul li a.bread-home {
		width:55px;
	}
}
@media screen and (min-width:1440px) {
	#breadcrumbs &gt; ul li a.bread-home {
		width:60px;
	}
}


/** postShare **/
#postShare{
	display:flex;
	align-items:center;
}
@media screen and (max-width:640px) {
	.postShare {
		/*justify-content:flex-end;*/
		padding-top:15px;
		padding-left:15px;
		display:block;
		background:#fff;
	}
}
/* ----- printBtn ----- */
.printBtn {
	position:relative;
	display:inline-block;
    width:50px;
    height:50px;
	border-left:1px solid rgba(255,255,255,0.3);
	box-sizing:border-box;
}
.printBtn::before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:21px;
	height:21px;
	margin:-10.5px 0 0 -10.5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#FFF;
	-webkit-mask-image:url(../images/icon-print.svg);
			mask-image:url(../images/icon-print.svg);
	-webkit-mask-size:21px 21px;
			mask-size:21px 21px;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.printBtn:hover:before,
.printBtn:focus span:before {
	background-color:#fff45c;
}
@media screen and (max-width:640px) {
	.printBtn {
		width:45px;
		height:45px;
		display:block;
		border:1px solid #ddd;
		margin-right:5px;
		-webkit-border-radius:100px;
		   -moz-border-radius:100px;
				border-radius:100px;
		z-index: 2;		
	}
	.printBtn::before,
	.printBtn:hover:before,
	.printBtn:focus span:before {
		background-color:#333;		
	}
	.printBtn:hover:before,
	.printBtn:focus span:before {
		-webkit-transform:rotate(360deg);
			-ms-transform:rotate(360deg);
				transform:rotate(360deg);
	}	
}
@media screen and (min-width:991px) {
	.printBtn{
		width:50px;
		height:50px;
		line-height:50px;
	}
	.printBtn::before {
		background-size:cover;
	}
}
@media screen and (min-width:1200px) {
	.printBtn{
		width:55px;
		height:55px;
		line-height:55px;
	}
}
@media screen and (min-width:1440px) {
	.printBtn{
		width:60px;
		height:60px;
		line-height:60px;
	}
}
/* ----- postshareBtn ----- */
.postshareBtn {
	position:relative;
	width:50px;
	border-left:1px solid rgba(255,255,255,0.3);
	box-sizing:border-box;
}
.postshareBtn &gt; a {
	position:relative;
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
}
.postshareBtn &gt; a span {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
}
.postshareBtn &gt; a span.open:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:21px;
	height:21px;
	margin:-10.5px 0 0 -10.5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#FFF;
	-webkit-mask-image:url(../images/icon-share.svg);
			mask-image:url(../images/icon-share.svg);
	-webkit-mask-size:21px 21px;
			mask-size:21px 21px;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.postshareBtn &gt; a:hover span.open:before {
	background-color:#fff45c;
}
.postshareBtn &gt; a.show span.open:before,
.postshareBtn &gt; a:focus span.open:before {
	background-color:#FFF;
}
.postshareBtn &gt; a.show span.close:before,
.postshareBtn &gt; a.show span.close:after {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:23px;
	top:50%;
	left:50%;
	border:none;
	margin:-11.5px 0 0 -1px;
	background-color:#FFF;
	-webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
}
.postshareBtn &gt; a.show span.close:before {
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
            transform:rotate(45deg);
}
.postshareBtn &gt; a.show span.close:after {
	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
         -o-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
.postshareBtn .postshareMenu {
	display:none;
	position:absolute;
	top:50px;
	right:0;
	list-style:none;
	z-index:1;
}
.postshareBtn .postshareMenu li {
	display:block;
	background:#FFF;
}
.postshareBtn .postshareMenu a {
	position:relative;
	display:block;
	width:50px;
	height:50px;
	text-align:left;
	text-indent:-999px;
	border:1px solid #ddd;
	border-top:none !important;
	box-sizing:border-box;
	overflow:hidden;
}
.postshareBtn .postshareMenu a:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:31px;
	height:31px;
	margin:-15.5px 0 0 -15.5px;
	-webkit-mask-size:31px 31px;
			mask-size:31px 31px;				
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#FFF;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.postshareBtn .postshareMenu a.icon-fb:before {
	background-color:rgba(8,102,255,1);
	-webkit-mask-image:url(../images/icon-FB.svg);
			mask-image:url(../images/icon-FB.svg);
}
.postshareBtn .postshareMenu a.icon-twitter:before {
	background-color:rgba(0,0,0,1);
	-webkit-mask-image:url(../images/icon-Twitter-X.svg);
			mask-image:url(../images/icon-Twitter-X.svg);
}
.postshareBtn .postshareMenu a.icon-line:before {
	background-color:rgba(1,185,1,1);
	-webkit-mask-image:url(../images/icon-LINE.svg);
			mask-image:url(../images/icon-LINE.svg);
}
.postshareBtn .postshareMenu a:hover:before {
    -webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
			transform:rotate(360deg);
}
@media screen and (max-width:640px) {
	.postshareBtn{ width:45px;}
	.postshareBtn .postshareMenu{
		display:flex !important;
		align-items:center;
		position:relative;
		top:auto;
		left:auto;
	}
	.postshareBtn &gt; a { display:none;}
	.postshareBtn .postshareMenu li + li {
		margin:0 0 0 5px;
	}
	.postshareBtn .postshareMenu a {
		width:45px;
		height:45px;		
		border:1px solid #ddd !important;
		-webkit-border-radius:100px;
		   -moz-border-radius:100px;
				border-radius:100px;
	}
	.postshareBtn .postshareMenu a:before {
		width:26px;
		height:26px;
		margin:-13px 0 0 -13px;
		-webkit-mask-size:26px 26px;
				mask-size:26px 26px;
	}	
}
@media screen and (min-width:991px) {
	.postshareBtn {
		width:50px;
	}
	.postshareBtn &gt; a {
		width:50px;
		height:50px;
	}
	.postshareBtn .postshareMenu {
		top:50px;
	}
	.postshareBtn .postshareMenu a {
		width:50px;
		height:50px;
	}
}
@media screen and (min-width:1200px) {
	.postshareBtn {
		width:55px;
	}
	.postshareBtn &gt; a {
		width:55px;
		height:55px;
	}
	.postshareBtn .postshareMenu {
		top:55px;
	}
	.postshareBtn .postshareMenu a {
		width:55px;
		height:55px;
	}
}
@media screen and (min-width:1440px) {
	.postshareBtn {
		width:60px;
	}
	.postshareBtn &gt; a {
		width:60px;
		height:60px;
	}
	.postshareBtn .postshareMenu {
		top:60px;
	}
	.postshareBtn .postshareMenu a {
		width:60px;
		height:60px;
	}	
}


/** asideNav **/
#asideNav {
	position:relative;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
#asideTitle {
	position:relative;
	display:flex;
	width:100%;
	height:100px;
	overflow:hidden;
	flex-wrap:wrap;
	z-index:1;
	-webkit-border-radius:10px 10px 0 0;
       -moz-border-radius:10px 10px 0 0;
            border-radius:10px 10px 0 0;
}
#asideTitle:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#4466d0; /* Old browsers */
	background:-moz-linear-gradient(top, #7eb2ff 0%, #4466d0 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, #7eb2ff 0%, #4466d0 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #7eb2ff 0%, #4466d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb2ff', endColorstr='#4466d0',GradientType=0 ); /* IE6-9 */
	z-index:-2;
}
#asideTitle:after {
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:url(../images/asideTitle_bg.png) right 50% no-repeat;
	background-size:cover;
	z-index:-1;
}
#asideTitle .sideNav {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#asideTitle h2 {
	display: flex;
	width: 100%;
	font-family: "PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	letter-spacing: 0.02em;	
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
@media screen and (max-width:990px) {
	#asideNav {
		width:100%;
		padding:0;
	}
	#asideTitle h2 {
		position:relative;
		color:#FFF;
		padding:15px;
		justify-content:center;
		background:#000;
	}
	#asideTitle h2.open {
		background:#000;
	}
	#asideTitle h2::after {
		position:absolute;
		right:15px;
		top:50%;
		content:"";
		width:25px;
		height:25px;
		display:inline-block;
		background-image:url(../images/sideNav-arrow.svg);
		background-position:50% 50%;
		background-repeat:no-repeat;
		margin-top:-12.5px;
		transition:all 0.4s ease;
	}
	#asideTitle h2.open::after {
		-webkit-transform:rotate(135deg);
			-ms-transform:rotate(135deg);
				transform:rotate(135deg);
	}
}
@media screen and (min-width:991px) {
	#asideTitle h2 {
		font-size:2.9em;
	}
}
@media screen and (min-width:1200px) {
	#asideTitle {
		height:100px;
		-webkit-border-radius:15px 15px 0 0;
		   -moz-border-radius:15px 15px 0 0;
				border-radius:15px 15px 0 0;
	}
	#asideTitle h2 {
		font-size:3.5em;
	}
}
@media screen and (min-width:1440px) {
	#asideTitle {
		height:120px;
	}
}


/** asideMenu **/
#asideMenu {
	width:100%;
	box-sizing:border-box;
}
#asideMenu &gt; ul {
	list-style:none;
}
#asideMenu &gt; ul &gt; li {
	position:relative;
	width:100%;
	border-bottom:1px solid #CCC;
}
#asideMenu &gt; ul &gt; li &gt; a {
	position:relative;
	display:inline-block;
	width:100%;
	color:#FFF;
	font-size:1.9em;
	font-weight:bold;
	line-height:135%;
	padding:18px 18px 18px 40px;
	box-sizing:border-box;
}
@media screen and (max-width:990px) {
	#asideMenu {
		display:none;
		background:#009944; /* Old browsers */
		background:-moz-linear-gradient(left,  #009944 0%, #005229 100%); /* FF3.6-15 */
		background:-webkit-linear-gradient(left,  #009944 0%,#005229 100%); /* Chrome10-25,Safari5.1-6 */
		background:linear-gradient(to right,  #009944 0%,#005229 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009944', endColorstr='#005229',GradientType=1 ); /* IE6-9 */	
	}
	#asideMenu &gt; ul &gt; li {
		border-color:rgba(255,255,255,.3);
	}
	#asideMenu &gt; ul &gt; li:last-child {
		border-bottom:none;
	}
	#asideMenu &gt; ul &gt; li:hover &gt; a,
	#asideMenu &gt; ul &gt; li &gt; a:hover,
	#asideMenu &gt; ul &gt; li &gt; a:focus {
		color:#D60000;
	}
	#asideMenu &gt; ul &gt; li &gt; a:before {
		content:"";
		display:block;    
		position:absolute;
		top:50%;
		right:25px;
		width:7px;
		height:7px;
		border-top:3px solid #FFF;
		border-right:3px solid #FFF;
		margin-top:-5px;
		-webkit-transform:rotate(45deg);
			-ms-transform:rotate(45deg);
				transform:rotate(45deg);
		-webkit-transition:all 0.3s;
		   -moz-transition:all 0.3s;    
			 -o-transition:all 0.3s;
				transition:all 0.3s;
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn:before {
		display:none;
	}
	#asideMenu &gt; ul &gt; li:hover &gt; a:before,
	#asideMenu &gt; ul &gt; li &gt; a:hover:before,
	#asideMenu &gt; ul &gt; li &gt; a:focus:before {
		border-color:#D60000;
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn:before {
		content:"";
		position:absolute;
		display:block;
		width:14px;
		height:2px;
		top:25.5px;
		right:21px;
		border:none;
		margin:-1px 0 0 0;
		background-color:#FFF;
		-webkit-transform:rotate(0deg);
			-ms-transform:rotate(0deg);
				transform:rotate(0deg);
		-webkit-transition:-webkit-transform .3s linear;
		   -moz-transition:-moz-transform .3s linear;
			-ms-transition:-ms-transform .3s linear;
			 -o-transition:-o-transform .3s linear;
				transition:transform .3s linear;
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn:after {
		content:"";
		position:absolute;
		display:block;
		width:2px;
		height:14px;
		top:25.5px;
		right:27px;
		margin:-7px 0 0 0;
		background-color:#FFF;
		-webkit-transition:-webkit-transform .3s linear;
		   -moz-transition:-moz-transform .3s linear;
			-ms-transition:-ms-transform .3s linear;
			 -o-transition:-o-transform .3s linear;
				transition:transform .3s linear;
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn:hover:before,
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn:hover:after {
		background-color:#AAFF00;
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn.open:before,
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn.open:hover:after {
		background-color:#AAFF00;
	}
	#asideMenu &gt; ul &gt; li.unit-now &gt; a.dropBtn:before,
	#asideMenu &gt; ul &gt; li.unit-now &gt; a.dropBtn:after,
	#asideMenu &gt; ul &gt; li.unit-now &gt; a.dropBtn:hover:before,
	#asideMenu &gt; ul &gt; li.unit-now &gt; a.dropBtn:hover:after {
		background-color:#D60000;
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn.open {
		background:rgba(0,0,0,.5);
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn.open:after {
		-webkit-transform:rotate(90deg);
		   -moz-transform:rotate(90deg);
			-ms-transform:rotate(90deg);
			 -o-transform:rotate(90deg);
				transform:rotate(90deg);
	}
}
@media screen and (min-width:991px) {
	#asideMenu {
		display:block;
	}
	#asideMenu &gt; ul &gt; li {
		display:inline-block;
		border:none;
		background:#efefef;
		box-sizing:border-box;
		/*border-bottom:1px solid rgba(0,0,0,.1);*/
	}
	#asideMenu &gt; ul &gt; li:last-child {
		border-bottom:none;
		-webkit-border-radius:0 0 10px 10px;
		   -moz-border-radius:0 0 10px 10px;
				border-radius:0 0 10px 10px;
	}
	#asideMenu &gt; ul &gt; li + li {
		border-top:1px solid #FFF;
	}
	#asideMenu &gt; ul &gt; li &gt; a {
		font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
		color:#000;
		padding:18px 18px 18px 40px;
		box-sizing:border-box;
	}
	#asideMenu &gt; ul &gt; li &gt; a:hover,
	#asideMenu &gt; ul &gt; li &gt; a:focus {
		color:#D60000;
	}
	#asideMenu &gt; ul &gt; li.unit-now &gt; a,
	#asideMenu &gt; ul &gt; li.unit-now &gt; a.dropBtn.open {
		color:#4466d0;
	}
	#asideMenu &gt; ul &gt; li &gt; a:after {
		content:"";
		display:block;
		position:absolute;
		left:20px;
		top:27px;
		width:5px;
		height:5px;
		border-top:2px solid #000;
		border-right:2px solid #000;
		-webkit-transform:rotate(45deg);
			-ms-transform:rotate(45deg);
				transform:rotate(45deg);
		-webkit-transition:all 0.3s;
		   -moz-transition:all 0.3s;    
			 -o-transition:all 0.3s;
				transition:all 0.3s;
	}
	#asideMenu &gt; ul &gt; li &gt; a:hover:after,
	#asideMenu &gt; ul &gt; li &gt; a:focus:after {
		border-color:#D60000;
	}
	#asideMenu &gt; ul &gt; li.unit-now &gt; a:after,
	#asideMenu &gt; ul &gt; li.unit-now &gt; a.dropBtn.open:after {
		border-color:#4466d0;
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn.open:after {
		top:25px;
		-webkit-transform:rotate(135deg);
			-ms-transform:rotate(135deg);
				transform:rotate(135deg);
	}
	#asideMenu &gt; ul &gt; li &gt; a.link:after,
	#asideMenu &gt; ul &gt; li &gt; a.download:after {
		left:15px;
		top:20px;
		width:18px;
		height:18px;
		border:none;
		vertical-align:middle;
		border:none;
		background-position:50% 50%;
		background-repeat:no-repeat;
		background-size:cover;
		background-color:#9fa3a6;
		-webkit-mask-size:18px 18px;
				mask-size:18px 18px;
		-webkit-transform:rotate(0deg);
			-ms-transform:rotate(0deg);
				transform:rotate(0deg);
		-webkit-transition:all 0.3s;
		   -moz-transition:all 0.3s;    
			 -o-transition:all 0.3s;
				transition:all 0.3s;
	}
	#asideMenu &gt; ul &gt; li &gt; a.link:after {
		-webkit-mask-image:url(../images/nav-icon-link.svg);
				mask-image:url(../images/nav-icon-link.svg);
	}
	#asideMenu &gt; ul &gt; li &gt; a.download:after {
		-webkit-mask-image:url(../images/nav-icon-download.svg);
				mask-image:url(../images/nav-icon-download.svg);
	}
	#asideMenu &gt; ul &gt; li &gt; a.link:hover:after,
	#asideMenu &gt; ul &gt; li &gt; a.link:focus:after,
	#asideMenu &gt; ul &gt; li &gt; a.download:hover:after,
	#asideMenu &gt; ul &gt; li &gt; a.download:focus:after {
		background-color:#C73F00;
	}	
}
@media screen and (min-width:1200px) {
	#asideMenu &gt; ul &gt; li:last-child {
		-webkit-border-radius:0 0 15px 15px;
		   -moz-border-radius:0 0 15px 15px;
				border-radius:0 0 15px 15px;
	}
}
@media screen and (min-width:1440px) {
	#asideMenu &gt; ul &gt; li &gt; a {
		padding:20px 20px 20px 40px;
	}
	#asideMenu &gt; ul &gt; li &gt; a:after {
		top:29px;
	}
	#asideMenu &gt; ul &gt; li &gt; a.dropBtn.open:after {
		top:28px;
	}
	#asideMenu &gt; ul &gt; li &gt; a.link:after,
	#asideMenu &gt; ul &gt; li &gt; a.download:after {
		top:25px;
	}	
}


/** 左側選單 第二層 **/
@media screen and (max-width:990px) {
	#asideMenu &gt; ul &gt; li &gt; ul {
		display:none;
		width:100%;
		list-style:none;
		padding:0;
		box-sizing:border-box;
		background:rgba(255,255,255,.8);
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li {
		display:inline-block;
		width:100%;
		border-bottom:1px dashed rgba(0,0,0,.3);
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li:last-child {
		border-bottom:none;		
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a {
		position:relative;
		display:inline-block;
		width:100%;
		color:#333;
		font-size:1.7em;
		font-weight:bold;
		text-align:left;
		padding:15px 15px 15px 40px;
		box-sizing:border-box;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:hover,
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:focus {
		color:#eb6100;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li.unit-now a {
		color:#008a3e;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:before {
		content:"";
		display:block;    
		position:absolute;
		top:50%;
		right:25px;
		width:5px;
		height:5px;
		border-top:2px solid #333;
		border-right:2px solid #333;
		margin-top:-5px;
		-webkit-transform:rotate(45deg);
			-ms-transform:rotate(45deg);
				transform:rotate(45deg);
		-webkit-transition:all 0.3s;
		   -moz-transition:all 0.3s;    
			 -o-transition:all 0.3s;
				transition:all 0.3s;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li.unit-now a:before {
		border-color:#008a3e;
	}	
}
@media screen and (min-width:991px) {
	#asideMenu &gt; ul &gt; li &gt; ul {
		position:relative;
		width:90%;
		list-style:none;
		background:#FFF;
		margin:-10px auto 10px;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li {
		display:block;
		border-bottom:1px solid #efefef;	
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li:last-child {
		border-bottom:none;	
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a {
		position:relative;
		display:block;
		color:#000;
		font-size:1.7em;
		font-weight:bold;
		line-height:135%;
		text-align:left;
		padding:12px 12px 12px 27px;
		box-sizing:border-box;
		z-index:0;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:hover,
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:focus {
		color:#D60000;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li.unit-now a {
		color:#556fb5;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:before {
		content:"";
		display:block;    
		position:absolute;
		left:13px;
		top:21px;
		width:5px;
		height:5px;
		background:#000;
		-webkit-transition:all 0.3s;
		   -moz-transition:all 0.3s;    
			 -o-transition:all 0.3s;
				transition:all 0.3s;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:hover:before,
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:focus:before {
		background:#D60000;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li.unit-now a:before {
		background:#556fb5;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a.link:after,
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a.download:after {
		content:"";
		display:inline-block;
		width:15px;
		height:15px;
		border:0;
		margin-left:7px;
		vertical-align:middle;
		background-position:50% 50%;
		background-repeat:no-repeat;
		background-size:cover;
		background-color:#3C3C3C;
		opacity:.5;
		-webkit-mask-size:15px 15px;
				mask-size:15px 15px;
		-webkit-transform:rotate(0deg);
			-ms-transform:rotate(0deg);
				transform:rotate(0deg);
		-webkit-transition:all 0.3s;
		   -moz-transition:all 0.3s;    
			 -o-transition:all 0.3s;
				transition:all 0.3s;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a.link:after {
		-webkit-mask-image:url(../images/nav-icon-link.svg);
				mask-image:url(../images/nav-icon-link.svg);
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a.download:after {
		-webkit-mask-image:url(../images/nav-icon-download.svg);
				mask-image:url(../images/nav-icon-download.svg);
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a.link:hover:after,
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a.link:focus:after,
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a.download:hover:after,
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a.download:focus:after {
		background-color:#C73F00;
	}
}
@media screen and (min-width:1440px) {
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a {
		padding:15px 15px 15px 30px;
	}
	#asideMenu &gt; ul &gt; li &gt; ul &gt; li a:before {
		left:15px;
		top:24px;
	}
}


/** comPage **/
#comPage {
	position:relative;
	width:100%;
	padding:20px 20px 60px 20px;
	background:#FFF;
	box-sizing:border-box;
	margin:0 auto;
}
#comPage img {
	max-width:100%;
	height:auto;
}
#comPage .acKey {
	position:absolute;
	margin-top:-15px;
	z-index:2;
}
#comPage .pageLeft,
#comPage .pageRight {
	position:relative;
	width:100%;
}
@media screen and (max-width:990px) {
	#comPage .pageLeft {
		display:none;
	}
}
@media screen and (min-width:991px) {
	#comPage {
		padding:25px 25px 60px 25px;
	}
	#comPage .pageLeft {
		float:left;
		width:225px;
	}
	#comPage .pageRight {
		float:right;
		width:calc(100% - 250px);
	}
}
@media screen and (min-width:1200px) {
	#comPage {
		padding:30px 30px 60px 30px;
	}
	#comPage .pageLeft {
		width:240px;
	}
	#comPage .pageRight {
		width:calc(100% - 270px);
	}
}
@media screen and (min-width:1440px) {
	#comPage {
		padding:40px 40px 60px 40px;
	}
	#comPage .pageLeft {
		width:260px;
	}
	#comPage .pageRight {
		width:calc(100% - 300px);
	}
}



/* ----- titHead ----- */
.titHead {
	width:100%;
	margin:6px auto 15px auto; 
}
.titHead h2 {
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:3.2em;
	line-height:135%;
	font-weight:bold;
}
@media screen and (max-width:640px) {
	.titHead h2 { font-size:3.1em; }
}
@media screen and (max-width:420px) {
	.titHead h2 { font-size:2.9em; }
}
@media screen and (min-width:991px) {
	.titHead h2 { font-size:3.5em; }
}
@media screen and (min-width:1200px) {
	.titHead h2 { font-size:3.7em; }	
}
@media screen and (min-width:1440px) {
	.titHead h2 { font-size:3.9em; }	
}


/** searchCriteria **/
#searchCriteria {
	width:100%;
	text-align:center;
	padding:15px;
	box-sizing:border-box;
	margin:0 auto 20px;
	background:#eeeeee;
	border-radius:20px;
}
#searchCriteria .searchform {
	display:flex;flex-wrap:wrap;margin:-5px;}
#searchCriteria .sbox {
	display:inline-block;
	width:calc(100% - 10px);
	margin:5px;
	vertical-align:top;
}
#searchCriteria .sbox.sb1_2 {
	width:calc(20% - 10px);
}
#searchCriteria .sbox.sb1_3 {
	width:calc(30% - 10px);
}
#searchCriteria .sbox.sb1_4 {
	width:calc(40% - 10px);
}
#searchCriteria .sbox.sb1_5 {
	width:calc(50% - 10px);
}
#searchCriteria .sbox.sb1_6 {
	width:calc(60% - 10px);
}
#searchCriteria .sbox.sb1_7{
	width:calc(70% - 10px);
}
/**/
#searchCriteria .dayInput {
	position:relative;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	padding:0;
}
#searchCriteria .dayInput span {
	width:45px;
	height:43px;
	color:#3C3C3C;
	font-family:"PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:45px;
	padding:0;
	background:#FFF url(../images/date-query-icon.svg) no-repeat 50% 50%;
	box-sizing:border-box;
	vertical-align:top;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	border-radius:10px 0 0 10px;
}
#searchCriteria .dayInput input {
	display:inline-block;
	width:100%;
	height:43px;
	color:#3C3C3C;
	font-family:"PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:43px;
	padding:0 0 0 45px;
	border:none;
	box-sizing:border-box;
	vertical-align:top;
	background:#FFF;
	border-radius:0;
}
#searchCriteria span + .dayInput input {
    -webkit-border-radius:0 10px 10px 0;
       -moz-border-radius:0 10px 10px 0;
            border-radius:0 10px 10px 0;
}
#searchCriteria input[placeholder]{ color:#666; }
#searchCriteria input::-webkit-input-placeholder { color:#666; }
#searchCriteria input:-moz-placeholder { color:#666; }
#searchCriteria input::-moz-placeholder { color:#666; }
#searchCriteria input:-ms-input-placeholder { color:#666;}

#searchCriteria input:focus {
	color:#F06400;
	border:none;
}
#searchCriteria .listBar {
	display:inline-block;
	width:100%;
	height:45px;	
	color:#3C3C3C;
	font-family:"PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:45px;	
	cursor:pointer;
	text-indent:0.01px;
	text-overflow:"";
	padding:0 20px 0 10px;
	border:1px solid #ccc;
	box-sizing:border-box;
	background:#FFF url(../images/select-bg.svg) no-repeat right;
	appearance:none;
	border-radius:0;
}
#searchCriteria .firstTx + .listBar{
	border-radius:0 10px 10px 0;
	border-left:none;
}
#searchCriteria .keyGroup .listBar {
	margin-right:10px;
}
#searchCriteria .sbox.place .listBar {
	width:calc(100% - 180px);
}
#searchCriteria .listBar:focus {
	color:#FF6A00;
	border:none;
	background:#FFF url(../images/select-bg-on.svg) no-repeat right;
}
#searchCriteria .listBar option {
	color:#3C3C3C;
	padding:0 10px;
	border:none;
	background:#FFF; /* style the dropdown bg color */
}
#searchCriteria .listBar:-ms-expand {
	display:none; /* hide default arrow in IE10 */
}
#searchCriteria .search-query {
	display:inline-block;
	width:calc(100% - 55px);
	height:45px;
	color:#3C3C3C;
	font-family:"PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:45px;
	padding:0 10px;
	border:1px solid #fff;
	box-sizing:border-box;
	vertical-align:top;
	background:#FFF;
	margin-right:10px;
    -webkit-border-radius:0 10px 10px 0;
       -moz-border-radius:0 10px 10px 0;
            border-radius:0 10px 10px 0;
}
#searchCriteria .firstTx + .search-query{
	border-left:none;
}
#searchCriteria .search-query:focus {
	color:#F06400;
}
#searchCriteria .sbox.sb3 .search-query,
#searchCriteria .sbox.sb4 .search-query {
	width:calc(50% - 45px);
}
#searchCriteria .search-btn {
	width:45px;
	height:45px;
	text-align:center;
	padding:0;
	margin:0;
	border:none;
	cursor:pointer;
	background:#000;
	border-radius:0;
	transition:all 0.5s ease;
	display:flex;align-items:center;
	justify-content:center;
    -webkit-border-radius:10px;
       -moz-border-radius:10px;
            border-radius:10px;
}
#searchCriteria .search-btn span {
	position:relative;
	display:block;
	width:20px;
	height:20px;
	vertical-align:middle;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#searchCriteria .search-btn span::before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	height:16px;
	width:16px;
	border:3px solid #FFF;
	box-sizing:border-box;
	border-radius:100px;
}
#searchCriteria .search-btn span::after {
	position:absolute;
	display:block;
	content:'';
	right:1px;
	bottom:3px;
	width:8px;
	height:3px;	
	background:#FFF;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
#searchCriteria .search-btn:hover,
#searchCriteria .search-btn:focus {
	background:#D60000;
}
/**/
#searchCriteria .twoGroup,
#searchCriteria .oneSection,
#searchCriteria .twoSection,
#searchCriteria .dayGroup,
#searchCriteria .keyGroup{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
/**/
#searchCriteria .oneSection .firstTx,
#searchCriteria .twoSection .firstTx,
#searchCriteria .dayGroup .firstTx,
#searchCriteria .keyGroup .firstTx {
	width:100px;
	font-size:1.7em;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	background-color:#63676d;
	color:#fff;
	min-height:45px;
	display:flex;flex-wrap:wrap;
	justify-content:center;
	align-items:center;
    -webkit-border-radius:10px 0 0 10px;
       -moz-border-radius:10px 0 0 10px;
            border-radius:10px 0 0 10px;
}
/**/
#searchCriteria .oneSection select,
#searchCriteria .oneSection input{
	width:calc(100% - 100px);
}
/**/
#searchCriteria .twoSection .lastBox {
	width:calc(100% - 100px);
	border-radius:10px;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
#searchCriteria .twoSection .lastBox select,
#searchCriteria .twoSection .lastBox input{
	width:calc(50% - 5px);
}
/**/
#searchCriteria .dayGroup .dayBox{
	width:calc(100% - 100px);
	border:1px solid #fff;
	background-color:#fff;
	border-radius:0;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#searchCriteria .dayGroup .firstTx + .dayBox{
	border-left:none;
    -webkit-border-radius:0 10px 10px 0;
       -moz-border-radius:0 10px 10px 0;
            border-radius:0 10px 10px 0;
}
#searchCriteria .dayGroup .inTx{
	width:30px;font-size:1.7em;font-weight:bold;
	display:block;text-align:center;
}
#searchCriteria .dayGroup .dayInput { width:calc(50% - 15px);}
/**/
#searchCriteria .keyGroup .search-query,
#searchCriteria .keyGroup .listBar { width:calc(100% - 155px);}
/**/
.checkGroup {
	width:calc(100% - 10px);
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin:5px;
}
.checkGroup .firstTx {
	width:100px;
	font-size:1.7em;
	font-weight:bold;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
}
.checkGroup .fixGroup {
	width:calc(100% - 100px);
	display:flex;
    flex-wrap:wrap;
	margin:-5px 0;
}
/**/
.tx4em{
	width:4em;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
}
@media screen and (max-width:1500px) {
	#searchCriteria .sbox.sb1_5{width:calc(100% - 10px);}
	#searchCriteria .twoGroup .sbox.sb1_5{width:calc(50% - 10px);}
}
@media screen and (max-width:1200px) {
	#searchCriteria .sbox.sb1_3{width:calc(40% - 10px);}
	#searchCriteria .sbox.sb1_3 + .sbox.sb1_7{width:calc(60% - 10px);}
}
@media screen and (max-width:768px) {
	#searchCriteria .sbox.sb1_3,
	#searchCriteria .sbox.sb1_3 + .sbox.sb1_7{width:calc(100% - 10px);}
	#searchCriteria .sbox.sb1_4,
	#searchCriteria .sbox.sb1_4 + .sbox.sb1_6{width:calc(100% - 10px);}
}
@media screen and (max-width:600px) {
	#searchCriteria .dayInput span{
		width:34px;background-size:24px auto;
		background-position:center right;
	}
	#searchCriteria .dayInput input{padding-left:40px;}
	#searchCriteria .twoGroup .sbox.sb1_5{width:calc(100% - 10px);}
}
@media screen and (max-width:500px) {
	#searchCriteria .oneSection .firstTx,
	#searchCriteria .twoSection .firstTx,
	#searchCriteria .dayGroup .firstTx,
	#searchCriteria .keyGroup .firstTx{width:80px;font-size:1.6em;}
	#searchCriteria .dayGroup .dayBox,
	#searchCriteria .oneSection select,
	#searchCriteria .oneSection input{width:calc(100% - 80px);}
	#searchCriteria .keyGroup .search-query,
	#searchCriteria .keyGroup .listBar{width:calc(100% - 135px);}
}
@media screen and (max-width:480px) {
	#searchCriteria .searchform {
		margin:0;
	}
	#searchCriteria .sbox.sb1_5 {
		width:100%;
		margin:0;
	}
	#searchCriteria .dayGroup .firstTx,
	#searchCriteria .keyGroup .firstTx,
	#searchCriteria .oneSection .firstTx,
	#searchCriteria .twoSection .firstTx,
	.checkGroup .firstTx {
		position:absolute;
		width:1px;
		height:1px;
		padding:0;
		margin:-1px;
		overflow:hidden;
		clip:rect(0,0,0,0);
		border:0;
		text-align:left;
		text-indent:-9999px;
		background:none;
	}
	#searchCriteria .firstTx + .search-query{
		border-left:1px solid #fff;
	}
	#searchCriteria div + div {
		margin-top:10px !important;
	}
	.tx4em{ margin:0;}
	#searchCriteria .dayGroup .dayBox,
	#searchCriteria .twoSection .lastBox,
	#searchCriteria .oneSection select,
	#searchCriteria .oneSection input,
	.checkGroup .fixGroup{width:100%;}
	#searchCriteria .keyGroup .search-query,
	#searchCriteria .keyGroup .listBar {
		width:calc(100% - 55px);
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
	#searchCriteria .firstTx + .listBar{
		border-radius:10px;
		border:1px solid #fff;
	}
	/**/
	#searchCriteria .dayGroup .dayBox {
		border:none;
		background:none;
		border-radius:0;
	}
	#searchCriteria .dayGroup .dayInput {
		position:relative;
		width:100%;
		border:1px solid #fff;
		background-color:#fff;
		box-sizing:border-box;
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
	#searchCriteria .dayGroup .dayInput + span + .dayInput {
		margin-top:10px;
	}
	#searchCriteria .dayGroup .dayInput:before {
		content:"起";
		display:block;
		position:absolute;
		top:4px;
		right:5px;
		width:35px;
		height:35px;
		color:#FFF;
		font-size:1.5em;
		line-height:35px;		
		background:#333;
		-webkit-border-radius:7px;
		   -moz-border-radius:7px;
				border-radius:7px;
	}
	#searchCriteria .dayGroup .dayInput + span + .dayInput:after {
		content:"迄";
		display:block;
		position:absolute;
		top:4px;
		right:5px;
		width:35px;
		height:35px;
		color:#FFF;
		font-size:1.5em;
		line-height:35px;
		background:#333;
		-webkit-border-radius:7px;
		   -moz-border-radius:7px;
				border-radius:7px;
	}
	#searchCriteria .dayInput input,
	#searchCriteria span + .dayInput input {
		padding-right:45px;
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
	#searchCriteria .dayGroup .inTx {display:none;}
}
@media screen and (min-width:991px) {
	#searchCriteria {padding:20px;margin-bottom:25px;}
}
@media screen and (min-width:1200px) {
	#searchCriteria .dayInput span{
		width:50px;
		height:48px;
		line-height:48px;
	}
	#searchCriteria .dayInput input {
		height:48px;
		line-height:48px;font-size:1.7em;
		padding-left:50px;
	}
	#searchCriteria .listBar {
		height:50px;
		font-size:1.7em;line-height:50px;
		padding:0 20px 0 15px;
	}
	#searchCriteria .search-query {
		width:calc(100% - 60px);height:50px;
		font-size:1.7em;line-height:60px;
		padding:0 15px;
	}
	#searchCriteria .search-btn {
		width:50px;height:50px;
	}
	#searchCriteria .keyGroup .search-query,
	#searchCriteria .keyGroup .listBar {
		width:calc(100% - 170px);
		margin-right:10px;
	}
	#searchCriteria .oneSection .firstTx,
	#searchCriteria .twoSection .firstTx,
	#searchCriteria .dayGroup .firstTx,
	#searchCriteria .keyGroup .firstTx {
		width:110px; min-height:50px;
	}
	#searchCriteria .oneSection select,
	#searchCriteria .oneSection input {
		width:calc(100% - 110px);
	}
	#searchCriteria .twoSection .lastBox {
		width:calc(100% - 110px);
	}
	#searchCriteria .dayGroup .dayBox {
		width:calc(100% - 110px);
	}
	.checkGroup {margin-bottom:10px;}
	.checkGroup .firstTx {width:110px;font-size:1.9em;}
	.checkGroup .fixGroup {width:calc(100% - 110px);}
}


/* ----- postInfo ----- */
.postInfo {
	width:100%;
}
.postInfo &gt; ul {
	list-style:none;
	letter-spacing:-9px;
}
.postInfo &gt; ul &gt; li {
	position:relative;
	display:inline-block;
	color:#000000;
    font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";	
	font-size:1.5em;
	line-height:25px;
	letter-spacing:0;
	vertical-align:top;
	padding-left:28px;
	box-sizing:border-box;
	margin:5px 20px 5px 0;
}
.postInfo &gt; ul &gt; li:last-child {
	margin-right:0;
}
.postInfo &gt; ul &gt; li &gt; span {
	font-weight:bold;
}
.postInfo &gt; ul &gt; li:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:3px;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:100% auto;
	width:22px;
	height:22px;
	box-sizing:border-box;
}
.postInfo &gt; ul &gt; li:nth-child(1):before {
	background-image:url(../images/icon-date.svg);
}
.postInfo &gt; ul &gt; li:nth-child(2):before {
	background-image:url(../images/icon-source.svg);
}
.postInfo &gt; ul &gt; li:nth-child(3):before {
	background-image:url(../images/icon-view.svg);
}
@media screen and (max-width:580px) {
	.postInfo &gt; ul &gt; li {
		width:100%;
		margin:5px 0;
		
	}
}
@media screen and (min-width:1200px) {
	.postInfo &gt; ul &gt; li { font-size:1.7em; padding-left:33px;}
	.postInfo &gt; ul &gt; li:before {
		top:1px;
		width:28px;
		height:28px;
	}	
}


/** video-wrapper **/
.video-wrapper {
	position:relative;
	width:100%;
	padding-bottom:56.25%;
	overflow:hidden;
	margin:30px auto 0 auto;
}
.video-wrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/** pic_left **/
.pic_left {
	float:left;
	width:40%;
	text-align:center;
	margin:0 20px 0 0;
}
.pic_left figure {
	margin:0 0 20px 0;
}
.pic_left figcaption {
	color:#946C2C;
	margin-top:10px;
}
@media screen and (max-width:640px) {
	.pic_left {
		width:45%;
	}
}
@media screen and (max-width:420px) {
	.pic_left {
		float:none;
		width:100%;
		margin:15px 0;
	}
	.pic_left figure {
		margin:0 0 15px 0;
	}
}


/** pic_right **/
.pic_right {
	float:right;
	width:40%;
	text-align:center;
	margin:0 0 0 20px;
}
.pic_right figure {
	margin:0 0 20px 0;
}
.pic_right figcaption {
	color:#946C2C;
	margin-top:10px;
}
@media screen and (max-width:640px) {
	.pic_right {
		width:45%;
	}
}
@media screen and (max-width:420px) {
	.pic_right {
		float:none;
		width:100%;
		margin:15px 0;
	}
	.pic_right figure {
		margin:0 0 15px 0;
	}
}

/* ----- pageWord ----- */
.pageWord {
	width:100%;
	font-size:1.7em;
	line-height:165%;
	margin:15px auto 0 auto;
}
.pageWord .en{
	font-size:90%;
	color:#333;
}
.pageWord img {
	max-width:100%;
	height:auto !important;
	margin:0 auto;
}
.pageWord &gt; ol,
.pageWord &gt; ul {
	margin:1em 0 1em 1.5em;
}
.pageWord &gt; ol &gt; li,
.pageWord &gt; ul &gt; li {
	margin:10px 0;
}
.pageWord li ol,
.pageWord li ul {
	margin:10px 0;
	margin-left:2em;
}
.pageWord li ol li,
.pageWord li ul li {
	margin:10px 0;
}
.pageWord .stit,
.pageWord .stit.label {
	position:relative;
	color:#457317;
	font-size:1.5rem;
	font-weight:bold;
	line-height:135%;
}
.pageWord .stit.label{
	font-family: "PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";	
	font-size:1.6rem;
	padding-left:38px;
}
.pageWord .stit.label:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
	top:3px;
    width:30px;
    height:30px;
    z-index:1;
	/*border:3px solid #457317;*/
	background:#457317 url(../images/icon-label.svg) 60% 50% no-repeat;
	background-size:auto 70%;	
	border-radius:30px;
	box-sizing:border-box;
}
.pageWord .stit + p,
.pageWord .stit + table,
.pageWord table + .stit,
.pageWord table + p,
.pageWord p + .stit,
.pageWord p + table,
.pageWord p + p,.pageWord h3 + p,
.pageWord ul + p,.pageWord ol + p,
.pageWord h3 + p{
	margin:1em auto
}
.pageWord p + .stit:last-child,
.pageWord .stit + p:last-child,
.pageWord p + p:last-child {
	margin-bottom:0;
}
.pageWord &gt; h3{ font-size:1.25em;}
.overWrap{
	overflow:auto;
}
.overWrap + .overWrap{ margin-top:1.5em;}
.pageWord table {
	font-size:1rem;
	border:1px solid #c2cad6;
	border-collapse:collapse;
}
.pageWord table caption {
	padding:10px;
	box-sizing:border-box;
	border:1px solid #c2cad6;
	border-bottom:none;
	margin:0;
	font-size: 1.25em;
    font-weight: bold;
}
.pageWord table th {
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	padding:15px 5px;
	border:1px solid #c2cad6;
	border-collapse:collapse;
	background:#2e466b;	
	box-sizing:border-box;
}
.pageWord table td {
	color:#000;
	padding:15px 5px;
	vertical-align:middle;
	border:1px solid #c2cad6;
	border-collapse:collapse;
	box-sizing:border-box;
}
.pageWord table td ul,
.pageWord table td ol{
	margin-left:1.5em;
}
.pageWord .videoBox {
	width:100%;
}
.pageWord .videoBox span{
	position:relative;
	overflow:hidden;
	padding-bottom:56.25%;
	height: 0;
	max-width: 100%;
	width:100%;
	display:block;
	border-radius:30px;	
}
.pageWord .videoBox span iframe,
.pageWord .videoBox span object,
.pageWord .videoBox span embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media screen and (min-width:991px) {	
	.pageWord {
		font-size:1.9em;
		margin-top:30px;
	}
	.pageWord .stit {
		font-size:1.8rem;
	}
	.pageWord .stit.label{
		font-size:1.9rem;
	}	
	.pageWord .stit.label:before {
		top:6px;
	}
}
/** box_content **/
* + .box_content{
	margin-top:1em;
	margin-bottom:1em;
}
.box_content &gt; p{
	margin-left: 2em;
	text-indent: -2em;
}
.pageWord .box_content p + p,
.box_content p + p,
.box_content * + p,
.box_content ul + p,
.box_content ol + p{
	margin-top:0;
	margin-bottom:0;
	margin-left: 2em;
	text-indent: -2em;
}
* + .box_content2{
	margin-top:1em;
	margin-bottom:1em;
}
.box_content2 &gt; p{
	margin-left: 2em;
	text-indent: -2em;
}
.pageWord .box_content2 p + p,
.box_content2 p + p,
.box_content2 * + p,
.box_content2 ul + p,
.box_content2 ol + p{
	margin-top:0;
	margin-bottom:0;
	margin-left: 3em;
	text-indent: -3em;
}
/** pageBot **/
.pageBot {
	width:100%;
	padding:0;
	margin:30px auto 0 auto;
}
.pageBot .tit {
	display:block;
	width:100%;
	color:#000;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:2.1em;
	font-weight:bold;
	margin-bottom:5px;
}
.pageBot .tit span {
	position:relative;
	display:inline-block;
	padding:12px 15px 12px 42px;
}
.pageBot .tit span:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:35px;
	height:35px;
	margin-top:-18px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	z-index:1;
}/*
.pageBot .tit span::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:35px;
	height:35px;
	margin-top:-18px;
	background:#000;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
            border-radius:50px;
}*/
.pageBot .tit span.photo:before {
	background-image:url(../images/pageBot-photo.svg);
}
.pageBot .tit span.download:before {
	background-image:url(../images/pageBot-download.svg);
}
.pageBot .tit span.link:before {
	background-image:url(../images/pageBot-link.svg);
}
@media screen and (min-width:991px) {
	.pageBot { margin-top:50px; }
	.pageBot .tit {
		font-size:2.5em;
		margin-bottom:15px;
	}
	.pageBot .tit span:before,
	.pageBot .tit span::after{
		width:45px;
		height:45px;
		margin-top:-23px;
	}
	.pageBot .tit span { padding-left:55px; }
}


/** gallery **/
#gallery {
	width:100%;
	margin:0 auto;
}
#gallery ul {
	list-style:none;
	letter-spacing:-9px;
	margin:-10px;
}
#gallery ul li {
	display:inline-block;
	width:33.3333%;
	letter-spacing:0;
	padding:10px;
	vertical-align:top;
	box-sizing:border-box;
}
#gallery ul li a {
	float:left;
    width:100%;
	height:100%;
	color:#000;
}
#gallery ul li a:hover,
#gallery ul li a:focus {
	color:#D60000;
}
#gallery figure {
	margin:0;
}
#gallery figure .pic {
	/*width:100%;
	overflow:hidden;
	border-radius:10px;	*/
	position:relative;
	width:100%;
	height:auto;	
	border-radius:10px;
	padding-bottom:66.66%;
	overflow:hidden;
	background-color:#f2f2f2;	
}
#gallery figure .pic img {
	/*display:block;
	width:100%;
	height:auto;
	background:url(../images/nopic.jpg) no-repeat 50% 50%;*/
	-webkit-transition:0.4s;
	   -moz-transition:0.4s;    
         -o-transition:0.4s;
            transition:0.4s;
	position:absolute;		
	width:auto;
	height:100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);			
}
#gallery a:hover figure .pic img,
#gallery a:focus figure .pic img {
    -webkit-transform:translate(-50%,-50%) scale(1.08);
	   -moz-transform:translate(-50%,-50%) scale(1.08);
        -ms-transform:translate(-50%,-50%) scale(1.08);
         -o-transform:translate(-50%,-50%) scale(1.08);    
            transform:translate(-50%,-50%) scale(1.08);
}
#gallery figure figcaption {
	font-size:1.7em;
	line-height:130%;
	/*font-weight:bold;*/
	text-align:center;
	margin-top:10px;
}
#gallery figure figcaption strong {
	display:inline-block;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:1.3rem;
	margin-bottom:5px;
}
#gallery figure figcaption strong span {
	display:inline-block;
	color:#FFF;
	font-size:0.9rem;
	line-height:100%;
	padding:5px 10px;
	background:#8c3c4a;
	margin-right:10px;
	vertical-align:top;
}
@media screen and (max-width:480px) {
	#gallery ul li {width:50%;}
}
@media screen and (max-width:360px) {
	#gallery ul li {width:100%;}
}
@media screen and (min-width:991px) {	
	#gallery figure figcaption {
		font-size:1.9em;
	}
	#gallery ul li {
		width:25%;
	}
}


/* ----- dnLink ----- */
.dnLink {
	width:100%;
	padding:0;
	margin:0 auto;
	box-sizing:border-box;
	border:solid 1px #ccc;
	border-radius:10px;
}
.dnLink ul {
	list-style:none;
}
.dnLink ul li {
	width:100%;
	padding:0;
	border-bottom: dashed 1px #ccc;	
}
.dnLink ul li a {
	position:relative;
	display:flex;
    height:100%;
    justify-content:space-between;
	flex-wrap:wrap;
	box-sizing:border-box;
	align-content:center;
	padding:15px;
}
.dnLink ul li:last-child {
	border-bottom: none;
}
.dnLink ul li a:hover,
.dnLink ul li a:focus{
	background-color:#e9edf9;
}
.dnLink .labe,
.dnTable td .labe,
ul.tabletolist &gt; li &gt; ul &gt; li .labe{
	position:relative;
    width:50px;
    height:50px;
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#000;
}
.dnTable td .labe{
	margin:0 auto;
}
.dnLink .labe:before,
.dnTable td .labe:before,
ul.tabletolist &gt; li &gt; ul &gt; li .labe:before {
	position:absolute;
	left:0;
	top:0;
	content:"";
	display:block;
	width:40px;
	height:50px;
	box-sizing:border-box;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fff;
	-webkit-mask-size:40px 50px;
			mask-size:40px 50px;
	-webkit-mask-image:url(../images/dnLink-icon.svg);
			mask-image:url(../images/dnLink-icon.svg);
}
.dnLink .labe span ,
.dnTable td .labe span,
ul.tabletolist &gt; li &gt; ul &gt; li .labe span{
	position:absolute;
	right:0;
	bottom:13px;
	width:35px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;	
}
.dnTable td .labe span{
	font-size:0.7em;
	bottom:6px;	
}
ul.tabletolist &gt; li &gt; ul &gt; li .labe span{
	font-size:0.7em;
	bottom:12px;	
}
.dnLink .labe.pdf,
.dnTable td .labe.pdf,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.pdf {
	background:#a40000;
}
.dnLink .labe.odt,
.dnLink .labe.doc,
.dnLink .labe.docx,
.dnTable td .labe.odt,
.dnTable td .labe.doc,
.dnTable td .labe.docx,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.odt,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.doc,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.docx{
	background:#0068b7;
}
.dnLink .labe.ods,
.dnLink .labe.xls,
.dnLink .labe.xlsx,
.dnTable td .labe.ods,
.dnTable td .labe.xls,
.dnTable td .labe.xlsx,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.ods,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.xls,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.xlsx{
	background:#348734;
}
.dnLink .labe.odp,
.dnLink .labe.ppt,
.dnLink .labe.pptx,
.dnTable td .labe.odp,
.dnTable td .labe.ppt,
.dnTable td .labe.pptx,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.odp,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.ppt,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.pptx{
	background:#FF6600;
}
.dnLink .labe.rar,
.dnTable td .labe.rar,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.rar{
	background:#67005E;
}
.dnLink .labe.zip,
.dnTable td .labe.zip,
ul.tabletolist &gt; li &gt; ul &gt; li .labe.zip{
	background:#6a3906;
}
.dnLink a:hover .labe,
.dnLink a:focus .labe,
.dnTable td a:hover .labe,
.dnTable td a:focus .labe,
ul.tabletolist &gt; li &gt; ul &gt; li a:hover .labe,
ul.tabletolist &gt; li &gt; ul &gt; li a:focus .labe{
	background:#D60000;
}


.dnLink dl {
	display:flex;
	width:calc(100% - 60px);
    justify-content:flex-start;
	flex-wrap:wrap;
	flex-direction:column;	
}
.dnLink dt {
	color:#000;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:1.9em;
	font-weight:bold;
	line-height:135%;
}
.dnLink a:hover dt,
.dnLink a:focus dt {
	color:#D60000;
}
.dnLink dd {
	color:#333333;
	font-size:1.3em;
	line-height:135%;
	margin-top:3px;
}
.dnLink dd span {
	position:relative;
	padding-left:10px;
	margin-right:15px;
	vertical-align:top;
}
.dnLink dd span:before {
	content:"";
	display:block;
	position:absolute;
	top:8px;
	left:0;
	width:3px;
	height:3px;
	background:#333333;
}
@media screen and (max-width:480px) {	
	.dnLink dd {margin-top:0;}
	.dnLink dd span {
		display:block;
		margin:5px 0;
	}
}
@media screen and (min-width:991px) {	
	.dnLink ul li a {
		padding:20px;
	}
	.dnLink dt {
		font-size:2.1em;
	}
	.dnLink dd {
		font-size:1.5em;
	}
}


/** dnTable **/
.dnTable {
	width:100%;
	border-collapse:collapse;
	margin-top:15px;
	border-style: hidden;
	box-shadow: 0 0 0 1px #CCC;
	border-radius: 10px;		
}
.dnTable th {
	color:#FFF;
	font-size:1.7em;
	line-height:150%;
	padding:15px 5px;
	border-style: hidden;	
	box-shadow: 0 0 0 1px #CCC;
	background:#000;
	vertical-align:middle;
	box-sizing:border-box;
}
.dnTable th:nth-child(1) { border-radius: 10px 0 0 0; }
.dnTable th:nth-child(2), .dnTable th:nth-child(3) { border-radius: 0; }
.dnTable th:nth-child(4) { border-radius: 0 10px 0 0; }
.dnTable th.w10 {
	width:14%;
}
.dnTable th.w12 {
	width:15%;
}
.dnTable td {
	color: #333;
	font-size:1.7em;
	line-height:135%;	
	text-align:center;
	vertical-align:middle;
	padding:10px 5px;
	border:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	word-break:break-word;
	box-sizing:border-box;
}
.dnTable td.file-name {
    font-family: "PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";	
	color:#000;
	text-align:left;
	padding:10px;
	font-weight:bold;
	font-size:1.9em;	
}
.dnTable td a {
	background:#D40000;
}
.dnTable tr:hover,
.dnTable tr:focus {
	background:#f5f1e9;
}
@media screen and (max-width:780px) {
	.dnTable td {
		font-size:1.5em;
	}
	.dnTable td.file-name {
		width:55%;
		padding:15px 10px;
	}
	.dnTable th:nth-of-type(2),
	.dnTable th:nth-of-type(3),
	.dnTable th:nth-of-type(4),	
	.dnTable td:nth-of-type(2),
	.dnTable td:nth-of-type(3),
	.dnTable td:nth-of-type(4) {
		width:15%;
	}
}
@media screen and (max-width:480px) {

}
@media screen and (min-width:991px) {
	.dnTable th {
		font-size:1.9em;		
		padding:20px 5px;
	}
	.dnTable th.w10 {
		width:100px;
	}
	.dnTable th.w12 {
		width:110px;
	}
	.dnTable td.file-name {
		font-size:2.1em;
	}
}


/* ----- restable CSS ----- */
ul.tabletolist {
	margin:-20px 0;
}
ul.tabletolist img {
	max-width:100%
}
ul.tabletolist.nrh &gt; li {
	border-bottom:2px solid #ddd
}
ul.tabletolist,
ul.tabletolist &gt; li &gt; ul {
	padding:0!important;
	list-style:none!important;
}
ul.tabletolist &gt; li {
	margin:20px 0;
}
ul.tabletolist &gt; li strong{
	color:#fff;
}
ul.tabletolist &gt; li &gt; ul {
	margin:0!important;
}
ul.tabletolist &gt; li .titles {	
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px;
	background:#7CD8BE;
}
ul.tabletolist &gt; li &gt; ul &gt; li {	
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	padding:10px 0;
	margin:0;
	border-bottom:1px dotted #CCC;
	font-size:1.7em;
}
ul.tabletolist &gt; li &gt; ul &gt; li:last-child {	
	border-bottom:none;
}
ul.tabletolist ul &gt; li:nth-of-type(1) {
	color:#FFF;
	background:#000;
	border-radius: 5px;	
    font-family: "PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
}
ul.tabletolist ul &gt; li .row_headers {
	float:left;
	width:100px;	
	text-align:center;
	font-weight:400;
	padding:0 10px;
	box-sizing:border-box;
}
ul.tabletolist ul &gt; li:nth-of-type(1) .row_headers {
	display:none;
}
ul.tabletolist ul &gt; li .row_data {
	float:right;
	width:calc(100% - 100px);
	padding:0 10px;
	border-left:1px dashed #666;
	box-sizing:border-box;
	word-break: break-all;
}
ul.tabletolist ul &gt; li:nth-of-type(1) .row_data {
	font-size:1.3rem;
	width:100% !important;
	color:#FFF;
	border-left:none;
}
ul.tabletolist ul &gt; li .row_data .pic {
	display:inline-block;
	width:60px;
	vertical-align:middle;
	margin-right:10px;
}
ul.tabletolist ul &gt; li .row_data .wd {
	display:inline-block;
	font-size:1rem;
	vertical-align:middle;
}
ul.tabletolist ul &gt; li .row_data .wd strong {
	font-size:1.5rem;
}
#stripedTable ul.tabletolist ul &gt; li .row_headers {
	width:120px;	
}
#stripedTable ul.tabletolist ul &gt; li .row_headers span {
	display:block;
}
#stripedTable ul.tabletolist ul &gt; li .row_data {
	width:calc(100% - 120px);
}
ul.tabletolist &gt; li &gt; ul &gt; li {
	*zoom:1;
}
ul.tabletolist &gt; li &gt; ul &gt; li:before {
	content:" ";
	display:none;
}
ul.tabletolist &gt; li &gt; ul &gt; li:after {
	content:" ";
	display:none;
	clear:both;
}
ul.tabletolist ul &gt; li .row_data.html ul {
	list-style-type:disc;
}


/* ----- getLink ----- */
.getLink {
	width:100%;
	padding:0;
	margin:0 auto;
	box-sizing:border-box;
	border:solid 1px #ccc;
	border-radius:10px;	
}
.getLink ul {
	list-style:none;
}
.getLink ul li {
	width:100%;
	padding:0;
	box-sizing:border-box;
	border-bottom: dashed 1px #ccc;	
}
.getLink ul li a {
	position:relative;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	padding:15px;
}
.getLink ul li:last-child {
	border-bottom: none;
}
.getLink ul li a:hover,
.getLink ul li a:focus{
	background-color:#e9edf9;
}
.getLink dl {
	position:relative;
	width:100%;
	padding-left:60px;
	box-sizing:border-box;
}
.getLink dl:before {
	content:"";
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	width:30px;
	height:30px;
	box-sizing:border-box;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fff;
	-webkit-mask-size:30px 30px;
			mask-size:30px 30px;
	-webkit-mask-image:url(../images/icon-getLink.svg);
			mask-image:url(../images/icon-getLink.svg);
	z-index:2;
}
.getLink dl:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	border-radius:10px;	
	background:#59493f;
	z-index:1;
}
.getLink dt {
	color:#000;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	font-size:1.9em;
	font-weight:bold;
	line-height:135%;
}
.getLink a:hover dt,
.getLink a:focus dt {
	color:#D60000;
}
.getLink dd {
	color:#333333;
	font-size:1.3em;
	line-height:135%;
	word-wrap:break-word;
	margin-top:3px;
}
@media screen and (min-width:991px) {	
	.getLink ul li a {
		padding:20px;
	}
	.getLink dt {
		font-size:2.1em;
	}
	.getLink dd {
		font-size:1.5em;
	}
}


/** page **/
#page{
	display:flex;
	width:100%;	
	flex-direction:column;
	margin:30px auto 0 auto;
}	
#page .total {
	width:100%;
	display:inline-block;
	color:#666;
	font-size:1.5em;
	line-height:1.45;
	text-align:center;
}
#page .total span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1rem;
	color:#000;
}
#page .num {
	text-align:center;
	margin-top:10px;
}
#page .num a {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	background:#eeeeee;
	vertical-align:middle;
	overflow:hidden;
	margin:0 15px;
}
#page .num .cur {	
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:2.1em;
	font-weight:bold;
	text-align:center;	
	line-height:45px;
	vertical-align:middle;
	cursor:text;
	margin:0 10px;
}
#page .num a.btn-first,
#page .num a.btn-prev,
#page .num a.btn-next,
#page .num a.btn-last {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
	text-indent:-9999px;
	box-sizing:border-box;
	border:1px solid #CCC;
	background:none;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;	
}
#page .num a.btn-first,
#page .num a.btn-prev {
	margin:0 10px 0 0;	
}
#page .num a.btn-next,
#page .num a.btn-last {
	margin:0 0 0 10px;
}
#page .num a.btn-first:before,
#page .num a.btn-first:after,
#page .num a.btn-prev:after,
#page .num a.btn-next:after,
#page .num a.btn-last:before,
#page .num a.btn-last:after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:50%;
	z-index:2;		
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;	
}
#page .num a.btn-first:before {			
	width:2px;
	height:12px;
	background-color:#000;
	margin:-6px 3px 0 0;
}
#page .num a.btn-first:after {
	width:8px;
	height:8px;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	margin:-5px -10px 0 0;
	transform:rotate(45deg);		
}
#page .num a.btn-prev:after {
	width:8px;
	height:8px;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	margin:-5px -8px 0 0;
	transform:rotate(45deg);
}
#page .num a.btn-next:after {
	width:8px;
	height:8px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	margin:-5px -3px 0 0 ;
	transform:rotate(45deg);
}
#page .num a.btn-last:before {
	width:2px;
	height:12px;
	background-color:#000;
	margin:-6px -5px 0 0;	
}
#page .num a.btn-last:after {
	width:8px;
	height:8px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	margin:-5px 1px 0 0;
	transform:rotate(45deg);
}
#page .num a.btn-first:hover,
#page .num a.btn-first:focus,
#page .num a.btn-prev:hover,
#page .num a.btn-prev:focus,
#page .num a.btn-next:hover,
#page .num a.btn-next:focus,
#page .num a.btn-last:hover,
#page .num a.btn-last:focus {
	background:#eee;
	border-color:#D60000;
}
@media screen and (min-width:991px) {
	#page {
		justify-content:space-between;
		flex-direction:column;
		align-items:center;
		margin-top:20px;
	}
	#page:after {
		display:none;
	}
	#page .num {
		text-align:left;
		margin:20px 0 0;
	}
	#page .num a {
		display:inline-block;
		width:45px;
		height:45px;
		font-size:1.5em;
		font-weight:normal;
		text-align:center;
		line-height:45px;
		/*border:1px solid #eee;*/
		background:#eee;
		box-sizing:border-box;
		margin:3px;
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}	
	#page .num a:hover,
	#page .num a:focus {
		color:#FFF;
		/*border-color:#D60000;*/
		background:#D60000;
	}
	#page .num .cur {
		display:inline-block;
		width:45px;
		height:45px;
		color:#FFF;
		font-size:1.5em;		
		line-height:45px;
		text-align:center;
		background:#d24600;
		margin:3px;
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last {
		display:inline-block;
		width:45px;
		height:45px;
		text-align:left;
		border:1px solid #CCC;
		background:none;
		margin:3px;
		-webkit-border-radius:10px;
		   -moz-border-radius:10px;
				border-radius:10px;
	}
	/*#page .num a.btn-first,
	#page .num a.btn-last {
		background:#000;
	}*/
	/*#page .num a.btn-first:hover,
	#page .num a.btn-first:focus,
	#page .num a.btn-prev:hover,
	#page .num a.btn-prev:focus,
	#page .num a.btn-next:hover,
	#page .num a.btn-next:focus,
	#page .num a.btn-last:hover,
	#page .num a.btn-last:focus {
		background:#D60000;
	}*/
}
@media screen and (min-width:1200px) {
	#page {
		margin-top:30px;
	}
	#page .num a {
		width:50px;
		height:50px;
		font-size:1.6em;
		line-height:50px;
		margin:5px;
	}
	#page .num .cur {
		width:50px;
		height:50px;
		font-size:1.7em;	
		line-height:50px;
		margin:5px;
	}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last {
		width:50px;
		height:50px;
		margin:5px;
	}
}


/** pageBack **/
#pageBack {
	width:100%;
	text-align:center;
	margin:40px auto 0 auto;	
}
#pageBack.mt {
	margin-top:20px;
}
#pageBack a {
	position:relative;
	display:inline-block;
	font-family:"PingFang TC Semibold", "微软雅黑", "Microsoft YaHei";
	color:#FFF;
	font-size:1.9em;
	font-weight:bold;
	line-height:25px;
	padding:12px 40px;
	margin:0 auto;
	background:#000;
	border-radius:15px;
}
#pageBack a:hover,
#pageBack a:focus {	
	background:#D60000;
}
#pageBack a:after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:40px;
	width:25px;
	height:25px;
	background:#fff;
	border-radius:100px;
	z-index:1;
	margin-top:-12.5px;
}
#pageBack a span {
	position:relative;
	display:inline-block;
	padding:0 30px 0 0;
}
#pageBack a span:before {
    content:"";
    display:block;
    position:absolute;
    right:15px;
    top:50%;
	margin-top:-8px;
	z-index:2;
	width:0;
	height:0;
	border-style:solid;
	border-width:5px 6px 5px 0;
	border-color:transparent #000000 transparent transparent;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
#pageBack a span:after{
    content:"";
    display:block;
    position:absolute;
    right:4px;
    top:50%;
    width:10px;
    height:5px;
	border:3px solid #000;
    border-left:none;
	border-radius:0 20px 20px 0;
	margin-top:-5px;
	z-index:2;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
#pageBack a:hover span:before,
#pageBack a:focus span:before{
	border-color:transparent #D60000 transparent transparent;
}
#pageBack a:hover span:after,
#pageBack a:focus span:after{
	border-color:#D60000;
}
@media screen and (min-width:991px) {
	#pageBack {
		margin-top:50px;
	}
	#pageBack.mt {
		margin-top:30px;
	}		
}
@media screen and (min-width:1200px) {
	#pageBack {
		margin-top:60px;
	}
	#pageBack.mt {
		margin-top:40px;
	}
	#pageBack a {
		font-size:2.1em;
		line-height:30px;
		padding:15px 60px;
	}
	#pageBack a:after {
		right:60px;
	}
	#pageBack a span {
		padding:0 40px 0 0;
	}
	#pageBack a:after {
		width:32px;
		height:32px;
		margin-top:-16px;
	}
	#pageBack a span:before {
		right:19px;
		margin-top:-8px;
		border-width:5px 6px 5px 0;
	}
	#pageBack a span:after{
		right:7px;
		width:10px;
		height:6px;
		margin-top:-5px;
	}
}
/* ----- cstmzBox ----- */
ol.cstmzBox{
	list-style-type:decimal;
	margin-left:2em;
}
ol.cstmzBox li {
	counter-increment: my-counter;
	text-indent: -1.5em;
}
ol.cstmzBox li ol{
	list-style: none;
	counter-reset: my-cs;
}
ol.cstmzBox li ol li{
	counter-increment: my-cs;
	text-indent: -2.05em;
}
ol.cstmzBox li ol li::before {
  content: counter(my-counter)'-'counters(my-cs, '.') '. ';
}
ol.cstmzBox li ol.nb2 li::before {
  content: "2-"counter(my-cs)". ";
}

ol.stBox{
	list-style: none;
	counter-reset: my-st;
}
ol.stBox li{
	counter-increment: my-st;
	text-indent: -2.05em;
}
ol.stBox li::before {
  content: '('counters(my-st) ') ';
}

@media print {
	#comMain {
		margin-top:0!important;
	}
	#comBar,
	#topMenu {
		display:none!important;
	}
	#comPage {
		margin-top:0!important;
	}
	#comPage .pageLeft {
		display:none!important;
	}
	#articleBox .titHead h2{
		margin:0!important;
	}
	#articleBox .titHead h2::before {
		display:none!important;
	}
}

.body-font {
	font-size:19px;
}

.ui-datepicker {
	font-size: 1.1rem;
}</pre></body></html>