.yjzxs-navbgs {
  width: 100%;
  height: 57px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
}
.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 .title-active {
  color: #222222;
}
.yjzxs-itembg .line-active {
  background-color: #005ABF;
}
.yjzxs-itembg .item-disable {
  color: #999999 !important;
}
.yjzxs-itembg:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1000px) {
  .yjzxs-navbgs {
    height: 50px;
  }
  .yjzxs-itembg {
    display: inline-block;
    width: auto;
    padding: 0 5px;
  }
  .yjzxs-itembg-title {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
  }
  .yjzxs-itembg-subtitle {
    display: none;
  }
  .yjzxs-itembg-line {
    width: 32px;
  }
}
.ttxw-list {
  color: #222;
  margin-top: 30px;
}
.ttxw-item {
  padding: 19px 0;
  border-bottom: 1px solid #EBEBEB;
  font-size: 0;
  display: flex;
}
.ttxw-item a {
  flex: 1;
}
.ttxw-item .title {
  font-size: 16px;
}
.ttxw-item time {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.ttxw-item:hover .title {
  color: #005ABF;
}
