@charset "UTF-8";
/* CSS Document */
.side_news .newsList {
  padding: 0px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.side_news .newsList li {
  width: 33.33%;
}
.side_news .newsList li .item {
  padding: 20px;
}
@media (max-width: 1023px) {
  .side_news .newsList li {
    width: 100%;
  }
  .side_news .newsList li .item {
    padding: 20px 0 0 0;
  }
}

/*新訊列表*/
.newsList {
  width: 100%;
}
.newsList .item {
  padding: 20px 0 0 0;
}
.newsList .Img {
  display: none;
  width: 100%;
  height: 280px;
  position: relative;
}
.newsList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Img .noPic {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
}
.newsList .Img .newIcon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsList .Txt .date {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  border: 1px solid #6572a1;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.newsList .Txt .date span {
  display: block;
  width: 100%;
  color: #1d3488;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.8px;
  position: relative;
  padding: 3px 0;
}
.newsList .Txt .date span.year::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #aab3d0;
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
}
.newsList .Txt .period {
  position: absolute;
  top: 15px;
  left: 0;
  display: none;
}
.newsList .Txt .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
}
.newsList .Txt .title a {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0;
  color: #333;
}
.newsList .Txt .title a:hover {
  color: #52a6cc;
}
.newsList .Txt .exp {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  display: none;
}
.newsList .Txt .exp.ellipsis {
  height: 80px;
}

.period {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 20px;
}

.newIcon {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
}

/*內頁*/
.mainArea.insPage {
  padding: 50px 0 0;
}
.mainArea.insPage .date {
  padding-left: 10px;
}
.mainArea.insPage .period {
  width: 100%;
  padding-top: 5px;
}
.mainArea.insPage .newsList .date {
  padding-left: 0;
}

/****分享*****/
.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: #ae4233;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 0px;
  border-bottom: 1px dashed #b6b6b6;
}
.titleArea h1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #2f2f2f;
  overflow: hidden;
  padding-top: 10px;
}
.titleArea h1 strong {
  display: block;
  font-weight: 400;
}
.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}