.main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 110px;
}

.news-ul {
  padding-top: 40px;
}

.news-item {
  margin-bottom: 40px;
  height: 180px;
}

.news-cover {
  width: 300px;
  height: 100%;
  overflow: hidden;
  float: left;
}

.news-cover img {
  width: 100%;
  height: 100%;
}

.new-cont {
  position: relative;
  width: 865px;
  height: 100%;
  float: right;
}

.new-cont .tit {
  line-height: 26px;
  color: #222222;
  font-size: 16px;
}

.new-cont .content {
  font-size: 14px;
  color: #6C7073;
  line-height: 24px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-cont .time {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  line-height: 13px;
  color: #6C7073;
}

.pagination {
  border-top: 1px solid #F0F0F0;
  line-height: 26px;
  padding-top: 30px;
}

.pagination-count {
  float: left;
  line-height: 26px;
  color: #6C7073;
  font-size: 13px;
}

.pagination-inner {
  float: right;
}

.pagination-item {
  float: left;
  display: block;
  box-sizing: border-box;
  min-width: 26px;
  height: 26px;
  padding: 0 4px;
  text-align: center;
  background-color: #F7F7F8;
  border-radius: 3px;
  color: #333333;
  margin-right: 10px;
  cursor: pointer;
}

.pagination-item.active {
  background-color: #F51F12;
  color: #fff;
}

.pagination-prev,
.pagination-next {
  width: 26px;
  height: 26px;
  border-radius: 3px;
  cursor: pointer;
}

.pagination-prev {
  float: left;
  margin-right: 10px;
  background: url('../img/qydt-img2.png') #F7F7F8 no-repeat center center;
}

.pagination-prev:hover {
  background-image: url('../img/qydt-img2-2.png');
}

.pagination-next {
  float: left;
  background: url('../img/qydt-img3.png') #F7F7F8 no-repeat center center;
}

.pagination-next:hover {
  background-image: url('../img/qydt-img3-2.png');
}