﻿@charset "utf-8";
body {
	text-align: center;
	font-family: Meiryo, "微軟正黑體", "Microsoft JhengHei"; /*Arial, "微軟正黑體", "Microsoft JhengHei"*/
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;	/*20*/
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.vertically {   
	display: table-cell;
	text-align:center;
	vertical-align: middle;
}
/* IE6 hack */
.vertically span{   /*ie7全部要寫在同一行*/
	height:100%; 
	display:inline-block;
}
/* 的所有元素都居中 */
.vertically *{
	vertical-align:middle;
}

/*表單*/
input[type="button"] , input[type="submit"] {
    font-family: inherit;
	font-size: 13px;
    cursor:pointer;
    border: 0 none;
    text-align: center;	
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
input[type="text"] , input[type="password"] {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 14px;
	line-height: 29px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
	border: 1px solid #d8d6d4;
}
select {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin: 0px;
	border-width: 2px;
}
select option {
    padding-right: 10px;
	padding-left: 10px;
}

textarea {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #bababa #E3E3E3 #E3E3E3;
}
/*start*/
.top {
	background-color: #333333;
}
.top .top_cont {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 29px;
	font-family: Arial, "新細明體";
	font-size: 12px;
	line-height: 28px;
	background-color: #333333; /*2014.03.04*/
	overflow-x:overlay;
	overflow-y:hidden;
}
.top .top_cont ol {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	/* 20151019, fix 260 to 230px */
	/*width:200px;*/
	overflow:hidden;
}
.top .top_cont ol li {
	float: left;
	height: 29px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	/*
	padding-right: 14px;
	padding-left: 14px;
	*/
	padding-right: 3px;
	padding-left: 3px;
}
.top .top_cont ol li a , .top .top_cont ol li a:visited {
	color: #fce25b;
}
.top .top_cont ol li a:hover {
	text-decoration: underline;
}
.top .top_cont ol li a span {
	font-size: 13px;
}
.top .top_cont .top_cont_right {
	float: right;
	/* 0313 */
	overflow:hidden;
}
.top .top_cont .top_cont_right ul {
	float: left;
}
.top .top_cont .top_cont_right ul li {
	float: left;
	/* margin-right: 20px; */
	margin-right: 10px;
}
.top .top_cont .top_cont_right ul li a , .top .top_cont .top_cont_right ul li a:visited {
	color: #FFF;
	background-image: url(../images2014/top_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.top .top_cont .top_cont_right ul li a:hover {
	text-decoration: underline;	
	}
.top .top_cont .top_cont_right .search {
	float: left;
}
.top .top_cont .top_cont_right .search .search_bg {
	background-image: url(../images2014/search_bg.png);
	font-family: tahoma, "新細明體";
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	/* width: 166px; */
	width: 60px;
	border-style: none;
	border-width: 0;
	font-size: 13px;
	line-height: 23px;
}
.top .top_cont .top_cont_right .search .search_btn {
	background-image: url(../images2014/search_btn.png);
	height: 23px;
	font-family: Arial, "新細明體";
	color: yellow !important;
    /*
    width: 70px;
	padding-right: 19px;
	*/
	width: 40px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.top .top_cont .top_cont_right .search .search_btn:hover {
	text-decoration: underline;	
}
.top .top_cont .top_cont_right .search .advanced , .top .top_cont .top_cont_right .search .advanced:visited {
	color: #ff9f40;
	padding-left: 10px;
	text-decoration: underline;
}
.top .top_cont .top_cont_right .search .advanced:hover {
	text-decoration: underline;
	color: #fce25b;
}
.header {
	background-color: #f0f0f0;
}
.header .header_cont {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	/* height: 131px; */
	height: 116px;
	background-color: #f0f0f0; /*2014.03.04*/
}
.header .header_cont .logo {
	float: left;
	/* margin-top: 15px; */
	margin-top: 8px;
}
.header .header_cont .logo a{
	height: 101px;
	width: 101px;
	background-image: url(../images2014/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
}
.header .header_cont .ad {
	float: right;
	/* margin-top: 20px; */
	margin-top: 12px;
}
.nav {
	background-color: #c9151e;
	height: 39px;
}
.nav .nav_cont {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #c9151e; /*2014.03.04*/
	height: 39px; /*2014.03.04*/
}
.nav .nav_cont .news_list_btn_box {
	float: left;
}

.nav .nav_cont .news_list_btn {
	background-image: url(../images2014/news_list_btn.png);
	height: 46px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	text-indent: -9999px;
}
.nav .nav_cont .news_list_btn_box .down_menu {
	width: 988px;
	text-indent: 0px;
	position: absolute;
	margin-top: 39px;
	margin-left: -4px;
	z-index: 9999;
	display: none;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_top {
	background-image: url(../images2014/down_menu_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 3px;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle {
	background-image: url(../images2014/down_menu_middle.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow: hidden;
	padding-left: 54px;
	padding-top: 25px;
	padding-bottom: 52px;
}

.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol {
	float: left;
	width: 224px;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol li {
	margin-bottom: 20px;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol li a , .nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol li a:visited {
	font-size: 17px;
	font-weight: bold;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol li a:hover {
	text-decoration: underline;	
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol li ol.child {
	float: none;
	width: auto;
	padding-top: 3px;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol li ol.child li {
	margin-bottom: 0px;
	padding-left: 5px;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol li ol.child li a , .nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle ol li ol.child li a:visited {
	font-weight: normal;
	color: #4c4c4c;
	background-image: url(../images2014/child_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	font-size: 15px;
	line-height: 28px;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle .blue li a {
	color: #1c74b8;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle .yellow li a {
	color: #bf7a13;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_middle .red li a {
	color: #bf4349;
}
.nav .nav_cont .news_list_btn_box .down_menu .down_menu_bottom {
	background-image: url(../images2014/down_menu_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 3px;
}

.nav .nav_cont ul {
	/* 0313 float: left;*/
	/* padding-left: 67px; */
	padding-left: 180px;
	margin-left:10px;
	/* width:800px; */
}
.nav .nav_cont ul li {
	float: left;
	/* 0313 */
	width:80px;
}
.nav .nav_cont ul li a {
	font-weight: bold;
	color: #FFF;
	line-height: 39px;
	font-size: 16px;
	display: block;
	/* width: 120px; */
	width: 80px;
}

.nav .nav_cont ul li ul li a {
    font-size: 15px;
}

.nav .nav_cont ul li a:hover {
	color: #ffe665;
}
.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper .left {
	float: left;
	width: 650px;
}
.wrapper .right {
	float: left;
	width: 300px;
	margin-left: 30px;
}
.right_district {
	margin-top: 10px;
}
.right_district .right_district_title {
	background-image: url(../images2014/right_title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	font-family: "微軟正黑體", "Microsoft JhengHei";
	padding-left: 18px;	
}

.right_district ul {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding-right: 10px;
	/*padding-bottom: 20px;*/
	padding-left: 10px;
	background-color: #f5f5f5;
	/*height: 300px;*/
}
.right_district ul li {
	background-image: url(../images2014/red_and_tabs_line_70.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.right_district ul li a , .right_district ul li a:visited {
	color: #4c4c4c;
	/*text-decoration: underline;
	line-height: 20px;*/
}
.right_district ul li a:hover {
	color: #c9151e;
	text-decoration: underline;
}
.right_district ul li a h4{
	font-weight: normal;
	padding-left: 22px;
	background-image: url(../images2014/right_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrapper .right .right_ad {
}
.wrapper .right .right_ad_ul {
}
.wrapper .right .right_ad_ul li {
	margin-top: 10px;
}
.footer {
}
.footer .information {
	border-top: 1px solid #DEDEDE;
	background-color: #f5f5f5;
}
.footer .information .information_cont {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 25px;
	border-top: 1px solid #DEDEDE; /*2014.03.04*/
	background-color: #f5f5f5; /*2014.03.04*/
	margin-top: -1px; /*2014.03.04*/
}
.footer .information .information_cont .information_left {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	width: 304px;
	font-size: 14px;
	padding-bottom: 3px;
}
.footer .information .information_cont .information_left .logo {
	background-image: url(../images2014/footer_logo.png);
	display: block;
	height: 81px;
	text-indent: -9999px;
	width: 81px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 3px;
}
.footer .information .information_cont .information_left p {
	padding-top: 12px;
}
.footer .information .information_cont .information_left p a.mail , .footer .information .information_cont .information_left p a.mail:visited {
	color: #4c4c4c;
	text-decoration: underline;
}
.footer .information .information_cont .information_left p a.mail:hover {
	color: #C9151E;
	text-decoration: underline;
}
.footer .information .information_cont .information_right {
	float: left;
	padding-left: 70px;
	padding-top: 5px;
}
.footer .information .information_cont .information_right .link_ {
	float: left;
}
.footer .information .information_cont .information_right .link_ .link_title {
	font-weight: bold;
	color: #222222;
}
.footer .information .information_cont .information_right .link_ ul {
	padding-top: 9px;
}
.footer .information .information_cont .information_right .link_ ul li {
}
.footer .information .information_cont .information_right .link_ ul li a , .footer .information .information_cont .information_right .link_ ul li a:visited {
	font-size: 13px;
	color: #666666;
	background-image: url(../images2014/footer_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 26px;
}
.footer .information .information_cont .information_right .link_ ul li a:hover {
	color: #C9151E;
	text-decoration: underline;	
}
.footer .copyright {
	background-color: #c9151e;
}
.footer .copyright .copyright_cont {
	line-height: 35px;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
    font-size: 13px;
	color: #FFF;
	letter-spacing: 1px;
	background-color: #c9151e; /*2014.03.04*/
}
.footer .copyright .copyright_cont .copyright_left {
	float: left;
}
.footer .copyright .copyright_cont .copyright_right {
	float: right;
}
.footer .copyright .copyright_cont .copyright_right a , .footer .copyright .copyright_cont .copyright_right a:visited {
	color: #FFF;
}
.footer .copyright .copyright_cont .copyright_right a:hover {
	color: #FFF;
	text-decoration: underline;
}
.wrapper .left .bread_crumbs {
	overflow: hidden;
	margin-bottom: 39px;
}
.wrapper .left .bread_crumbs li {
    background-image: url("../images2014/bread_crumbs_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 11px;
    padding-left: 16px;
}
.wrapper .left .bread_crumbs li.home {
    background-image: url("../images2014/home.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 0;
    padding-left: 19px;
}
.wrapper .left .bread_crumbs li a, .wrapper .left .bread_crumbs li a:visited {
	color: #666666;
	font-size: 14px;
	line-height: 17px;
}
.wrapper .left .bread_crumbs li a:hover {
    text-decoration: underline;
}

.wrapper .left .bread_crumbs li a.focus {
    color: #c9151e;
}
.wrapper .left .page {
	text-align: center;
	margin-top: 40px;
}
.wrapper .left .page a, .wrapper .left .page a:visited {
	background-color: #dedede;
	color: #333333;
	display: inline-block;
	font-family: verdana, "微軟正黑體";
	margin-left: 2px;
	margin-right: 2px;
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	padding-right: 10px;
	padding-left: 10px;
}
.wrapper .left .page a:hover {
    text-decoration: underline;
}
.wrapper .left .page a.current {
    background-color: #c9151e;
    color: #FFFFFF;
}
.wrapper .left .title {
	font-size: 25px;
	font-weight: bold;
	color: #212121;
	padding-left: 16px;
	background-image: url(../images2014/title_line.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 11px;
}
