@charset "UTF-8";

.content img{
  margin: 0 auto;
}
.more-news-box {
  margin-top: 50px;
  background: #fff;
  padding: 25px 0;
  box-shadow: 0 0 10px #eee;
  border-radius: 5px;
}
.more-news-box .btn {
  width: 50%;
  height: 44px;
  line-height: 44px;
  padding-left: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 18px;
  color: #676767;
}
.more-news-box>.btn:last-child {
  border-left: 1px solid #E6E6E6;
}
.news-header{
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.news-title{
  font-size: 26px;
  line-height: 22px;
  margin-bottom: 22px;
  text-align: center;
  font-weight: bold;
}
.news-type{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.news-type-div{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 16px;
  line-height: 28px;
  color: #999;
}
.news-type-div img{

}
.news-type-div div{
  
}