body {
  min-width: 1440px;
}
.banner {
  text-align: center;
  height: 400px;
  background-color: #000639;
  margin-bottom: 30px;
}
.banner .banner-inner {
  width: 1440px;
  position: relative;
  margin: 0 auto;
}
.banner .banner-content {
  color: #fff;
  position: absolute;
  top: 150px;
  left: 250px;
  font-size: 24px;
}
.banner .banner-content > b {
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
}
.banner img {
  width: 1440px;
}
.content-box {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.content-box > img {
  width: 240px;
  height: 133px;
}
.content-box .content-right {
  margin-left: 20px;
  width: 700px;
}
.content-box .content-right .title {
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-box .content-right .time {
  margin: 9px 0 14px;
}
.pagination-box {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 100px;
}
.pagination {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .page,
.pagination .prev,
.pagination .next {
  width: 30px;
  height: 30px;
  border: 1px solid #B2B2B2;
  border-radius: 2px;
  line-height: 28px;
  text-align: center;
  background-color: #F5F5F5;
  margin: 0 5px;
}
.pagination .page a,
.pagination .prev a,
.pagination .next a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pagination .page:hover,
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #FF8900;
  border-color: #FF8900;
}
.pagination .page:hover a,
.pagination .prev:hover a,
.pagination .next:hover a {
  color: #fff;
}
.pagination .next,
.pagination .prev {
  width: 68px;
}
.pagination .active {
  background-color: #FF8900;
  border: none;
}
.pagination .active a {
  color: #fff;
}
