.news-index .pageMenuBar {
  padding: 0;
}

.menuActive {
  background: #032F63;
}
.menuActive .menu-text {
  color: white;
  font-weight: bolder;
}

.menu-bg-lv-3 .side_menu_item {
  padding-left: calc(16px + 1rem);
}

.pageContentBar {
  min-height: 900px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  background: white;
}
.pageContentBar .breadcrumbBar {
  padding-bottom: 5px;
}
.pageContentBar .page-title {
  font-size: 2rem;
  color: #032F63;
  font-weight: bolder;
  margin-bottom: 30px;
  padding-top: 25px;
  line-height: normal;
}
.pageContentBar .categoryTitle {
  background-color: #032F63;
  color: white;
  font-size: 1.8rem;
  padding: 15px;
}
.pageContentBar .categoryTitle div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pageContentBar .side_menu_item.lev2_menu {
  padding: 15px;
}
.pageContentBar .side_menu_item.lev2_menu .menu-text {
  font-size: 1rem;
}

.main-news {
  background-color: white;
  min-height: 500px;
  padding-bottom: 50px;
  text-align: left;
}

.main-news .news-title {
  margin-top: 18px;
  font-family: "Arimo", "Microsoft JhengHei", sans-serif;
  color: #032F63;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 120%;
  font-size: clamp(24px, 2.5vw, 32px);
}
@media (min-width: 576px) {
  .main-news .news-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .main-news .news-title {
    margin-top: 30px;
  }
}

.main-news .news-date {
  color: #032F63;
}

.main-news .news-image {
  height: 220px;
  width: 293px;
  box-shadow: #3F3F3F 1px 1px 2px;
  background: no-repeat top center;
  background-size: cover;
}

.news_list_item {
  padding: 1rem;
}

.news-content {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 165%;
}

.recent-news {
  padding: 0px;
  box-shadow: #3F3F3F 1px 1px 2px;
}

.recent-news ul {
  list-style-type: none;
  padding-left: 0;
}

.recent-news .recent-title {
  background-color: #032F63;
  color: white;
  font-size: 20px;
  padding: 10px 50px 10px 10px;
}

.recent-news li {
  padding: 0 0 10px 5px;
}
.recent-news li a {
  color: #032F63;
  font-size: 1rem;
}

.newsItemBreadcrumb {
  font-family: "Encode Sans Condensed", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
}

.recent-news .recent-news-items {
  padding: 10px;
}

.pageMenuBar {
  padding: 0;
}

.news_item {
  background-color: white;
  padding: 0 1rem;
}
.news_item a {
  color: #032F63;
}

.news-section .img-preview-bg {
  transition: 0.5s ease;
}
.news-section .img-preview-bg:hover {
  transform: scale(1.05);
}

/*# sourceMappingURL=news2.css.map */
