.news-base-body-header {
  background-image: url('/templates/1/new2/_files/imgs/news_center_bg.jpg');
}

.news-base-body-center {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  /* background: #F5F8FA; */
}

.news-center-body {
  width: var(--content-width);
  box-sizing: border-box;
  /* background: #ffffff; */
  padding: 0 48px;
}

.news-abstract-body {
  padding: 32px;
  box-sizing: border-box;
  width: 100%;
  height: 334px;
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  background: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 40px;
  box-shadow: 0px 8px 16px 0px #D8DDE4;
}

.abstract-img {
  width: 420px;
  height: 280px;
  margin-right: 32px;
}

.abstract-text-description {
  width: calc(100% - 452px);
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.abstract-title {
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #121624;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.abstract-main-text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  height: 148px;
  font-variation-settings: "opsz" auto;
  /* 深 */
  color: #6C7487;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.details-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 104.36px;
  height: 44px;
  box-sizing: border-box;
  /* 主色-2 */
  border: 1px solid #3780C6;
  color: #3780C6;
  font-size: 14px;
}
.details-btn a{
  color: #3780C6;
}
.details-btn:hover{
  background-color: #3781c62a;
}
.news-body-singe-data-fix {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 215px;
}

.left-body-text-fix {
  padding: 20px 0;
  width: calc(100% - 270px);
  position: relative;
}

.main-titles {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  /* 黑 */
  color: #121624;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.main-text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  /* 深 */
  color: #6C7487;
  margin-top: 16px;
  overflow: hidden;
  height: 98px;
  /*设置文本超出部分用省略号显示*/
  text-overflow: ellipsis;
  /* 块元素显示的文本的行数 */
  -webkit-line-clamp: 4;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
  -webkit-box-orient: vertical;
}

.footr-source-time {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 12px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  /* 浅 */
  color: #8A91A0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.source {
  width: 40%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.right-body-img-fix {
  width: 280px;
  height: 175px;
  margin-right: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* 分页 */
.pagination {
  text-align: center;
  padding: 20px;
}

.pagination button {
  padding: 5px 10px;
  margin: 3px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
}

.pagination .actives {
  background: #3780C6;
  color: white;
}

.pagination button:hover {
  background: #3780C6;
  color: white;
}

.go {
  text-decoration: none;
  border-bottom: 1px solid #ECF0F5;
}
.go a:hover{
  text-decoration: underline;
}