.fut {
  width: 1200px;
  margin: 20px auto;
}

.fut h4 {
  font-size: 25px;
  color: #333;
  text-align: left;
  font-weight: 400;
}

.fut .timme {
  font-size: 13px;
  color: #adadad;
  margin: 30px 0;
}

.fut .titlee {
  font-size: 14px;
  color: #676767;
  line-height: 26px;
}

.fut .itle {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  padding: 50px  0;
}

.fut .fenx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin: 27px 10px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fut .fenx .shang {
  width: 552px;
}

.fut .fenx .shang p {
  font-size: 14px;
  color: #666666;
}

.fut .fenx .ulli {
  width: 322px;
}

.fut .fenx .ulli ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fut .fenx .ulli ul span {
  width: 60px;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}

.fut .fenx .ulli li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fut .fenx .ulli li a {
  width: 100%;
}

.fut .fenx .ulli li img {
  width: 80%;
}
/*# sourceMappingURL=news.css.map */