/* CSS Document */
.newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsInfoBox .classTitle {
  height: 25px;
  align-items: center;
  background-color: #313131;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 15px;
}

.newsList {
  padding-bottom: 50px;
}
.newsList .item {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
@media (min-width: 1181px) {
  .newsList .item:hover {
    border-color: #ff7800;
  }
  .newsList .item:hover .title {
    color: #ff7800;
  }
  .newsList .item:hover .dataInfoBox .dateBox .date {
    color: #ff7800;
  }
  .newsList .item:hover .dataInfoBox .dateBox .year {
    color: #ff7800;
  }
}
.newsList .Txt {
  display: flex;
  position: relative;
}
@media (max-width: 480px) {
  .newsList .Txt {
    flex-direction: column;
  }
}
.newsList .dataInfoBox {
  border-right: 1px solid #ccc;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsList .dataInfoBox .dateBox {
  text-align: center;
}
.newsList .dataInfoBox .dateBox .date {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  transition: all 0.5s;
}
.newsList .dataInfoBox .dateBox .year {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .newsList .dataInfoBox {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .newsList .dataInfoBox {
    padding: 0 20px;
  }
  .newsList .dataInfoBox .dateBox .date {
    font-size: 46px;
  }
  .newsList .dataInfoBox .dateBox .year {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 640px) {
  .newsList .dataInfoBox {
    padding: 0 10px;
  }
  .newsList .dataInfoBox .dateBox .date {
    font-size: 42px;
  }
  .newsList .dataInfoBox .dateBox .year {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .newsList .dataInfoBox {
    width: 100%;
    border: none;
    padding: 0 10px 5px;
  }
  .newsList .dataInfoBox .dateBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .newsList .dataInfoBox .dateBox .date {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 500;
  }
  .newsList .dataInfoBox .dateBox .date::before {
    content: "-";
  }
  .newsList .dataInfoBox .dateBox .year {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}
.newsList .textBox {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
@media (max-width: 1440px) {
  .newsList .textBox {
    padding: 0 60px 0 30px;
  }
}
@media (max-width: 1023px) {
  .newsList .textBox {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .newsList .textBox {
    padding: 0 0px 0 20px;
  }
}
@media (max-width: 480px) {
  .newsList .textBox {
    padding: 0 10px;
  }
}
.newsList .textBox .classTitle {
  height: 25px;
  align-items: center;
  background-color: #313131;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .newsList .textBox .classTitle {
    margin-bottom: 5px;
  }
}
.newsList .textBox .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-right: 100px;
  transition: all 0.5s;
}
.newsList .textBox .title.ellipsis {
  height: 45px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsList .textBox .title {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .newsList .textBox .title {
    font-size: 24px;
  }
  .newsList .textBox .title.ellipsis {
    height: 40px;
  }
}
@media (max-width: 400px) {
  .newsList .textBox .title {
    font-size: 20px;
  }
  .newsList .textBox .title.ellipsis {
    height: 26px;
  }
}
.newsList .textBox .text {
  color: #8B8B8B;
  font-size: 18px;
  line-height: 1.5;
}
.newsList .textBox .text.ellipsis {
  height: 30px;
  overflow: hidden;
}
@media (max-width: 400px) {
  .newsList .textBox .text {
    font-size: 16px;
  }
  .newsList .textBox .text.ellipsis {
    height: 21px;
  }
}
.newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

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

.sideDataArea .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  transition: all 0.5s;
}
.sideDataArea .title.ellipsis {
  height: 29px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .sideDataArea .title {
    font-size: 24px;
  }
  .sideDataArea .title.ellipsis {
    height: 40px;
  }
}
@media (max-width: 400px) {
  .sideDataArea .title {
    font-size: 20px;
  }
  .sideDataArea .title.ellipsis {
    height: 26px;
  }
}
.sideDataArea .text {
  color: #8B8B8B;
  font-size: 18px;
  line-height: 1.5;
}
.sideDataArea .text.ellipsis {
  height: 30px;
  overflow: hidden;
}
@media (max-width: 400px) {
  .sideDataArea .text {
    font-size: 16px;
  }
  .sideDataArea .text.ellipsis {
    height: 21px;
  }
}
