/* CSS Document */
.newsList .newsItem .item::before, .newsList .newsItem .item {
  transition: all 0.5s;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1024px) {
  .contentBox .leftBox {
    padding: 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.newsList {
  width: 100%;
}
@media (max-width: 480px) {
  .newsList {
    margin: 0;
  }
}
.newsList .newsItem {
  width: 100%;
}
.newsList .newsItem .item {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  position: relative;
}
.newsList .newsItem .item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .newsList .newsItem .item:hover {
    box-shadow: 0 10px 20px -5px rgba(82, 82, 82, 0.1);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .newsList .newsItem .item:hover::before {
    opacity: 0;
  }
}
.newsList .newsItem .Txt {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}
.newsList .newsItem .Txt.hasPeriod {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.newsList .newsItem .Txt.hasPeriod .dateBox {
  color: rgba(57, 57, 57, 0.65);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin-bottom: 10px;
  padding-right: 0;
}
.newsList .newsItem .Txt.hasPeriod .textBox {
  width: 100%;
  -ms-flex: auto;
      flex: auto;
}
.newsList .newsItem .Txt .dateBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 25px;
}
.newsList .newsItem .Txt .dateBox .date {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsList .newsItem .Txt .dateBox .date.my {
  -ms-flex-align: center;
      align-items: center;
  color: #064984;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.7px;
}
.newsList .newsItem .Txt .dateBox .date.my .m, .newsList .newsItem .Txt .dateBox .date.my .y {
  position: relative;
  margin-left: 2px;
}
.newsList .newsItem .Txt .dateBox .date.my .m::before {
  display: none;
}
.newsList .newsItem .Txt .dateBox .date.my .m.mobile {
  display: none;
}
.newsList .newsItem .Txt .dateBox .date.d {
  color: #064984;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.8;
  margin-top: 10px;
}
.newsList .newsItem .Txt .dateBox .date.y {
  color: #064984;
  font-size: 27px;
  padding-left: 7px;
}
.newsList .newsItem .Txt .textBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}
.newsList .newsItem .Txt .textBox .textInner {
  -ms-flex: 1;
      flex: 1;
}
.newsList .newsItem .Txt .textBox .top {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.newsList .newsItem .Txt .textBox .classTitle {
  background-color: #fff;
  border: 1px solid #064984;
  border-radius: 30px;
  color: #064984;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  padding: 4px 14px;
}
.newsList .newsItem .Txt .textBox .title {
  height: 35px;
  font-size: 20px;
  font-weight: 500;
  padding-left: 12px;
  letter-spacing: -0.02rem;
}
.newsList .newsItem .Txt .textBox .title a {
  display: block;
}
.newsList .newsItem .Txt .textBox .text {
  height: 55px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01rem;
  margin-top: 12px;
  overflow: hidden;
  white-space: pre-wrap;
}
@media (max-width: 1024px) {
  .newsList .newsItem .Txt {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .newsList .newsItem .Txt.hasPeriod .dateBox {
    margin-bottom: 8px;
  }
  .newsList .newsItem .Txt .dateBox {
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 8px;
    padding-right: 0;
  }
  .newsList .newsItem .Txt .dateBox .date.my .y {
    -ms-flex-order: 1;
        order: 1;
  }
  .newsList .newsItem .Txt .dateBox .date.my .y::before {
    display: none;
  }
  .newsList .newsItem .Txt .dateBox .date.my .m {
    margin-right: 3px;
    margin-left: 3px;
    padding-left: 7px;
  }
  .newsList .newsItem .Txt .dateBox .date.my .m::before, .newsList .newsItem .Txt .dateBox .date.my .m::after {
    width: 5px;
    display: block;
    bottom: 49%;
  }
  .newsList .newsItem .Txt .dateBox .date.my .m.mobile {
    display: block;
  }
  .newsList .newsItem .Txt .dateBox .date.my .m:not(.mobile) {
    display: none;
  }
  .newsList .newsItem .Txt .dateBox .date.d {
    color: rgba(57, 57, 57, 0.65);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05rem;
    margin-top: 0;
  }
  .newsList .newsItem .Txt .textBox {
    width: 100%;
    -ms-flex: auto;
        flex: auto;
  }
  .newsList .newsItem .Txt .textBox .text {
    margin-top: 5px;
  }
  .newsList .newsItem .Txt .textBox .classTitle {
    padding: 4px 10px;
  }
  .newsList .newsItem .Txt .textBox .title {
    font-size: 18px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .newsList .newsItem .item {
    padding: 15px 0;
  }
  .newsList .newsItem .Txt .textInner .top {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .newsList .newsItem .Txt .textInner .top .title {
    padding-top: 5px;
  }
}

.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 25px;
}
.newsInfoBox .dateBox .date {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsInfoBox .dateBox .date.my {
  -ms-flex-align: center;
      align-items: center;
  color: rgba(57, 57, 57, 0.65);
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.newsInfoBox .dateBox .date.my .m, .newsInfoBox .dateBox .date.my .y {
  position: relative;
  padding-left: 0;
  margin-left: 2px;
}
.newsInfoBox .dateBox .date.my .m::before, .newsInfoBox .dateBox .date.my .m::after, .newsInfoBox .dateBox .date.my .y::before, .newsInfoBox .dateBox .date.my .y::after {
  content: "";
  width: 1px;
  height: 1px;
  background-color: rgba(57, 57, 57, 0.65);
  border-radius: 50%;
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 2px;
  z-index: 1;
}
.newsInfoBox .dateBox .date.my .m::before, .newsInfoBox .dateBox .date.my .y::before {
  left: 0;
}
.newsInfoBox .dateBox .date.my .m::after, .newsInfoBox .dateBox .date.my .y::after {
  display: none;
  right: 0;
}
.newsInfoBox .dateBox .date.my .m::before {
  display: none;
}
.newsInfoBox .dateBox .date.my .m.mobile {
  display: none;
}
.newsInfoBox .dateBox .date.d {
  color: #064984;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.8;
  margin-top: 10px;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px;
}
.newsInfoBox.hasPeriod {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.newsInfoBox.hasPeriod .dateBox {
  color: rgba(57, 57, 57, 0.65);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin-bottom: 10px;
  padding-right: 0;
}
.newsInfoBox.hasPeriod .textBox {
  width: 100%;
  -ms-flex: auto;
      flex: auto;
}
@media (max-width: 1024px) {
  .newsInfoBox.hasPeriod .dateBox {
    margin-bottom: 8px;
  }
  .newsInfoBox .dateBox {
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 8px;
    padding-right: 0;
  }
  .newsInfoBox .dateBox .date.my .y {
    -ms-flex-order: 1;
        order: 1;
  }
  .newsInfoBox .dateBox .date.my .y::before {
    display: none;
  }
  .newsInfoBox .dateBox .date.my .m {
    margin-right: 3px;
    margin-left: 3px;
    padding-left: 7px;
  }
  .newsInfoBox .dateBox .date.my .m::before, .newsInfoBox .dateBox .date.my .m::after {
    width: 5px;
    display: block;
    bottom: 49%;
  }
  .newsInfoBox .dateBox .date.my .m.mobile {
    display: block;
  }
  .newsInfoBox .dateBox .date.my .m:not(.mobile) {
    display: none;
  }
  .newsInfoBox .dateBox .date.d {
    color: rgba(57, 57, 57, 0.65);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05rem;
    margin-top: 0;
  }
  .newsInfoBox .dateBox .date.y {
    font-size: 27px;
    padding: 0 0 0 5px;
    color: #064984;
  }
}

.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;
}
.shareBox .back:hover {
  background: #398cb1;
}