@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
  display: none;
}
.news-list.type3:before {
  background: url(../../../images/layout04/common/bg/bg01.jpg);
}
.news-list .item .box {
  padding: 12px;
  background: transparent;
  transition: all 0.3s ease;
}
.news-list .btn.more {
  bottom: 12px;
}
.news-list.type4 .item .box {
  border: none;
}
.news-list .btn.more {
  color: #fff;
  background: #52a9a4;
  font-family: "Noto Sans TC", sans-serif;
}
.news-list .box:hover .btn.more {
  background: #65b9b5;
  color: #fff;
}
.news-list.type4 .item .date,
.news-date {
  border-radius: 3px;
  color: #ffffff;
  width: 57px;
  height: 63px;
  padding-top: 13px;
  background: url(../../../images/layout04/common/news/date.png);
}
.news-list.type4 .date .day {
  color: #000;
  font-weight: bolder;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -31px 0px 13px;
  padding: 0;
  line-height: 1;
}
.news-list.type4 .item .date .day {
  display: block;
  width: 100%;
  line-height: 0.8;
  margin-bottom: 10px;
  font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
  margin-top: -30px;
}
.news-list .item .name {
  color: #333333;
  font-weight: 500;
  transition: all 0.3s;
}
.news-list .box:hover .name {
  color: #52a9a4;
}
.news-list .item .description {
  color: #666;
}

/*n_type4*/
.news-list.type4 {
  margin: 0 -10px;
}
.news-list.type4 .item {
  padding: 10px 10px 0;
}
.news-list.type4 .item .box {
  border: none;
  box-shadow: 0 0 12px 2px rgb(62 62 62 / 10%);
  background: #fff;
}
.news-list .pic:before {
  display: none;
}
.news-list.type4 .txt {
  padding: 0 5px;
  min-height: unset;
}
.news-list.type4 .item .date,
.news-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -18px auto 13px;
  padding: 0;
  border-radius: 0;
  width: 125px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #52a9a4;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s ease;
}

.news-list.type4 .item .date .day {
  display: inline;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
  order: 3;
  color: #fff;
}
.news-list.type4 .date .day:before {
  content: ".";
}
.news-list.type4 .date .month {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
  order: 2;
}
.news-list.type4 .date .years {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
  order: 1;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
  display: none;
}
/*!n_type4*/
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n) {
  clear: none !important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.share_box {
  width: 100%;
  order: 3;
}
.news-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 125px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #52a9a4;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s ease;
}
.news-date .day {
  order: 3;
}
.news-date .month {
  order: 2;
}
.news-date .month:before,
.news-date .day:before {
  content: "-";
  display: inline-block;
}
.news-title {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 0;

  margin: 0;
  margin-top: 20px;
  margin: 20px 0;
}
.news-detail {
  background-color: #fff;
  padding: 0px 15px 25px;
}
.share_box {
  text-align: left;
  padding: 10px 20px 10px 15px;
  border: 1px solid #dedede;
  border-width: 1px 0;
  margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
  .news-title {
    padding: 60px 4px 20px;
  }
}
