/* CSS Document */
.newsList .item .Txt .title a::before, .newsList .item .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contentBox {
  position: relative;
  z-index: 2;
  padding: 150px 0;
}
@media (max-width: 1180px) {
  .contentBox {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .contentBox {
    padding: 40px 0;
  }
}

.newsInfoBox {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 768px) {
  .newsInfoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 200 / 1000 * 1px);
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsInfoBox .classTitle {
  margin-left: auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.newsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.newsList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.newsList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.newsList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1023px) {
  .newsList {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .newsList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.newsList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .newsList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .newsList .item:hover .Txt .title a {
    color: #225e84;
  }
}
@media (max-width: 870px) {
  .newsList .item {
    max-width: 690px;
    margin: 0 auto;
  }
}
.newsList .item .Img {
  width: 100%;
  overflow: hidden;
}
.newsList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .item .Txt {
  margin-top: 20px;
}
.newsList .item .Txt .title a {
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  line-height: calc(21 / 21);
  letter-spacing: calc(21 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsList .item .Txt .title a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .newsList .item .Txt .title a {
    font-size: 18px;
  }
}
.newsList .item .Txt .text {
  height: 60px;
  margin-top: 20px;
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(30 / 15);
  letter-spacing: calc(15 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 480px) {
  .newsList .item .Txt .text {
    font-size: 14px;
  }
}

.sideDataArea {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .sideDataArea {
    padding-bottom: 40px;
  }
}
.sideDataArea .topBox {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sideDataArea .topBox .box {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .sideDataArea .topBox .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .topBox .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sideDataArea .sideDataList {
  width: 100%;
  margin: 0 !important;
}
.sideDataArea .sideDataList .slick-list {
  margin: 0 -10px;
}
.sideDataArea .sideDataList .slick-slide {
  padding: 0 10px;
}
.sideDataArea .sideDataList .Img {
  width: 100%;
  margin-bottom: 30px;
}
.sideDataArea .sideDataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .sideDataList .Txt .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "DM Serif Text", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.sideDataArea .bottomBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
@media (max-width: 1180px) {
  .sideDataArea .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}