/* 政府软件案例详情页 — 统一 Banner（三页共用，以门户页为基准） */

.box_1 {
  background: url(../images/banner-a.jpg);
  width: 100%;
  height: 660px;
  background-size: 100% 100%;
}

.box_1 .block_1 {
  height: 56px;
  margin: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.box_1 .block_1 .image_1 {
  width: 234px;
  height: 56px;
  flex-shrink: 0;
}

.box_1 .block_1 .section_one {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}

.box_1 .block_1 .section_one a {
  text-decoration: none;
}

.box_1 .block_1 .section_one .text_1,
.box_1 .block_1 .section_one .text_2,
.box_1 .block_1 .section_one .text_3 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: MicrosoftYaHei, "Microsoft YaHei", sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}

.box_1 .block_1 .section_one .text_3 {
  color: rgba(50, 182, 184, 1);
  font-family: MicrosoftYaHei-Bold, "Microsoft YaHei", sans-serif;
  font-weight: 700;
}

.box_1 .block_1 .section_one .text_1:hover,
.box_1 .block_1 .section_one .text_2:hover {
  color: #32b6b8;
  font-weight: 700;
}

.box_1 .block_2 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 1px;
  margin-top: 21px;
  flex-shrink: 0;
}

.box_1 .outer_one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}

.box_1 .outer_one .block_3 {
  background-color: rgba(255, 255, 255, 1);
  width: 42px;
  height: 5px;
}

.box_1 .outer_one .text_5.page_banner_label {
  width: auto;
  margin: 16px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-family: MicrosoftYaHei-Bold, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 55px;
}
