/* ------------------------------ 暫存，之後移置basic ------------------------------ */

.btn-txt,
.btn-txt i {
  color: #0083cc;
}
.btn-txt i {
  padding-left: 2px;
}

.btn-txt:hover,
.btn-txt:hover i {
  color: #4ca9dc;
}

.p_blue {
  color: #0085cc !important;
}

#body {
  background: url(../img/bg-content.png) no-repeat;
  background-size: 100%;
  background-position: 0% bottom;
}

#in-banner {
  background: url(../img/bg03.png) 0% 5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 0px;
  overflow: hidden;
  margin-top: 5rem;
  margin-bottom: -5px;
}

/*上方：下拉式：年份*/
.type-selcet {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.type-selcet label {
  margin-right: 0.5rem;
}
.type-selcet .form-select {
  width: 200px;
  background-color: white;
}
@media (max-width: 992px) {
  .type-selcet,
  .type-selcet .form-select {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .type-selcet .form-select {
    width: 100px;
  }
}

#news hr {
  background: #333333;
  opacity: 0.3;
  height: 1px !important;
}

#news h3 {
  line-height: 3rem;
}

#news p {
  line-height: 2.5rem;
  color: #7c7b7b;
  margin: 0;
}

#news img {
  width: 80%;
  max-width: 100%;
  margin: 2rem auto;
  margin-left: 10%;
}

#news iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-left: 10%;
}

.news_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-all;
}

ul.list-style-b img {
  width: 80%;
  margin: 2rem auto;
}

@media (max-width: 576px) {
  #news img {
    width: 100%;
    max-width: 100%;
    margin: 2rem auto;
    margin-left: 0%;
  }

  #news iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-left: 0%;
  }

  ul.list-style-b img {
    width: 100%;
  }
}

/* 新聞表格 */

.news_table a {
  color: #333;
}

.news_table a:hover {
  color: #0083cc;
}

.news_table td.td-year {
  width: 110px;
  max-width: 110px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .news_table td.td-year {
    width: 80px;
    max-width: 80px;
    overflow: hidden;
  }
}

/*新聞內頁*/

.news_dateShare {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_share {
  display: flex;
}

.news_share i {
  margin: 0 5px;
  color: #319ad4;
  line-height: 2.5rem;
}

.news_footer {
  text-align: center;
  margin: 75px 0;
}
