
.header-bottom p{
  margin: 0 8px;
  line-height: 40px;
  margin-top: 5px;
  display: flex;
  color: gray;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.header-bottom p img{
  padding-right: 5px;
  width: 50px;
  height: 30px;
  object-fit: cover;
}

.header-bottom .active-tab {
  color: #127ED9;
  border-bottom: 1px solid #127ED9;
}
.news-box .box-content .news-title p{
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}