@charset "utf-8";
/* CSS Document */
/*body .menu li:nth-child(6) ul {
    display: block !important;
}*/

html, body {
}
body {
	letter-spacing: 1px;
	padding: 0 !important;
	font-size: 1em;
	color: #454545 !important;
	font-family: "微軟正黑體" !important;
	position: relative;
}
body a {
	transition: all 200ms ease-out;
	color: #317ea0;
}
body a:focus, body input:focus, body button:focus, body select:focus, body textarea:focus {
    outline: 3px #f00 dotted !important;
}
body input:focus, body select:focus{background-color: #fffb00;}
body .bg{
	background-image: url(../images/all/bg_pattern.png);
	background-repeat: no-repeat;
	background-position: center top;
}
@media print {
a[href]:after {
	content: none !important;
}
}
ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body h2 {
	margin: 0;
}
label {
	margin: 0;
	font-weight: normal;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
a.accesskey {
	position: absolute;
	margin-top: -5px;
}
body.home .content.small {
	font-size: 95%;
}
body.home .content.medium {
	font-size: 100%
}
body.home .content.big {
	font-size: 105%
}
body .into a {
	color: rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	z-index: 999;
}
body .into a:focus {
    color: #000;
}
body .center {
	max-width: 1200px;
	position: relative;
	margin: auto;
	padding: 0 15px;
	width: 100%;
}
/*底圖輪播*/
body .carousel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index:  -1;
    min-height: 500px;
}
body .carousel.bbanner .fill {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
body.home .carousel {
    height: 380px;
    min-height: inherit;
}
/*底圖輪播end*/
/*首頁banner+條列式訊息*/
body .area01 {
	margin-top: 20px;
}
body .center .area01_box {
	padding: 15px;
    margin-bottom: 17px;
    background-color: rgba(160,175,185,0.18);
    border-radius: 15px;
}
body.in .area01_box .news_list .title {
	position: relative;
	height: 57px;
}
body .center .area01_box .news_list ul {
    background-color: #354b7e;
}
body.in .area01_box .news_list .title h3 {
	color: #fff;
	padding: 5px 40px 5px 15px;
	position: relative;
	display: inline-block;
	font-size: 130%;
	font-weight: bold;
}
body.in .area01_box .news_list ul li.more{
    text-align: right;
}
body.in .area01_box .news_list ul li.more a{
    background-color: #2e8cc8 !important;
    color: #fbf993;
    font-size: 90%;
    right: 10px;
    line-height: 0;
    padding: 10px 10px 17px 10px;
}
body.in .area01_box .news_list .title a {
	color: #a22222;
	position: absolute;
	right: 0;
	top: 30px;
}
body.in .area01_box .news_list .title a:hover {
	color: #d6aa4b;
}
body.in .area01_box .news_list .title h3 {
	background-image: url(../images/index/news_triangle.png);
	background-repeat: no-repeat;
	background-position: right top;
	left: 0;
	top: 18px;
}
body.in .area01_box .news_list ul li .date,body.in .area01_box .news_list ul li .unit{
	display: inline-block;
}
body.in .area01_box .news_list ul li .date {
	color: #bfdeff;
	font-size: 80%;
	margin-right: 3px;
}
body.in .area01_box .news_list ul li .unit {
	color: #bffaff;
	font-size: 90%;
}
body.in .area01_box .news_list ul li .txt_title {
	color: #ffffff;
	text-overflow: ellipsis;
	padding: 1px 0 0px 0;
	line-height: 150%;
}
body.in .area01_box .news_list ul li a {
	padding: 7px 11px;
	display: block;
}
body.in .area01_box .news_list ul li:nth-child(2n+2) a {
	background-color: #4d6194;
}
body.in .area01_box .news_list ul li a:hover {
	background-color: rgba(0,0,0,0.2);
	text-decoration: none;
}
/*首頁banner+條列式訊息end*/
body .container {
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
	background-color: #fff;
}

/*-------TOP----------*/

body .top .logo {
	margin: 0;
	position: absolute;
	top: 25px;
	left: 20px;
}
body .top .logo img {
	width: 100%;
	max-width: 380px;
	margin-top: -5px;
}
body .top {
	position: relative;
	height: 115px;
	z-index: 9;
	top: 0;
}
body.home .top {
	height: 115px;
}
body .top.smaller {
	position: fixed;
	width: 100%;
}
body .top .toplink, body .top .top_search {
	position: absolute;
}
body .top .toplink {
	top: 0;
	right: 30px;
	padding: 7px 10px 5px 20px;
}

body .toplink img {
    width: 20px;
}
body .top .top_search {
	right: 30px;
	top: 40px;
	width: 440px;
}
body .top .top_search input {
	border: 0;
	padding: 5px 5px 5px 30px;
	width: 370px;
	background-image: url(../images/all/icon_search.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-color: #dbdbdb;
	border-radius: 5px;
}
body .top .top_search input:focus {
    background-color: #fbe36b;
}
body .top .top_search input:focus {
    border: 2px #a4c4e1 solid;
}
body .top .top_search input[type=button] {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #2b3c51;
	width: auto;
	position: absolute;
	right: 0;
	background-image: none;
	top: 0;
	float: right;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
}
body .top .ad_search input[type=submit]:focus {
    border: 2px #8fb5dc solid !important;
}
body .top .ad_search input[type=submit], body .top .top_search .adv a {
	color: #354b7e;
	position: absolute;
	width: auto;
	padding: 1px 0;
	right: 0;
	top: 43px;
	background-image: none;
	background-color: transparent;
	border: none;
	font-size: 95%;
	text-decoration: underline;
}
body .top .top_search .ad_search .hot {
	position: relative;
	top: 9px;
	color: #9a9a9a;
	font-size: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 2px 55px 0 0;
	letter-spacing: 0;
	left: 5px;
}
body .top .top_search .ad_search .hot a {
	color: #585858;
}
body .top .top_search .ad_search .hot span {
	color: #a70c0c;
}
body .top .top_search input[type=submit]:hover, body .top .top_search .adv a:hover {
	color: #98711a;
}
body .top .top_search input[type=button]:hover {
	background-color: #ecd055;
	color: #153a77;
}
body .top .top_search adv{
	right: 0px;
	
}

body .top .top_search p {
	color: #fff;
	position: absolute;
	left: 0;
	top: 2px;
}
body .top .toplink a, body .top .toplink {
	color: #000;
	font: inherit;
	font-size: 95%;
}
body .top .toplink a {
	padding: 0 5px;
	letter-spacing: 0;
	white-space: nowrap;
}
body .top .toplink a.newtaipei {
	padding: 0 40px;
}
body .top .toplink a.accesskey {
	top: 3px;
	position: absolute;
	width: auto;
	left: 0px;
	padding-top: 9px;
}
/*-----選單----*/

/*------跑馬燈--------*/
body .marquee_box {
	font-size: 115%;
	padding: 40px 10px 13px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1155px;
	background-color: #fff;
	margin-top: -20px;
}
body .marquee_box .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	margin: -3px 0 0 -6px;
}
body .marquee_box .bg, body .marquee_box .marquee {
	font-size: 100%;
	margin: -28px 5px 5px 5px;
}
body .marquee_box .marquee div {
	/*max-width: 1000px;*/
	margin: auto;
	height: 22px;
}
body .marquee_box .marquee .js-marquee a {
	color: #354b7e;
	font-size: 105%;
	white-space: nowrap;
	background-color: #fff;
}
body .marquee_box .marquee .js-marquee a:hover{
    text-decoration: underline;
    color: #212698;
}
/*------------banner-------------*/
body .shadow {
	position: absolute;
	z-index: 9;
	padding: 0 15px 0 0;
	opacity: 0.3;
}
body .shadow img {
	width: 100%;
	border-radius: 10px;
}
body .banner_box{
    padding: 0;
}
body .banner {
	overflow: hidden;
}
body .banner .slick-list {
}
body .banner.slider {
	margin-bottom: 17px;
	padding: 0;
}
body .banner.slider img {
	width: 100%;
	z-index: 0;
	position: relative;
}

body .banner.slider a:focus img {border: 3px #f00 dotted;}

body .banner.slider .txt {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.57);
	bottom: 0;
	width: 100%;
	z-index: 9;
	padding: 15px;
	color: #fff;
}
body .banner.slider .txt .title {
	font-size: 130%;
}
body .banner.slider .txt p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
body .banner.slider .slick-dots {
	bottom: 10px;
	z-index: 99;
	text-align: center;
	right: 20px;
}
body .banner.slider .slick-dots li button:before {
	width: 20px;
	height: 20px;
	font-size: 100%;
	content: "";
	background-color: #000;
	border-radius: 50px;
}

body .closemenu {
	width: 5px;	
	text-align: center;
}

/*--------------------天氣資訊---------------------*/
body.in .life_info {
	padding: 30px 0 0 0;
}
body.in .life_box.title {
    background-color: #2e8cc8;
    color: #fff;
    padding: 56px 0;
}
body.in .life_box.title p {
    font-size: 120%;
    font-weight: bold;
}
body.in .life_box {padding: 20px;border-right: 1px #ccc solid;position:  relative;height: 140px;text-align: center;}
body.in .life_box:nth-child(4) {
    border-right: none;
}
body.in .life_box:nth-child(5){
    border: none;
    padding: 0;
}
body.in .life_info .icon {
	margin: 0 5px 0 0;
	text-align: center;
}
body.in .calendar_box, body.in .pm_box, body.in .weather_box {
    display: inline-block;
}
body.in .calendar_box .txt {
	position: relative;
	top: 3px;
	font-weight: bold;
	
}

body.in .calendar_box .txt p{text-align: center;}
body.in .pm_box .num {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}
body.in .pm_box p {
	font-size: 85%;
	text-align: center;
}
body.in .weather_box p {
	font-size: 85%;
	text-align: center;
}

body.in .weather_box .tem {
	font-size: 130%;
	font-weight:  bold;
}
body.in .china_box .txt {
	font-size: 85%;
	padding: 3px 0;
	clear: both;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: none;
}
body.in .china_box .green,body.in .china_box .red {
    border-radius: 50px;
    color: #fff;
    padding: 0 2px 2px 2px;
    margin-right: 5px;
}
body.in .china_box .green {
    background-color: #38ad3a;
}
body.in .china_box .red {
    background-color: #c71616;
}
body.in .china_box .date {
	font-size: 120%;
	font-weight: bold;
	text-align:  left;
	padding:  3px 0;
}
/*--------------------天氣資訊end---------------------*/
/*icon_box*/
body.in .icon_box {
    padding: 10px 0;
	margin-bottom: 17px;
	background-color: rgba(160,175,185,0.18);
    border-radius: 15px;
	clear: both;
}
body.in .icon_box li {padding: 10px;}
body.in .icon_box li a {
    display: block;
}
body.in .icon_box li a:hover{
    opacity:  0.8;
    padding:  5px;
}
body.in .icon_box li img{ width:100%}
/*icon_box end*/
/*首頁共用設定區塊*/
body.in .area {
    position: relative;
    padding:  0;
}
body.in .container .area .title{
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 4px;
	color: #555;
	position: relative;
	border: none;
	z-index: 9;
}
body.in .container .area .title::after {
    /* content: "▾"; */
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 267%;
    line-height: 0%;
    transform: scaleX(1.2);
    left: 45%;
    color: #317ea0;
    width: auto;
}

body.in .container .area .box {padding: 0 15px;}
body.in .container .area .more {
    text-align: center;
    padding: 3px 0;
	margin-top: 4px;
}
body.in .container .area .more a {
	color: #4e4e4e;
	font-weight:  bold;
	font-size: 105%;
	/* text-decoration:  none; */
}
body.in .container .area .more a:hover {
    opacity:  0.8;
	color: #0f5b8c;
}
body.in .box .slick-prev:before,body.in .box .slick-next:before {
    font-family: cursive;
    font-size: 300%;
    font-weight: bold;
    color: #404040;
}
body.in .box .slick-prev:hover,body.in .box .slick-next:hover {
    padding: 1%;
    background-color: #fbe36bf8;
	border-radius: 50%;
}

body.in .box .slick-prev, body.in .box .slick-next {
    z-index: 99;
    width: 50px;
    height: 50px;
}
body.in .box .slick-next{
    right: 5px;
}
body.in .box .slick-prev{
    left: 5px;
}
body.in .box .slick-prev:before {
    content: '<';
    left:  19%;
    position:  absolute;
    top: 0;
}
body.in .box .slick-next:before {
    content: '>';
    right: 19%;
    position:  absolute;
    top: 0;
}
body.in .box a{
    display: block;
    padding:  10px;
    text-decoration: none;
}
body.in .box a:hover{
    opacity:  0.7;
}
body.in .box .pic img{
    width: auto;
    height: 100%;
    margin: auto;
    max-width: 100%;
    max-height: 185px;
}
body .area .deck {
    z-index: -1;
}
/*首頁共用設定區塊end*/
/*訊息列表2*/
body.in .container .area.news .title{
    background-color: #317ea0;
}
body.in .container .area.news .title::after{color: #317ea0;}
body.in .container .area .box.newslist{
    padding:0;
}
body.in .box.newslist li:nth-child(2n+1) a {
    background-color: #e6e6e6;
}
body.in .box.newslist li a {
    padding: 15px 15px;
    color: #354b7e;
}
body.in .box.newslist .date{/* font-size: 80%; */color: #000000;float:  left;margin-right: 15px;}
/*活動花絮*/
body.in .album .carousel {
    position: relative;
    z-index: 9;
    min-height:  inherit;
    height: 345px;
}
body.in .album .carousel .txt_box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    height: 345px;
}
body.in .album .carousel .txt_box .title {font-size: 150%;color: #000;margin-bottom: 20px;}
body.in .album .carousel .txt_box .txt{
    overflow: hidden;
    color: #595858;
    font-size: 110%;
    line-height: 200%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 135px;
    background-color: transparent;
}
body.in .album .carousel .txt_box .txt a{
    color: #595858;
}
body.in .album .carousel .txt_box .txt a:hover{
    color: #2c78c7;
}
body.in .page_btn {
    top: 345px;
}
body.in .page_btn .carousel-control.left,body.in .page_btn .carousel-control.right{
    background: transparent;
    color: #000;
    font-size: 200%;
    position:  absolute;
    top: -60px;
}
body.in .page_btn .carousel-control.left{
    left:  inherit;
    right: 35px;
}
body.in .page_btn .carousel-control.right{
    right: 0;
}
body.in .page_btn .carousel-control .icon-next:before,body.in .page_btn .carousel-control .icon-prev:before{
    display: none;
}
/*活動花絮end*/
/*相簿*/
body.in .album {
    padding: 15px 0;
    margin-bottom: 17px;
    background-color: rgba(160,175,185,0.18);
    border-radius: 15px;
}
body.in .album .pic {
    height: 180px;
    background-color: #000;
}
body.in .album .txt {
    color: #dcdcdc;
    font-size: 100%;
	background-color: #3a3a3a;
    height: 60px;
    text-align: center;
    padding:  5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.in .album .txt p {
    color: #dbdbdb;
    font-size: 105%;
}

/*相簿end*/
body.in .album .pic iframe {
    width: 100%;
    height: 100%;
}
body.in .album .pic .video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

body.in .album .pic .video-container iframe, body.in .album .pic .video-container object, .video-container embed {

position: absolute;

top: 0;left: 0;

width: 100%;

height: 100%;}
/*主題活動*/
body.in .activity {
    background-color: #e6e6e6;
}
body.in .activity .pic {
    height: 185px;
    background-color: #fff;
}
body.in .activity .txt {
    color: #dcdcdc;
    background-color: #4e4e4e;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 145%;
    height: 85px;
    font-weight: normal;
    padding: 0 5px 5px 5px;
}

body.in .activity .txt p {color: #ffffff;font-size: 110%;font-weight: bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 200%;}

/*主題活動end*/
/*影音專區*/
body.in .video .item {
    padding: 0;
}
body.in .videolist .pic {
    height: 279px;
    text-align: center;
    background-color: #ccc0ac;
    overflow: hidden;
    display: flex;
    align-items:  center;
}
body.in .videolist .item:nth-child(1) .txt{background-color: #3db4b9;}
body.in .videolist .item:nth-child(2) .txt{background-color: #d9a72e;}
body.in .videolist .item:nth-child(3) .txt{background-color: #cd4178;}
body.in .videolist .item:nth-child(4) .txt{background-color: #49ba51;}
body.in .videolist .item:nth-child(1) .txt::after{color: #3db4b9;}
body.in .videolist .item:nth-child(2) .txt::after{color: #d9a72e;}
body.in .videolist .item:nth-child(3) .txt::after{color: #cd4178;}
body.in .videolist .item:nth-child(4) .txt::after{color: #49ba51;}
body.in .videolist .txt {padding: 15px;text-align: center;height: 180px;display: flex;align-items:center;justify-content:center;position:  relative;color: #fff;font-size: 110%;margin-bottom: 0;z-index:  9;}
body.in .videolist .txt::after {
    content: "▾";
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 500%;
    line-height: 0%;
    transform: scaleX(1.2);
    left: 43%;
    width: auto;
}
body.in .videolist .item:nth-child(1) .txt a{color: #ffffff;}
body.in .area.video .video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;

}


body.in .area.video .video-container iframe,body.in .area.video .video-container object, .video-container embed {

position: absolute;

top: 0;left: 0;

width: 100%;

height: 100%;}
body.in .container .area.video .more {
    clear: both;
    background-color: #000;
    padding: 10px 0 20px 0;
    max-width: 1200px;
    margin:  auto;
}
body.in .container .area.video .more a {
    color: #fff;
}
body.in .container .area.video .box {
    padding: 0;
}
/*影音專區end*/
/*廣告連結*/
body.in .ad {
    padding: 20px 40px 40px;
    clear: both;
    
}
body.in .ad.box .slick-prev:before, body.in .ad.box .slick-next:before {
    font-size: 130%;
}
body.in .box.ad .slick-prev, body.in .box.ad .slick-next {
    height: 20px;
    width: 20px;
}
body.in .box a img {
    margin: auto;
    width: 130Px;
    height: 60px;
}
/*廣告連結end*/
/*下方連結*/
body.in .link {
	background-image: url(../images/index/link_bg.gif);
	background-repeat: repeat;
	background-position: center center;
	height: 64px;
}
body.in .link img {
    width: 100%;
}
body.in .link .center,body.in .link li {
    padding: 0;
}
body.in .link li a:hover{
    opacity:  0.5;
}
/*下方連結end*/
/*--------home----------------------*/
body.home .container {
	margin-bottom: 40px;
}
body.home .container .center {
    background-color: #fff;
}
/*--------形象區------------------*/

body.home .bread {
	padding: 10px 10px 0px 15px;
	font-size: 95%;
	letter-spacing: 0;
	text-shadow: 1px 0 white, 0 1px white, -1px 0 white, 0 -1px white;
	position:  relative;
}
body.home .bread .center {
	padding: 0 40px;
}
body.home .bread a {
	color: #000;
}
body.home .bread a.accesskey {
	left: 0;
	margin-top: 2px;
}
body.home .bread .this {
	color: #317ea0;
	font-weight: bold;
}
body.home .bread i {
	font-size: 125%;
	position: relative;
	margin: 0 3px 0 0;
	top: 1px;
	color: #000;
}
/*--------右內容-------------*/

body.home .content .plus ul {
	margin: 0 0 0 10px;
	display: inline-block;
	position: relative;
}
/*-----------分享-----------*/
body.home .content .plug {
	margin-top: 0;
	float: right;
}
body.home .content .plug .group {
	display: inline-block;
	position: relative;
	float: left;
}
body.home .content .plug .set.group {
	margin-left: 5px;
	float: left;
}
body.home #home_content.content .plug li {
	float: left;
	font-size: 100%;
	color: #000000;
	margin-right: 3px;
	font-weight: normal;
	letter-spacing: 0;
	margin-left: 0 !important;
}
body.home .content .plug li a {
	background-image: url(../images/home/icon_plug.png);
	text-indent: -9999px;
	width: 29px;
	height: 29px;
	display: inline-block;
}
body.home .content .plug .set li a {
	background-image: none;
	text-indent: 0;
	color: #fff;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
}
body.home .content .plug .set li a:hover {
	background-color: #2795b5;
}
body.home .content .plug a:hover {
	background-position-y: 30px !important;
}
body.home .content .plug .skip a {
	background: none;
	text-indent: inherit;
	width: auto;
	height: auto;
	line-height: 40px;
}
body.home .content .plug .fb a:focus,
body.home .content .plug .twitter a:focus,
body.home .content .plug .line a:focus,
body.home .content .plug .google a:focus,
body.home .content .plug .print a:focus {
    text-indent: inherit;
    border: 2px #c82929 solid;
    display: block;
    color: transparent;
}
body.home .content .plug .fb a {
	background-position-x: 0;
	background-color: #3b5998;
}
body.home .content .plug .twitter a {
	background-position-x: -30px;
	background-color: #55acee;
}
body.home .content .plug .line a {
	background-position-x: -88px;
	background-color: #4dac2c;
}
body.home .content .plug .google a {
	background-position-x: -59px;
	background-color: #db402c;
}
body.home .content .plug .print a {
	background-position: -117px 0;
	background-color: #4aacc7;
}
body.home .content .plug .l a {
	background-color: #000000;
	font-size: 120%;
}
body.home .content.big .plug .l a, body.home .content.small .plug .s a, body.home .content.medium .plug .m a {
	background-color: #dc2b75;
}
body.home .content .plug .m a {
	background-color: #6b6b6b;
}
body.home .content .plug .s a {
	background-color: #a0a0a0;
	font-size: 90%;
}
body.home .content {
	padding: 0;
}
body.home .content .title {
	color: #385f82;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 2px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 0 10px 10px;
	margin: 0 0 20px 0;
	clear: both;
	background-color: #efefef;
	border-bottom: 1px #c1c1c1 solid;
}
body.home .content .title i {
    font-weight: normal;
    margin-right: 5px;
}
body.home .content .detail .title {
	background-image: none;
	text-align: center;
	color: #000;
	font-size: 120%;
	font-weight: normal;
	padding: 10px 0;
}
body.home .content .detail .pic img {
	width: 100%;
}
body.home .content .detail a {
	display: block;
	text-decoration: none;
}
body.home .content .detail .area01 a:hover {
	transform: scale(0.95, 0.95);
}
body.home .content .detail .title::before {
	display: none;
}
body.home .content .area01 li a {
	display: block;
	font-size: 120%;
	color: #000;
	line-height: 50px;
	background-color: #fff;
	text-align: center;
	border: 1px #bdbdbd solid;
	box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	white-space: nowrap;
}
body.home .content .area01 li a:hover {
	background-color: #ffc427;
}
body.home .content .area01 li a span {
	margin: 0 7px 0 0;
}
body.home .content .area01 li {
	padding: 6px 5px;
}
body.home .content .detail .search_box {
	background-color: #eceade;
	border-radius: 10px;
	padding: 10px;
}
body.home .content .detail .news_list .title_bar {
	background-color: #d4461a;
	border-radius: 5px;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 120%;
	position: relative;
	height: 45px;
	line-height: 45px;
}
body.home .content .detail .news_list .list {
	padding: 0 5px;
}
body.home .content .page {
	text-align: center;
	border-top: 1px #a2a2a2 solid;
	padding: 20px 0 0 0;
}
body.home .content .note {
	text-align: right;
	color: #848484;
	padding: 15px 0;
	font-size: 95%;
	clear: both;
}
body.home .content .note ul {
	float: right;
}
body.home #home_content.content .note ul li {
	float: left;
	margin-left: 10px;
	padding: 0 0 5px 0;
	list-style: none;
}
body.home .content .note span {
	color: #000;
	font-weight: bold;
}
body.home .content .page_info div {
	display: inline-block;
}
body.home .content .page_info {
	text-align: center;
}
body.home .content .page_info .red {
	color: #b90000;
	margin: 0 2px;
}
body.home .content .page ul, body.home .content .page ul li {
	display: inline-block;
}
body.home .content .page li a {
	background-color: #354b7e;
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 0px rgba(0, 0, 0);
	-moz-box-shadow: 0px 0px rgba(0, 0, 0);
    -webkit-box-shadow: 0px 0px rgba(0, 0, 0);
}
body.home .content .page li a:hover {
	background-color: #ecd055;
	color: #153a77;
}
body.home .content .page li:nth-child(1) a {
	background-position: 10px center;
}
body.home .content .page .back a {
	text-indent: unset;
	color: #fff;
	width: auto;
	background-image: none;
	padding: 5px 10px;
	height: auto;
	text-decoration: none;
}
body.home .content .page li:nth-child(2) a {
	background-position: -31px center;
}
body.home .content .page li:nth-child(3) a {
	background-position: -74px center;
}
body.home .content .page li:nth-child(4) a {
}
body.home .content .detail .list li {
	border-bottom: 1px #d4d3ce solid;
}
body.home .content .detail .news_list .list .icon {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	font-size: 110%;
	left: 14px;
	top: 12px;
}
body.home .content .detail .news_list .list .txt {
	display: inline-block;
	color: #000;
	font-size: 115%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	padding: 0 90px 0 60px;
}
body.home .content .detail .news_list .list .date {
	position: absolute;
	color: #000;
	letter-spacing: 0;
	right: 8px;
	top: 18px;
}
body.home .content .detail .news_list .list .icon.a {
	background-color: #cb003b;
}
body.home .content .detail .news_list .list .icon.b {
	background-color: #FF5722;
}
body.home .content .detail .news_list .list .icon.c {
	background-color: #dcb01c;
}
body.home .content .detail .news_list .list .icon.d {
	background-color: #7ba716;
}
body.home .content .detail .news_list .list .icon.e {
	background-color: #4da8c7;
}
body.home .content .detail .news_list .list .icon.f {
	background-color: #3b5a98;
}
body.home .content .detail .news_list .list .icon.g {
	background-color: #7b3ca7;
}
body.home .content .detail .news_list .list li a {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
}
body.home .content .detail .news_list .list li a:hover {
	background-color: rgba(255, 221, 0, 0.4);
}
body.home .content .detail .news_list .list li:nth-child(2n+2) {
	background-color: rgba(233, 226, 182, 0.3);
}
body.home .content .detail .news_list .title_bar .t2 {
	text-align: center;
}
body.home .content .detail .news_list .title_bar .t3 {
	text-align: right;
}
body.home .content .detail .search_box div {
	position: relative;
	padding: 3px 5px 3px 5px;
}
body.home .content .detail .search_box .keyin input[type=button] {
	width: 90px;
	position: absolute;
	color: #fff;
	top: 3px;
}
body.home .content .detail .search_box .keyin input[type=button]:hover {
	background-color: #000000;
}
body.home .content .detail .search_box .keyin input.ok {
	right: 95px;
	background-color: #e68f1d;
}
body.home .content .detail .search_box .keyin input.clean {
	right: 0;
	background-color: #d4461a;
}
body.home .content .detail .search_box .start, body.home .content .detail .search_box .end {
	padding: 5px 45px 5px 5px;
}
body.home .content .detail .search_box .keyin {
	padding: 3px 190px 3px 5px;
}
body.home .content .detail .search_box label {
	margin: 0;
	font-weight: normal;
	display: inherit;
}
body.home .content .detail .search_box .end a.icon {
	right: 12px;
}
body.home .content .detail .search_box a.icon {
	display: block;
	position: absolute;
	right: 0;
	top: 9px;
	color: #000;
	text-decoration: none;
}
body.home .content .detail .search_box input, body.home .content .detail .search_box select {
	width: 100%;
	font-size: 115%;
	padding: 5px;
	border-radius: 5px;
	border: none;
}
body.home .content .title::before {
	width: 42px;
	height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
	margin-right: 8px;
}
body.home .content .plus ul li {
	float: left;
}
body.home .content .plus ul li a {
	background-image: url(../images/home/plus.png);
	display: block;
	width: 31px;
	height: 30px;
	text-indent: -9999px;
	text-align: center;
	opacity: 1;
	margin: 0 2px;
}
body.home .content .plus ul li:nth-child(1) a {
	background-position: 0 0;
}
body.home .content .plus ul li:nth-child(2) a {
	background-position: -34px 0;
}
body.home .content .plus ul li:nth-child(3) a {
	background-position: -68px 0;
}
body.home .content .plus ul li:nth-child(4) a {
	background-position: -101px 0;
}
body.home .content .plus ul li:nth-child(5) a {
	background-position: -137px 0;
}
body.home .content .plus ul li:nth-child(6) a {
	background-position: -171px 0;
}
body.home .content .plus ul li:nth-child(7) a {
	background-position: -206px 0;
}
body.home .content .plus ul.size li:nth-child(2) a {
	background-color: #94c128;
	font-size: 150%;
}
body.home .content .plus ul.size li:nth-child(3) a {
	background-color: #28c194;
	font-size: 140%;
}
body.home .content .plus ul.size li:nth-child(4) a {
	background-color: #54b5d1;
	font-size: 120%;
}
body.home .content .plus ul li a:hover {
	opacity: 0.7;
}

/*-------影音專區調整-----------*/
body.home .edit .container {
	margin: 5px 0 0;
} 


/*-------內頁調整-----------*/
body #wrapper {
	border: none;
	background: transparent;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
}
body #wrapper .btn {
	left: 0;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/home/open.png);
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	top: 30px;
	z-index: 9999;
	border: 0;
	border-radius: 0px 5px 5px 0px;
}
body #wrapper.toggled .btn {
	background-image: url(../images/home/close.png);
}
body #sidebar-wrapper .side01 {
	padding: 10px 15px;
	position: relative;
}
body #sidebar-wrapper .side01 .welcome {
	position: relative;
	margin: 15px 0 10px 0;
	padding: 0 5px;
}
body #sidebar-wrapper .lmenu.set {
	background-image: url(../images/home/lmenu_bg.gif);
	border-radius: 5px;
	box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.25);
	margin: 10px 0 0 0;
}
body #sidebar-wrapper .lmenu.set .box {
	padding: 5px;
}
body #sidebar-wrapper .lmenu.set .title {
	background-image: url(../images/home/bt_bg01.png);
	display: block;
	border-radius: 5px;
	background-color: #099fd8;
	white-space: nowrap;
	padding: 12px 10px;
	margin: 3px 0 0 0;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
body #sidebar-wrapper .lmenu.set .title i {
	font-size: 120%;
}
body #sidebar-wrapper .side01 .logout a {
	display: block;
	background-image: url(../images/home/logout_icon.png);
	width: 69px;
	height: 76px;
	position: absolute;
	line-height: 72px;
	text-align: center;
	font-size: 125%;
	color: #fff;
	text-decoration: none;
	right: 0;
	top: 0;
}
body #sidebar-wrapper .side01 .logout a:hover {
	background-position: 0 76px;
}
body #sidebar-wrapper .side01 .lmenu ul li a {
	background-image: url(../images/home/bt_bg01.png);
	display: block;
	border-radius: 5px;
	background-color: #d24109;
	white-space: nowrap;
	padding: 12px 10px;
	margin: 3px 0 0 0;
	color: #f6f3d8;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px #b7b7b7 solid;
	border-radius: 5px;
}
body #sidebar-wrapper .side01 .lmenu ul li:nth-child(1) a {
	border: none;
}
body #sidebar-wrapper .side01 .lmenu.set ul li a {
	background-image: none;
	background-color: transparent;
	color: #000;
	font-size: 105%;
	font-weight: normal;
	padding: 8px 10px;
	margin: 0;
	border-radius: 0;
}
body #sidebar-wrapper .side01 .lmenu.set ul li a:hover {
	background-color: rgba(255, 255, 255, 0.42);
}
body #sidebar-wrapper .side01 .lmenu.set ul li i {
	color: #8a8a8a;
}
body #sidebar-wrapper .side01 .lmenu i {
	margin-right: 5px;
}
body #sidebar-wrapper .side01 .lmenu ul li a i {
	font-size: 120%;
	box-shadow: 0 0 black;
}
body #sidebar-wrapper .side01 .lmenu i span {
	text-indent: -9999px;
	float: left;
}
body #sidebar-wrapper .side01 .lmenu ul li a:hover {
	background-color: #ffb203;
}
body #sidebar-wrapper .side01 .welcome .name {
	font-size: 110%;
	color: #2faccb;
	padding: 0 73px 0 0;
	word-break: break-all;
}
/*tab*/
.tabs {
    padding: 0px 0 0 0;
}
.tabs .news_list{
    position: relative;
}
.tabs .more {
	text-align: center;
	padding: 13px 0 0;
}
.tabs .more a{
    font-weight: bold;
    font-size: 105%;
    color: #4e4e4e;
}
.tabs .more a:hover{
    color: #0f5b8c;
}
.tabs .nav-tabs{
    border-bottom: 0;
}
.tabs .nav-tabs > li > a{
	padding: 10px 15px;
	background-color: #4d6194;
	color: #fff;
	border-radius: 7px 7px 0 0;
}

.tabs .nav-tabs > li > a:hover{
	background-color: #2d3c65;
}

.tabs .nav-tabs > li.active > a,.tabs .nav-tabs > li.active > a:focus{
    background-color: #354b7e;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    border: none;
	border-radius: 7px 7px 0 0;
}
body .fat_box {
	padding: 0;
	position: relative;
	z-index: 99;
	background-color: #354b7e;
	border-bottom: 1px #6d767d solid;
}
body .footer_box .gotop {
	position: fixed;
	right: 5px;
	bottom: 130px;
	z-index: 9999;
	text-align: center;
}
body .footer_box {
	padding: 0;
}
body .footer_box .gotop a {
	width: 70px;
	height: 70px;
	background-color: #000;
	display: block;
	opacity: 0.2;
	color: #fff;
	line-height: 70px;
	text-decoration: none;
	border-radius: 50px;
}
body .footer_box .gotop a:hover {
	opacity: 0.5;
}
body .fat_box .center {
	text-align: center;
	background-color: transparent !important;
	top: 0 !important;
}

body .fat_box .ui-accordion .ui-accordion-header {
	margin: -25px auto 10px auto;
	padding: 0;
	width: 145px;
	height: 45px;
	border: none;
	text-align: center;
	background: #317ea0;
	position: relative;
	transition: all 200ms ease-out;
	border-radius: 5px;
}
body .fat_box .ui-accordion .ui-accordion-header::before {
	content: "點選收合 -";
	color: #fff;
	position: relative;
	top: 13px;
}
body .fat_box .ui-accordion .ui-accordion-header::before {
}
body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all {
	position: absolute;
	left: 44%;
	margin: -25px auto 25px auto;
}
body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all::before {
	content: "點選展開 +";
	color: #fff;
	position: relative;
	top: 12px;
}
body .fat_box .fat {
	text-align: center;
	font-family: "微軟正黑體";
}
body .fat_box .ui-accordion .ui-accordion-content {
	border: 0;
	overflow: visible;
	padding: 0 0 5px;
	background: transparent;
}
body .fat_box ul {
	text-align: center;
	padding: 0 10px;
	margin: 15px 0;
}
body .fat_box ul li.title {
	border-bottom: 2px #688096 solid;
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 10px 0 !important;
	padding: 0 0 10px 3px !important;
	text-align: left;
}

body .fat_box ul li.title a {
	color: #fff;
}

body .fat_box ul li.title::before {
	display: none;
}
body .fat_box ul li.title a {
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
}
body .fat_box ul li a {
	color: #d1d4da;
}
body .fat_box ul li a:hover {
	color: #fff;
}
body .fat_box ul li {
	padding: 7px 0 !important;
	font-size: 95%;
	text-align: left;
	display: flex;
}
body .fat_box ul li::before {
	content: "+";
	float: left;
	margin: 0 3px 0 5px;
	color: #bfc3cc;
	font-size: 85%;
}
body .fat_box ul li.title a:hover {
	color: #ecd055;
}
body .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: relative;
	left: inherit;
	top: inherit;
	margin: 0;
}
body .fat_box .ui-state-active .ui-icon {
	left: inherit;
	top: inherit;
	margin: auto;
	background-position: 0 0;
}
body .fat_box .ui-state-active .ui-icon.ui-icon-triangle-1-s {
	display: none;
}
body .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-e {
	background-image: url(../images/all/fat_open.gif);
	background-position: 0 0;
	position: relative;
	margin: auto;
	top: 5px;
	display: none;
}
body .fat_box .close {
	float: none;
	top: 5px;
	position: relative;
	font-size: 95%;
	text-shadow: none;
	font-weight: 100;
	color: #fff;
	opacity: 1;
	display: none;
}
body .footer_box .txt_link {
	background-color: #000000;
	padding: 30px 0;
	color: #ffffff;
}
body .footer_box .txt_link .link {
	position: absolute;
	right: 229px;
	top: -10px;
}
body .footer_box .foot {
	padding: 20px 0;
	position: relative;
	background-color: #354b7e;
}
body .footer_box .center {
	background-color: transparent !important;
	padding: 0 15px !important;
}
body .footer_box .foot .left, body .footer_box .foot .right {
	width: 50%;
}
body .footer_box .foot .left {
	float: left;
}
body .footer_box .foot .right {
	float: right;
}
body .footer_box .logo img {
	max-width: 250px;
	width: 100%;
}
body .footer_box .foot .left ul {
	margin: 10px 0 0 0;
	position: relative;
	left: 59px;
}
body .footer_box .foot .left ul li:before {
	margin-right: 5px;
}
body .footer_box .foot .icon {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	margin: 20px 0 0 0;
	border-top: 1px #555 solid;
	float: left;
	width: 100%;
}
body .footer_box .foot .icon ul {
	display: inline-block;
	text-align: center;
}
body .footer_box .foot .icon ul li {
	margin: 5px 5px;
	display: inline-block;
}
body .footer_box .foot .right .link {
	padding: 0 0 4px 0;
}
body .footer_box .foot .right .link a {
	display: inline-block;
	margin: 0 5px 0 0;
	background-color: #f59000;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
body .footer_box .foot .right .link a:hover {
	background-color: #1e80cc;
}
body .footer_box .foot .right ul {
    text-align: right;
}
body .footer_box .foot .right li {
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 5px 7px 0 0;
	display: inline-block;
}

body .footer_box .foot .right li:nth-child(1) {
    display: block;
}
body .footer_box .foot .left li a {
	display: block;
	text-align: center;
	margin: 0 0 0 00;
	text-decoration: none;
	padding: 0;
}
body .footer_box .foot .left li a:hover {
	moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
body .footer_box .foot p {
	color: #ffffff;
	padding: 5px 0;
	letter-spacing: 0;
	font-size: 95%;
	line-height: 120%;
}
body .footer_box .foot a{
	color: #ffffff;

}
body .footer_box .foot p.title {
	color: #29d1ea;
	border-bottom: 1px rgba(41, 209, 234, 0.47) solid;
	padding: 5px 10px 5px 0;
	width: max-content;
	margin: 0 0 10px 0;
	font-size: 110%;
}
body .footer_box .foot .right p a {
	color: #00ffde;
}
body .footer_box .foot .left ul li {
	color: #fff;
	font-size: 90%;
	letter-spacing: 0;
	line-height: 150%;
}
body .footer_box .foot .left ul li a {
	display: block;
}
body .footer_box .foot .left ul li p {
	margin: 6px 0 0 0;
	font-size: 90%;
	font-weight: bold;
}
body .footer_box .txt_link a, body .footer_box .txt_link span {
	color: #ffffff;
	margin: 0 5px;
	font-weight: bold;
	font-size: 105%;
}
body .footer_box .txt_link a:hover {
	color: #ccab00;
}
/*fb*/
.area01 .fb {
    padding: 0 0 0 15px;
	margin-bottom: 17px;
    text-align: center;
}

@media (max-width: 991px) {
.area01 .fb {
    padding: 0;
	margin-bottom: 17px;
    text-align: center;
}
}

/* 這個元素內嵌在 iframes 裡，有可能造成部分 layout 變形，所以請把它隱藏 */
#fb-root {
    display: none;
}

/*災害*/
body .disaster ul#portfolio li{width: 100%;}
body .disaster .alertCAP_banner02 .alertCAP_titleicon {
    position: absolute;
    width: 60px;
    height: 30px;
    text-align: center;
    padding: 0;
}
body .disaster .alertCAP_banner02.bannerYellow .alertCAP_title {
    width: 100%;
    padding: 0 0 0 65px;
    text-align: left;
    line-height: 28px;
    height: 30px;
}
body .disaster .alertCAP_banner02{
    height: 140px;
    width: 100%;
}
body .disaster .alertCAP_banner02 .alertCAP_con {
    width: 100%;
    top: 30px;
    padding: 0 10px 0 55px;
    overflow: hidden;
    height: 67px;
}
body .disaster .alertCAP_banner02 .alertCAP_logo {
    float: left;
    position: relative;
    width: auto;
    padding-left: 5px;
}
body .disaster .alertCAP_banner02 .alertCAP_con a {
    position: absolute;
    top: 0;
    right: 0;
}
body .disaster .alertCAP_banner02 .alertCAP_time {
    text-align: left;
}

.alertCAP_banner02 .alertCAP_title {
    width: 100% !important;
    height: 30px !important;
    line-height: 30px !important;
}