#taps{
  height:100%;
}
.popular {
  display: flex;
  justify-content: left;
}
.popular-news {
  display: flex;
  grid-template-columns: 60% 60%;
 
}
.tapnotactive{
	/* opacity: 0.5; */
}
#popular-tap {
  color: black;
  padding: 15px 20px 18px 20px;
  background-color: white;
  border-radius: 1em 1em 0 0;
  position: relative;
 /* top: -40px;-6vw;*/
  box-shadow: 10px 0 5px -5px #888;
	margin-right: 2px;
	flex-wrap: nowrap;
}
.popular-tap {
  color: black;
  padding: 15px 20px 18px 20px;
  background-color: white;
  border-radius: 1em 1em 0 0;
  position: relative;
 /* top: -40px;-6vw;*/
  box-shadow: 10px 0 5px -5px #888;
	margin-right: 2px;
	flex-wrap: nowrap;
}
.tapnotactive #popular-tap{
	background-color: #74e8de;
}
#popular-span{
  font-size: 18px;
  /* border-right: 5px solid #55B9AF; */
  padding-right: 10px;
}
#topic-tap {
  color: black;
  padding: 15px 20px 18px 20px;
  background-color: white;
  border-radius: 1em 1em 0 0;
  position: relative;
 /* top: -40px;-6vw;*/
  box-shadow: 10px 0 5px -5px #888;
	margin-right: 2px;
	flex-wrap: nowrap;
}
.topic-tap {
  color: black;
  padding: 15px 20px 18px 20px;
  background-color: white;
  border-radius: 1em 1em 0 0;
  position: relative;
 /* top: -40px;-6vw;*/
  box-shadow: 10px 0 5px -5px #888;
	margin-right: 2px;
	flex-wrap: nowrap;
}
#topic-span{
  font-size: 18px;
  border-right: 5px solid #55B9AF;
  padding-right: 10px;
}
.article {
  margin: 2vw;
}
.example-pic {
  width: 50%;
}

.news-title {
 /* border-bottom: 1px red solid; */
  font-weight:800;
  font-size: 1.2em;
}
.title-span{
  /* border-right: 2px red solid; */
  padding-right: 40px;
	

}
#speaker-png{

  width: 18px;
	margin-top: -5px;

}

.content-left {
  display: flex;
    margin:auto 0;
}
.content-right {
  float:right;
  margin:auto 0;

}

.news-content{
  display: flex;
  overflow:hidden;
  /* height:180px;
	min-width: 400px;*/
  width:100%;
  margin-bottom: 20px;
  align-items: flex-start;
  justify-content: left;
  position: relative;
}

.search-content{
  display: flex;
  overflow:hidden;
  /* height:180px;
	min-width: 400px;*/
  width:100%;
  margin-bottom: 20px;
  align-items: flex-start;
  justify-content: left;
  position: relative;
}


#example-pic{
  width: 12vw;
  height: 10vw;
  min-width: 150px;
  min-height: 120px;
  max-width: 150px;
  max-height: 120px;
  margin-bottom: 24px;
}
#hot-pic{
  width: 116px;
  height: 38px;
  /* min-width: 73px; */
  /* min-height: 24px; */
  /* max-width: 73px; */
  /* max-height: 24px; */
  left: 0px;
  position: absolute;
  bottom: 20px;
	/*display: none !important; tempary hide for new year */
}
#hot-pic-text{
	
	left: 0px;
	position: absolute;
	bottom: 20px;
	
	padding-left: 60px;
	padding-bottom: 8px;
	/*display: none !important; tempary hide for new year */
}
#myfeeling{
	/* display: none !important;tempary hide for new year */
}
.tooltips  {
 /* visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;*/
 
  /* Position the tooltip text - see examples below! */
 /* position: absolute;*/
	position: relative;
  z-index: 1;
}
.tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 margin-left: 7px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 10;
}
.tooltips:hover .tooltiptext {
  visibility: visible;
}
li{/*
  list-style-type: none;*/
}
.div-footer{
 display: flex;
    bottom: 0px;
    width: 100%;
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 160px;
    position: absolute;
    left: 0px;
padding-right: 15px;
align-items:center;
}
@media (min-width: 1024px){
	.news-content{
	width:50%;
	}
	#popular-tap{
		padding: 15px 40px 18px 40px;
	}
		.popular-tap{
		padding: 15px 40px 18px 40px;
	}
	#topic-tap{
		padding: 15px 40px 18px 40px;
	}
		.topic-tap{
		padding: 15px 40px 18px 40px;
	}
}
.pagination{
  font-size: 1.5em;
}
.current_page{
  font-weight:800;
  color:#55B9AF;
}
.current_page > a:hover {
  font-weight:800;
  color:#55B9AF;
}