.section .container{
  padding: 1rem 9rem;
}
.img{
  width: 100%;
  height: 100%;
}
.section-margin-bottom{
  margin-bottom:3rem;
}
.news #myTab{
  display: flex;
  /* flex-direction: row; */
  justify-content: space-between;
  margin-bottom: 2.35rem;
}
.news #myTab li{
  text-align: center;
  color: #9b9b9b;
  cursor: pointer;
  padding: 1rem;
  border-radius: 15px;
}
.news #myTab li a{
  font-size: 1.1rem;
}
.news #myTab li.active{
  border: 1px solid #ea5504;
  color:black;
}
.physical.active{
  color:#373737;
}
.newsLists .panel{
  width:100%;
  height:100%;
  background: #f1f1f1;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newsLists .panel:hover{
  background: #fff;
}
.newsLists .news-items{
  display: flex;
}
.newsLists .news-items .left{
  width:28%;
  height: 25vh;
  overflow: hidden;
}
.newsLists .news-items .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.newsLists .news-items .right{
  width: 71%;
  padding: 2.5rem 2rem;
  vertical-align: middle;
}
.newsLists .news-items .right .item-title{
  font-size: 1.5rem;
  position: relative;
  color: #313131;
}
.newsLists .news-items .right .font-text{
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.newsLists .news-items .right .font-text p{
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsLists .news-items .right .item-footer{
  margin-top: 1.5rem;
}
.newsLists .news-items .right .item-footer span.time{
  font-size: 0.8rem;
  color: #333;
}
.newsLists .news-items .right .item-footer .all{
  display: inline-block;
  font-size: 0.8rem;
  float: right;
  color: #ea5504;
}
.newsLists .news-items .right .item-footer span.all{
  font-size: 0.7rem;
  vertical-align: baseline;
  position: relative;
  left: 0rem;
  transition: left 0.2s ease-in;
}
.list-page{
  text-align: center;
  margin: 4rem 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1.5rem 0;
  background-color: #f2f2f2;
  border-radius: 5rem;
}
.pagination > a, .pagination span {
  position: relative;
  float: left;
  font-size: 1rem;
  line-height: 2.9rem;
  padding: 0 1em;
  color: #373737;
  text-decoration: none;
}
.pagination span:hover{
  cursor:pointer;
}
.pagination > a .total{
  font-style: normal;
}
