.main-news {
  background-color: white; }

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

.main-news .news-title {
  font-family: 'Arimo', "Microsoft JhengHei", sans-serif;
  color: #4e80cd;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 120%; }

.main-news .news-date {
  color: #638dba; }

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

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

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

.recent-news {
  padding: 0; }
  .recent-news .recent-title {
    background-color: #24349b;
    color: white;
    font-size: 1.3rem;
    padding: 1rem 50px 1rem 10px;
    margin-bottom: 10px; }
  .recent-news__list {
    list-style-type: none;
    padding-left: 0; }
    .recent-news__list .news_list_item {
      padding: 0 5px 10px 13px; }
      .recent-news__list .news_list_item .news-title {
        text-decoration: none;
        font-size: 1rem;
        color: #1d4697; }
        .recent-news__list .news_list_item .news-title:hover {
          font-weight: bold; }

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