/* CSS Document */
.contentBox {
 padding-bottom: 50px;
}

.newsInfo {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 20px;
}

.date {
 font-size: 18px;
 font-weight: 700;
 font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #5a4b41;
 letter-spacing: 1.44px;
}
@media (max-width: 400px) {
 .date {
  font-size: 16px;
 }
}

.classTitle {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 8px;
 font-size: 14px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #de6500;
 letter-spacing: 0.56px;
}
.classTitle svg {
 width: 39px;
 height: 30px;
 color: #5a4b41;
}
@media (max-width: 400px) {
 .classTitle svg {
  width: 32px;
  height: 24px;
 }
}

.newsList .newsItem {
 padding: 20px 0;
}
.newsList .newsItem:not(:last-child) {
 border-bottom: 1px solid #666666;
}
.newsList .item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: stretch;
     -ms-flex-align: stretch;
         align-items: stretch;
}
.newsList .Img {
 width: 345px;
 border-radius: 9px;
 -ms-flex-negative: 0;
     flex-shrink: 0;
 overflow: hidden;
}
.newsList .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (min-width: 1181px) {
 .newsList .Img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
 }
}
.newsList .Txt {
 padding: 10px 0 0 30px;
}
.newsList .Txt .title {
 font-size: 18px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #5a4b41;
 letter-spacing: 0.72px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 1;
 margin-bottom: 15px;
}
@media (min-width: 1181px) {
 .newsList .Txt .title a:hover {
  color: #de6500;
 }
}
.newsList .Txt .text {
 margin-top: 20px;
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #606060;
 letter-spacing: 0.64px;
 line-height: 1.8;
 height: 87px;
 overflow: hidden;
}
@media (max-width: 840px) {
 .newsList .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
 .newsList .Img {
  width: 100%;
 }
 .newsList .Txt {
  padding: 10px 0;
 }
 .newsList .Txt .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #5a4b41;
  letter-spacing: 0.72px;
  height: 27px;
  overflow: hidden;
  margin-bottom: 15px;
 }
 .newsList .Txt .newsInfo {
  margin-bottom: 10px;
 }
 .newsList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #606060;
  letter-spacing: 0.64px;
  line-height: 1.8;
  height: 58px;
  overflow: hidden;
 }
}

.insPage .newsInfo {
 margin-bottom: 20px;
}
@media (max-width: 840px) {
 .insPage .newsInfo {
  margin: 20px 0;
 }
}
.insPage .articleTitle span {
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(10%, rgba(235, 105, 0, 0.35)));
 background-image: linear-gradient(transparent 55%, rgba(235, 105, 0, 0.35) 10%);
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: left bottom;
}

.sideDataItem .Img {
 border-radius: 9px;
 overflow: hidden;
}
.sideDataItem .Img img {
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (min-width: 1181px) {
 .sideDataItem .Img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
 }
}
.sideDataItem .Txt {
 padding: 10px 0;
}
.sideDataItem .Txt .title {
 font-size: 18px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #5a4b41;
 letter-spacing: 0.72px;
 height: 27px;
 overflow: hidden;
 margin-bottom: 15px;
}
.sideDataItem .Txt .newsInfo {
 margin-bottom: 10px;
}
.sideDataItem .Txt .text {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #606060;
 letter-spacing: 0.64px;
 line-height: 1.8;
 height: 58px;
 overflow: hidden;
}
/*# sourceMappingURL=news.css.map */