.column-title-box {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-align: center;
}
.column-title-box .column-title {
  border: 16px solid transparent;
  border-image: url("../images/bg/column-title-bg.png") 24 fill;
  font-size: 30px;
  color: #8b2a27;
}
.column-title-box .column-title.active {
  border: 16px solid transparent;
  border-image: url("../images/bg/column-title-bg-active.png") 24 fill;
  color: #fff;
}

.column-title-box.multiple {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.column-title-box.multiple .column-title {
  margin-right: 12px;
}

.open-archive-query-title {
  color: #2b2b2b;
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.search-table-box .search-box-row {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 40px;
}
.search-table-box .search-box-row .weight-1 {
  display: block;
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}

@media screen and (max-width: 768px) {
  .search-table-box .search-box-row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .search-table-box .search-box-row .weight-1 {
    width: 100%;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    margin-bottom: 20px;
  }
}
.search-button-box {
  text-align: center;
}
.search-button-box .search-button {
  width: 200px;
  height: 50px;
  background: #8b2a27;
  color: #fff;
  font-size: 20px;
}

.search-table-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  min-height: 40px;
}
.search-table-item .label {
  font-size: 22px;
  color: #2b2b2b;
  min-width: 180px;
  text-align: right;
}
.search-table-item select,
.search-table-item input {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  padding: 0 10px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #8b2a27;
}
.search-table-item select {
  text-align: center;
}

.search-result-box {
  margin-top: 40px;
  min-height: 300px;
  background: url("../images/page-list/card-bottom-bg.png") center bottom/100% auto no-repeat, white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.search-result-box .search-result-table-title {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  border: 1px solid #8b2a27;
}
.search-result-box .search-result-table-title div {
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid #8b2a27;
}
.search-result-box .row-title {
  font-weight: bold;
  font-size: 14px;
}
.search-result-box .search-result-table-item {
  display: flex;
  font-size: 14px;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  border-bottom: 1px solid #8b2a27;
  border-left: 1px solid #8b2a27;
  border-right: 1px solid #8b2a27;
}
.search-result-box .search-result-table-item div {
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid #8b2a27;
}
.search-result-box .search-result-table-title .release-time,
.search-result-box .search-result-table-item .release-time {
  border-right: none;
}

.search-result-box .search-result-no {
  width: 50px;
}
.search-result-box .archive-number {
  width: 290px;
}
.search-result-box .responsible-person {
  width: 220px;
}
.search-result-box .title {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
}
.search-result-box .written-time {
  width: 130px;
}
.search-result-box .release-time {
  width: 165px;
}