/* 內容 */
#news_main {
  top: 0px;
  padding-bottom: 200px;
}
#news > div {
  padding-top: 100px;
  position: relative;
}
.wp-block-media-text {
  margin-top: 80px;
  /* background-color: #F2CB04; */
  background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
/* 文字 */
.wp-block-media-text__content {
}
/* 標題 */
.wp-block-heading {
  font-weight: bolder;
  color: #f2cb04;
  position: absolute;
  top: -50px;
}
/* 閱讀全文按鈕在global.css */
/* 照片 */
.wp-block-media-text__media {
  display: block;
  position: relative;
  left: -50px;
  top: -50px;
  box-shadow: 3px 3px 5px black;
}
.has-media-on-the-right .wp-block-media-text__media {
  left: 50px;
  box-shadow: 3px 3px 5px black;
}
/* 最新消息細節 */
.news_detail {
  padding-top: 50px;
}
.news_zw figure {
  width: 100%;
  display: block;
}
.news_zw figure video {
  width: 100%;
  display: block;
}
.detail_title {
  width: 100%;
  font-weight: bolder;
  color: #f2cb04;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  top: 0px;
}
.news_zw p {
  color: aliceblue;
}
.news_en figure {
  width: 100%;
  display: block;
}
.news_en figure video {
  width: 100%;
  display: block;
}
.news_en p {
  color: aliceblue;
}
.wp-block-buttons {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/************ 桌機 ***************************/
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
}

/************ 大--平板電腦 ***********/
@media screen and (max-width: 992px) {
  .wp-block-media-text__media {
    box-shadow: none;
  }

  .has-media-on-the-right .wp-block-media-text__media {
    box-shadow: none;
  }
}

/************ 平板電腦 ********/
@media screen and (max-width: 785px) {
}

/*********** 手機版本 *********/
@media screen and (max-width: 768px) {
  #news {
    padding-top: 0px;
  }
  .section_title {
    margin-top: 150px;
  }
  #news > div {
    padding-top: 0px;
  }
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text.has-media-on-the-right {
    flex-wrap: wrap-reverse;
  }
  /* 文字 */
  .wp-block-media-text__content {
    width: 100% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .wp-block-heading {
    font-weight: bolder;
    color: #f2cb04;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
  }
  /* 照片 */
  .wp-block-media-text__media {
    width: 100% !important;
  }
  .has-media-on-the-right .wp-block-media-text__media {
    left: 50px;
  }
  .wp-block-media-text__media {
    width: 100%;
  }
  .wp-block-media-text__media {
    left: 0px;
    top: 0px;
  }
  .has-media-on-the-right .wp-block-media-text__media {
    left: 0px;
  }
}

@media screen and (max-width: 680px) {
}

/* ***小手機 ******/
@media screen and (max-width: 570px) {
}

@media screen and (max-width: 472px) {
}

@media screen and (max-width: 370px) {
}
