.newsList_middle_content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.news_select{
  margin-top: 30px;
}
.news-content {
  padding-top: 10px;
  padding: 40px 0px;
  min-height: 135px;
  border-bottom: 1px solid rgb(237, 237, 237);
}
.news-content dt {
  width: 220px;
  height: 135px;
  float: left;
  position: relative;
}
.news-content dd {
  height: 135px;
  color: rgb(153, 153, 153);
  font-size: 14px;
  margin-left: 260px;
  position: relative;
}
.news-content dt img {
  width: 100%;
  height: 100%;
}
.source,
.bottom {
  margin-top: 75px;
}
.title{
    font-weight: bold;  
}
.publishDate-word {
    margin-left: 20px;
}
.pagination{
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
}