.news-middle{
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 115px;
}
.news-tab{
  margin-top: 40px;
  margin-bottom: 57px;
  position: relative;
}
.news-tab::after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}
.news-middle .news-tab li{
  position: relative;
}
.news-middle .news-tab li.active {
  color: #21262D;
  font-weight: bold;
}
.news-tab-ul{
  display: flex;
  justify-content: center;
}
.news-tab-ul li {
  margin-right: 40px;
  cursor: pointer;
}
.news-tab-ul li:last-child {
  margin-right: 0px;
}
.news-middle .news-tab li.active::after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #017EFF;
}
.news-conent{
  display: none;
}
.news-conent.active{
  display: block;
}
.news-conent-item{
  display: flex;
  margin-bottom: 40px;
  cursor: pointer;
}
.news-conent-item>a{
  display: contents;
}
/* .news-conent-item-img{
  border-radius: 4px;
  overflow: hidden;
  width: 282px;
  height: 160px;
}
.news-conent-item-img img{
  
} */
.news-conent-item-text{
  margin-left: 24px;
  position: relative;
  width: 1200px;
}
.news-ft{
  font-size: 20px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #21262D;
  line-height: 29px;
  margin-bottom: 16px;
}
.news-ct{
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #21262D;
  line-height: 24px;
}
.news-time{
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #4F586C;
  line-height: 20px;
  margin-top: 47px;
  /* position: absolute; */
  bottom: 0;
  left: 0;
}