.new {
  display: flex;
    justify-content: center;
    align-items: center;
}
.new p {
  color: #333;
  font-size: 28px;
}

.news {
  width: 850px;
  margin: 0 auto;
      text-align: center;
}
.news li {
  border-bottom: 1px solid #ccc;
  display: flex;
    justify-content: center;
    align-items: center;
  padding: 20px 0;
}
.news span {
      margin: 20px 110px;
}
.news img {
  width: 256px;
  height: 184px;
}
.jc>div {
      display: flex;
        flex-direction: column;
        margin: 20px 16px;
        width: 30.33%;
        float: left;
}