/* 全局樣式
---------------------------------------------*/
/*html5 For IE 6 7 8*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

::-moz-selection{background: #999;color: #ddd;}
::selection{background: #999;color: #ddd;}
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Helvetica,Arial,'微軟正黑體', sans-serif;
	-webkit-text-size-adjust:none; /*for chrome*/
	}
a img{border:0px}
h1{color:#333;}
a:link,a:visited,a:active{text-decoration: none;color:#e4d2a4;text-decoration: none;}
a:hover{color:#fff;text-decoration: none;}
a.selected{color:#107a01}


.ajaxContent .loading{width:inherit;display:table-cell;vertical-align:middle;height:inherit;text-align:center;}


.text1{border:1px solid #ccc}
.text1:focus{border-color:#7ca9e8}
.highlight{color:red}
.highlight2{color:#4d8807}
.nowrap{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}
.clear{clear:both;}
.hide{display:none}
.sliderBanner{float:left;overflow:hidden;}

.left{float:left}
.right{float:right}
/* 佈局
---------------------------------------------*/
/*body{background:#000;color:#fff;background:url("/images/wrapper.jpg") top center repeat-y;}*/
body{background:#000;color:#fff;background:#080808;background-color:#080808;}
#header{position:relative;width:1200px;height:158px;background: url("/images/header/bg.jpg") top no-repeat;}
#logo{margin:37px 0 10px 20px;}

#searchBox{position:absolute;top:100px;left:810px;}
#searchBox input{border:1px solid #ccc;line-height:25px;height:25px;}
#searchBox button{background:#333;border:1px solid #000;color:#fff;width:40px;line-height:27px;height:27px;text-align:center;margin:0 3px}
#topNav{position:absolute;right:20px;top:100px}
#topNav li{float:left;}
#topNav li a.fb{display:block;width:28px;height:33px;background:url("/images/social.png") -70px no-repeat;text-indent:-99999px}
#topNav li a.youtube{display:block;width:28px;height:33px;background:url("/images/social.png") -102px no-repeat;text-indent:-99999px}
#topNav li a.weibo{display:block;width:28px;height:33px;background:url("/images/social.png") -136px no-repeat;text-indent:-99999px}

#topNav li a.gb{display:block;width:28px;height:33px;background:url("/images/social.png") -36px no-repeat;text-indent:-99999px;margin:0 3px 0 0}

#topNav li a.big5{display:block;width:28px;height:33px;background:url("/images/social.png") -5px no-repeat;text-indent:-99999px;margin:0 3px 0 0}

#wrapper{
	width:1200px;
	margin:0 auto;
	border-bottom:15px solid #212224;
}
#container{}


#footer .copyright{text-align:center;font-size:11px;color:#ccc;padding:20px 0;background:#080808;}




/*
---------------分頁樣式-----------------------*/
.pager{MARGIN:3px;TEXT-ALIGN:center;font-size:15px;margin:20px 0}
.pager A,.pager span{border:1px solid #363636;padding:3px 5px;}
.pager A{COLOR:#e4d2a4;MARGIN-RIGHT:2px;}
.pager A:hover,.pager	A:active{color:#fff;}
.pager SPAN.current{FONT-WEIGHT:bold;COLOR:#999;}
.pager SPAN.disabled{COLOR:#999;MARGIN-RIGHT:2px;}





#hotnews {width:333px;margin:auto;}
#hotnews h1{
	height:48px;
	background:url("/images/hot/tabnews.jpg");
	text-indent:-99999px;
}

#hotnews ul.navi{padding:0;width:333px;background:url("/images/navi/bg.png") left top;display:inline-block;margin:0 0 20px 3px}
#hotnews ul.navi li { float:left;padding:0px;height:46px;text-indent:-9999px;cursor:pointer}
#hotnews ul.navi li span{display:block;background:url("/images/navi/sp.png") left top no-repeat;}

#hotnews ul.navi #newsTab1{width:161px;background:url("/images/hot/01.jpg") left top no-repeat;}
#hotnews ul.navi #newsTab2{width:166px;background:url("/images/hot/02.jpg") left top no-repeat;}
#hotnews ul.navi #newsTab1:hover,#hotnews ul.navi #newsTab1.selected{background:url("/images/hot/01a.jpg") left top no-repeat;}
#hotnews ul.navi #newsTab2:hover,#hotnews ul.navi #newsTab2.selected{background:url("/images/hot/02a.jpg") left top no-repeat;}


#hotnews .tab_content{
	color:#fff;
}
#hotnews .tab_content .hotlist{
	position:relative;
/*	height:380px;*/
	overflow:auto;
	margin:auto;
	width:310px;
}

#hotnews .tab_content .hotlist li{
	width:300px;
	margin:0 auto 10px auto;
	height:70px;overflow:hidden;
}
#hotnews .tab_content .hotlist li .photo{float:left}
#hotnews .tab_content .hotlist li h2{float:left;width:180px;font-size:13px;margin-left:10px}
#hotnews .tab_content .hotlist li .photo img{width:100px;height:67px;}
#hotnews .tab_content .hotlist li a{color:#fff}
#hotnews .tab_content .hotlist li a:hover{color:#cda042}
