@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: #fff;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px #403f3f40;
}
.news-list .btn.more {
  bottom: 12px;
}
.news-list.type3 .item {
  border-left: 1px solid #e7e7e7;
}
.news-list.type3:before {
  display: none;
}
.news-list.type4 .item .box {
  border: none;
}
.news-list .item .box:hover {
  box-shadow: 0px 0px 15px #44444454;
}
.news-list.type4 .item .box:hover .date {
  background-color: #005bac;
}
.news-list.type3 .item .box:hover .date {
  color: #005bac;
}
.news-list .item .box .btn.more {
  border-radius: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.news-list .item .box:hover .btn.more {
  background: #005bac;
  color: #fff;
}

.news-list.type2 .item {
  /* margin: 0; */
}
.news-list.type4 .item .date,
.news-date {
  color: #ffffff;
  width: 59px;
  height: 59px;
  padding-top: 13px;
  background: #000;
  border-radius: 50%;
  border-top-right-radius: 0;
}
.news-list.type4 .date .day {
  color: #fff;
  font-weight: bolder;
  font-family: "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑",
    "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei",
    "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  letter-spacing: 1px;
  font-size: 25px;
  margin-top: 1px;
  margin-bottom: -3px;
}
.news-list.type4 .txt {
  padding: 0 10px 0px 10px;
}
.news-list .item .name {
  color: #000000;
  font-size: 16px;
}

.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: 59px;
  height: 59px;
  padding-top: 8px;
  border-radius: 3px;
  font-weight: 500;
}
.news-date .years {
  order: 2;
}
.news-date .day {
  order: 1;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1px;
  padding-top: 5px;
}
.news-date .month {
  order: 3;
}
.news-date .month,
.news-date .years {
  font-size: 12px;
  line-height: inherit;
  margin-top: 0;
  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: 66px;
}
.news-detail {
  /* background-color: #fff; */
  padding: 20px 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;
  }
}
