.news .headline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -150px;
  z-index: 1;
}
.news .headline .headline-box {
  display: flex;
  padding: 39px;
  width: 1400px;
  background-color: white;
}
.news .headline .headline-box .swip-wrapper {
  width: 800px;
  height: 480px;
  margin-right: 50px;
  background-color: #aaa;
}
.news .headline .headline-box .list {
  flex: 1;
}
.news .headline .headline-box .list .item {
  padding: 30px 0;
}
.news .headline .headline-box .list .item:first-child {
  padding-top: 0;
}
.news .headline .headline-box .list .item:last-child {
  padding-bottom: 0;
}
.news .headline .headline-box .list .item .time {
  color: #2F318B;
  font-size: 14px;
  margin-bottom: 17px;
}
.news .headline .headline-box .list .item .content {
  height: 72px;
  line-height: 36px;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/*# sourceMappingURL=headline.css.map */
