@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@400;500&display=swap");
/*#0066cc*/
.textEditor p, .encyclopediaList .Txt p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

@-webkit-keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
@keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
.mainArea {
  padding-bottom: 0;
}
.mainArea.ins .wrap {
  max-width: 1800px;
}
.mainArea.ins .leftBox {
  width: 390px;
  padding-right: 30px;
  padding-bottom: 130px;
  position: relative;
}
.mainArea.ins .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding: 0 140px 60px 75px;
  border-left: 1px solid #e5e5e5;
  position: relative;
}
.mainArea.ins .rightBox .titleArea {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 1800px) {
  .mainArea.ins .leftBox {
    padding-left: 30px;
    padding-right: 20px;
  }
  .mainArea.ins .rightBox {
    padding: 0 30px 60px 40px;
  }
}
@media (max-width: 1180px) {
  .mainArea.ins .leftBox {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .mainArea.ins {
    padding-top: 0;
  }
  .mainArea.ins .leftBox {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .mainArea.ins .rightBox {
    border-left: 0;
    padding: 0;
  }
  .mainArea.ins .rightBox .titleArea {
    display: block;
  }
}
@media (max-width: 768px) {
  .mainArea.ins .leftBox {
    display: none;
  }
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}
.contentBox .leftBox {
  width: 250px;
  padding-right: 65px;
}
.contentBox .rightBox {
  width: calc(100% - 250px);
}
@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 .leftBox {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .contentBox {
    margin-bottom: 30px;
  }
}

.menuBreadBar {
  height: 100%;
  border-bottom: 0;
  position: relative;
}
.menuBreadBar .innerBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menuBreadBar .bread {
  padding: 0 0 90px 0;
  text-align: left;
  border-right: 0;
}
@media (min-width: 1025px) {
  .menuBreadBar .btnBox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .menuBreadBar:after {
    position: absolute;
    left: -20px;
    bottom: 0;
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    background-color: #e0e0e0;
  }
  .menuBreadBar .innerBox {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #e0e0e0;
  }
  .menuBreadBar .bread {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 40px;
  }
  .menuBreadBar .titleArea {
    display: none;
  }
  .menuBreadBar .btnBox {
    width: 240px;
    padding-top: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .menuBreadBar .btnBox a {
    padding: 15.5px 22px;
  }
}

.side_share {
  left: auto;
  right: 0;
  top: 0;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .side_share {
    padding-top: 20px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .side_share {
    padding-top: 30px;
  }
}

/*列表*/
.encyclopediaList li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.encyclopediaList li:last-child {
  border-bottom: 0;
}
.encyclopediaList .Img a {
  display: block;
}
.encyclopediaList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.encyclopediaList .Txt {
  overflow: hidden;
}
.encyclopediaList .Txt .title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
}
.encyclopediaList .Txt .title a {
  display: block;
  vertical-align: middle;
}
.encyclopediaList .Txt p {
  margin-top: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.newsDate {
  padding: 15px 0 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsDate .date {
  color: #000000;
  font-size: 14px;
  font-family: "Roboto";
  letter-spacing: 0.7px;
}
.newsDate .date .day {
  font-size: 50px;
  font-weight: bold;
  margin-right: 5px;
}
.newsDate b {
  margin-left: 3px;
}

.classifyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.classifyBox:before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background-color: #000000;
}
.classifyBox .classPrefix {
  color: #000000;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 15px;
}

.newIcon {
  padding: 0;
  margin-right: 0;
}

/*內頁*/
/****分享*****/
.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;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 60px;
}
.titleArea h1 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
}
.titleArea h1 strong {
  display: block;
  font-weight: 400;
}
.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}

.textEditor .title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.textEditor p {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.btnBox.mb {
  display: none;
  padding-top: 0;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .btnBox.mb {
    display: block;
  }
}

.pageWrap {
  border-top: 1px solid #e5e5e5;
}
.pageWrap .pageBox {
  max-width: 1480px;
  margin: auto;
  border-top: 0;
}
.pageWrap .pageBox.prevnext a.prevBtn .title, .pageWrap .pageBox.prevnext a.nextBtn .title {
  font-size: 16px;
}

.tipsBox {
  margin-top: 50px;
}