﻿@charset "utf-8";
/* CSS Document */
/*table*/
.myTable01 {
  border-collapse: collapse;
  max-width: 100%;
}

.myTable01 td, .myTable01 th {
  border: 1px solid #ddd;
  padding: 8px;
}

.myTable01 tr:nth-child(even){background-color: #f2f2f2;}

/*.myTable01 tr:hover {background-color: #ddd;}*/

.myTable01 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
/*頁碼*/
ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: "微軟正黑體";
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	color: #000000;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #00B09C;
}
ul.pagination li a.active {
	background-color: #00B09C;
	color: white;
	border: 1px solid #00B09C;
}
ul.pagination li a:hover:not(.active) {
	background-color: #00B09C;
	color: #FFFFFF;
}
div.center {
	text-align: center;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	float: none;
	clear: both;
	background-repeat: repeat;
	max-width: 1920px;
}
.search {
	display: none;
}
.search_button {
	display: none;
}
.fb_link {
	display: none;
}
.menubg {
	display: none;
}
.mainbg {
  padding-bottom: 30px;
	background-color: #FFFFFF;
	width: 92%;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	position: relative;
}
.footer {
	background-color: #3A4660;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}
.mainarea {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	position: relative;
}
.main_left {
	width: 100%;
	float: left;
	clear: left;
}
/*最新消息*/
.news_banner {
	width: 100%;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 30px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	float: none;
	line-height: 30px;
	position: relative;
	height: 70px;
}
.news_banner span {
	width: 100%;
	margin: auto;
	float: left;
	clear: left;
	font-size: 15px;
	color: #222220;
}
.news_banner_linel {
	width: 20%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
}
.news_banner_liner {
	width: 20%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	right: 0%;
}
.news_area {
	width: 100%;
}
.news_area ul {
	width: 104%;
	margin-left: -2%;
	margin-right: -2%;
	display: flex;
	flex-wrap: wrap;
}
.news_area ul li {
	width: 96%;
	float: left;
	clear: none;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
	font-family: "微軟正黑體";
}
.news_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 28px;
}
.news_tag {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	color: #ff6633;
}
.news_tag a{
	color: #ff6633;
}
.news_tag a:hover{
	color: #00B09C;
}
.news_date {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: left;
	color: #ff6633;
}
.news_eye {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: none;
	color: #ff6633;
}
/*圖片遮罩*/
.mask-wrapper {
	position: relative;
	overflow: hidden;
}
.mask-wrapper img {
	width: 100%;
}
.mask-inner {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	-moz-transition: top ease 200ms;
	-o-transition: top ease 200ms;
	-webkit-transition: top ease 200ms;
	transition: top ease 200ms;
}
.mask-wrapper:hover .mask-inner {
	top: 0;
}
#my-mask {
	width: 100%;
	position: relative;
}
#my-mask .mask-inner {
	background-color: rgba(255,255,255,0.50);
	margin-bottom: 5%;
	display: none;
}
.mask-inner h1 {
	position: absolute;
	top: 40%;
	right: 5%;
	width: 90%;
	left: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 22px
}
.mask-inner h1 img {
	width: 20%;
}
/*右側分類*/
.main_right {
	display: none;
}
/*消息內頁*/
.shownews_area {
	width: 100%;
}
.shownews_area img {
	width: 100%;
}
.shown_pic {
	width: 100%;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
.shown_pic img {
	width: 100%;
}
.shown_date {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 50%;
	float: left;
	clear: left;
	line-height: 30px;
}
.shown_eye {
	width: 50%;
	float: left;
	clear: none;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	color: #ff6633;
	line-height: 30px;
}
.shown_tag {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	float: left;
	clear: left;
	width: 50%;
	line-height: 30px;
	margin-bottom: 10px;
}
.shown_tag a{
	color: #ff6633;
}
.shown_tag a:hover{
	color: #00B09C;
}
.shown_title {
	width: 100%;
	float: left;
	clear: left;
	font-family: "微軟正黑體", Arial;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
.sn_text {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.sn_text h1{
		color: #00B09C;
	font-family: "微軟正黑體", Arial;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	
}
.sn_text strong{
	font-weight: bold;
}
.sn_text em{
	font-style: italic;
}
.sn_slogan {
	font-family: "微軟正黑體", Arial;
	color: #FF6E00;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	float: none;
	clear: none;
}
	.sn_iconl{
	width: 50px;
	float: none;
	margin: auto;
		
	}
		.sn_iconr{
	width: 50px;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: none;
		
	}
.sn_pic {
	width: 100%;
	margin-bottom: 20px;
}
.sn_fb {
	margin-bottom: 20px;
	text-align: right;
}
/*延伸閱讀*/
.readbg {
	background-color: #f2efed;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-bottom: 30px;
}
.read_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	margin-bottom: 20px;
	color: #ff6633;
	margin-top: 10px;
}
.read_info {
}
.read_info ul {
	width: 100%;
}
.read_info ul li {
	width: 100%;
	float: left;
	clear: none;
	margin-bottom: 20px;
}
.read_info ul li h1 {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 100%;
	float: none;
	line-height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	clear: none;
	text-align: justify;
}
.read_info ul li h1 a{
	color: #000000;
}
.read_info ul li h1 a:hover{
	color: #FF3F00;
}
.read_pic {
	margin: auto;
	width: 100%;

}
.read_pic img {
	width:100%;
}
/*home link*/
#home_link {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
}
#home_link a {
	color: #000000;
	font-family: "微軟正黑體", Arial;
}
#home_link a:hover {
	color: #00b09c;
}
/*標題*/
.title {
	width: 100%;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 30px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	float: none;
	line-height: 40px;
	height: 70px;
	position: relative;
}
.titlen {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 35%;
	line-height: 30px;
	right: 35%;
	font-family: "微軟正黑體", Arial;
}
.titlen_m {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 20%;
	line-height: 30px;
	right: 20%;
	font-family: "微軟正黑體", Arial;
}
.titlen_l {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 15%;
	line-height: 30px;
	right: 15%;
	font-family: "微軟正黑體", Arial;
}
.title_line {
	width: 100%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
	z-index: 0;
}
/*按鈕製中*/
.button_box {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.donation_button {
	color: #00B09C;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	border: 1px solid #00B09C;
	float: none;
	clear: none;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	background-color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	display: inline-block;
}
.donation_button:hover {
	color: #FFFFFF;
	background-color: #00B09C;
}

.donation_button.actived {
	color: #FFFFFF;
	background-color: #00B09C;
}
/* Tablet Layout: 480px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 480px) {
.wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	float: none;
	clear: both;
	background-repeat: repeat;
	max-width: 1920px;
}
.search {
	display: none;
}
.search_button {
	display: none;
}
.fb_link {
	display: none;
}
.menubg {
	display: none;
}
.mainbg {
  padding-bottom: 30px;
	background-color: #FFFFFF;
	width: 94%;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	position: relative;
}
.footer {
	background-color: #3A4660;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainarea {
	width: 100%;
	margin: auto;
	max-width: 1000px;
}
.main_left {
	width: 100%;
	float: left;
	clear: left;
}
/*最新消息*/
.news_banner {
	width: 100%;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 35px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	float: none;
	line-height: 35px;
	position: relative;
	height: 70px;
}
.news_banner span {
	width: 100%;
	margin: auto;
	float: left;
	clear: left;
	font-size: 20px;
	color: #222220;
}
.news_banner_linel {
	width: 25%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
}
.news_banner_liner {
	width: 25%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	right: 0%;
}
.news_area {
	width: 100%;
}
.news_area ul {
	width: 104%;
	margin-left: -2%;
	margin-right: -2%;
	display: flex;
	flex-wrap: wrap;
}
.news_area ul li {
	width: 46%;
	float: left;
	clear: none;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.news_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 28px;
	min-height: 100px;
}
.news_tag {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
}
.news_date {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: left;
}
.news_eye {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: none;
}
/*圖片遮罩*/
.mask-wrapper {
	position: relative;
	overflow: hidden;
}
.mask-inner {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	-moz-transition: top ease 200ms;
	-o-transition: top ease 200ms;
	-webkit-transition: top ease 200ms;
	transition: top ease 200ms;
}
.mask-wrapper:hover .mask-inner {
	top: 0;
}
#my-mask {
	width: 100%;
	position: relative;
}
#my-mask .mask-inner {
	background-color: rgba(255,255,255,0.50);
}
.mask-inner h1 {
	position: absolute;
	top: 40%;
	right: 5%;
	width: 90%;
	left: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 22px
}
.shown_title {
	width: 100%;
	float: left;
	clear: left;
	font-family: "微軟正黑體", Arial;
	font-size: 22px;
	line-height: 34px;
}
.sn_text {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.sn_slogan {
	font-family: "微軟正黑體", Arial;
	color: #FF6E00;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
	.sn_iconl{
	width: 50px;
	float: none;
	clear: none;
		
	}
		.sn_iconr{
	width: 50px;
	float: none;
	clear: none;
		
	}
.sn_pic {
	width: 100%;
	margin-bottom: 30px;
}
.sn_fb {
	margin-bottom: 20px;
	text-align: right;
}
/*消息內頁*/
.shownews_area {
	width: 100%;
}
.shownews_area img {
	width: 100%;
}
.shown_pic {
	width: 100%;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
.shown_pic img {
	width: 100%;
}
.shown_date {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 50%;
	float: left;
	clear: left;
	line-height: 30px;
}
.shown_eye {
	width: 50%;
	float: left;
	clear: none;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	color: #ff6633;
	line-height: 30px;
}
.shown_tag {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	float: left;
	clear: left;
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
}
.shown_title {
	width: 100%;
	float: left;
	clear: left;
	font-family: "微軟正黑體", Arial;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
.sn_text {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.sn_pic {
	width: 100%;
	margin-bottom: 20px;
}
.sn_fb {
	margin-bottom: 20px;
	text-align: right;
}
/*延伸閱讀*/
.readbg {
	background-color: #f2efed;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-bottom: 30px;
}
.read_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	margin-bottom: 20px;
	color: #ff6633;
	margin-top: 10px;
}
.read_info {
}
.read_info ul {
	width: 100%;
}
.read_info ul li {
	width: 100%;
	float: left;
	clear: none;
	margin-bottom: 20px;
}
.read_info ul li h1 {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 100%;
	float: none;
	clear: none;
	line-height: 26px;
}
.read_pic {
	margin: auto;
	width: 100%;

}
.read_pic img {
	width:100%;
}
	/*home link*/
#home_link {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
	max-width: 1000px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
}
#home_link a {
	color: #000000;
}
#home_link a:hover {
	color: #00b09c;
}
	/*標題*/
.title {
	width: 100%;
	max-width: 1000px;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 30px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	float: none;
	line-height: 40px;
	height: 70px;
	position: relative;
}
.titlen {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 40%;
	line-height: 30px;
	right: 40%;
}
.titlen_m {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 30%;
	line-height: 30px;
	right: 30%;
}
.titlen_l {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 25%;
	line-height: 30px;
	right: 25%;
}
.title_line {
	width: 100%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
	z-index: 0;
}
}

/* Tablet Layout: 768px to 999px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 768px) {
.wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	float: none;
	clear: both;
	background-repeat: repeat;
	max-width: 1920px;
}
.search {
	display: none;
}
.search_button {
	display: none;
}
.fb_link {
	display: none;
}
.menubg {
	display: none;
}
.mainbg {
padding-bottom: 30px;
	background-color: #FFFFFF;
	width: 96%;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	position: relative;
}
.footer {
	background-color: #3A4660;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainarea {
	width: 100%;
	margin: auto;
	max-width: 1000px;
}
.main_left {
	width: 100%;
	float: left;
	clear: left;
}
/*最新消息*/
.news_banner {
	width: 100%;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 40px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	float: none;
	line-height: 40px;
	position: relative;
	height: 70px;
}
.news_banner span {
	width: 100%;
	margin: auto;
	float: left;
	clear: left;
	font-size: 20px;
	color: #222220;
}
.news_banner_linel {
	width: 30%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
}
.news_banner_liner {
	width: 30%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	right: 0%;
}
.news_area {
	width: 100%;
}
.news_area ul {
	width: 104%;
	margin-left: -2%;
	margin-right: -2%;
	display: flex;
	flex-wrap: wrap;
}
.news_area ul li {
	width: 46%;
	float: left;
	clear: none;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.news_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 28px;
	min-height: 70px;
}
.news_tag {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
}
.news_date {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: left;
}
.news_eye {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: none;
}
/*圖片遮罩*/
.mask-wrapper {
	position: relative;
	overflow: hidden;
}
.mask-inner {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	-moz-transition: top ease 200ms;
	-o-transition: top ease 200ms;
	-webkit-transition: top ease 200ms;
	transition: top ease 200ms;
}
.mask-wrapper:hover .mask-inner {
	top: 0;
}
#my-mask {
	width: 100%;
	position: relative;
}
#my-mask .mask-inner {
	background-color: rgba(255,255,255,0.50);
}
.mask-inner h1 {
	position: absolute;
	top: 40%;
	right: 5%;
	width: 90%;
	left: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 22px
}
.shown_title {
	width: 100%;
	float: left;
	clear: left;
	font-family: "微軟正黑體", Arial;
	font-size: 22px;
	line-height: 34px;
}
.sn_text {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	margin-bottom: 30px;
}
.sn_slogan {
	font-family: "微軟正黑體", Arial;
	color: #FF6E00;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
	.sn_iconl{
	width: 50px;
	float: none;
	clear: none;
		
	}
		.sn_iconr{
	width: 50px;
	float: none;
	clear: none;
		
	}
.sn_fb {
	margin-bottom: 20px;
	text-align: right;
}
/*消息內頁*/
.shownews_area {
	width: 100%;
}
.shownews_area img {
	width: 100%;
}
.shown_pic {
	width: 100%;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
.shown_pic img {
	width: 100%;
}
.shown_date {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 50%;
	float: left;
	clear: left;
	line-height: 30px;
}
.shown_eye {
	width: 50%;
	float: left;
	clear: none;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	color: #ff6633;
	line-height: 30px;
}
.shown_tag {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	float: left;
	clear: left;
	width: 50%;
	line-height: 30px;
	margin-bottom: 10px;
}
.shown_title {
	width: 100%;
	float: left;
	clear: left;
	font-family: "微軟正黑體", Arial;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
.sn_text {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	margin-bottom: 20px;
}

.sn_pic {
	width: 100%;
	margin-bottom: 20px;
}
.sn_fb {
	margin-bottom: 20px;
	text-align: right;
}
/*延伸閱讀*/
.readbg {
	background-color: #f2efed;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-bottom: 30px;
}
.read_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	margin-bottom: 20px;
	color: #ff6633;
	margin-top: 10px;
}
.read_info {
}
.read_info ul {
	width: 102%;
	margin-left: -1%;
	margin-right: -1%;
}
.read_info ul li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	clear: none;
	margin-bottom: 20px;
}
.read_info ul li h1 {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 50%;
	float: left;
	clear: none;
	line-height: 26px;
	margin-top: 0%;
}
.read_pic {
	width: 45%;
	float: left;
	clear: left;
	margin-right: 10px;

}
.read_pic img {
	width:100%;
}
	/*home link*/
#home_link {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	max-width: 1000px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
}
#home_link a {
	color: #000000;
}
#home_link a:hover {
	color: #00b09c;
}
	/*標題*/
.title {
	width: 100%;
	max-width: 1000px;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 30px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	float: none;
	line-height: 40px;
	height: 70px;
	position: relative;
}
.titlen {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 42%;
	line-height: 30px;
	right: 42%;
}
.titlen_m {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 37%;
	line-height: 30px;
	right: 37%;
}
.titlen_l {
	margin: auto;
	font-size: 16px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 35%;
	line-height: 30px;
	right: 35%;
}
.title_line {
	width: 100%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
	z-index: 0;
}
}

/* Tablet Layout: 1000px to 1159px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 1000px) {
.wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	float: none;
	clear: both;
	background-repeat: repeat;
	max-width: 1920px;
}
.search {
	width: 20%;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	right: 13%;
	top: 7%;
	z-index: 9999;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	color: #314461;
	font-weight: bold;
	display: inherit;
}
.search_button {
	width: 15%;
	color: #314461;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	float: right;
	clear: right;
	margin-top: -3px;
	display: inherit;
}
.form_style {
	border: 1px solid #FFFFFF;
	width: 80%;
	color: #314461;
	font-size: 16px;
	font-weight: bold;
}
		.form_style textarea:focus, input:focus{
		outline: none;
}
.fb_link {
	width: 10%;
	position: absolute;
	right: 0%;
	top: 5%;
	z-index: 9999;
	display: inherit;
}
.fb_link img {
	width: 90px;
}
.menubg {
	background-color: rgba(255,255,255,1.00);
	height: 85px;
	width: 100%;
	z-index: 9999;
	display: inherit;
	position: fixed;
	top: 0%;
	left: 0%;
	-webkit-box-shadow: 0px 2px 3px #CDCDCD;
	box-shadow: 0px 2px 3px #CDCDCD;
}
.menu {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	position: relative;
}
#menu_icon {
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 64px;
	float: left;
	clear: none;
	margin-top: 7px;
	background-size: 100% auto;
}
#menu_icon:hover {
	background-image: url(../images/menu_bicon.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 64px;
	background-size: 100% auto;
}
#menu_icon1 {
	background-image: url(../images/menu_icon1.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 68px;
	float: left;
	clear: none;
	margin-top: 7px;
	background-size: 100% auto;
}
#menu_icon1:hover {
	background-image: url(../images/menu_bicon1.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 68px;
	background-size: 100% auto;
}
.psearch {
	width: 12%;
	background-color: #FFFFFF;
	border-radius: 5px;
	z-index: 9999;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	color: #314461;
	font-weight: bold;
	display: inherit;
	clear: none;
	float: right;
	border: 1px solid #314461;
	margin-top: 25px;
}
.psearch_button {
	width: 15%;
	color: #314461;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	float: right;
	clear: right;
	margin-top: -3px;
	display: inherit;
}
.pform_style {
	border: 1px solid #FFFFFF;
	width: 80%;
	color: #314461;
	font-size: 16px;
	font-weight: bold;
}
.logo {
	width: 18%;
	float: left;
	clear: both;
	margin-top: 16px;
}
.logo img {
	width: 100%;
}
.mainbg {
padding-bottom: 30px;
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 1920px;
	position: relative;
}
.footer {
	background-color: #3A4660;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	padding: 0;
	line-height: 60px;
}
.mainarea {
	width: 100%;
	margin: auto;
	max-width: 1000px;
}
.main_left {
	width: 75%;
	float: left;
	clear: left;
}
/*最新消息*/
.news_banner {
	width: 100%;
	max-width: 1160px;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 40px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	float: none;
	line-height: 40px;
	position: relative;
	height: 70px;
}
.news_banner span {
	width: 100%;
	margin: auto;
	max-width: 1160px;
	float: left;
	clear: left;
	font-size: 20px;
	color: #222220;
}
.news_banner_linel {
	width: 40%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
}
.news_banner_liner {
	width: 40%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	right: 0%;
}
.news_area {
	width: 100%;
}
.news_area ul {
	width: 104%;
	margin-left: -2%;
	margin-right: -2%;
	display: flex;
	flex-wrap: wrap;
}
.news_area ul li {
	width: 46%;
	float: left;
	clear: none;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.shown_pic {
	width: 50%;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
.news_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 28px;
	min-height: 70px;
}
.news_tag {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
}
.news_date {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: left;
}
.news_eye {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: none;
}
/*圖片遮罩*/
.mask-wrapper {
	position: relative;
	overflow: hidden;
}
.mask-inner {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	-moz-transition: top ease 200ms;
	-o-transition: top ease 200ms;
	-webkit-transition: top ease 200ms;
	transition: top ease 200ms;
}
.mask-wrapper:hover .mask-inner {
	top: 0;
}
#my-mask {
	width: 100%;
	position: relative;
}
#my-mask .mask-inner {
	background-color: rgba(255,255,255,0.50);
	display: inherit;
}
.mask-inner h1 {
	position: absolute;
	top: 40%;
	right: 5%;
	width: 90%;
	left: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 22px
}
/*右側分類*/
.main_right {
	float: right;
	clear: right;
	width: 20%;
	display: inherit;
	margin-right: 0%;

}
.right_title {
	background-color: #3a4660;
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 65px;
	padding-left: 30px;
	border-bottom: 10px solid #d9d9d9;
	color: #FFFFFF;
	font-weight: bold;
}
.right_title span {
	font-family: "微軟正黑體", Arial;
	font-size: 18px;
	line-height: 80px;
	border-bottom: 10px solid #d9d9d9;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	clear: none;
	padding-right: 30px;
}
.right_item {
}
.right_item ul {
}
.right_item ul li {
	background-color: #e6e6e6;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F7F7F7;
}
.right_item ul a li {
	color: #0A0A0A;
}
.right_item ul a:hover li {
	background-color: #ff6633;
	font-family: "微軟正黑體", Arial;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F7F7F7;
	color: #FFFFFF;
	font-weight: bold;
}
.shown_title {
	width: 48%;
	float: left;
	clear: left;
	font-family: "微軟正黑體", Arial;
	font-size: 22px;
	line-height: 34px;
}
.sn_text {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	margin-bottom: 30px;
}
.sn_slogan {
	font-family: "微軟正黑體", Arial;
	color: #FF6E00;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 90%;
	clear: none;
	float: left;
}
	.sn_iconl{
	width: 50px;
	float: left;
	clear: none;
		
	}
		.sn_iconr{
	width: 50px;
	float: left;
	clear: none;
		
	}
.sn_pic {
	width: 100%;
	margin-bottom: 30px;
}
.sn_fb {
	margin-bottom: 20px;
	text-align: right;
}
/*消息內頁*/
.shownews_area {
	width: 100%;
}
.shownews_area img {
	width: 100%;
}
.shown_pic {
	width: 45%;
	float: right;
	clear: right;
	margin-bottom: 20px;
}
.shown_pic img {
	width: 100%;
}
.shown_date {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 25%;
	float: left;
	clear: left;
	line-height: 30px;
}
.shown_eye {
	width: 25%;
	float: left;
	clear: none;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	color: #ff6633;
	line-height: 30px;
}
.shown_tag {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	float: left;
	clear: left;
	width: 25%;
	line-height: 30px;
	margin-bottom: 30px;
}
.shown_title {
	width: 52%;
	float: left;
	clear: left;
	font-family: "微軟正黑體", Arial;
	font-size: 22px;
	line-height: 34px;
}
.sn_text {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	margin-bottom: 30px;
}
.sn_pic {
	width: 100%;
	margin-bottom: 30px;
}
.sn_fb {
	margin-bottom: 20px;
	text-align: right;
}
/*延伸閱讀*/
.readbg {
	background-color: #f2efed;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-bottom: 30px;
}
.read_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	margin-bottom: 20px;
	color: #ff6633;
	margin-top: 10px;
}
.read_info {
}
.read_info ul {
	width: 102%;
	margin-left: -1%;
	margin-right: -1%;
}
.read_info ul li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	clear: none;
	margin-bottom: 20px;
}
.read_info ul li h1 {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 50%;
	float: left;
	clear: none;
	margin-top: 0%;
	line-height: 26px;
}
.read_pic {
	margin-top: auto;
	margin-right: 20px;
	margin-left: auto;
	margin-bottom: auto;
	width: 40%;

}
.read_pic img {
	width:100%;
}
	/*home link*/
#home_link {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	max-width: 1000px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
}
#home_link a {
	color: #000000;
}
#home_link a:hover {
	color: #00b09c;
}
	/*標題*/
.title {
	width: 100%;
	max-width: 1000px;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 40px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	float: none;
	line-height: 40px;
	height: 70px;
	position: relative;
}
.titlen {
	margin: auto;
	font-size: 20px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 45%;
	line-height: 30px;
	right: 45%;
}
.titlen_m {
	margin: auto;
	font-size: 20px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 40%;
	line-height: 30px;
	right: 40%;
}
.title_line {
	width: 100%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
	z-index: 0;
}
}

/* Tablet Layout: 1160px to 1920px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 1160px) {
.wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	float: none;
	clear: both;
	background-repeat: repeat;
	max-width: 1920px;
}
.search {
	width: 10%;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	right: 21%;
	top: 6%;
	z-index: 9999;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	color: #314461;
	font-weight: bold;
	display: inherit;
}
.search_button {
	width: 15%;
	color: #314461;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	float: right;
	clear: right;
	margin-top: -3px;
	display: inherit;
}
.form_style {
	border: 1px solid #FFFFFF;
	width: 80%;
	color: #314461;
	font-size: 16px;
	font-weight: bold;
}
.fb_link {
	width: 20%;
	position: absolute;
	right: 0%;
	top: 5%;
	z-index: 9999;
}
.fb_link img {
	width: 90px;
}
.menubg {
	background-color: rgba(255,255,255,1.00);
	height: 85px;
	width: 100%;
	z-index: 9999;
	display: inherit;
	-webkit-box-shadow: 0px 2px 3px #CDCDCD;
	box-shadow: 0px 2px 3px #CDCDCD;
}
.menu {
	width: 100%;
	margin: auto;
	max-width: 1260px;
	position: relative;
}
#menu_icon {
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 72px;
	margin-top: 5px;
}
#menu_icon:hover {
	background-image: url(../images/menu_bicon.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 72px;
}
#menu_icon1 {
	background-image: url(../images/menu_icon1.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 73px;
	margin-top: 5px;
}
#menu_icon1:hover {
	background-image: url(../images/menu_bicon1.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 73px;
}
.psearch {
	width: 12%;
	background-color: #FFFFFF;
	border-radius: 5px;
	z-index: 9999;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	color: #314461;
	font-weight: bold;
	display: inherit;
	clear: none;
	float: right;
	border: 1px solid #314461;
	margin-top: 25px;
	margin-right: 0px;
}
.psearch_button {
	width: 15%;
	color: #314461;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	float: right;
	clear: right;
	margin-top: -3px;
	display: inherit;
}
.pform_style {
	border: 1px solid #FFFFFF;
	width: 80%;
	color: #314461;
	font-size: 16px;
	font-weight: bold;
}
/*橘色banner*/
.logo {
	width: 19%;
	float: left;
	clear: both;
	margin-top: 10px;
}
.logo img {
	width: 100%;
}
.mainbg {
padding-bottom: 30px;
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 1920px;
	position: relative;
	padding-top: 50px;
	/* abbie */
	min-height: 600px;
}
.footer {
	background-color: #3A4660;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	line-height: 60px;
}
.mainarea {
	width: 100%;
	margin: auto;
	max-width: 1160px;
	position: relative;
}
.main_left {
	width: 75%;
	float: left;
	clear: left;
}
/*最新消息*/
.news_banner {
	width: 100%;
	max-width: 1160px;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 40px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	float: none;
	line-height: 40px;
	position: relative;
	height: 70px;
}
.news_banner span {
	width: 100%;
	margin: auto;
	max-width: 1160px;
	float: left;
	clear: left;
	font-size: 20px;
	color: #222220;
}
.news_banner_linel {
	width: 40%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
}
.news_banner_liner {
	width: 40%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	right: 0%;
}
.news_area {
	width: 100%;
}
.news_area ul {
	width: 104%;
	margin-left: -2%;
	margin-right: -2%;
	display: flex;
	flex-wrap: wrap;
}
.news_area ul li {
	width: 46%;
	float: left;
	clear: none;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.news_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 28px;
}
.news_tag {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
}
.news_date {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: left;
}
.news_eye {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 30px;
	width: 50%;
	float: left;
	clear: none;
}
/*圖片遮罩*/
.mask-wrapper {
	position: relative;
	overflow: hidden;
}
.mask-inner {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	-moz-transition: top ease 200ms;
	-o-transition: top ease 200ms;
	-webkit-transition: top ease 200ms;
	transition: top ease 200ms;
}
.mask-wrapper:hover .mask-inner {
	top: 0;
}
#my-mask {
	width: 100%;
	position: relative;
}
#my-mask .mask-inner {
	background-color: rgba(255,255,255,0.50);
}
.mask-inner h1 {
	position: absolute;
	top: 40%;
	right: 5%;
	width: 90%;
	left: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: "微軟正黑體", Arial;
	font-size: 22px
}
/*右側分類*/
.main_right {
	float: right;
	clear: right;
	width: 20%;
	margin-right: 0%;
}
.right_title {
	background-color: #3a4660;
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	line-height: 65px;
	padding-left: 30px;
	border-bottom: 10px solid #d9d9d9;
	color: #FFFFFF;
	font-weight: bold;
}
.right_title span {
	font-family: "微軟正黑體", Arial;
	font-size: 18px;
	line-height: 80px;
	border-bottom: 10px solid #d9d9d9;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	clear: none;
	padding-right: 30px;
}
.right_item {
}
.right_item ul {
}
.right_item ul li {
	background-color: #e6e6e6;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #F7F7F7;
}
.right_item ul a li {
	color: #0A0A0A;
}
.right_item ul a:hover li {
	background-color: #ff6633;
	font-family: "微軟正黑體", Arial;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #F7F7F7;
	color: #FFFFFF;
}
/*消息內頁*/
.shownews_area {
	width: 100%;
}
.shownews_area img {
	width: 100%;
}
.shown_pic {
	width: 45%;
	float: right;
	clear: right;
	margin-bottom: 20px;
}
.shown_pic img {
	width: 100%;
}
.shown_date {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 30%;
	float: left;
	clear: left;
	line-height: 30px;
}
.shown_eye {
	width: 25%;
	float: left;
	clear: none;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	color: #ff6633;
	line-height: 30px;
}
.shown_tag {
	color: #ff6633;
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	float: left;
	clear: left;
	width: 30%;
	line-height: 30px;
	margin-bottom: 30px;
}
.shown_title {
	width: 52%;
	float: left;
	clear: left;
	font-family: "微軟正黑體", Arial;
	font-size: 22px;
	line-height: 34px;
}
.sn_text {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	margin-bottom: 30px;
}
.sn_slogan {
	font-family: "微軟正黑體", Arial;
	color: #FF6E00;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	width: 87.5%;
	margin-bottom: 30px;
	float: left;
	clear: none;
}
	.sn_iconl{
	width: 50px;
	float: left;
	clear: none;
		
	}
		.sn_iconr{
	width: 50px;
	float: left;
	clear: none;
		
	}
.sn_pic {
	width: 100%;
	margin-bottom: 30px;
}
.sn_fb {
	margin-bottom: 20px;
	text-align: right;
}
/*延伸閱讀*/
.readbg {
	background-color: #f2efed;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-bottom: 30px;
}
.read_title {
	font-family: "微軟正黑體", Arial;
	font-size: 21px;
	margin-bottom: 20px;
	color: #ff6633;
	margin-top: 10px;
}
.read_info {
}
.read_info ul {
	width: 102%;
	margin-left: -1%;
	margin-right: -1%;
}
.read_info ul li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	clear: none;
	margin-bottom: 20px;
}
.read_info ul li h1 {
	font-family: "微軟正黑體", Arial;
	font-size: 16px;
	width: 50%;
	float: left;
	clear: none;
	margin-top: 3%;
	line-height: 26px;
}
.read_pic {
	width: 40%;

}
.read_pic img {
	width:100%;
}
	/*home link*/
#home_link {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5%;
	max-width: 1160px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
}
#home_link a {
	color: #000000;
}
#home_link a:hover {
	color: #00b09c;
}
/*標題*/
.title {
	width: 100%;
	max-width: 1160px;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-size: 40px;
	color: rgba(49,68,97,1.00);
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	float: none;
	line-height: 40px;
	height: 70px;
	position: relative;
}
.titlen {
	margin: auto;
	font-size: 20px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 45%;
	line-height: 30px;
	right: 45%;
}
.titlen_m {
	margin: auto;
	font-size: 20px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 39%;
	line-height: 30px;
	right: 39%;
}
.titlen_l {
	margin: auto;
	font-size: 20px;
	color: #636362;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	bottom: -3%;
	left: 37%;
	line-height: 30px;
	right: 37%;
}
.title_line {
	width: 100%;
	background-color: #222220;
	height: 1px;
	position: absolute;
	bottom: 10%;
	left: 0%;
	z-index: 0;
}
}

.player{
	display: flex;
  flex-direction: column;
	margin-top: 24px;
	margin-bottom: 35px; 
}
@media only screen and (min-width: 1000px) {
  .player {
    margin-top: 0;
    margin-left: auto;
    width: 45%;
  }
}
.player-text{
	margin-top: 10px;
	font-size: 14px;
	text-align: right;
	font-family: "微軟正黑體", Arial;
	line-height: 1.5;
}
@media only screen and (min-width: 576px) {
	.player-text br{
		display: none;
	}
}
.player-audio-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.player-audio-row>*{
	width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
.player-audio-row audio{
  flex: 1 0 0%;
}
.player-audio-row select{
	flex: 0 0 auto;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 31px;
  font-size: 14px;
  border-radius: 8px;
  background-color: #878787;
  color: #E1E1E1;
  text-align: center;         /* 讓文字置中 */
  text-align-last: center;    /* 控制選中的項目置中 (Chrome/Edge/Android 有效) */
  -moz-text-align-last: center; /* Firefox 專用 */
}
@media only screen and (min-width: 1000px) {
  .player-audio-row select {
    width: 54px;
  	height: 54px;
  	border-radius: 100%;
		background-color: #F1F3F4;
		color: #000;
  }
}
.player-audio-row select:focus{
	outline: 0;
}





