﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #b0b0b0;
	font-family: "微軟正黑體";
}
.clean{ clear: both; line-height: 0;font-size: 0; margin:0; padding:0;}
.header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	position: relative;
	z-index: 9999;
}
#topbar {
	color: #333;
	height: 30px;
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	margin-top: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#topbar a{
	color: #969696;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	background-image: url(../images/topicon.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-right: 5px;
	padding-right: 5px;
	display: inline-block;
	height: 30px;
}
#topbar a:hover{
	color: #e53033;
}
#topbar .home{
	background-position: 0px 0px;
}
#topbar .home:hover{
	background-position: 0px -120px;
}
#topbar .bookmark{
	background-position: 0px -30px;
}
#topbar .bookmark:hover{
	background-position: 0px -150px;
}
#topbar .job{
	background-position: 0px -60px;
}
#topbar .job:hover{
	background-position: 0px -180px;
}
#topbar .contact{
	background-position: 0px -90px;
}
#topbar .contact:hover{
	background-position: 0px -210px;
}
.header .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 266px;
	margin-top: 30px;
}
.header #menu {
	float: right;
	height: 36px;
	width: 708px;
	font-size: 15px;
	margin-top: 40px;
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
}
.header #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header #menu ul li {
	float: left;
	margin-right: 1px;
}
.header #menu ul li a{
	font-size: 0px;
	line-height: 36px;
	height: 36px;
	width: 100%;
	overflow: hidden;
	display: block;
}
.header #menu .menu01,.header #menu .menu02,.header #menu .menu03,.header #menu .menu04 {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}
.header #menu .menu01 {
	background-position: 0px 0px;
	height: 36px;
	width: 176px;
	display: block;
}
.header #menu .menu02 {
	background-position: -177px 0px;
	height: 36px;
	width: 176px;
	display: block;
}
.header #menu .menu03 {
	background-position: -354px 0px;
	height: 36px;
	width: 175px;
	display: block;
}
.header #menu .menu04 {
	background-position: -531px 0px;
	height: 36px;
	width: 177px;
	display: block;
}
.header #menu .menu01:hover {
	background-position: 0px -36px;
}
.header #menu .menu02:hover {
	background-position: -177px -36px;
}
.header #menu .menu03:hover {
	background-position: -354px -36px;
}
.header #menu .menu04:hover {
	background-position: -531px -36px;
}
.header #menu ul li ul {
	display: none;
}
.header #menu ul li:hover ul {
	display: block;
	border-radius:5px;
	background-color: rgba(255,255,255,.9);
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.header #menu ul li ul li {
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: center;
}
.header #menu ul li ul #end {
	border-bottom-style: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.header #menu ul li ul li a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	height: 20px;
}
.header #menu ul li ul li a:hover {
	color: #FFF;
	background-color: rgba(255,51,51,.6);
}
.mainbg {
	width: 100%;
	min-width: 1000px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: #FFF;
}
.main .side {
	float: left;
	width: 265px;
	margin-right: 10px;
}
.side .search {
	height: 295px;
	width: 265px;
	background-color: #e2e2e2;
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.side .search table {
	margin-top: 6px;
}
.side .search #select {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #666;
	border-radius: 5px;
}
.side #link {
	width: 265px;
}
.side #link .link-logo {
	height: 60px;
	width: 250px;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 7px;
	overflow: hidden;
	border: 1px solid #999;
	display: block;
}
.side #link .link-logo img {
	width: 100%;
}
.main .article {
	float: left;
	width: 725px;
}
.article .banner {
	height: 275px;
	width: 725px;
	margin-bottom: 10px;
	background-image: url(../images/bannerbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 20px;
}
.article .more {
	font-weight: bold;
	color: #364296;
	text-decoration: none;
	float: right;
}
.article #news {
	width: 725px;
	margin-bottom: 10px;
}
.article #news .TabbedPanelsTabGroup {
	margin: 0px;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}
.article #news .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 5px 5px 0 0;
	outline:none;
}
.article #news .TabbedPanelsTabSelected {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b8b8b8;
	border-right-color: #b8b8b8;
	border-left-color: #b8b8b8;
	border-bottom-style: solid;
	border-bottom-color: #b8b8b8;
	border-bottom-width: 0px;
	margin-top: 3px;
}
.article #news .TabbedPanelsContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 15px;
}
.article #news .TabbedPanelsContent ul li {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cacaca;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px 5px;
	background-image: url(../images/arrow.png);
}
.article #news .TabbedPanelsContent ul li #date {
	float: left;
	color: #999;
	width: 100px;
}
.article #news .TabbedPanelsContent ul li .text {
	width: 550px;
	float: left;
	color: #333;
	text-decoration: none;
}
.article #news .TabbedPanelsContent ul li .text:hover {
	color: #C00;
	text-decoration: underline;
}
.article #news .TabbedPanelsContent ul li span {
	float: right;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 39px;
	margin-top: 2px;
}
.article #lost_property {
	background-image: url(../images/lost.jpg);
	background-repeat: no-repeat;
	width: 535px;
	padding-left: 190px;
	height: 280px;
}
.article #lost_property ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 15px;
}
.article #lost_property ul li {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cacaca;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px 5px;
	background-image: url(../images/arrow.png);
}
.article #lost_property ul li #date {
	float: left;
	color: #999;
	width: 100px;
}
.article #lost_property ul li .text {
	width: 360px;
	float: left;
	color: #333;
	text-decoration: none;
}
.article #lost_property ul li .text:hover {
	color: #C00;
	text-decoration: underline;
}
.article #lost_property ul li span {
	float: right;
	background-image: url(../images/new2.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 39px;
	margin-top: 2px;
}
.fooetrbg {
	background-color: #b0b0b0;
	width: 100%;
}
.fooetrbg #footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
}
