
.max{
  width: 100%;
}

.gs_news {
  width: 100%;
  box-sizing: border-box;
}
.gs_title {
  font-size: 60px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 90px;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 250px;
  left: calc(50% - 120px);
  border-bottom: 6px solid #ffffff;
}

.gs_content_top {
  padding: 0 260px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.new_title {
  font-size: 42px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #000000;
  line-height: 49px;
}
.content {
  padding: 0 260px 175px;
  box-sizing: border-box;
}

.right {
  width: 984px;
  height: 198px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.time {
  margin-right: 70px;
  width: 119px;
  height: 59px;
}
.yue {
  font-size: 50px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #5d5d5d;
  letter-spacing: 4px;
}
.fz {
  font-size: 18px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  color: #5d5d5d;
}
.right_title {
  font-size: 26px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14px;
}
.right_content {
  font-size: 18px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  color: #888888;
  line-height: 21px;
}
.right_txt {
  text-align: left;
}
.left {
  width: 328px;
  height: 198px;
  border-radius: 16px 16px 16px 16px;
}

.list_item {
  box-sizing: border-box;
  margin-top: 40px;
  cursor: pointer;
}

/* .breadcrumb {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 71px;
  
}
.page > li {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin: 0 4px;

}
.page > .page_active {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #15af2b;
  color: #15AF2B;
}
.page li.pre{
  background: url("https://app-1302672195.cos.ap-beijing.myqcloud.com/website/img/pre.png") no-repeat;
  background-size: 50% 50%;
  background-position: center;
}
.page li.next{
  background: url("https://app-1302672195.cos.ap-beijing.myqcloud.com/website/img/next.png") no-repeat;
  background-size: 50% 50%;
  background-position: center;
}
.dis_flex_start{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}