/* CSS Document */
.contentBox .topBox {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.contentBox .topBox .date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #606060;
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.btn a {
  margin: 0 auto;
}

.wrap {
  max-width: 1369px;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.newsItem {
  padding: 0 12px 25px;
  position: relative;
  width: 50%;
}
@media (max-width: 900px) {
  .newsItem {
    width: 100%;
  }
}
.newsItem > .item {
  min-height: 400px;
}
@media (max-width: 1180px) {
  .newsItem > .item {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .newsItem > .item {
    min-height: 200px;
  }
}
@media (max-width: 350px) {
  .newsItem > .item {
    min-height: 110px;
  }
}

.mainArea .sideNewsItem .Txt, .mainArea .newsList .Txt {
  position: absolute;
  bottom: 25px;
  left: 12px;
  width: calc(100% - 24px);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
  padding: 15px;
  color: #fff;
}
.mainArea .sideNewsItem .Txt .newsInfoBox, .mainArea .newsList .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainArea .sideNewsItem .Txt .leftBox, .mainArea .newsList .Txt .leftBox {
  width: 15%;
  padding: 0;
}
@media (max-width: 480px) {
  .mainArea .sideNewsItem .Txt .leftBox, .mainArea .newsList .Txt .leftBox {
    width: 20%;
  }
}
.mainArea .sideNewsItem .Txt .leftBox .date, .mainArea .newsList .Txt .leftBox .date {
  margin-bottom: 20px;
  font-family: "Montserrat";
  text-align: center;
}
.mainArea .sideNewsItem .Txt .leftBox .date .day, .mainArea .newsList .Txt .leftBox .date .day {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 6px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .mainArea .sideNewsItem .Txt .leftBox .date .day, .mainArea .newsList .Txt .leftBox .date .day {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.mainArea .sideNewsItem .Txt .leftBox .date .MY, .mainArea .newsList .Txt .leftBox .date .MY {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  padding-right: 4px;
}
.mainArea .sideNewsItem .Txt .rightBox, .mainArea .newsList .Txt .rightBox {
  width: 85%;
  padding: 0 0px 0 25px;
}
@media (max-width: 480px) {
  .mainArea .sideNewsItem .Txt .rightBox, .mainArea .newsList .Txt .rightBox {
    width: 80%;
  }
}
.mainArea .sideNewsItem .Txt .rightBox a, .mainArea .newsList .Txt .rightBox a {
  color: #fff;
}
.mainArea .sideNewsItem .Txt .rightBox .title, .mainArea .newsList .Txt .rightBox .title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Sans CJK TC";
  font-weight: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 480px) {
  .mainArea .sideNewsItem .Txt .rightBox .title, .mainArea .newsList .Txt .rightBox .title {
    font-size: 16px;
    margin-bottom: 0;
    height: 48px;
  }
}
.mainArea .sideNewsItem .Txt .rightBox .text, .mainArea .newsList .Txt .rightBox .text {
  line-height: 1.5625;
  letter-spacing: 1.1px;
  font-family: "Noto Sans CJK TC";
  font-weight: 100;
  color: #dadada;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .mainArea .sideNewsItem .Txt .rightBox .text, .mainArea .newsList .Txt .rightBox .text {
    font-size: 12px;
  }
}
.mainArea .sideNewsItem .Txt .rightBox .date, .mainArea .newsList .Txt .rightBox .date {
  line-height: 1.5625;
  letter-spacing: 1.1px;
  font-family: "Noto Sans CJK TC";
  font-weight: 100;
  color: #dadada;
  font-size: 16px;
}
@media (max-width: 480px) {
  .mainArea .sideNewsItem .Txt .rightBox .date, .mainArea .newsList .Txt .rightBox .date {
    font-size: 12px;
  }
}

.Img {
  overflow: hidden;
}
.Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.pageBox .pageList {
  border: none;
}

.classTitle {
  padding: 0 0 4px 7px;
  position: absolute;
  top: 0;
  right: 12px;
  width: 156px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #437598;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .classTitle {
    width: 116px;
    height: 37px;
    font-size: 15px;
    background-color: #678fa9;
  }
}

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