<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 25px;
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .newsList .newsItem {
    width: 100%;
    padding: 25px 0;
  }
}
.newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsList .Img {
  width: 100%;
  border-radius: 10px;
}
.newsList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Txt {
  overflow: hidden;
  padding-top: 20px;
}
.newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
}
.newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
  color: #2b2b2b;
}
.newsList .Txt .title a:hover {
  color: #831518;
}
.newsList .Txt .text {
  margin-top: 7px;
  font-size: 16px;
  color: #4e4d4d;
  line-height: 1.8;
}

.newsDate {
  font-size: 14px;
  color: #4d9028;
  letter-spacing: 1px;
}
.newsDate .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.newsDate .topIns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsDate .topIns .classTitle {
  margin-right: 20px;
}
.newsDate .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  letter-spacing: 2px;
  margin-left: -10px;
}
@media (max-width: 640px) {
  .newsDate .date {
    padding: 0;
  }
}
.newsDate .date div {
  position: relative;
  padding: 0 10px;
}
.newsDate .date div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #4d9028;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.newsDate .classTitle {
  padding: 5px 20px;
  font-size: 14px;
  border: 1px solid #4d9028;
  color: #4d9028;
  border-radius: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsDate strong {
  font-weight: 400;
}
.newsDate strong i {
  font-size: 14px;
  color: #4d9028;
}
.newsDate b {
  margin-left: 3px;
}
@media (max-width: 640px) {
  .newsDate b {
    width: 100%;
    margin-top: 20px;
  }
}

.classTitle {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  font-family: "微軟正黑體";
  color: #fff;
}

/*內頁*/
/****分享*****/
.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}</pre></body></html>