/* CSS Document */
.newsList .moreBtn a::after, .classTitle .class, .classTitle .title {
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  .classBox {
    margin-bottom: 20px;
  }
}

.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.newsInfoBox .date {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding-right: 15px;
  margin: 0 13px 13px 0;
  color: #666;
  border-right: 1px solid #dbdbdb;
}

.classTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 13px;
}
.classTitle .title {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding-right: 68px;
  margin-right: 15px;
  color: #666;
}
.classTitle .title::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: calc(50% - 0.5px);
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #dbdbdb;
}
@media (max-width: 640px) {
  .classTitle .title {
    display: none;
  }
}
.classTitle .class {
  letter-spacing: 0.5px;
  color: #666;
}

.yearSelect {
  height: 35px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 1200px) {
  .yearSelect {
    width: 100%;
  }
}

.newsList .newsItem {
  padding: 29px 0;
}
.newsList .newsItem:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.newsList .item {
  position: relative;
}
@media (min-width: 1201px) {
  .newsList .item:hover .classTitle .class {
    color: #009944 !important;
  }
  .newsList .item:hover h3.title a {
    color: #009944;
  }
}
.newsList .link {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 640px) {
  .newsList .link {
    display: none;
  }
}
.newsList h3.title a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.3px;
  line-height: 1.6;
  color: #333;
}
.newsList .textMoreBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}
.newsList .text {
  width: calc(100% - 77px);
  max-height: 51px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  padding-right: 15px;
  color: #666;
}
@media (max-width: 640px) {
  .newsList .text {
    width: 100%;
    padding-right: 0;
  }
}
.newsList .moreBtn a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  width: 77px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 21px;
  color: #333;
  border-left: 1px solid #dbdbdb;
}
.newsList .moreBtn a::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-filter: invert(1);
          filter: invert(1);
  top: calc(50% - 5px);
  right: 0;
  width: 16px;
  height: 10px;
  background: url(../images/icon/arrowRight2.png) no-repeat center/contain;
}
@media (max-width: 1200px) {
  .newsList .moreBtn {
    margin-top: 10px;
  }
}

.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: 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;
  }
}