.yjzz {
  padding: 38px 65px 65px 48px;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .yjzz {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .yjzz {
    padding-left: 24px;
    padding-right: 32px;
  }
}
.yjzz-query {
  background-color: rgba(242, 242, 242, 0.5);
  border-top: 3px solid #0068D3;
  margin-bottom: 32px;
  padding: 21px 0 3px 0;
}
.yjzz-list {
  margin-left: -36px;
}
@media screen and (max-width: 1440px) {
  .yjzz-list {
    margin-left: -24px;
  }
}
.yjzz-item {
  height: 160px;
  width: 50%;
  float: left;
  padding-left: 36px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1440px) {
  .yjzz-item {
    padding-left: 24px;
    margin-bottom: 24px;
  }
}
.yjzz-item-content {
  margin-left: 120px;
  background-color: rgba(0, 0, 0, 0.03);
  height: 100%;
  padding: 20px 36px 0 36px;
}
@media screen and (max-width: 1440px) {
  .yjzz-item-content {
    padding: 18px 18px 0 18px;
  }
}
.yjzz-item-content h4 {
  margin-bottom: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.yjzz-item-content .title {
  font-weight: normal;font-size: 16px;
}
.yjzz-item-content .dir {
  color: #888;
  margin-bottom: 0.5em;
}
.yjzz-item-content .desc {
  line-height: 2;
  height: 56px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .yjzz-item {
    width: 100%;
  }
}
