/***************************
    announce list page
**********/

.section-announce {
  background-color: #fff;
  min-height: 50vh;
}

.announce-content {}

.announce-text-group {}

.announce-text-box {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 1.6;
}

.announce-text-box.new-point::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 10px;
}

.announce-text-box .desc {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  line-height: 1.6;
  max-width: 95%;
}

.announce-text-box .desc a {
  display: inline-block;
}

.announce-text-box time {
  color: #aaa;
  flex-basis: 100px;
  flex-shrink: 0;
  line-height: 1.2;
  margin-left: auto;
}


/***************************
    announce inner page
**********/
.section-announce.inner-page {
  padding: 0;
}

.announce-item.inner-page {
  position: relative;
  width: 100%;
  padding: 0;
}

/* 左側 照片區 */
.announceInner-header {
  overflow: hidden;
  padding: 8% 3%;
  min-height: 100vh;
  position: fixed;
}

.announceInner-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme);
  z-index: -1;
}

.announceInner-header-bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 450px;
  opacity: 0.7;
}

/* 左側 照片區 內容 (照片被標題取代) */
.announceInner-header-content {
  overflow: hidden;
  padding: 15px 40px;
  width: 100%;
  margin: auto;
  color: #fff;
}

.announceInner-header-content .head {}

.announceInner-img {
  /* max-width: 300px; */
  width: 100%;
}

.announceInner-header-content .exhibit-tagbox span {
  color: #fff;
}

.announceInner-header-content .badge-time-list {
  opacity: 1;
}

.announceInner-header-content .badge-time-list li {
  color: #fff;
}

.announceInner-header-content .badge-time-list .lab-class {
  color: #fff;
}

.announceInner-header-content .lab-location {
  color: #fff;
}

.announceInner-header-content .lab-location small {
  color: #999;
}

/* 右側文字區 */
.announceInner-txtbox {
  padding: 7% 5% 14%;
}

.announceInner-txtbox .btn-back:hover {
  border-color: var(--link);
  color: var(--link);
}

.announceInner-name {}

.announceInner-title {}

.announceInner-desc {}

.announceInner-txtbox .lab-announce {}

.announceInner-txtbox .lab-announce .tag {
  /* display: block; */
}

.announceInner-txtbox .lab-announce small {
  margin-right: 8px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

.announceInner-txtbox .lab-announce .tag-inline {
  padding-top: 0;
}

.announceInner-txtbox .lab-announce .tag-inline span {
  display: inline-block;
}

.announceInner-txtbox .lab-announce .tag-inline span::before {
  padding-left: 10px;
}

.announceInner-txtbox .lab-announce .tag-inline:first-child span::before {
  padding-left: 0;
}


@media (max-width: 991px) {
  .announceInner-header-bg img {
    top: 50px;
  }

  .announceInner-header {
    min-height: auto;
    padding: 60px 0 15px;
    position: relative;
  }
}

/******************
 announce inner page end
 ******************/