.govcon-box {
  width: 4.89583333rem;
  margin-top: 0.05208333rem;
}
.govcon-box .header-box {
  line-height: 0.3125rem;
  border-bottom: 0.02083333rem solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.govcon-box .header-box .title {
  display: inline-block;
  height: 0.3125rem;
  line-height: 0.3125rem;
  color: var(--main-color);
  font-size: 0.14583333rem;
  font-weight: 700;
  position: relative;
}
.govcon-box .header-box .title:after {
  content: "";
  position: absolute;
  bottom: -0.02083333rem;
  left: 0;
  height: 0.02083333rem;
  width: 100%;
  background-color: var(--main-color);
}
.govcon-box .header-box .location-box span,
.govcon-box .header-box .location-box span a {
  display: inline-block;
  font-size: 0.07291667rem;
  color: #5d5d5d;
}
.govcon-box .header-box .location-box span a:hover {
  color: var(--main-color);
}
.govcon-box .con-box {
  padding: 0.10416667rem 0 0.15625rem;
  overflow: hidden;
}
.govcon-box .con-box .title-box {
  color: var(--main-color);
  background-color: var(--second-color);
  font-size: 0.08333333rem;
  line-height: 0.20833333rem;
  padding-left: 0.10416667rem;
}
.govcon-box .con-box .basic-box table {
  height: auto;
  overflow: hidden;
  font-size: 0.08333333rem;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0.125rem;
}
.govcon-box .con-box .basic-box table tbody tr {
  line-height: 0.234375rem;
}
.govcon-box .con-box .basic-box table tbody tr td {
  padding: 0 0.05208333rem;
  border-color: #dddddd;
  border-style: solid;
  border-width: 0.00520833rem;
}
.govcon-box .con-box .basic-box table tbody tr td.et2 {
  text-align: center;
  background: #efefef;
}
.govcon-box .con-box .basic-box table tbody tr td.et3 {
  text-align: left;
  background: #ffffff;
}
.govcon-box .con-box .duty-box {
  padding-top: 0.08333333rem;
  font-size: 0.08333333rem;
  line-height: 1.8;
  text-align: justify;
  color: #282828;
}
