@charset "utf-8";
.news-list .box {
  margin: 0 auto 20px;
  line-height: 1.65;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #dddddd;
  transition: all 0.3s;
  background: transparent;
}

.news-list .box:hover {
  background: #fcfbf5;
}
.news-list li .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.news-list .pic {
  float: right;
  width: 280px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
.news-list .pic:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list .box:hover .pic:before {
  opacity: 1;
}
.news-list .txt {
  margin-right: 294px;
  padding: 50px 36px 50px 150px;
  position: relative;
}
.news-list .box:hover .txt {
}
.news-list .date {
  display: inline-block;
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 36px;
  top: 50%;
  margin-top: -50px;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}
.news-list .date small {
  display: block;
  font-size: 17px;
  line-height: 23px;
  margin-top: 5px;
  letter-spacing: 0;
}
.news-list .name {
  color: #444;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 29px;
}
.news-list .description {
  color: #888;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7;
  max-height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.news-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 32px;
}
.news-header .date {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 60px;
  line-height: 1;
  text-align: center;

  border: 1px solid #d8d8d8;
  width: 130px;
  height: 130px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}
.news-header .date small {
  display: block;
  font-size: 18px;
  line-height: 23px;
  margin-top: 5px;
}
.news-header .title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  color: #444;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}
.news-detail {
  padding-bottom: 20px;
}
.share_box .share-link .btn {
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid transparent;
  margin: 2px 0;
}
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: 2px 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  /*手機板*/
  .news-list {
    margin: 0 -7px;
  }
  .news-list .item {
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .news-list .box {
    text-align: left;
    margin-bottom: 5px;
  }
  .news-list .pic {
    float: none;
    width: auto;
    display: none;
  }
  .news-list .txt {
    margin: 5px 0 0;
    padding: 15px;
  }
  .news-list .date {
    position: relative;
    height: auto;
    font-size: 14px;
    margin: 0 0 0px;
    display: inline-block;
    left: 0;
  }
  .news-list .date small {
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .news-list .name {
    height: auto;
    margin-bottom: 3px;
  }
  .news-list .description {
    -webkit-line-clamp: 2;
  }
  .news-header,
  .news-header .date,
  .news-header .title {
    display: block;
  }
  .news-header .date {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 2.5;
    margin: 10px auto 10px;
    padding: 0;
  }
  .news-header .date small {
    font-size: 14px;
    line-height: inherit;
    margin-top: -25px;
  }
  .news-header .title {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .news-header {
    margin-bottom: 5px;
  }
  .news-detail {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
}
