html,body{
  width: 100%;
  height: 100%;
  padding: 0;
}

/*抬頭*/
ul{
  background-color: white;
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  /* top: -16px; */
  /* border: solid 1px #ccc; */
  display: table;
  width: 100%;
  margin-top: auto;
  padding-left: 0;
  z-index: 4;
}
/* 下拉內容 */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 1;
}

/* 連結 */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* 當滑鼠移動到下拉內容上時 */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* 顯示下拉內容 */
.dropdown:hover .dropdown-content {
  display: block;
}

/* 當滑鼠移開下拉內容時 */
.dropdown:hover .dropbtn {
  background-color: #a3a3a3;
}

li{
  float: right;
  position: relative;
  top: 35px;
  display: inline-block;
  padding: auto;
  padding-left: 10px;
  padding-right: 40px;

  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 2px;
  background-color: none;
  font-weight: bold;
  margin-bottom: 10px;
} 
body{
  height: 1500px;
  width: auto;
  /* border: solid 1px #7f1084; */
  margin: 0;
  padding:0
}

.line {
  background: none;
  margin-top: 12px;
  margin-left: -40px;
  color: black;
  border-bottom: 5px solid #7f1084;
  height: 0;
}
.logo{
  display:inline;
  position: relative;
  top: 10px;
  left: 12%;
  background-color: white;
  font-family: 'Times New Roman', sans-serif;
  font-size: 50px;
  letter-spacing: 5px;
}
.home{
  font-family: 'Noto Sans TC', sans-serif;
  text-decoration: none;
  /* background-color: white; */
  font-size: 30px;
  cursor: grab;
}
.home:active{
  cursor: grab;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.img1{
  position: relative;
  top: -5px;
  left: 11%;
}
ul .other{
  margin-right: 0;
  font-size: 30px;
}


/* Awards title */
.TitleBox {
  position: relative;
  width: 100%;
  padding-top: 90px;
  z-index: 1;
}
.container {
  width: 100%;
  background-color: #d6d6d6;
}
h1{
  font-family: '標楷體', sans-serif;
  font-size: 55px;
  text-align: center;
}

/* Award table */

.award{
  position: relative;
  width: 100%;
}
.box{
  width: 70%;
  margin-left:15%;
  padding-bottom: 10px;
}
.news{
  width: 100%;
}
.buttom{
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}



/* 年份字體 */
h2{
  font-family: 'Times New Roman', sans-serif;
  font-size: 48px;
  /* text-align: left; */
  text-align: center;
}
/* 敘述中文 */
h3{
  font-family: '標楷體', sans-serif;
  font-size: 28px;
  text-align: left;
}
/* 敘述英文 */
h4{
  font-family: 'Times New Roman', sans-serif;
  font-size: 28px;
  text-align: left;
}





