.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 .items-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.0625rem;
  margin-bottom: 0.0625rem;
  border-bottom: dashed 0.00520833rem #e1e1e1;
}
.govcon-box .con-box .items-box:last-child {
  border-bottom: none;
}
.govcon-box .con-box .items-box .img-box {
  width: 0.91666667rem;
  height: 1.14583333rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.14583333rem;
}
.govcon-box .con-box .items-box .img-box img {
  width: 100%;
  height: auto;
}
.govcon-box .con-box .items-box .duties-box {
  width: 100%;
  flex: 1;
}
.govcon-box .con-box .items-box .duties-box .title {
  border-left: 0.015625rem solid var(--main-color);
  margin: 0.04166667rem 0;
  line-height: 0.10416667rem;
  font-size: 0.09375rem;
  font-weight: bold;
  color: var(--main-color);
  padding-left: 0.05208333rem;
}
.govcon-box .con-box .items-box .duties-box .text {
  line-height: 0.125rem;
  font-size: 0.08333333rem;
  margin: 0.08333333rem 0;
}
.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 .desc-box {
  padding-top: 0.08333333rem;
  font-size: 0.08333333rem;
  line-height: 1.8;
  text-align: justify;
  color: #282828;
}
.govcon-box .con-box .list-item {
  margin-top: 0.08333333rem;
}
.govcon-box .con-box .list-item li {
  background: url('../img/spot.png') no-repeat;
  background-position: left center;
  padding-left: 0.08333333rem;
  line-height: 0.17708333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.govcon-box .con-box .list-item li a {
  display: inline-block;
  width: 3.64583333rem;
  font-size: 0.08333333rem;
  color: #4d4d4d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.govcon-box .con-box .list-item li a:hover {
  color: #0065c6;
}
.govcon-box .con-box .list-item li .date {
  color: #999999;
}
