.page_content_list {
  padding: 0;
}

.category_toggle_module .category_list {
  display: flex;
  overflow: auto;
}

.category_toggle_module .category_list>li {
  margin-right: .16rem;
}

.category_toggle_module .category_list li .label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: .12rem;
  color: #5E5C5C;
  width: .92rem;
  height: .25rem;
  line-height: .14rem;
  background: #FAFAFA;
}

.category_toggle_module .category_list .content {
  opacity: 0;
  position: absolute;
  left: 0;
  padding: 0 .16rem;
  width: 100%;
}

.category_toggle_module .category_list .active .label {
  color: #2165EB;
  background: linear-gradient(268deg, #FFFFFF 0%, #FAFAFA 100%);
  border-radius: 0px 0px 0px 0px;
  border: .02rem solid #2165EB;
}

.category_toggle_module .category_list .active .content {
  opacity: 1;
}


.category_toggle_module .news_title_list {
  padding-top: 0.1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.category_toggle_module .news_title_list::after {
  content: '';
  display: block;
  position: absolute;
  top: .12rem;
  left: 49.6%;
  width: .02rem;
  height: .61rem;
  background: #FAFAFA;
}

.category_toggle_module .news_title_list li {
  width: 46%;
}

.category_toggle_module .news_title_list li:nth-child(5) {
  margin-bottom: 0px;
}