@charset "utf-8";
/*1200以上*/
@media screen and (min-width:1200px) {
#logo {
	width: 1320px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;

}
#navs {
	width: auto;
	
	float:right;
	height: 90px;
}
#navs2 {
	display:none;
}

#main {
	max-width: 1170px;
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/*---------最新消息--------*/
.row_2_6{
	width: 65%;
	margin: 10px;
	float: left;
	height: auto;
		background-color: #ffe0e7;
	}
.row_2_3{
	width: 30%;
	margin: 10px;
	float: left;
	height: 536px;
	background-color: #ffe0e7;
	}
.row_2_6 img{
	width:100%;
	height:auto;
	}
.col_title{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	margin-top: 20px;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.col_title{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-top: 30px;
	font-size: 1.8em;
	margin-bottom: 10px;
}
.col_textarea{
	clear: both;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 2em;
	}
/*--------項目-----------*/
.row_4{
	width: 23%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}
.row_4 img{
	width:100%;
	height:auto;
	}
/*-----年度總表------*/
.row_1 {
	max-width: 1170px;
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.row_1 img{
	width:100%;
	height:auto;
}

/*----------頁尾-----------*/
footer {
	width: 100%;
	background-color: #000;
	text-align: center;
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 0.9em;
	line-height: 2em;
	font-weight: 300;
	color: #FFF;
}

/*電腦版年月份出現*/
.ta1{
  border:1px solid #000;
  font-family: 微軟正黑體;
  border: 0px solid #16596f;
  text-align:center;
  /* border-collapse:collapse; */
}


/*手機板年月份消失*/
.t12{
	display:none;
}

#logo img {
    border: 0;
    outline: none;
    padding-top: 4px;
    float: left;
    padding-bottom: 13px;
}

ul.drop-down-menu ul {
        border: #ccc 1px solid;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: 100%;
       min-width: 180px;
    }

    ul.drop-down-menu ul li {
        border-bottom: #ccc 1px solid;
    }

    ul.drop-down-menu ul li:last-child {
        border-bottom: none;
    }

    ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 10px;
        left: 70%;
    }
	 ul { /* 取消ul預設的內縮及樣式 */
        margin: 0;
        padding: 0;
        list-style: none;
		/*right:0px手機板*/
    }

    ul.drop-down-menu {
/*border: #ccc 1px solid; */
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    position: absolute;
    /* right: 10%; */
    /* bottom: 17px; */
    top: 26px;
	
    }

    ul.drop-down-menu li {
        position: relative;
        white-space: nowrap;
        border-right: #ccc 1px solid;
    }

    ul.drop-down-menu > li:last-child {
        border-right: none;
    }

    ul.drop-down-menu > li {
        float: left; /* 只有第一層是靠左對齊*/
    }

     ul.drop-down-menu a {
        background-color: #fff;
        color: #333;
        display: block;
        padding: 0 30px;
        text-decoration: none;
        line-height: 40px;

    }
    ul.drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
        background-color: #ef5c28;
        color: #fff;
    }
    ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
        background-color: #ef5c28;
        color: #fff;
    }

ul.drop-down-menu ul {
        border: #ccc 1px solid;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: 100%;
       min-width: 180px;
    }

    ul.drop-down-menu ul li {
        border-bottom: #ccc 1px solid;
    }

    ul.drop-down-menu ul li:last-child {
        border-bottom: none;
    }

    ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 5px;
        left: 70%;
		
    
	}
	
	 ul.drop-down-menu ul { /*隱藏次選單*/
        display: none;
    }

    ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
        display: block;
    }
	/*結束*/
		body {
	margin: 0;
	/* font-weight: bolder; */
	font-size: 100%;
	font-family: 'Noto Sans TC', "Times New Roman", sans-serif;

	color: white;
	text-align: center;
	float: none;
    width: auto;
    height: auto;
	padding-top: 4em;

}

}

/*688px~1190px 平板*/
@media screen and (min-width:668px)and (max-width:1190px) {
	/*平板版年月份出現*/
.ta1{
  border:1px solid #000;
  font-family: 微軟正黑體;
  border: 0px solid #16596f;
  text-align:center;
  /* border-collapse:collapse; */
}


/*手機板年月份消失*/
.t12{
	display:none;
}

/*從這開始*/

 ul.drop-down-menu ul {
        border: #ccc 1px solid;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: 100%;
       min-width: 180px;
    }

    ul.drop-down-menu ul li {
        border-bottom: #ccc 1px solid;
    }

    ul.drop-down-menu ul li:last-child {
        border-bottom: none;
    }

    ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 5px;
        left: 70%;
    }
	 ul { /* 取消ul預設的內縮及樣式 */
        margin: 0;
        padding: 0;
        list-style: none;
		/*right:0px手機板*/
    }

    ul.drop-down-menu {
    /* border: #ccc 1px solid; */
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    position: absolute;
    right: 10%;
    bottom: 17px;
	
    }

    ul.drop-down-menu li {
        position: relative;
        white-space: nowrap;
        border-right: #ccc 1px solid;
    }

    ul.drop-down-menu > li:last-child {
        border-right: none;
    }

    ul.drop-down-menu > li {
        float: left; /* 只有第一層是靠左對齊*/
    }

     ul.drop-down-menu a {
        background-color: #fff;
        color: #333;
        display: block;
        padding: 0 30px;
        text-decoration: none;
        line-height: 35px;

    }
    ul.drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
        background-color: #ef5c28;
        color: #fff;
    }
    ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
        background-color: #ef5c28;
        color: #fff;
    }

ul.drop-down-menu ul {
        border: #ccc 1px solid;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: 100%;
       min-width: 180px;
    }

    ul.drop-down-menu ul li {
        border-bottom: #ccc 1px solid;
    }

    ul.drop-down-menu ul li:last-child {
        border-bottom: none;
    }

    ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 10px;
        left: 70%;
		
    
	}
	
	 ul.drop-down-menu ul { /*隱藏次選單*/
        display: none;
    }

    ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
        display: block;
    }
	/*結束*/

#logo img {
border: 0;
    outline: none;
    padding-top: 9px;
    float: left;
    padding-bottom: 9px;
}

body {
	margin: 0;
	/* font-weight: bolder; */
	font-size: 100%;
	font-family: 'Noto Sans TC', "Times New Roman", sans-serif;

	color: white;
	text-align: center;
	float: none;
    width: auto;
    height: auto;
	padding-top: 4em;
	background:#000

}


}

/*667以下 手機*/
@media screen and (max-width:667px) {
#navs li a {
	display: block;
	color: #666;
	text-align: center;
	text-decoration: none;
	
	width: 100px;
	font-size: 1em;
	font-weight: 400;
	padding-top: 30px;
	height: 55px;
	padding-left:2px;
	padding-right:2px;
}


.ta1{
	display:none;
}


.t12{
  border:1px solid #000;
  font-family: 微軟正黑體;
  border: 0px solid #16596f;
  text-align:center;
  /* border-collapse:collapse; */
}

#logo img {
    border: 0;
    outline: none;
    padding-top: 15px;
    height: auto;
    width: 180px;
}


ul.drop-down-menu ul {
        border: #ccc 1px solid;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: 100%;
       min-width: 180px;
    }

    ul.drop-down-menu ul li {
        border-bottom: #ccc 1px solid;
    }

    ul.drop-down-menu ul li:last-child {
        border-bottom: none;
    }

    ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 10px;
        left: 70%;
    }
	 ul { /* 取消ul預設的內縮及樣式 */
        margin: 0;
        padding: 0;
        list-style: none;
		/*right:0px手機板*/
    }

    ul.drop-down-menu {
border: #ccc 1px solid;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    right: 25px;
    bottom: 17px;
	
    }

    ul.drop-down-menu li {
      
        white-space: nowrap;
        border-right: #ccc 1px solid;
    }

    ul.drop-down-menu > li:last-child {
        border-right: none;
    }

    ul.drop-down-menu > li {
        float: left; /* 只有第一層是靠左對齊*/
    }

     ul.drop-down-menu a {
        background-color: #fff;
        color: #333;
        display: block;
        padding: 0 30px;
        text-decoration: none;
        line-height: 35px;

    }
    ul.drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
        background-color: #ef5c28;
        color: #fff;
    }
    ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
        background-color: #ef5c28;
        color: #fff;
    }

ul.drop-down-menu ul {
        border: #ccc 1px solid;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: 100%;
       min-width: 180px;
    }

    ul.drop-down-menu ul li {
        border-bottom: #ccc 1px solid;
    }

    ul.drop-down-menu ul li:last-child {
        border-bottom: none;
    }

    ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 5px;
        left: 70%;
		
    
	}
	
	 ul.drop-down-menu ul { /*隱藏次選單*/
        display: none;
    }

    ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
        display: block;
    }
	/*結束*/


#logo img {
	border: 0;
	outline: none;
	padding-top:15px;

}

body {
	margin: 0;
	/* font-weight: bolder; */
	font-size: 100%;
	font-family: 'Noto Sans TC', "Times New Roman", sans-serif;

	color: white;
	text-align: center;
	float: none;
    width: auto;
    height: auto;
	padding-top: 4em;
	background:#000

}

}
