@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before {
  background: #1b2143;
}
.news-list .pic:before {
  display: none;
}
.news-list .item .box {
  transition: all 0.2s;
  top: 0;
  padding: 10px;
}
.news-list .item .pic {
  position: relative;
  box-sizing: border-box;
}
.news-list.type4 .item .box {
  border: none;
  background: #ffffff;
  padding: 0;
}
.news-list .item .box {
  background: #ffffff;
}
.news-list .box:hover {
}
.news-list .item .name {
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}
.news-list .item .box:hover .name {
  color: #ea5413;
}
.news-list .item .description,
.news-list .item .date {
  color: #6c6c6c;
}
.news-list.type4 .item .date,
.news-date {
  border-radius: 3px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #3e53e6;
}
.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: -15px;
  font-size: 35px;
}
.news-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  color: #fff;
  background: #333;
  bottom: 10px;
}
.news-list .box:hover .btn.more {
  background: #ea5413;
  color: #ffffff;
}
/*.news-list type4*/
.news-list.type4 {
  margin: 0 -10px;
}
.news-list.type4 .item {
  padding: 0 10px 10px;
}
.news-list.type4 .item .box {
  border: none;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.news-list .pic:before {
  z-index: 1;
}
.news-list.type4 .txt {
  padding: 15px 13px;
  min-height: unset;
}
.news-list.type4 .item .date,
.news-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -32px -13px 15px;
  padding: 0;
  border-radius: 0;
  width: 135px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #ea5413;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.news-list.type4 .item .date .day {
  display: inline;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  order: 3;
}
.news-list.type4 .date .day:before {
  content: ".";
}
.news-list.type4 .date .month {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  order: 2;
}
.news-list.type4 .date .years {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  order: 1;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
  display: none;
}
/*.news-list type4*/
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n) {
  clear: none !important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box {
  text-align: left;
  order: 3;
}
.news-header {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.news-date {
  width: 100%;
  margin: 0px auto;
  color: #ea5413;
  background: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
  display: flex;
  font-family: "Noto Sans TC", sans-serif;
  justify-content: flex-start;
}
.news-date .day {
  order: 3;
}
.news-date .month {
  order: 2;
}
.news-date .month:before,
.news-date .day:before {
  content: ".";
  display: inline-block;
}
.news-title {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin: 1px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}
.btn-box {
  text-align: left;
}
/*------------ rwd ------------*/
