.details {
  width: 1920rem;
  height: auto;
}
.current {
  width: 100vw;
  height: 60rem;
  background: #f8fbff;
}
.current .navigations {
  width: 486rem;
  height: 60rem;
  font-size: 18rem;

  font-weight: bold;
  color: #000000;
  line-height: 60rem;
  margin-left: 110rem;
}
.content {
  width: 100vw;
  height: auto;
  display: flex;
  padding-top: 37rem;
}
.content .back {
  display: block;
  height: 34rem;
  width: 55rem;
  font-size: 14rem;

  font-weight: bold;
  color: #005ebc;
  line-height: 34rem;
  margin-left: 132rem;
  margin-right: 16rem;
  cursor: pointer;
}
.content .back img {
  width: 14rem;
  height: 12rem;
  margin-bottom: 4rem;
}
.content .con_right {
  width: 1559rem;
  height: auto;
}
.content .con_right .ri_title {
  height: 50rem;
  width: 1559rem;
  text-align: center;
  font-size: 24rem;

  font-weight: bold;
  color: #000000;
  line-height: 25rem;
  border-bottom: 1rem solid #cfcfcf;
}
.content .con_right .ri_cons {
  width: 1400rem;
  height: auto;
  margin: 0 auto 200rem;
}
.content .con_right .ri_cons .source {
  width: 800rem;
  height: 14rem;
  font-size: 14rem;

  color: #999999;
  text-align: center;
  margin: 20rem auto 27rem;
  display: flex;
  justify-content: center;
}
.content .con_right .ri_cons .source .txt1 {
  margin: auto 10rem;
}
.content .con_right .ri_cons .ri_img {
  width: 700rem;
  height: 450rem;
  margin: 27rem auto 63rem;
}
.content .con_right .ri_cons .ri_img img {
  width: 700rem;
  height: 450rem;
}
.content .con_right .ri_cons .ri_txt {
  height: auto;
  font-size: 14rem !important;
  color: #6f6f6f;
  line-height: 30rem !important;
}
.content .con_right .ri_cons .ri_txt p {
  font-size: 14rem !important;
  /* text-align: justify;
  text-indent: 2em; */
  margin-bottom: 5rem;
  line-height: 30rem !important;
}
