.top-image {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.content-body {
  width: calc(100vw - 8px);
  position: relative;
}

.navtab-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100px;
  width: calc(100vw - 8px);
  top: -50px;
}

.navtab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  width: 360px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(29, 140, 244, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;

  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.navtab-sel {
  color: #1D8CF4;
  text-align: center;
}

.navtab-nosel {
  color: #666666;
  text-align: center;
}

.navtab:hover {
  width: 360px;
  height: 100px;
  background: #1D8CF4;
  box-shadow: 0px 10px 40px 0px rgba(29, 140, 244, 0.1);
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.news {
  padding-top: 90px;
  background: #FAFAFA;
}

.news-item {
  width: 1280px;
  height: 240px;
  background: #FFFFFF;
  margin: 60px auto 0 auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.news-item-time {
  height: 124px;
  width: 207px;
  border-right: 2px solid #999999;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.news-item-time-day {
  /* width: 86px; */
  height: 103px;
  font-size: 80px;
  font-family: DINPro, DINPro;
  font-weight: 500;
  color: #1D8CF4;
  line-height: 94px;
}

.news-item-time-month {
  /* width: 87px; */
  height: 31px;
  font-size: 24px;
  font-family: DINPro, DINPro;
  font-weight: 500;
  color: #999999;
  line-height: 28px;
}

.news-item-title {
  width: 640px;
  /* height: 96px; */
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
}

.news-item-title-title {
  /* width: 576px; */
  width: 100%;
  height: 36px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 36px;
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 当内容溢出时显示省略号 */
  white-space: nowrap; /* 禁止文本换行 */
}

.news-item-title-subTitle {
  /* width: 640px; */
  height: 96px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  margin-top: 20px;
  overflow: hidden; /* 隐藏超出的内容 */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 显示3行 */
  -webkit-box-orient: vertical;
  line-clamp: 3; /* 正式规范，但目前浏览器支持不广泛 */
  word-break: break-word; /* 防止英文单词截断 */
  text-overflow: ellipsis; /* 当内容溢出时显示省略号 */
}

.news-item-image {
  width: 280px;
  height: 200px;
  margin-right: 20px;
}

.pagination {
  padding: 80px 0 100px 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  width: 40px;
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  color: #CCCCCC;
  font-size: 20px;
  font-weight: 100;
}

.el-pager li {
  height: 40px;
  line-height: 40px;
}

/* .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
  width: 40px;
} */
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  height: 38px;
  line-height: 38px;
}

.el-pager .more::before {
  line-height: 40px;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #409EFF;
  border: 1px solid #409EFF;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  color: #ffffff;
  border: 1px solid #409EFF;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
  width: 80px;
  height: 40px;

}

.el-pagination span:not([class*=suffix]) {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 38px;
}

.pagination-start {
  width: 60px;
  height: 38px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 28px;

  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #CCCCCC;
  margin: auto 0;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  /* cursor: not-allowed; */
}
.pagination-start-yes{
  cursor: pointer;
}
.pagination-start-not{
  cursor: not-allowed;
}