.page-list-search-form {
  display: flex;
  width: 37.5rem;
  background-color: #ffffff;
  border: 0.0625rem solid rgba(220, 224, 230, 1);
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.page-list-search-form form {
  display: flex;
  width: 100%;
}
.page-list-search-form .search-input-text {
  width: 85%;
  line-height: 3rem;
  font-size: 0.875rem;
  color: #8b95a8;
  padding-left: 1rem;
}

.page-list-search-form .search-input-button {
  font-size: 1rem;
  color: #ffffff;
  height: 100%;
  line-height: 3rem;
  flex: 1;
  background: url(white-search.svg) no-repeat 1rem center #1e78ff;
  background-size: 0.875rem 0.875rem;
  padding-left: 1.125rem;
}

.page-list-search-labels {
  font-size: 14px;
}

.page-list-search-tags {
  background-color: #ffffff;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.search-labels-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}

.search-labels-item-labe-tag {
  display: flex;
  flex-wrap: wrap;
}

.search-checkbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  margin-right: 1.25rem;
  cursor: pointer;
  min-width: 4.25rem;
}

.search-checkbox-wrapper .search-checkbox {
  position: relative;
  margin-right: 0.5rem;
}

.search-checkbox-wrapper .search-checkbox-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  margin: 0;
}

.search-checkbox-wrapper .search-checkbox-inner {
  display: block;
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}

.search-checkbox-wrapper .search-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 60%;
  height: 60%;
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.search-checkbox-wrapper.highlighted .search-checkbox-inner {
  border: 0.0625rem solid rgba(44, 104, 255, 1);
}

.search-checkbox-wrapper.highlighted .search-checkbox-inner::after {
  background-color: #2c68ff;
}

.page-list-content {
  background-color: #ffffff;
  justify-content: space-between;
}
.page-list-details {
  width: 50.25rem;
}
.information-item .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.information-switch-type {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.0625rem solid rgba(220, 224, 230, 1);
  margin-bottom: 0.25rem;
}

.information-switch-type li {
  font-size: 1.125rem;
  color: #333333;
  text-align: left;
  font-weight: 400;
  margin-right: 2.5rem;
  cursor: pointer;
  padding-bottom: 1.1875rem;
  position: relative;
}

.information-switch-type li::after {
  position: absolute;
  left: 0;
  bottom: -0.0938rem;
  display: block;
  content: "";
  width: 100%;
  height: 0.1875rem;
  background-color: transparent;
  border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
}

.information-switch-type li.active {
  color: #1e78ff;
  font-weight: 500;
}

.information-switch-type li.active::after {
  background-color: #1e78ff;
}

.information-item {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

/*.information-item:hover {
  background: #f9f9f9;
}
*/
.information-item .information-item-title {
  font-size: 1rem;
  color: #000000;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
 .page-list-details .information-item a{
  padding-bottom: 1.25rem;
 }
.information-item:hover .information-item-title {
  color: #1e78ff;
}

.information-item .information-item-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}

.information-item .information-item-tag span {
  display: block;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.375rem;
  font-weight: 400;
  padding: 0 0.5rem;
  background: #f5f5f5;
  margin-right: 0.5rem;
  border: 0.0375rem solid rgba(217, 217, 217, 1);
  border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
}

.information-item .information-item-abstracts {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.tabs {
  height: 3.4375rem;
  line-height: 3.4375rem;
  font-size: 1.125rem;
  display: flex;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.tab {
  cursor: pointer;
  margin-right: 2.5rem;
}

.tab.active {
  border-bottom-color: #1e78ff;
  color: #1e78ff;
  position: relative;
  font-weight: 500;
}

.tab.active::after {
  background-color: #1e78ff;
}

.tab::after {
  position: absolute;
  left: 0;
  bottom: -0.0938rem;
  display: block;
  content: "";
  width: 100%;
  height: 0.1875rem;
  background-color: transparent;
  border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.form-group {
  display: flex;
  align-items: center;
  margin-top: 1.0625rem;
  font-size: 0.875rem;
}

.form-group:first-child {
  margin-top: 0;
}

.information-item a {
  display: flex;
  border-bottom: 1px solid rgba(233, 233, 233, 1);
}

.information-item .pic {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  border-radius: 0.75rem;
  background: #fafafa; 
    background: #f0f2f5;
  margin-right: 1.5rem;
  text-align: center;
  flex-shrink: 0;
}

.information-item .pic span {
  color: #fff;
  font-size: 2.875rem;
}

.form-group-title {
  width: 7rem;
}

.checkbox-group {
  display: flex;
  gap: 20px;
}

label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}

.select-wrapper {
  position: relative;
}

select {
  width: 15rem;
  height: 2rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.select-icon.rotate {
  transform: translateY(-50%) rotate(180deg);
}

.information-table {
  padding: 1.25rem;
}

.table-content {
  margin-bottom: 0.8125rem;
}

.table-title {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  padding-left: 0.9375rem;
  position: relative;
  margin-bottom: 0.875rem;
}

.table-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3125rem;
  height: 100%;
  border-radius: 0.25rem;
  background-color: #1e78ff;
}

.table-item {
  display: flex;
}

.table-item tr,
.table-item td {
  border: 0.05rem solid rgba(232, 232, 232, 1);
}

.table-item-title {
  width: 8.875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  color: #333333;
  background: #fafafa;
}

.table-item-txt {
  width: 16.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 500;
}

.table-item-txtLong {
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 500;
}

.page-list-right {
  width: 23.75rem;
  float: right;
  background: #fff;
}

.page-list-right-bg {
  width: 100%;
  height: 3.5625rem;
}

.page-list-right-bg img {
  width: 100%;
}

.page-list-right-list .information-item {
  padding: 1rem 1.25rem 0 1.25rem;
}

.page-list-right-list .pic {
  width: 2.9375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  /* background: #6eaae2; */
  border-radius: 12px;
}
.page-list-right-list .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.page-list-right-list .pic span {
  font-size: 1.75rem;
}

.page-list-right-list .information-item-title {
  margin-bottom: 0.625rem;
  line-height: normal;
}

.page-list-right-list .information-item-abstracts {
  line-height: normal;
}

.page-list-right-more {
  height: 3rem;
  line-height: 3rem;
  font-size: 0.875rem;
  color: #1e78ff;
  font-weight: 400;
  text-align: center;
  display: block;
}