.imgList-cont {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 36px;
}
.imgList-cont .location {
  margin-bottom: 37px;
}
.imgList-cont .location .location-img {
  width: 10px;
  height: 11.9px;
  margin-right: 9px;
}
.imgList-cont .location span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.imgList-cont .location span a {
  color: #999999;
  text-decoration: none;
}
.imgList-cont .location span a:last-child {
  color: #D61F25;
}
.imgList-cont .news-list {
  width: 1200px;
  box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
}
.imgList-cont .news-list .news-item {
  display: inline-block;
  text-decoration: none;
  width: 277px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.imgList-cont .news-list .news-item img {
  width: 100%;
  height: 155.8px;
}
.imgList-cont .news-list .news-item p {
  width: 100%;
  height: 56px;
  background-color: #f3f6fb;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 56px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -5px;
}
.imgList-cont .news-list .news-item:nth-child(4n) {
  margin-right: 0;
}
.imgList-cont .pages {
  text-align: center;
}
.imgList-cont .pages li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #313131;
  line-height: 40px;
  margin-right: 6px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.imgList-cont .pages img {
  width: 8px;
  height: 12px;
}
.imgList-cont .pages .page-active {
  background: #D61616;
  color: #fff;
  border: none;
}
.imgList-cont .pages .page-active a {
  color: #fff;
}
