.qyjt-list {
  margin-left: -30px;
}
.qyjt-item {
  margin: 0 0 30px 30px;
  padding-bottom: 32px;
  border-bottom: 2px solid #DDE6E5;
  transition: all 0.3s ease;
}
.qyjt-item h4 {
  color: #222;
  font-weight: normal;
  font-size: 16px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 18px;
  transition: all 0.3s ease;
}
.qyjt-item h4,
.qyjt-item p {
  margin-top: 24px;
}
.qyjt-item:hover {
  color: #009944;
  border-color: #009944;
}
.qyjt-item:hover h4 {
  color: #009944;
}
.yjzxs-navbgs {
  width: 100%;
  height: 77px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.14);
}
.yjzxs-navbg {
  height: 100%;
  white-space: nowrap;
}
.yjzxs-itembg {
  display: inline-block;
  width: 160px;
  height: 100%;
}
.yjzxs-itembg-title {
  margin-top: 18px;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #444444;
  text-align: center;
}
.yjzxs-itembg-subtitle {
  margin-top: 8px;
  width: 100%;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #AAAAAA;
  text-align: center;
}
.yjzxs-itembg-line {
  margin: 0 auto;
  margin-top: 10px;
  width: 32px;
  height: 2px;
}
.yjzxs-itembg:hover {
  cursor: pointer;
}
