.xyjj-container {
  width: 1388px;
  margin: 0px auto;
  padding: 80px 0;
}

.xyjj-title {
  text-align: center;
  color: #000;
  font-size: 48px;
  font-weight: 500;
}
.xy-detail-main {
  display: flex;
  justify-content: space-between;
}
.jxyj-img {
  width: 247px;
}

.jxyj-img img {
  width: 247px;
  height: 940px;
  object-fit: contain;
}

.xyjj-xy-detail {
  display: flex;
  flex: 1;
}

.xy-detail-item1 {
  width: 195px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000;
}
.xy-detail-item1 .date {
  font-size: 32px;
  color: rgba(9, 66, 119, 1);
  font-weight: bold;
  text-align: right;
  padding: 20px 20px;
}

.xy-detail {
  flex: 1;
  padding-left: 60px;
  font-size: 28px;
  line-height: 52px;
  position: relative;
}
.xyxx {
  margin-top: 70px;
}
.bt-img {
  height: 38px;
  position: relative;
  width: 100%;
  background-color: #d9d9d9;
  display: flex;
  position: relative;
}
.bt-img img {
  max-width: 200px;
  width: 100%;
}
.bt-img .num {
  margin-right: 30px;
  margin-left: 100px;
  font-size: 28px;
  color: rgba(42, 93, 132, 1);
}
.bt-img1 {
  justify-content: flex-end;
}
.bt-img1 img {
  right: 15px;
  position: absolute;
  bottom: 0px;
}
.bt-img2 img {
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.bt-img2 .num {
  margin-left: 250px;
}
.xyxx-main {
  margin-bottom: 50px;
}
.nr-box {
  margin-top: 30px;
  margin-bottom: 150px;
  display: flex;
    flex-wrap: wrap;
}

.nr-box .nr-box-line {
  margin-right: 30px;
}

.nr-box a {
  display: block;
  text-indent: 2em;
  margin-top: 20px;
  font-size: 20px;
}
.borderVisible {
  width: 1000px;
}
.borderVisible p {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .xyjj-container {
    width: 100%;
    margin: 20px auto;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .xy-detail-item1 {
    display: none;
  }
  .jxyj-img {
    display: none;
  }
  .xy-detail {
    width: 100%;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .borderVisible {
    width: 100%;
  }
}
