@charset "UTF-8";
/* CSS Document */
.newsList li .Img, .newsList li .Txt .txtBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.shareList li.copylink {
  display: none;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentBox .leftBox {
  width: 150px;
}
.contentBox .rightBox {
  width: calc(100% - 150px);
  padding-left: 62px;
}
@media (max-width: 1024px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentBox .leftBox,
.contentBox .rightBox {
    width: 100%;
  }
  .contentBox .rightBox {
    padding-left: 0;
    padding-top: 35px;
  }
}

.newsList_top {
  padding-bottom: 40px;
}
.newsList_top li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsList_top li .Img {
  width: 490px;
  line-height: 1;
}
.newsList_top li .Img img {
  width: 100%;
}
.newsList_top li .Txt {
  width: calc(100% - 490px);
  padding: 45px 60px;
  margin-top: 40px;
  position: relative;
}
.newsList_top li .Txt:before {
  position: absolute;
  left: -48px;
  bottom: 0;
  width: calc(100% + 48px);
  height: 100%;
  content: "";
  background-image: url(../images/bg/noise_bg2.jpg);
  z-index: -1;
}
.newsList_top li .Txt .title {
  color: #101010;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Serif TC";
  letter-spacing: 1.7px;
  line-height: 1.588;
  margin-top: 20px;
}
.newsList_top li .Txt p {
  color: #313131;
  font-size: 15px;
  letter-spacing: 1.5;
  line-height: 1.73;
  margin-top: 12px;
}
.newsList_top .newsDate {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.newsList_top .newsDate b {
  display: block;
}
.newsList_top .newsDate .newIcon {
  font-size: 15px;
}
.newsList_top .newsDate > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.newsList_top .btnBox {
  padding-top: 60px;
}
@media (max-width: 1280px) {
  .newsList_top li .Txt {
    padding: 35px;
  }
}
@media (max-width: 1180px) {
  .newsList_top li .Img {
    width: 400px;
  }
  .newsList_top li .Txt {
    width: calc(100% - 400px);
  }
}
@media (max-width: 992px) {
  .newsList_top li .Img {
    width: 350px;
  }
  .newsList_top li .Txt {
    width: calc(100% - 350px);
    padding: 35px 25px;
  }
}
@media (max-width: 768px) {
  .newsList_top li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsList_top li .Img,
.newsList_top li .Txt {
    width: 100%;
  }
  .newsList_top li .Txt {
    padding: 35px 25px;
    margin-top: 0;
  }
  .newsList_top li .Txt:before {
    left: 0;
    width: 100%;
  }
}

/*新訊列表*/
.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList li {
  width: 33.33%;
  padding: 43px 0;
}
.newsList li .item {
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (min-width: 993px) {
  .newsList li:first-child .item, .newsList li:nth-child(3n+1) .item {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 641px) {
  .newsList li:nth-child(3n) .item {
    border-left: 0;
  }
}
.newsList li .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsList li .Txt .txtBox {
  padding-right: 26px;
}
.newsList li .Txt .title {
  color: #101010;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Serif TC";
  letter-spacing: 1.7px;
  line-height: 1.588;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
  height: 97px;
}
.newsList li .Txt p {
  color: #313131;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.73;
  margin-top: 15px;
  height: 160px;
}
.newsList li .Txt .newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.newsList li .Txt .newsDate .date {
  margin-bottom: 10px;
}
.newsList li .Img {
  line-height: 1;
}
@media (min-width: 993px) {
  .newsList li .Img {
    position: absolute;
    left: 30px;
    right: 80px;
    top: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
  }
}
.newsList li a {
  display: block;
}
@media (min-width: 993px) {
  .newsList li a:hover .Img {
    opacity: 1;
    pointer-events: auto;
  }
  .newsList li a:hover .Txt .txtBox {
    opacity: 0;
    pointer-events: none;
  }
  .newsList li a:hover .btn_more .is-outer {
    -webkit-animation: progressCircleAni3 5s linear infinite forwards;
            animation: progressCircleAni3 5s linear infinite forwards;
  }
}
.newsList .btn_more {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.newsList .btn_more .arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsList .btn_more .arrow svg {
  fill: #000000;
}
.newsList .btn_more .circle {
  position: absolute;
  left: 0;
  top: 0;
}
.newsList .btn_more circle {
  stroke-width: 1;
  fill: transparent;
}
.newsList .btn_more .is-inner {
  stroke: rgba(0, 0, 0, 0.2);
}
.newsList .btn_more .is-outer {
  stroke: #000000;
  stroke-dashoffset: 100.48;
  stroke-dasharray: 100.48;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 992px) {
  .newsList li {
    width: 50%;
  }
  .newsList li .item {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .newsList li .Img {
    margin-bottom: 25px;
  }
  .newsList li .Img img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .newsList li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .newsList li .item {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .newsList li .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsList li .Txt .txtBox {
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .newsList li .Txt .title,
.newsList li .Txt p {
    height: auto;
  }
  .newsList li .Txt .newsDate {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsList li .Txt .newsDate .date {
    margin-bottom: 0;
  }
  .newsList .btn_more {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 15px -10px 0 auto;
  }
}
@media (max-width: 480px) {
  .newsList li .item {
    padding: 20px;
  }
}
@media (max-width: 320px) {
  .newsList li .item {
    padding: 20px 15px;
  }
}

.newsDate {
  font-size: 12px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.newsDate strong {
  font-weight: 400;
}
.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}
.newsDate b {
  margin-left: 3px;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif, "Noto Serif TC";
  font-weight: 400;
}
.newsDate .date {
  color: #5e5e5e;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
  text-transform: capitalize;
}

/*內頁*/
/********標題區*******/
.titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.titleArea .newsDate .newIcon {
  padding-left: 25px;
}
.titleArea .newsDate .date,
.titleArea .newsDate .newIcon {
  font-size: 15px;
  display: inline-block;
}
.titleArea + .title {
  font-size: 20px;
  font-weight: 500;
  color: #101010;
  font-family: "Noto Serif TC";
  overflow: hidden;
  margin-bottom: 40px;
}
.titleArea + .title strong {
  display: block;
  font-weight: 400;
}
.titleArea + .title b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}
@media (max-width: 480px) {
  .titleArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .titleArea .left,
.titleArea .right {
    width: 100%;
  }
  .titleArea .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .titleArea .shareList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
  }
}

.textEditor .newsEditorTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 60px;
}
.textEditor .newsEditorTop .item:first-child {
  width: 530px;
  padding-right: 45px;
}
.textEditor .newsEditorTop .item:nth-child(2) {
  width: calc(100% - 530px);
}
.textEditor .newsEditorTop .item img {
  width: 100%;
}
@media (max-width: 1280px) {
  .textEditor .newsEditorTop .item:first-child, .textEditor .newsEditorTop .item:nth-child(2) {
    width: 50%;
  }
  .textEditor .newsEditorTop .item:first-child {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .textEditor .newsEditorTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .textEditor .newsEditorTop .item:first-child, .textEditor .newsEditorTop .item:nth-child(2) {
    width: 100%;
  }
  .textEditor .newsEditorTop .item:first-child {
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 10px;
  }
}
.textEditor .newsEditorBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 60px;
}
.textEditor .newsEditorBottom .item:first-child {
  width: 374px;
}
.textEditor .newsEditorBottom .item:nth-child(2) {
  width: calc(100% - 374px);
  padding-left: 45px;
}
.textEditor .newsEditorBottom .item img {
  width: 100%;
}
@media (max-width: 1280px) {
  .textEditor .newsEditorBottom .item:first-child, .textEditor .newsEditorBottom .item:nth-child(2) {
    width: 50%;
  }
  .textEditor .newsEditorBottom .item:nth-child(2) {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .textEditor .newsEditorBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .textEditor .newsEditorBottom .item:first-child, .textEditor .newsEditorBottom .item:nth-child(2) {
    width: 100%;
  }
  .textEditor .newsEditorBottom .item:nth-child(2) {
    padding-left: 0;
    padding-top: 10px;
  }
}
.textEditor .title {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 1.5;
}
.textEditor p {
  color: #313131;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.86;
}
/*# sourceMappingURL=news.css.map */