.main-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.main-position {
  width: 20%;
  margin-right: 20px;
  margin-top: 10px;
}

.detail-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0d5fc2;
}

.detail-title h1 {
  padding: 1px 0 10px 13px;
  font-size: 29px;
  color: #0d5fc2;
  /* border-bottom: 2px solid #0d5fc2; */
}

.main-content {
  flex: 1;
  width: 100%;
  padding: 10px 20px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.list-layout {
  width: 1280px;
  margin: 0 auto;
}

.news-item {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px dashed #707070;
  align-items: stretch;
}
.news-date {
  width: 15%;
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  justify-content: end;
}
@media screen and (max-width: 1280px) {
  .news-date {
    width: 16%;
  }
  .news-image {
    width: 30% !important;
  }
}

.news-date p,
.news-date span {
  display: inline-block;
}

.news-date p {
  color: #8a8686;
  font-weight: 300;
  font-size: 18px;
}

.news-date span {
  font-weight: 400;
  font-size: 42px;
  color: #0d5fc2;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.news-btn {
  width: 100%;
  border: 1px solid #8a8686;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 10px 8px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  border-radius: 8px;
}
.news-btn img {
  margin-left: 5px;
}
.news-content {
  flex: 1;
}
.news-image {
  width: 20%;
  position: relative;
}
.news-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-title {
  margin-top: 8px;
}

.news-title,
.news-title span {
  display: inline-block;
}

.news-title span {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  font-weight: normal;
  transition: color 0.3s ease;
}

.news-summary {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 300;
  font-size: 16px;
  color: #595757;
  margin-top: 16px;
  line-height: 1.8;
}

/* 添加文本两行省略效果 */
.news-title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-summary p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
/* 添加新闻项悬停效果 */
.news-item {
  transition: all 0.3s ease;
}

.news-item:hover {
  background-color: #f9f9f9;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.news-item a[data-infoListBy-href] {
  cursor: pointer;
}

.news-item:hover .news-title span {
  color: #0d5fc2;
}
@media screen and (max-width: 1200px) {
  .news-title span {
    font-size: 3rem !important;
  }

  .detail-title h1 {
    font-size: 4rem !important;
  }
  .news-summary {
    font-size: 2.6rem !important;
  }
  .news-date p,
  .news-btn {
    font-size: 2.6rem !important;
  }
  .news-date span {
    font-size: 5rem !important;
  }
  .location span {
    font-size: 3rem !important;
  }
  .total-count,
  .total-count span,
  .pagination-operate a,
  .pagination-operate span {
    font-size: 3.5rem !important;
  }
  .page-btn,
  .page-num {
    padding: 1.8rem 2.5rem;
  }
  .main-wrapper {
    width: 100% !important;
  }
  .list-box {
    width: 100% !important;
  }
  .positions-mobile-content {
    padding: 0;
  }
}

.list-nav {
  width: 100%;
  padding: 20px 33px;
  background-color: #efefef;
}

.list-box {
  width: 1200px;
  margin: 0 auto;
}
