@charset "UTF-8";
/**
* 新闻动态
* date:2022-10-31
* author: hjh;
 */
.container {
  width: 1200px;
}

.news-wrap {
  position: relative;
  min-height: 804px;
  margin-bottom: 67px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
  border-radius: 3px;
  box-sizing: border-box;
  padding-bottom: 90px;
}
.news-list {
  padding-top: 3px;
}
.news-item {
  position: relative;
  width: 1170px;
  height: 77px;
  background: #fff;
  margin: 24px auto 0;
  border-bottom: 1px solid #E2E2E2;
  box-sizing: border-box;
  padding: 0 13px;
}
.news-item:hover {
  border-bottom: 1px solid #AD000E;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}
.news-item-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.news-title {
  max-width: 736px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-detail {
  max-width: 826px;
  font-size: 14px;
  line-height: 22px;
  color: #7f8ba5;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-time {
  font-size: 14px;
  line-height: 22px;
  color: #7f8ba5;
}

.pager {
  position: absolute;
  width: 100%;
  bottom: 26px;
}