.xshow-con {
  margin-top: 5.8%;
  margin-bottom: 92px;
}
.xshow-con .bt {
  font-size: 1.67vw;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333333;
}
.xshow-con .sj {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.xshow-con .sj p:nth-child(1) {
  margin-right: 36px;
}
.xshow-con .nr {
  padding: 0 15px;
  margin-top: 49px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
  padding-bottom: 42px;
  color: #333333;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.xshow-con .xshow-dh {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-top: 42px;
}
.xshow-con .xshow-dh p a {
  font-size: 16px;
  transition: all 0.5s;
  color: #252525;
}
.xshow-con .xshow-dh p a:hover {
  color: #f2682d;
}
@media (max-width: 1599px) {
  .xshow-con .bt {
    font-size: 1.8vw;
  }
  .xshow-con .nr {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 1477px) {
  .xshow-con .bt {
    font-size: 2vw;
  }
  .xshow-con .nr {
    font-size: 14px;
  }
  .xshow-con .xshow-dh p a {
    font-size: 15px;
  }
}
@media (max-width: 1365px) {
  .xshow-con .bt {
    font-size: 2.2vw;
  }
  .xshow-con .sj {
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .xshow-con .nr {
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .xshow-con .xshow-dh {
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .xshow-con .bt {
    font-size: 2.8vw;
  }
  .xshow-con .sj {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .xshow-con .sj p:nth-child(1) {
    margin-right: 0;
  }
  .xshow-con .nr {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .xshow-con .xshow-dh {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
}
@media (max-width: 990px) {
  .xshow-con {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .xshow-con .bt {
    font-size: 22px;
  }
  .xshow-con .sj {
    margin-top: 20px;
    padding-bottom: 25px;
    font-size: 13px;
  }
  .xshow-con .nr {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 25px;
  }
  .xshow-con .xshow-dh {
    margin-top: 30px;
  }
  .xshow-con .xshow-dh p a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .xshow-con {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .xshow-con .bt {
    font-size: 18px;
  }
  .xshow-con .sj {
    margin-top: 26px;
    padding-bottom: 20px;
    font-size: 13px;
  }
  .xshow-con .nr {
    padding: 0;
    margin-top: 38px;
    font-size: 14px;
    line-height: 2;
    padding-bottom: 45px;
  }
  .xshow-con .xshow-dh {
    margin-top: 45px;
    padding: 0;
    gap: 10px;
  }
  .xshow-con .xshow-dh {
    align-items: flex-start;
    text-align: left;
  }
  .xshow-con .xshow-dh p a {
    font-size: 13px;
  }
}
