body{
    background-image: url('../static/background.png');
    width:100%;
	font-family: 'Microsoft JhengHei', '微軟正黑體', 'Heiti TC', '儷黑 Pro', 'LiHei Pro', '文泉驛正黑', 'WenQuanYi Zen Hei',  Arial, 'Helvetica Neue', Helvetica, sans-serif, mingliu;
	
}
#downloadsilver, #ansdownloadsilver{
    float:right;
    position: relative;
    /* top: -54px; */
    background-color:#4D969C;
    color:white;
    font-size:14px;
    font-weight:800;
    /* margin-right: 5vw; */

}
#downloadgold , #ansdownloadgold, #ansdownloadtop10{
    float:right;
    position: relative;
    /* top: -54px; */
    background-color:#4D969C;
    color:white;
    font-size:14px;
    font-weight:800;
    /* margin-right: 5vw; */

}
.imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
  background:url('/newsexpress/php/static/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg');
  background-color:#fff;
    background-size: cover;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.btn-primary
{
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;
	background-color: #4D969E;
    border-color: #4D969E;
}
.imgUp
{
  margin-bottom:15px;
	    flex: 0 0 100%;
    max-width: 100%;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}
.topiclist{
	cursor:pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
input:active
{
    outline: none;
}
input,
select,
textarea,
button {
    outline: none;
}


.think ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.think ol li {
  counter-increment: my-awesome-counter;
	text-indent: -25px;
}
.think ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: black;
  font-weight: bold;
	
}
.news_details ul {
  /* list-style: none; */
  /*counter-reset:   my-awesome-counter;
	 list-style-type: disc !important;*/
}
.news_details ul li {
  /*counter-increment:    my-awesome-counter;
	text-indent: 0px;
	  list-style-type:disc !important;*/
}
.news_details ul li::before {
  /*content: counter(my-awesome-counter) ". ";
  color: black;
  font-weight: bold;*/
	
}
@media (min-width: 1280px){
	body{
	/*width:100%;*/
	}
}
.tab-section{
    width:100%;
    margin: 1vw auto 0vw auto;
    padding:0;
	display: flex;
	flex-wrap: nowrap;
}
.tabs{
	
	display: flex;
}
.news-section{
    width:100%;
    /* background-color: white; */
    margin: -10px auto 0vw auto;
    padding: 20px;
    
    display: flex;
	flex-wrap: nowrap;
	background-color: #fff;
 /* background: rgba(255,255,255,1);    
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.41) 100%); 
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.41))); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.41) 100%);  
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.41) 100%);   
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.41) 100%);  
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);     */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffffe', GradientType=0 );   
}
.advance-search-result{
    width:100%;
    /* background-color: white; */
    margin: 0px auto 0vw auto;
    padding: 20px;
    
    display: flex;
	flex-wrap: nowrap;
	
    background: rgba(255,255,255,1);    
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.41) 100%); 
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.41))); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.41) 100%);  
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.41) 100%);   
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.41) 100%);  
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffffe', GradientType=0 );   
}
a{
	cursor:pointer;
    color:black;
    text-decoration: none !important;
	
}
a:hover
  {
    color:black;
    text-decoration:none;
    cursor:pointer;
   }
.toTop{
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    transition: all .25s ease-in-out;
    position: fixed;
	background:none;
}
.show {
    opacity: 100;
  }

.hide{
    visibility: hidden;
    opacity: 0;
}

.toTop > img{
    width:60px;
}

/* #toTop {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #toTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #toTop:hover {
    cursor: pointer;
    background-color: #333;
  }
  #toTop:active {
    background-color: #555;
  }
  #toTop.show {
    opacity: 1;
    visibility: visible;
  }
   */