.fix-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 14px;
  color: #5D5D5D;
}

.no-margin {
  margin: 0;
}

.notice {
  width: 100%;
  background: #F5F6FA;
  margin-bottom: 100px;
}

.centre {
  max-width: 1200px;
  margin: 0 auto;
}

/* 导航 */
.navbar {
  margin: 10px 0 20px 0;
  color: #5D5D5D;
}

.navbar-tabs {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.line-box {
  width: 1px;
  height: 14px;
  margin: 0 8px;
  background-color: #D8D8D8;
}

.left-arrow {
  width: 18px;
}

.home-icon {
  width: 18px;
  margin-right: 10px;
}

.sign-line {
  color: #AEAEAE;
  margin: 0 6px;
}

/* 分类 */
.category-box {
  width: 100%;
  background: linear-gradient(180deg, #F8FCFF 0%, #FFFFFF 45%);
  border-radius: 8px 8px 8px 8px;
  border: 0px solid;
  position: relative;
  overflow: hidden;
}

.tree-icon {
  width: 150px;
  position: absolute;
  top: -15px;
  right: 0px;
}

.category-item-box {
  padding: 22px 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.category-item-box:first-child {
  padding-bottom: 2px;
}

.category-title {
  font-size: 15px;
  font-weight: 700;
  margin-right: 40px;
  color: #353535;
}

.category-item {
  padding: 3px 15px;
  margin: 0 10px;
  color: #353535;
  text-decoration: none;
  box-sizing: content-box;
}

.category-active-item {
  background: #EBF1FF;
  border-radius: 20px;
  border: 1px solid #054EBB;
}

/* 文件部分 */
.content-box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.main-l {
  width: 69%;
  height: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.main-l-div {
  border-bottom: 1px dashed #DEDEDE;
  padding-bottom: 10px;
}

.main-l-title {
  color: #353535;
  margin-top: 10px;
  font-size: 16px;
}

.main-l-content {
  color: #868686;
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main-l-time {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #868686;
  font-size: 14px;
}

.main-r {
  width: 30%;
  height: 100%;
}

.main-r-container {
  padding-top: 10px;
  background: #fff;
  border-radius: 8px;
}

.main-r-wenzi {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6EBF2;
  padding-bottom: 10px;
  padding-left: 10px;
}

.main-r-wenzi-jx {
  width: 5px;
  height: 20px;
  background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%);
  margin-right: 10px;
}

.main-r-wenzi-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.main-r-div {
  padding: 10px;
  border-bottom: 1px dashed #DEDEDE;
}

.main-r-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #353535;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-r-content {
  /* height: 130px; */
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #353535;
  margin-top: 15px;
  color: #868686;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main-r-time {
  font-size: 14px;
  margin-top: 15px;
  color: #868686;
}

/* 政策测评 */
.nominate-box {
  margin-bottom: 20px;
  background-image: url(/static/img/backgroundimg.png);
  background-size: 100% 100%;
  color: #FFFBEB;
  padding: 20px 15px;
  box-sizing: border-box;
}

.nominate-title {
  font-size: 20px;
  font-weight: 700;
}

.nominate-p {
  color: #FFF6D4;
}

.nominate-items {
  color: #494949;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nominate-item {
  width: calc(50% - 5px);
  height: 60px;
  background: linear-gradient(180deg, #FFFFFF 57%, #FFFBEB 100%);
  border-radius: 5px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 分页容器 */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

/* 分页列表 */
.pagination-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 15px 0 0;
  align-items: center;
}

/* 分页项 */
.pagination-item {
  margin: 0 2px;
}

/* 分页链接 */
.pagination-link {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  transition: background-color 0.2s;
}

/* 箭头样式 */
.pagination-arrow {
  font-weight: bold;
}

/* 当前活动页 */
.pagination-item.active .pagination-link {
  color: #409EFF;
  font-weight: bold;
}

/* 省略号样式 */
.pagination-ellipsis {
  padding: 5px 5px;
  color: #666;
}

/* 跳转区域 */
.pagination-goto {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.pagination-goto-text {
  margin: 0 8px;
}

.pagination-goto-input {
  width: 50px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}

/* 交互效果 */
.pagination-link:hover {
  background-color: #f0f0f0;
}

.pagination-goto-input:focus {
  outline: none;
  border-color: #8859D9;
}