.meatSubnav{text-align:center;margin-bottom:1rem}
.meatSubnav a{background:#ffeabe;border:2px solid #ebc08a;font-weight:700;padding:10px 20px;display:inline-block;border-radius:20px;margin: 5px;}
.meatSubnav a:hover {background: #f67515;border-color: #96460a;color: #fff}

/*頁籤及表格介紹*/
#pdtlTab li>*{font-weight:700;color:#333;font-size:1.1em;border:1px solid #ccc;margin-right:10px}
#pdtlTab li>.active{border-color:#ff9724;background:#ffe492}
#pdtlTab{margin:1.5rem 0 5px;border-bottom:3px solid #ccc;display:flex;flex-wrap:inherit}
.table3{width:100%;font-size:1.0em;border:2px solid #28926f;margin-bottom: 0px}
.table3 th{padding: 2px; border-bottom:2px solid #e2e2e2;border-top:0px solid #fff;text-align:center}
.table3 td{padding: 1px; border-bottom:1px solid #e2e2e2;border-top:1px solid #fff;text-align:center}
.table3 th{background: #28926f;color: #fff;border: 1px solid #51b190;}
.table3 th{box-sizing:border-box;border:1px solid #7ab6a2;word-break:keep-all}
.table3 td{box-sizing:border-box;border:1px solid #7ab6a2;word-break:keep-all}
.table3 tr:nth-child(odd){background:#e5f7f1}
.reportBox{background: #e5f7f1;overflow:hidden;padding-top:20px}
.reportBox li{text-align:center;margin-bottom:20px;position:relative;font-weight: bold}
.reportBox li img{border:1px solid #c4c4c4;max-height: 170px;display:block;margin:0 auto}

/*瀏覽更多*/
.btn_more a{width:260px;background:#ffe8a6;border: 1px solid #bd712b;border-radius:5px;text-align:center;line-height:54px;font-weight: bold;margin:30px auto}
.btn_more a:hover{background: #cff3ff;border-color: #00b0ec;}
.btn_more a{display:block;color:#333}

/*-----------------------------------------*/

@media screen and (max-width:600px) {
 /*頁籤*/
#pdtlTab{flex-wrap:wrap;justify-content:space-between}
#pdtlTab li{width:calc(50% - 5px);margin-top:10px}
#pdtlTab li>*{width:100%}
}