<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.press_hero {
  font-size: 3em !important;
  font-weight: 700 !important;
  text-align: center;
  color: black !important;
} 

.bg_white {
	background-color: white !important;
}
  
.news_container {
  display: flex;
  justify-content: space-between;
}
  
/* ï¿½ï¿½ï¿½é°µï¿½ï¿½ï¿½ï¿½ï¿½  */
.latest_news h3,
.selected_news h3 {
  color: #354F52;
  font-size: 32px;
  text-align: center;
}

/* ï¿½ï¿½ï¿½ï¿½æƒ©ç¥æ‘¨ï¿½: ï¿½ç·ï¿½ï¿½åŽ©ç§»ï¿½è±¢ï¿½ï¿½ï¿½æƒ©ç¥æ‘¨è¡€ï¿½æƒ©ï¿½åŒ§ï¿½åˆ»ï¿½ï¿½ð£ª§ */
.latest_news {
  width: calc(100% - 450px);
}

.news_tabs {
  display: flex;
  margin: 20px auto 40px;
  justify-content: center;
  color: #333;
}

.news_tab {
  font-size: 1.1em;
  margin: 0 20px;
  transition: all 0.3s;
  cursor: pointer;
  width: 100px;
  border: 2px solid;
  padding: 4px 10px;
  border-radius: 6px;
}
.news_tab:hover {
  color: #FF5723;
}

.select {
  color: #FF5723;
  font-weight: bold;
}

.news_row {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  transition: all 0.3s;
  border-bottom: 1px solid #ccc;
}
  
.news_row:hover {
  background-color: rgba(53, 79, 82, 0.03);
}
  
.news_row:hover .news_title {
  color: #FF5723;
}
  
.news_row:hover img {
  opacity: 0.9;
}

.news_img {
  transition: all 0.3s;
  width: 300px;
}
  
.news_img img {
  width: 100%;
}

.news_text {
  padding: 0px 16px 6px 16px;
  width: 100%;
  text-align: left;
}

.news_title {
  transition: all 0.3s;
  font-weight: 400 !important;
  color: #4F4F4F;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 0em !important;
}

.press {
  color: #828282;
  margin-bottom: 0em !important;
}

.tag {
  display: inline-block;
  font-size: 12px;
  padding: 4px 7px;
  line-height: 16px;
  border-radius: 4px;
  background-color: #A3B18A;
  color: #fff;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 0em !important;
}

.news_date {
  color: #ccc;
  margin-bottom: 0em !important;
  font-size: 0.8em;
}

/* èŽæš¸ï¿½è±¢ï¿½ï¿½ï¿½ï¿½  */
.selected_news {
  width: 360px;
}

.selected_container {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
  transition: all 0.3s;
}
.selected_container .title {
  transition: all 0.3s;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0 0;
  text-align: left;
}

/* é‹†å—ªË‡èºï¿½ */
.selected_container:before, .selected_container:after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
}
.selected_container:before {
  top: 0;
  border-top: 3px solid #588157;
  border-bottom: 3px solid #A3B18A;
}
.selected_container:after {
  bottom: 0;
  border-top: 3px solid #A3B18A;
  border-bottom: 3px solid #588157;
}

.selected_container .category {
  text-align: left;
  color: #588157;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 0.4em;
  margin-bottom: 0.4em !important;
}

.category:after {
  content: ' &gt;'
}

.selected_article {
  border-bottom: 1px solid #CCC;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.selected_article img {
  width: 100%;
  transition: all 0.3s;
}
  
.selected_article .press {
  text-align: left;
  font-size: 0.9em;
}
  
.selected_article:last-of-type {
  border-bottom: none;
}
  
.selected_article:hover &gt; .title {
  color: #FF5723;
}
  
.selected_article:hover &gt; img {
  opacity: 0.9;
}


/* ipad */
@media (min-width: 769px) and (max-width: 1124px) {
  .latest_news {
    width: calc(100% - 350px);
  }
  
  .selected_news {
    width: 300px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .news_tab {
    margin: 0 10px;
  }

  .news_container {
    flex-wrap: wrap;
  }

  .latest_news {
    width: 100%;
    order: 2;
  }

  .latest_news h3 {
    margin-top: 60px;
  }

  .news_row {
    position: relative;
  }

  .news_img {
    display: none;
  }

  .news_text {
    padding: 0;
  }

  .news_title {
    font-size: 1.1em;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
  }

  .news_date {
    position: absolute;
    right: 15px;
    bottom: 25px;
  }

  .selected_news {
    width: 100%;
    order: 1;
  }

  .selected_article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .selected_container {
    padding: 20px 0;
  }

  .selected_container .category {
    font-size: 1.4em !important;
    margin-top: 1.5em !important;
  }

  .selected_container .category:after {
    display: none;
  }

  .selected_container .title {
    line-height: 1.2em !important;
  }
}</pre></body></html>