.logo{
	width: 200px;
	height: auto;
}
#table3 {
    border-collapse: collapse;
    width: 100%;
}
.CP.CP1 ol,
#table3 ol {
    list-style-type: decimal; /* 使用數字形式的序號 */
    margin: 0; /* 清除默認的外邊距 */
    padding-left: 20px; /* 設定左側內邊距，以避免與表格內容重疊 */
}
.CP.CP1 ul{
	list-style-type: disc;
    margin: 0; /* 清除默認的外邊距 */
    padding-left: 20px; /* 設定左側內邊距，以避免與表格內容重疊 */	
}
#table3 th, #table3 td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

/* 樣式1 */
#table3 th.style1 {
    background-color: #3E9D75;
    color: #fff;
}

/* 樣式2 */
#table3 th.style2 {
    background-color: #E1EEE9;
    color: #333; /* 根據需要調整文字顏色 */
}

#table3 tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.CP.CP1{
	line-height: 1.8em;
}

#table3 tbody tr:nth-child(odd) td {
    background-color: #F7F9F8 !important; /* 奇數行變色 添加 !important 以確保這個樣式的優先權 */
}

.blogFiles{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.blogFiles > a{
	width: calc(50% - 20px);
	margin: 10px;
	background-color: #f7f9f8;
	display: flex;
	align-items: center;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
}
.blogFiles .icon{
	background-color: #e2574c;
	color: #fff;
	width: 70px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
}
.blogFile i{
	color: #fff;
	font-size: 2em;
}
.blogFiles .text{
	padding: 5px 10px;
}
.blogFiles .text .fileName{
	font-weight: bold;
	font-size: 1.125rem;
}
.blogFiles .text p{
	margin: 0px;
	color: #999;
	font-size: 0.875rem;
}
.flex.flex-wrap{
	flex-wrap: wrap;
}
.detailNav a{
	margin: 5px 0px;
}
.newsDate{
	margin-left: 5px;
}
.newsDate b{
	color: #3f9d75;
}
.accBox{
	font-size: 1.125rem;
}
.accBox .accItem{
	border-radius: 15px;
	padding: 15px;
	border: 1px solid #eee;
	margin-bottom: 60px;
	overflow: hidden;
}
.accBox .year{
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	height: 45px;
	margin-left: -30px;
	background-color: #94ad48;
	width: calc(100% + 60px);
	margin-top: -30px;
	padding: 40px 30px;
	color: #fff;
	margin-bottom: 30px;
}
.accBox .year svg{
	margin-right: 10px;
	margin-top: -10px;
}
.accBox .year span{

}
.accBox .type{
	background-color: #7BB0A8;
	color: #fff;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 50px;
	padding-left: 30px;
	line-height: 1em;
}
.accBox .type i{
	margin-right: 5px;
	margin-top: -2px;
}
.accBox .datas{
	padding: 0px 15px;
	width: 100%;
	margin-bottom: 30px;
}
.accBox .datas ul{
	list-style-type: none;
	width: 100%;
}
.accBox .datas ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
	transition: all .5s;
}
.accBox .datas ul li a:hover{
	color: #567EBB;
}
.files{
	align-items: center;
}
.files .btn{
	margin-left: 5px;
	background-color: #eef0ef;
	padding: 2px 20px;
	border-radius: 20px;
	transition: all .5s;
}
.files .btn:hover{
	color: #fff;
	background-color: #4dbc8d;
}
.qa{
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 15px;
}
.qa .question{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qa .question .time{
	font-size: 0.875rem;
	color: #999;
}
.qa .answer{
	width: 100%;
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 15px;
	margin-top: 15px;
}
.indexTab a{
	padding: 5px 15px !important;
	font-size: 1.0625rem !important;
	margin-left: 0px !important;
	margin-right: 5px !important;
}
table.table{
	border: 1px solid #ccc;
	padding: 0px;
	width: 100%;
}
table.table tr{
	border-bottom: 1px solid #ccc;
}
table.table td,
table.table th{
	border-right: 1px solid #ccc;
	padding: 0px;
	width: calc(100% / 4);
	font-size: 0.9375rem;
	vertical-align: top;
}
table.table th{
	padding: 5px;
}
table.table td ul{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
table.table td ul li{
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	font-weight: inherit;
	color: #333;
	height: 60px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
table.table td ul li a{
	/*color: #0ABFBC;*/
}
.bannerRow {
	width: 100%;
	margin-bottom: 150px;
}
.bannerRow .swiper-slide{
	/*margin: 0px !important;*/
	/*left: 0px !important;*/
}
.bannerRow .swiper-slide img{
	width: 100%;
}
.more{
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 15px;
}
.more.event{
	margin-right: 30px;
	margin-top: -30px;
}
.more a{
	border-bottom: 1px solid #000;
}
img{
	height: auto !important;
}
@media(max-width: 640px){
	.blogFiles > a{
		width: 100%;
		margin: 5px 0px;
	}
	table.table td ul li{
		height: auto;
	}
}