@charset "UTF-8";
/* CSS Document */
.newsList .Img, .newsList .Txt {
  box-sizing: border-box;
}

.newsDate strong {
  transition: all .5s ease-out;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.newsList li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}

.newsList .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsList .item:hover .Img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.newsList .Img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 250px;
  margin-right: 20px;
  box-shadow: 0 5px 20px rgba(9, 9, 9, 0.1);
}

.newsList .Img img {
  width: 100%;
}

.newsList .Txt {
  width: calc(100% - 270px);
}

.newsList p {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 18px;
  color: #999;
}

.newsList h3 a {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsDate strong {
  font-size: 15px;
  font-weight: 400;
  font-family: "PT Serif", "微軟正黑體", serif;
  letter-spacing: 2px;
  color: #53c0f3;
}

.newsDate b {
  margin-left: 3px;
}

.newIcon {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  font-family: '微軟正黑體';
  color: #fff;
}

/*內頁*/
/****分享*****/
.shareBox {
  float: right;
}

.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.articleTitle {
  margin-top: 10px;
  font-size: 24px;
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 640px) {
  .newsList .Img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .newsList .item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsList .Txt {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .articleTitle {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .newsList .Img {
    width: 100%;
  }
}
