/* CSS Document */
.classBoxCustom {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.classBoxCustom {
  z-index: 999;
}
@media (max-width: 480px) {
  .classBoxCustom {
    padding: 0;
  }
}
.classBoxCustom.fixed {
  position: fixed;
  top: 80px;
}
.classBoxCustom.fixed .classLink {
  background: #ffffff;
  border: solid 1px #e6e6e6;
}
.classBoxCustom .classLink {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.classBoxCustom .classLink li {
  width: 100%;
  height: 100%;
}
.classBoxCustom .classLink li h3 {
  height: 100%;
}

.newsInfoBox.inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.newsInfoBox.inner .dateBox {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsInfoBox.inner .dateBox div,
.newsInfoBox.inner .dateBox span {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
.newsInfoBox.inner .dateBox span {
  padding: 0 5px;
}
.newsInfoBox.inner .classTitle {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1280px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  padding: 20px 0px;
}
.newsList .item.noImg {
  height: 100%;
}
.newsList .item.noImg .Txt {
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid #e6e6e6;
  margin: 0;
}
.newsList .item.noImg .Txt .text {
  display: -webkit-box;
  -webkit-line-clamp: 99;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsList .Img {
  width: 100%;
  margin-right: 10px;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Txt {
  width: calc(100% - 30px);
  background: #ffffff;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  padding: 30px;
}
.newsList .Txt .newsInfoBox {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
}
.newsList .Txt .newsInfoBox .dateBox div,
.newsList .Txt .newsInfoBox .dateBox span {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
.newsList .Txt .newsInfoBox .dateBox .year {
  margin-bottom: 30px;
}
.newsList .Txt .newsInfoBox .dateBox .date {
  font-size: 40px;
}
.newsList .Txt .newsInfoBox .dateBox .separate {
  width: 30px;
  height: 1px;
  background: #d8e5f2;
  margin: 20px auto;
}
.newsList .Txt .classTitle {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.newsList .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsList .Txt .textBox .title {
  margin-bottom: 10px;
}
.newsList .Txt .textBox .title a {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (min-width: 1201px) {
  .newsList .Txt .textBox .title a:hover {
    color: #00549d;
  }
}
.newsList .Txt .textBox .text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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;
}
@media (min-width: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}