.news {
  width: 100%;
  margin-top: 74px;
  position: relative;
}
.pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.result {
}
.news_content {
  display: flex;
  width: 100%;
  
  padding: 33px 0;
}
.news_content:hover {
  background: #F7F8FA;
}
.news_content #column {
  width: 1229px;
  margin: 0 auto;
}
.news_content #column:hover h4 {
  color: #2A6FD4;
}
.news_content:last-child {
  padding-bottom: 115px;
  margin-bottom: 65px;
}
.news_content .time_fl {
  float: left;
}
.news_content .time_fl span:nth-child(1) {
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #222222;
  line-height: 31px;
}
.news_content .time_fl span:nth-child(2) {
  width: 19px;
  height: 5px;
  background: #2a6fd4;
  display: inline-block;
  vertical-align: top;
}
.news_content .time_fl span:nth-child(3) {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  display: block;
  width: 86px;
  text-align: right;
  line-height: 37px;
}
.news_content img {
  float: left;
  width: 220px;
  height: 160px;
  margin-left: 39px;
}
.result .news_content .content_fr {
  float: left;
  margin-left: 33px;
  width: 809px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.result .news_content .content_fr h4 {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #222222;
  line-height: 23px;
  margin-bottom: 27px;
  word-break: break-all;
}
.result .news_content .content_fr span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.result .news_content .content_fr i{
  color:#2A6FD4 ;
  font-size: 14px;
}
