@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
body[page='news'] {
  /* list */
}
body[page='news'] section {
  background-color: inherit;
}
body[page='news'] .main {
  max-width: 967px;
  margin-top: 86px;
}
@media (max-width: 768px) {
  body[page='news'] .main {
    margin-top: 50px;
  }
}
body[page='news'] .mainIcon {
  text-align: center;
}
body[page='news'] .mainIcon img {
  height: 100px;
}
body[page='news'] .mainName {
  text-align: center;
  color: #707070;
}
body[page='news'] .subtitle {
  color: #707070;
  font-size: 24px;
  display: inline-block;
  border-bottom: 2px solid #707070;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 50px;
}
body[page='news'] section.news {
  min-height: auto;
  min-height: initial;
}
body[page='news'] section.news .main {
  display: flex;
  flex-flow: column nowrap;
  min-height: 75vh;
  padding-bottom: 50px;
  padding-right: 30px;
}
body[page='news'] section.news .thetitle {
  font-size: 32px;
  height: 65px;
  position: absolute;
  top: -8px;
  color: #707070;
  width: 155px;
  text-align: center;
}
@media (max-width: 768px) {
  body[page='news'] section.news .thetitle {
    font-size: 24px;
  }
}
body[page='news'] section.news .list {
  background-image: url('/image/news/bg.jpg');
  padding-top: 70px;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 75px 0 0 0;
  flex-flow: column nowrap;
}
body[page='news'] section.news .list li + li {
  margin-top: 20px;
}
body[page='news'] section.news .list li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
body[page='news'] section.news .list li a {
  display: flex;
}
body[page='news'] section.news .list li a .date {
  color: #707070;
  font-size: 14px;
  width: 100px;
  margin-left: 35px;
  line-height: 1.33;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body[page='news'] section.news .list li a .content {
  color: #707070;
  font-size: 14px;
  line-height: 1.33;
  width: 500px;
  padding-left: 35px;
  width: calc(100% - 170px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body[page='news'] section.news .list li a .content:hover {
  color: #000;
}
@media (max-width: 568px) {
  body[page='news'] section.news .list li a .content {
    padding-left: 25px;
  }
}
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 55px;
  padding-right: 30px;
  margin-top: auto;
}
.pagination .disabled {
  pointer-events: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .pagination {
    padding-right: 0;
    margin-right: -30px;
    justify-content: center;
  }
}
.pagination > li {
  list-style: none;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
.pagination > li > a {
  text-align: center;
  line-height: 35px;
  height: 35px;
  padding: 0 12px;
  display: inline-block;
  font-size: 12px;
  color: #707070;
}
.pagination > li.next,
.pagination > li.prev {
  width: 31px;
  height: 31px;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination > li.next > a,
.pagination > li.prev > a {
  font-size: 0;
}
.pagination > li.prev {
  background-image: url('/image/pagination-arrow-left.png');
}
.pagination > li.next {
  background-image: url('/image/pagination-arrow-right.png');
}
.pagination > li.page > a {
  display: inline-block;
  line-height: 35px;
}
.pagination > li.page.active > a {
  background-color: rgba(112, 112, 112, 0.4);
}
