@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
  display: none;
}
.news-list .item .box {
  /* padding: 12px; */
  /* background: #eff1f3; */
  transition: all 0.3s ease;
}
.news-list .btn.more {
  bottom: 12px;
}
.news-list.type3 {
  margin: 0 -10px 50px;
}
.news-list.type3 .item {
  border-color: #e3e3e3;
}
.news-list.type4 .item .box {
  border: none;
  /* background: #fff; */
  background: none;
}
.news-list.type4 .item .box .pic img {
  transition: all 5s ease;
}
.news-list.type4 .item .box:hover .pic img {
  transform: scale(1.2);
}
.news-list.type3 .box:hover .name {
  color: #ce1b1c;
}
.news-list.type3 .date,
.news-list.type4 .date {
  color: #ce1b1c;
}
.news-list.type2 .date {
  margin: 10px 0 0;
  display: flex;
}
.news-list.type2 .date .day,
.news-list.type2 .date .month,
.news-list.type2 .date .years {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #ce1b1c;
  margin-top: 0;
}
.news-list.type2 .date .day {
  order: 3;
}
.news-list.type2 .date .month {
  order: 2;
}
.news-list.type2 .date .years {
  order: 1;
}
.news-list.type2 .date .years::before {
  display: none;
}

.news-list.type2 .date .month::after,
.news-list.type2 .date .years::after {
  content: '-';
}
/* .news-list .item .box:hover {
  background: #ce1b1c;
} */
.news-list.type4 .item .date,
.news-date {
  border-radius: 3px;
  color: #ffffff;
  width: 63px;
  height: 63px;
  padding-top: 13px;
  background: #ce1b1c;
  height: 63px;
  aspect-ratio: 1;
  /* background: url(../../../images/layout04/common/news/date.png); */
}
.news-list.type4 .date .day {
  color: #fff;
  font-weight: bolder;
  font-family: 'Syncopate', '微軟正黑體', Source Sans Pro, Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  position: absolute;
  top: 0;
}
.news-list.type4 .item .date .day {
  display: block;
  width: 100%;
  line-height: 0.8;
  margin: 10px 0;
  font-size: 25px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
  font-family: 'Syncopate', sans-serif;
  font-weight: 300;
  margin-top: -20px;
  font-size: 14px;
}
.news-list.type4 .date .month::before,
.news-list.type4 .date .years::before {
  display: none;
}
.news-list.type4 .date .years {
  display: none;
}
.news-list.type4 .txt {
  position: unset;
  padding: 10px 20px 0;
  min-height: auto;
}
.news-list .item .name {
  color: #212121;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Syncopate', '微軟正黑體', Source Sans Pro, Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
/* .news-list .box:hover .name {
  text-decoration: underline;
} */
.news-list .item .description {
  color: #666;
}
/*!列表通用 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 {
  box-sizing: border-box;
  font-size: 35px;
  line-height: 0.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: -1px;
  margin: 0px 0px 13px;
  position: relative;
  z-index: 2;
  width: 63px;
  height: 63px;
  padding-top: 0;
  border-radius: 3px;
  font-weight: 500;
  align-items: center;
  background-color: #ce1b1c;
}
.news-date .years {
  order: 2;
}
.news-date .day {
  order: 1;
  width: 100%;
  color: #fff;
  font-weight: bolder;
  display: block;
  line-height: 0.8;
  margin-top: 5px;
  font-size: 25px;
  font-family: 'Syncopate', '微軟正黑體', Source Sans Pro, Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.news-date .month {
  order: 3;
}
.news-date .month,
.news-date .years {
  font-size: 12px;
  line-height: inherit;
  line-height: 1;
  margin-top: -15px;
  letter-spacing: 0;
  font-weight: 600;
}
.news-title {
  margin: -60px auto 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 75px;
}
.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;
  }
}
