@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/*Noto Serif TC    Noto Sans TC*/
/*font-family: "Noto Sans TC" ,Verdana, "新細明體", "微軟正黑體", "標楷體";*/
body {
	margin: 0px;
	padding: 0px;
	font: 100% Arial, Helvetica, sans-serif;
}
.clearB {
	clear: both;
}
.wAllAlign {
	/* 防止撐開 */
	table-layout: fixed;
	/* 英文單字自動換行 */
	word-wrap: break-word;
	/* 正常避頭尾 */
	word-break: normal;
	/* 文字左右對齊 */
	text-align:justify;
	text-justify:inter-ideograph;
	/* CHROME 增加以下這句*/
	word-break:break-all;	
}

a {
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
}
#wrapper {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#header {
	height: 283px;
	z-index: 15;
	background: url(../images/header.jpg?a=1120905);
}
#header #menu{
	height: 88px;
	z-index: 20;
	position: absolute;
	width: 965px;
	margin: 0px auto 0px 0px;
	padding: 0px;
}
#header #menu .nav_1{
	padding-top: 3px;
	font-size: 13px;
	text-align: right;
	
	padding-right:75px;
	
	color: #FFF;
}
#header #menu .nav_1 a{
	color: #FFF;
}
#header #menu .nav_2 {
    font-family: "Noto Sans TC" ,Verdana, "新細明體", "微軟正黑體", "標楷體";
	height: 38px;
	padding-top: 10px;
	font-size: 15px;
    font-weight: 500;
	padding-left: 450px;
}
#header #menu .nav_2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header #menu .nav_2 ul li {
	float: left;
	text-align: center;
	padding: 3px;
	width: 65px;
}
#header #menu .nav_2 ul li a{
	color: #FFF;
}

#header #menu .nav_3 {
	font-size:13px;
    text-align: center;
}

#header #menu .nav_3 a{
	color: #FFF;
}


#middle {
	padding-top: 3px;
}



#runlantern {
	padding: 0px 34px 15px;
    font-family: "Noto Sans TC" ,Verdana, "新細明體", "微軟正黑體", "標楷體";
    font-weight: 500;

}
#runlantern .left {
	background: url(../images/run_bg_L.jpg) no-repeat;
	height: 43px;
	float: left;
	width: 61px;
}
#runlantern .cont {
	width: 817px;
	height: 31px;
	float: left;
	background: #C3A36A url(../images/run_bg.jpg);
	color: #f11d81;
	padding-top: 12px;
}
#runlantern .cont .list_top_run{
	overflow:hidden;
	width: 817px;
	margin: 0px;
	padding: 0px;
}
#runlantern .cont .list_top_run .Empty{
	float:left;
}
#runlantern .cont .hot_run{
	width: 817px;
}
#runlantern .cont .hot_run ul{
	width:817px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#runlantern .cont .hot_run ul li{
	float:left;
	margin: 0px;
	padding: 0px 10px;
}
#runlantern .cont .hot_run ul li a{
	color:#FF601C;
	font-size:16px;
	text-decoration: none;
	letter-spacing: 1px;
}
#runlantern .cont .hot_run ul li a:hover {
	color: #004F91;
}

#runlantern .right {
	background: url(../images/run_bg_R.jpg);
	float: left;
	height: 43px;
	width: 19px;
}
#footer {
	height: 78px;
	text-align: center;
	font-size: 13px;
	color: #333333;
    padding-bottom: 20px;
}
#footer .left {
	height: 88px;
	width: 81px;
	float: left;
}
#footer .cont {
	height: 88px;
	float: left;
	width: 807px;
}
#footer .cont p {
	padding-top: 8px;
	clear: both;
}


#footer .right {
	height: 88px;
	width: 77px;
	float: right;
}
#footer .cont span{
	color: #052a6e;
}
#footer .cont #footer_menu{
	color: #FFF;
	padding: 37px 0px 0px;
}
#footer .cont #footer_menu .left{
	float: left;
	height: 19px;
	width: 9px;
	margin: 0px;
	padding: 0px;
}
#footer .cont #footer_menu .cont{
	float: left;
	background: #1c4a71;
	height: 22px;
    line-height: 22px;
    border-radius: 11px;
	width: 789px;
}
#footer .cont #footer_menu .right{
	float: left;
	height: 19px;
	width: 9px;
}
#footer .cont #footer_menu a{
	color: #FFF;
}
