.bhjs-newspage-inbox{
	margin: 0 auto;
}
.bhjs-newspage-content img{
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
}
.bhjs-newspage-content *{
	max-width: 100% !important;
  word-break: normal !important;
  /*font-family: 'Noto Sans TC', serif !important;*/
  font-family: initial !important;
}
.bhjs-newspage-title{
  text-transform: capitalize;
}
.bhjs-newspage-title,.bhjs-newspage-publishdate,.bhjs-newspage-content,.bhjs-attachment-area-title , .bhjs-attachment-download{
  animation:bhjs-slideup 1s;
  -moz-animation:bhjs-slideup 1s; /* Firefox */
  -webkit-animation:bhjs-slideup 1s; /* Safari and Chrome */
  -o-animation:bhjs-slideup 1s; /* Opera */
}
.bhjs-news-share-box{
    display: block;
    text-align: right;
    padding: 20px 0;
}
@media screen and  (min-width: 769px){
   .bhjs-newspage-inbox{
   	   max-width: 1000px;
   }
   .bhjs-newspage-content p{
      margin-bottom: 20px;
   }
   .bhjs-newspage-title{
       font-size: 28px;
       text-align: center;
       font-weight: bold;
       padding: 20px 0;
   }
   .bhjs-newspage-publishdate{
   	   text-align: right;
       font-size: 20px;
       margin-bottom: 40px;
   }
   .bhjs-newspage-content *{
   	   font-size: 16px !important;
   }
   .bhjs-attachment-area-title , .bhjs-attachment-download{
     font-size: 16px;
     margin-bottom: 10px;
     font-weight: bolder;
  }
  .bhjs-attachment-area{
    margin-top: 40px;
  }
}

@media screen and  (max-width: 768px){
	.bhjs-newspage-inbox{
        padding: 20px;
	}
	.bhjs-newspage-title{
       font-size: 20px;
       text-align: center;
       font-weight: bold;
       padding: 20px 0;
   }
   .bhjs-newspage-publishdate{
   	   text-align: right;
       font-size: 16px;
       margin-bottom: 20px;
   }
   .bhjs-newspage-content *{
   	   font-size: 16px !important;
   }
   .bhjs-attachment-area-title , .bhjs-attachment-download{
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: bolder;
    }
    .bhjs-attachment-area{
        margin-top: 20px;
   }

}