@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;
    background: url("../images/bg.jpg") repeat-x top;
}
.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: 952px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#header {
	height: 287px;
	z-index: 15;
	background: url(../images/header.jpg);
}
#header #menu{
	height: 75px;
	z-index: 20;
	position: absolute;
	width: 562px;
	margin: 0px auto 0px 400px;
	padding: 0px;
}
#header #menu .nav_1{
	padding-top: 8px;
	font-size: 13px;
	text-align: right;
	padding-right: 4px;
    font-family:Verdana, "新細明體", "微軟正黑體", "標楷體";
	color: #303030;
}
#header #menu .nav_1 a {
	color: #303030;
}
#header #menu .nav_1 a:hover {
	color: #1C5193;
}
#header #menu .nav_2 {
	padding-top: 7px;
    font-family: "Noto Sans TC" ,Verdana, "新細明體", "微軟正黑體", "標楷體";
    font-weight: 600;
    font-size: 16px;
}
#header #menu .nav_2 a {
	color: rgba(11,11,11,1.00);
    margin-left: 16px;
}

#middle {
	padding-top: 15px;
	padding-bottom: 18px;
}



#runlantern {
	padding: 0px 22px 0px;
    border: 1px solid rgba(220,220,220,1.00);
    border-radius: 16px;
    margin: 15px 0px;
}
#runlantern .left {
	float: left;
	width: 19px;
}
#runlantern .cont {
	width: 870px;
	height: 29px;
	float: left;
	background: #FFF;
	color: #0083ff;
	padding-top: 9px;
}
#runlantern .cont .list_top_run{
	overflow:hidden;
	width: 870px;
	margin: 0px;
	padding: 0px;
}
#runlantern .cont .list_top_run .Empty{
	float:left;
}
#runlantern .cont .hot_run{
	width:51
.px;
	width: 870px;
}
#runlantern .cont .hot_run ul{
	width:870px;
	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:#0083ff;
	font-size:16px;
	text-decoration: none;
	letter-spacing: 1px;
}
#runlantern .cont .hot_run ul li a:hover {
	color: #BE3535;
}

#runlantern .right {
	float: left;
	height: 38px;
	width: 19px;
}

#footer_menu {    
    font-family:Verdana, "新細明體", "微軟正黑體", "標楷體";
	text-align: center;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	color: #313131;
	padding: 0px 10px;
	width: 760px;
	background: #CDECEE;
    border-radius: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
}


#footer_menu a {
	color: #313131;
}
#footer_menu a:hover{
	color: #0083FF;
}
#footer {    
    font-family:Verdana, "新細明體", "微軟正黑體", "標楷體";
	height: 55px;
	text-align: center;
	font-size: 13px;
	color: #333333;
}
#footer span {
	color: #052a6e;
}
