#app::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 80px;
  width: 706px;
  height: 290px;
  background-image: url(/static/image/lower_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.app-main .content-main {
  background-color: white;
  padding: 0 40px 40px;
  box-sizing: border-box;
}

#policyPapers-main .content-main .pagination {
  margin-top: 40px;
}

#policyPapers-main .content-main .policyPapers-main-container {
  overflow-x: auto !important;
}

#policyPapers-main .content-main table :is(th, td):nth-last-child(1) {
  position: sticky;
  right: 0;
  z-index: 2;
}

#policyPapers-main .content-main table,
#policyPapers-main .content-main th,
#policyPapers-main .content-main td {
  border: none;
  border-collapse: collapse;
  font-size: 0.16rem !important;
}

#policyPapers-main .content-main tbody tr:nth-child(2n-1) td {
  background: #f2f6f6;
}

#policyPapers-main .content-main table td {
  height: 0.76rem;
}

#policyPapers-main .content-main table thead {
  background-color: transparent;
  height: 0.7rem;
}

#policyPapers-main .content-main table td .title {
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#policyPapers-main .content-main table td .set_icon {
  width: 0.18rem;
  height: 0.18rem;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  min-width: 12px;
  min-height: 12px;
}

#policyPapers-main .content-main table td .set_icon img {
  width: 100%;
  height: 100%;
  display: block;
}

#policyPapers-main .content-main table td .set_icon img.active {
  display: none;
}

#policyPapers-main .content-main table td .set_icon:hover img {
  display: none;
}

#policyPapers-main .content-main table td .set_icon:hover img.active {
  display: block;
}

@media screen and (max-width: 474px) {
  #policyPapers-main .content-main table td {
    height: 48px;
  }

  #policyPapers-main .content-main table thead {
    height: calc(840px / 19);
  }
}

@media screen and (max-width: 940px) {
  #policyPapers-main .content-main table :is(th, td):nth-last-child(1) {
    box-shadow: inset 2px 0px 0px 0 rgba(0, 0, 0, 0.05);
  }
}

/*!*移动端*!*/
@media screen and (max-width: 562.5px) {
  #policyPapers-main .content-main table,
  #policyPapers-main .content-main th,
  #policyPapers-main .content-main td {
    font-size: 12px !important;
  }
}
