body {
  background-color: #f2f6fa;
}

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

.ldxx-box {
  padding: 0 50px 180px 50px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.ldxx-box .type-box {
  margin: 25px 0 50px 0;
  width: 100%;
  height: 60px;
  background-color: #f2f6fa;
  *zoom: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.ldxx-box .type-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ldxx-box .type-box .type-item {
  float: left;
  position: relative;
  display: block;
  width: 25%;
  height: 100%;
  font-size: 20px;
  line-height: 60px;
  background-color: #f2f6fa;
  text-align: center;
  color: #333;
}
.ldxx-box .type-box .type-item i {
  display: none;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #286ace;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.ldxx-box .type-box .type-active {
  color: #fff;
  background-color: #286ace;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.ldxx-box .type-box .type-active i {
  display: block;
}
.ldxx-box .ldxx-content {
  width: 100%;
  *zoom: 1;
}
.ldxx-box .ldxx-content:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ldxx-box .ldxx-content .big-avter {
  float: left;
  padding: 13px;
  width: 21.6%;
  box-sizing: border-box;
  background-color: #f2f6fa;
}
.ldxx-box .ldxx-content .big-avter img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ldxx-box .ldxx-content .big-avter p {
  font-size: 20px;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ldxx-box .ldxx-content .big-avter p:nth-child(2) {
  margin-top: 18px;
}
.ldxx-box .ldxx-content .big-avter p:nth-child(3) {
  margin-top: 12px;
  font-weight: bold;
}
.ldxx-box .ldxx-content ul {
  float: right;
  width: 71.3%;
  *zoom: 1;
}
.ldxx-box .ldxx-content ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ldxx-box .ldxx-content ul li {
  float: left;
  margin-right: 46px;
  margin-bottom: 40px;
  padding: 12px;
  width: calc((100% - 184px) / 5);
  background-color: #f2f6fa;
  box-sizing: border-box;
}
.ldxx-box .ldxx-content ul li:nth-child(5n+5) {
  margin-right: 0;
}
.ldxx-box .ldxx-content ul li .img-container {
  position: relative;
  padding-top: 125.4%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.ldxx-box .ldxx-content ul li .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.ldxx-box .ldxx-content ul li p {
  font-size: 16px;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ldxx-box .ldxx-content ul li p:nth-child(2) {
  margin-top: 13px;
}
.ldxx-box .ldxx-content ul li p:nth-child(3) {
  margin-top: 6px;
  font-weight: bold;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .position-box {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    line-height: 3.64583vw;
  }
  .position-box span {
    margin: 0 0.52083vw;
  }
  .ldxx-box {
    padding: 0 2.60417vw 9.375vw 2.60417vw;
  }
  .ldxx-box .type-box {
    margin: 1.30208vw 0 2.60417vw 0;
    height: 3.125vw;
  }
  .ldxx-box .type-box .type-item {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
    line-height: 3.125vw;
  }
  .ldxx-box .type-box .type-item i {
    left: calc(50% - 0.52083vw);
    bottom: -0.52083vw;
    border-top: 0.52083vw solid #286ace;
    border-left: 0.52083vw solid transparent;
    border-right: 0.52083vw solid transparent;
  }
  .ldxx-box .ldxx-content .big-avter {
    padding: 0.67708vw;
    width: 21.6%;
  }
  .ldxx-box .ldxx-content .big-avter img {
    margin: 0 auto;
    width: 12.55208vw;
  }
  .ldxx-box .ldxx-content .big-avter p {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .ldxx-box .ldxx-content .big-avter p:nth-child(2) {
    margin-top: 0.9375vw;
  }
  .ldxx-box .ldxx-content .big-avter p:nth-child(3) {
    margin-top: 0.625vw;
    font-weight: bold;
  }
  .ldxx-box .ldxx-content ul li {
    margin-right: 2.39583vw;
    margin-bottom: 2.08333vw;
    padding: 0.625vw;
    width: calc((100% - 9.58333vw) / 5);
  }
  .ldxx-box .ldxx-content ul li p {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .ldxx-box .ldxx-content ul li p:nth-child(2) {
    margin-top: 0.67708vw;
  }
  .ldxx-box .ldxx-content ul li p:nth-child(3) {
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 992px) {
  .position-box {
    line-height: 40px;
  }
  .ldxx-box {
    padding: 0 10px 60px 10px;
  }
  .ldxx-box .type-box {
    margin: 20px 0 20px 0;
    height: auto;
  }
  .ldxx-box .type-box .type-item {
    width: 50%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .ldxx-box .type-box .type-item i {
    display: none;
  }
  .ldxx-box .ldxx-content .big-avter {
    float: none;
    margin: 0 auto;
    padding: 6px;
    width: 60%;
  }
  .ldxx-box .ldxx-content .big-avter p {
    font-size: 16px;
  }
  .ldxx-box .ldxx-content .big-avter p:nth-child(2) {
    margin-top: 10px;
  }
  .ldxx-box .ldxx-content .big-avter p:nth-child(3) {
    margin-top: 8px;
  }
  .ldxx-box .ldxx-content ul {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .ldxx-box .ldxx-content ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 10px;
    width: calc((100% - 15px) / 2);
    overflow: hidden;
  }
  .ldxx-box .ldxx-content ul li:nth-child(5n+5) {
    margin-right: 15px;
  }
  .ldxx-box .ldxx-content ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ldxx-box .ldxx-content ul li p:nth-child(2) {
    margin-top: 10px;
  }
  .ldxx-box .ldxx-content ul li p:nth-child(3) {
    margin-top: 6px;
  }
}