.hdjl-yjzj-content {
  text-align: left;
}
.location {
  text-align: left;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
}
.location a {
  color: #333;
  margin: 0 2px;
}

.section-container {
  margin-top: 40px;
  text-align: left;
}
.section-container .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  display: inline-block;
}
.section-container .section-title::after {
  content: "";
  width: 70px;
  height: 4px;
  display: block;
  background-color: #185aae;
  margin-top: 15px;
}
.section-container .more {
  display: inline-block;
  background-color: #f2f2f2;
  font-size: 18px;
  color: #666;
  padding: 11px 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.yjzj-list {
  margin-top: 40px;
}
.yjzj-list .head {
  border-radius: 4px;
  background-color: #e5f0ff;
  height: 60px;
  line-height: 60px;
}
.yjzj-list .head span {
  text-align: center;
  font-size: 20px;
  color: #194899;
  width: 15%;
  display: block;
  float: left;
}
.yjzj-list .head span:first-child {
  width: 40%;
  text-align: left;
  padding-left: 24px;
}
.yjzj-list li {
  list-style-type: none;
  height: 78px;
  line-height: 78px;
  border-top: solid 2px #ededed;
}
.yjzj-list li::after {
  content: "";
  display: block;
  clear: both;
}
.yjzj-list li:first-child,
.yjzj-list li:first-child + li {
  border-top: 0;
}
.yjzj-list li h1 {
  width: 40%;
  float: left;
  text-align: left;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-left: 24px;
}
.yjzj-list li span {
  width: 15%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.yjzj-list li span.in-progress {
  color: #0649a5;
}
.yjzj-list li div {
  width: 15%;
  float: left;
  text-align: center;
}
.yjzj-list li div a {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 4px;
  background-color: #194899;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.wqfk-list {
  margin-top: 26px;
  margin-bottom: 48px;
}
.wqfk-list li {
  list-style-type: none;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.wqfk-list li h1 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-left: 15px;
}
.wqfk-list li h1::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: #0649a5 solid 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wqfk-list li a:hover h1::before {
  background-color: #0649a5;
}
.wqfk-list li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #333;
}
.wqfk-list li a:hover h1,
.wqfk-list li a:hover span {
  color: #194899;
}
