.position-box {
  width: 100%;
  font-size: 16px;
  line-height: 70px;
  color: #333;
}
.position-box a {
  color: #333;
}
.position-box a:hover {
  color: #286ace;
}
.position-box span {
  display: inline-block;
  margin: 0 10px;
}

.u-title-box {
  position: relative;
  margin-top: 18px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.u-title-box span {
  display: inline-block;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #286ace;
  border-bottom: 4px solid #286ace;
  box-sizing: border-box;
}

.list-box {
  padding-bottom: 60px;
}
.list-box .yjzj-list {
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 530px;
  *zoom: 1;
}
.list-box .yjzj-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.list-box .yjzj-list .item {
  float: left;
  width: 48.43283%;
  display: block;
  box-sizing: border-box;
  position: relative;
  background-color: #f5f7fa;
  border-radius: 10px;
  padding: 24px 22px;
  margin-top: 20px;
  margin-left: 3.13434%;
}
.list-box .yjzj-list .item .type {
  position: absolute;
  left: 22px;
  width: 86px;
  height: 78px;
  text-align: center;
  border-radius: 10px;
  background-color: #286ace;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-box .yjzj-list .item .wap-type {
  display: none;
}
.list-box .yjzj-list .item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 112px;
  font-size: 16px;
  color: #333;
  transition: all 0.2s;
}
.list-box .yjzj-list .item .time {
  padding-left: 112px;
  margin-top: 24px;
  color: #286ace;
  font-size: 16px;
}
.list-box .yjzj-list .item .btn {
  position: absolute;
  right: 22px;
  bottom: 14px;
  padding: 10px 18px;
  color: #286ace;
  font-size: 16px;
  border-radius: 4px;
  border: dashed 1px #286ace;
  background-color: #fff;
}
.list-box .yjzj-list .item:hover .title {
  letter-spacing: 0.1px;
}
.list-box .yjzj-list .item:nth-child(1), .list-box .yjzj-list .item:nth-child(2) {
  margin-top: 0;
}
.list-box .yjzj-list .item:nth-child(2n+1) {
  margin-left: 0;
}
.list-box .yjzj-list .item.end-type .type {
  background-color: #bbceeb;
}
.list-box .yjzj-list .item.end-type .btn {
  color: #cd0018;
  border-color: #cd0018;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .position-box {
    width: 100%;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    line-height: 3.64583vw;
  }
  .position-box span {
    display: inline-block;
    margin: 0 0.52083vw;
  }
  .u-title-box {
    margin-top: 0.9375vw;
  }
  .u-title-box span {
    padding-bottom: 0.9375vw;
    font-size: 21.6px;
    font-size: calc(24 * var(--font-scale) * 1px);
    color: #286ace;
    border-bottom: 0.20833vw solid #286ace;
  }
  .list-box {
    padding-bottom: 3.125vw;
  }
  .list-box .yjzj-list {
    margin-top: 1.04167vw;
    margin-bottom: 1.5625vw;
    min-height: 27.60417vw;
  }
  .list-box .yjzj-list .item {
    border-radius: 0.52083vw;
    padding: 1.25vw 1.14583vw;
    margin-top: 1.04167vw;
  }
  .list-box .yjzj-list .item .type {
    left: 1.14583vw;
    width: 4.47917vw;
    height: 4.0625vw;
    border-radius: 0.52083vw;
    font-size: 1.04167vw;
    padding: 0.52083vw 0;
  }
  .list-box .yjzj-list .item .title {
    padding-left: 5.83333vw;
    font-size: 0.83333vw;
  }
  .list-box .yjzj-list .item .time {
    padding-left: 5.83333vw;
    margin-top: 1.25vw;
    font-size: 0.83333vw;
  }
  .list-box .yjzj-list .item .btn {
    right: 1.14583vw;
    bottom: 0.72917vw;
    padding: 0.52083vw 0.9375vw;
    font-size: 0.83333vw;
    border-radius: 0.20833vw;
  }
}
@media screen and (max-width: 992px) {
  .position-box {
    width: 100%;
    line-height: 38px;
  }
  .u-title-box {
    margin-top: 10px;
  }
  .u-title-box span {
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 2px solid #286ace;
  }
  .list-box {
    padding-bottom: 30px;
  }
  .list-box .yjzj-list {
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: auto;
  }
  .list-box .yjzj-list .item {
    float: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    border-radius: 6px;
    padding: 24px 15px 34px 15px;
    overflow: hidden;
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .list-box .yjzj-list .item .type {
    display: none;
  }
  .list-box .yjzj-list .item .wap-type {
    display: inline-block;
    background-color: #286ace;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 5px 10px;
    border-end-end-radius: 6px;
  }
  .list-box .yjzj-list .item .title {
    padding-left: 0;
    font-size: 16px;
    color: #333;
    transition: all 0.2s;
    margin-top: 15px;
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
    line-height: 1.5;
  }
  .list-box .yjzj-list .item .time {
    padding-left: 0;
    margin-top: 15px;
    margin-left: -5px;
    color: #286ace;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .list-box .yjzj-list .item .btn {
    position: absolute;
    right: 15px;
    bottom: 10px;
    padding: 5px 10px;
    color: #286ace;
    font-size: 14px;
    border-radius: 4px;
    border: dashed 1px #286ace;
  }
  .list-box .yjzj-list .item:nth-child(1) {
    margin-top: 0;
  }
  .list-box .yjzj-list .item:nth-child(2) {
    margin-top: 10px;
  }
  .list-box .yjzj-list .item.end-type .wap-type {
    opacity: 0.5;
  }
}