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

.newsList .Img::before, .newsList .Img a::before, .newsList .Img a::after, .newsList .Img img {
  transition: all .5s ease-out;
}

.newsList .Img::before {
  opacity: 0;
}

.newsList .Img::before {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.newsList .item:hover .Img::before {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.newsList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.newsList > li {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
}

.newsList .item {
  /*max-width: 370px;*/
  margin-left: auto;
  margin-right: auto;
  /*padding: 15px;
  background: #fff;
  border-radius: 10px;*/
}

.newsList .item:hover .Img::before {
  transition-delay: .5s;
}

.newsList .item:hover .Img a::before {
  opacity: 1;
}

.newsList .item:hover .Img a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-delay: .5s;
}

.newsList .item:hover .Img img {
  opacity: .5;
}

.newsList .item:hover h3 a {
  color: #48b9e8;
}

.newsList .Img {
  position: relative;
  line-height: 0;
  background-color: #000;
  overflow: hidden;
}

.newsList .Img::before {
  content: '\f002';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -11px;
  margin-top: -12px;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 1;
  color: #48b9e8;
}

.newsList .Img a {
  display: block;
}

.newsList .Img a::before, .newsList .Img a::after {
  content: '';
  position: absolute;
  z-index: 1;
  margin: auto;
}

.newsList .Img a::before {
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px dashed rgba(201, 184, 164, 0.5);
  opacity: 0;
}

.newsList .Img a::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #48b9e8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsList .Txt {
  padding-top: 10px;
}

.newsList h3 a {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 1px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList .date {
  margin-top: 10px;
  font-size: 13px;
  color: #555;
}

.sortBox {
  display: inline-block;
  color: #48b9e8;
  font-size: 13px;
}

.sortBox::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  background-color: #413d39;
}

/*內頁*/
/****分享*****/
.btn-fb {
  position: relative;
  top: -40px;
  text-align: right;
}

/********標題區*******/
.titleArea .date {
  margin-top: 5px;
  margin-bottom: 15px;
}

.titleArea .date b {
  margin-left: 10px;
  font-weight: 400;
}

/*側邊_其他相關訊息*/
.side_news li {
  margin-bottom: 25px;
}

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

.side_news .Img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.side_news .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side_news .Txt {
  width: calc(100% - 70px);
}

.side_news h3 a {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

@media (max-width: 960px) {
  .newsList > li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .newsList .Txt {
    padding-top: 10px;
  }
  .newsList h3 a {
    margin-bottom: 5px;
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .newsList {
    margin-left: 0;
    margin-right: 0;
  }
  .newsList > li {
    width: 100%;
  }
  .titleArea .date b {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
