/*
body {
  background-color: #FFE53B;
  background-image: linear-gradient(147deg, #FFE53B 0%, #fd3838 74%);
  min-height: 100vh;
  font-family: 'Fira Sans', sans-serif;
  display: flex;
}
*/

/* 點滴分享 */
/* Small devices (Mobile, <768px) */
@media (max-width: 767px) {
  .share {
    margin: 50px 0px 0px 0px;
  }
  .article-list {
	margin: 0 20px;
  }
  .article_box {
	margin-bottom: 3%;
  }
  .article_title {
	line-height: 1.6;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .share {
    margin: 40px 0px 60px 0px;
  }
  .article_date {
	margin-top: 1em;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1024px) {
  .share {
    margin: 40px 0px 60px 0px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1440px) {
  .share {
    margin: 60px 0px 200px 0px;
  }
  .article_box {
	margin-bottom: 1%;
  }
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 900px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 30px;
  border-radius: 25px;
  height: 450px;
  transition: all .3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider_item {
    flex-direction: column;
  }
}
.blog-slider_item.swiper-slide-active .blog-slider_img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > * {
  opacity: 1;
  transform: none;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider_item.swiper-slide-active .blog-slider_content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider_img {
  box-shadow: 4px 4px 10px 1px rgba(128, 128, 128, 0.2);
  width: 350px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
  box-shadow: 4px 4px 10px 1px rgba(128, 128, 128, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider_img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background-image: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%);*/
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .blog-slider_img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider_img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider_img {
    height: 270px;
  }
}
.blog-slider_content {
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .blog-slider_content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider_content {
    padding: 0;
  }
}
.blog-slider_content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}
.blog-slider_code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider_title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider_text {
  color: #4e4a67;
  font-size: 1.5rem;	
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: justify;
}
.blog-slider_text p{
  margin-bottom: 10px;
}
.blog-slider_button {
  display: inline-flex;
  background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(154, 154, 154, 0.5);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider_button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider_pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider_pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider_pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}
.blog-slider_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3990e8;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 252, 252, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider_pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
/*.*/

.highlight{
  position: relative;
}
.highlight:before{
  content: "";
  z-index: -1;
  position: absolute;
  height: 0.8em;
  top: 0.6em;
/*  background: #1e90ff;*/
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0), rgb(255 166 170 / 45%), rgb(255 255 255 / 0));
  width: 100%;

  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";

  /* IE 5-7 */
  filter: alpha(opacity=65);

  /* Netscape */
  -moz-opacity: 0.65;

  /* Safari 1.x */
  -khtml-opacity: 0.65;

  /* Good browsers */
  opacity: 0.65;
}
.text-begin {
	text-indent: 2em;
}
.text-sign {
	font-family: 'Pacifico', cursive;
	font-size: 25px;
	font-weight:bold;
	color: #e0e0e0;
	padding: 15px 0;
    text-align: right;
}

/* 婦幼文章 */
.article-list {
    margin-top: 4%;
}
.article_box {
    padding: 15px 20px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    -webkit-transition: border .4s;
    -moz-transition: border .4s;
    -ms-transition: border .4s;
    transition: border .4s;
    background: #fff;
    z-index: 0;
/*	margin-bottom: 1%;*/
}
.article_box:hover {
    padding: 15px 20px;
    border: 1px solid #eee;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /*box-shadow: 0 0 1px transparent;*/
    box-shadow: 0 3px 3px -4px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.article_content {
    text-align: left;
    font-size: 1.75rem;
    line-height: 2.5;
    font-family: 'PingFang TC', 'Noto Serif TC', serif;
    color: #595857;
    /*margin-left: 5%;*/
	/*margin-right: 5%;*/
}
.article_date {
    font-size: 1.3rem;
    margin-top: 1em;
    color: #25A1C7;
    position: relative;
}
.article_title {
    font-size: 1.65rem;
    font-weight: 600;
    color: #337ab7;
    letter-spacing: 2px;
}
.article_author {
    font-size: 1.5rem;
    letter-spacing: 2px;
	line-height: 1.6;
}
.author-list {
    font-size: 1.5rem;
    letter-spacing: 2px;
	list-style-type: none;
	margin-left: -2.65em;
}