.content {
  width: 100%;
  position: relative;
  background-color: white;
}
.content .box {
  width: 73%;
  margin: 0 auto;
  padding-bottom: 0.6375rem;
}
.content .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .left {
  width: 7.875rem;
  float: left;
  position: relative;
}
.content .box .left .left-box {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  margin-top: -1.5975rem;
  position: relative;
  padding-bottom: 0.885rem;
}
.content .box .left .left-box .content-box {
  padding-top: 0.525rem;
  margin-left: 0.72rem;
  margin-right: 0.72rem;
}
.content .box .left .left-box .content-box .en {
  font-family: "DIN-Bold";
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #eeeeee;
}
.content .box .left .left-box .content-box .title {
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.525rem;
  color: #000000;
  margin-top: 0.1125rem;
}
.content .box .left .left-box .content-box .other {
  width: 100%;
  height: 0.375rem;
  background-color: #f7f7f7;
  margin-top: 0.3375rem;
}
.content .box .left .left-box .content-box .other .time {
  font-family: "DIN-Bold";
  font-size: 0.135rem;
  line-height: 0.375rem;
  color: #e84127;
  float: left;
  margin-left: 0.15rem;
}
.content .box .left .left-box .content-box .other .Views {
  float: left;
  margin-left: 0.2775rem;
  line-height: 0.375rem;
  font-size: 0.12rem;
  color: #999999;
}
.content .box .left .left-box .content-box .other .Views span {
  margin-left: 0.09rem;
  padding-left: 0.09rem;
  position: relative;
}
.content .box .left .left-box .content-box .other .Views span::after {
  content: "";
  width: 0.0075rem;
  height: 0.105rem;
  position: absolute;
  left: 0;
  top: 0.03rem;
  background-color: #999999;
}
.content .box .left .left-box .content-box .other .phone {
  float: right;
  font-size: 0.12rem;
  line-height: 0.375rem;
  color: #999999;
  margin-right: 0.2175rem;
  position: relative;
}
.content .box .left .left-box .content-box .other .phone .img {
  width: 0px;
  height: 0px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50px;
  left: 0px;
  opacity: 0;
  transition: 0.2s;
}
.content .box .left .left-box .content-box .other .phone .img canvas {
  width: calc(100% - 28px);
  /* height: calc(100% - 24px); */
  margin: 0 auto;
  display: block;
  padding-top: 14px;
}
.content .box .left .left-box .content-box .other .phone:hover .img {
  width: 148px;
  height: 148px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50px;
  left: 0px;
  opacity: 1;
}
.content .box .left .left-box .content-box .other .adjustment {
  float: right;
  margin-right: 0.285rem;
  margin-top: 0.0625rem;
}
.content .box .left .left-box .content-box .other .adjustment div {
  float: left;
  cursor: pointer;
  margin-left: 0.165rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  font-size: 0.135rem;
  line-height: 0.25rem;
  font-weight: bold;
  color: #999999;
  text-align: center;
}
.content .box .left .left-box .content-box .other .adjustment div.active {
  color: white;
  background-color: #e84127;
}
.content .box .left .left-box .content-box .text {
  width: 100%;
  margin-top: 0.525rem;
  min-height: 8rem;
}
.content .box .left .left-box .content-box .text p {
  font-size: 0.15rem;
  line-height: 2;
  color: #010101;
  text-align: justify;
}
.content .box .left .left-box .content-box .text img {
  width: 100%;
  max-width: 100%;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.content .box .left .prev {
  width: 100%;
  margin-top: 0.4275rem;
  background-color: #ffffff;
  transition: 0.5s;
}
.content .box .left .prev a {
  width: 100%;
  height: 0.9rem;
  display: block;
}
.content .box .left .prev a .prev-left {
  font-size: 0.18rem;
  line-height: 0.45rem;
  color: #333333;
  float: left;
  margin-top: 0.225rem;
  margin-left: 0.375rem;
  padding-right: 0.285rem;
  border-right: solid 0.0075rem #c3c1c1;
  transition: 0.5s;
}
.content .box .left .prev a .prev-right {
  margin-left: 0.285rem;
  margin-top: 0.225rem;
  float: left;
  width: calc(100% - 2rem);
}
.content .box .left .prev a .prev-right .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #333333;
  transition: 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content .box .left .prev a .prev-right .time {
  font-family: "DIN-Bold";
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #999999;
  margin-top: 0.15rem;
}
.content .box .left .prev:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
}
.content .box .left .prev:hover a .prev-left {
  color: #e84127;
}
.content .box .left .prev:hover a .prev-right .title {
  color: #e84127;
}
.content .box .left .next {
  width: 100%;
  margin-top: 0.15rem;
  background-color: #ffffff;
  transition: 0.5s;
}
.content .box .left .next a {
  width: 100%;
  height: 0.9rem;
  display: block;
}
.content .box .left .next a .next-left {
  font-size: 0.18rem;
  line-height: 0.45rem;
  color: #333333;
  float: left;
  margin-top: 0.225rem;
  margin-left: 0.375rem;
  padding-right: 0.285rem;
  border-right: solid 0.0075rem #c3c1c1;
  transition: 0.5s;
}
.content .box .left .next a .next-right {
  margin-left: 0.285rem;
  margin-top: 0.225rem;
  float: left;
  width: calc(100% - 2rem);
}
.content .box .left .next a .next-right .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #333333;
  transition: 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content .box .left .next a .next-right .time {
  font-family: "DIN-Bold";
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #999999;
  margin-top: 0.15rem;
}
.content .box .left .next:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
}
.content .box .left .next:hover a .next-left {
  color: #e84127;
}
.content .box .left .next:hover a .next-right .title {
  color: #e84127;
}
.content .box .right {
  width: 2.175rem;
  float: right;
  position: relative;
}
.content .box .right .right-box {
  width: 2.175rem;
  position: absolute;
  top: 0;
  padding-top: 0.5rem;
}
.content .box .right .right-box .h1 {
  font-size: 0.21rem;
  line-height: 0.21rem;
  color: #e84127;
  margin-top: 0.495rem;
}
.content .box .right .right-box .list {
  margin-top: 0.2175rem;
  border-top: solid 0.0225rem #f0f0f0;
  padding-bottom: 0.315rem;
  border-bottom: solid 0.0225rem #e84127;
}
.content .box .right .right-box .list .item {
  width: 100%;
  margin-top: 0.315rem;
}
.content .box .right .right-box .list .item .img {
  display: block;
  width: 100%;
  height: 1.425rem;
  overflow: hidden;
}
.content .box .right .right-box .list .item .img img {
  width: 100%;
  transition: 1s;
}
.content .box .right .right-box .list .item .text {
  display: block;
  width: 100%;
  margin-top: 0.21rem;
}
.content .box .right .right-box .list .item .text .time {
  font-family: "DIN-Bold";
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #c3c3c3;
  transition: 1s;
}
.content .box .right .right-box .list .item .text .title {
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #333333;
  transition: 1s;
  margin-top: 0.12rem;
}
.content .box .right .right-box .list .item:hover .img img {
  transform: scale(1.1);
}
.content .box .right .right-box .list .item:hover .text .time {
  color: #e84127;
}
.content .box .right .right-box .list .item:hover .text .title {
  color: #e84127;
}
.content .box .right .right-box .share {
  width: 0.9rem;
  height: 1.59rem;
  background-color: #e84127;
  margin-top: 0.27rem;
}
.content .box .right .right-box .share .img {
  width: 0.3225rem;
  height: 0.3225rem;
  margin: 0 auto;
  padding-top: 0.27rem;
}
.content .box .right .right-box .share .img img {
  width: 100%;
}
.content .box .right .right-box .share .bdsharebuttonbox {
  width: 0.3225rem;
  height: 0.3225rem;
  margin: 0 auto;
  padding-top: 0.27rem;
}
.content .box .right .right-box .share .bdsharebuttonbox a {
  display: block;
  width: 100%;
  height: 100%;
  background: #e84127 url(../images/icon_share.png) no-repeat center;
  background-size: 100%;
  text-align: initial;
  margin: 0;
  transition: none;
  -webkit-transition: none;
}
.content .box .right .right-box .share .return1 {
  margin-top: 0.3075rem;
}
.content .box .right .right-box .share .return1 a {
  padding-top: 0.255rem;
  padding-bottom: 0.255rem;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.135rem;
  line-height: 0.135rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media screen and (max-width: 1020px) {
  .content .box {
    width: 90%;
  }
  .content .box .right {
    display: none;
  }
  .content .box .left .left-box .share {
    display: none;
  }
  .content .box .left {
    width: 100%;
  }
  .content .box .left .left-box .content-box {
    padding-top: 0.525rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .content .box .left .left-box .content-box .en {
    font-size: 0.25rem;
    line-height: 0.25rem;
  }
  .content .box .left .left-box .content-box .title {
    font-size: 0.42rem;
    line-height: 0.6rem;
    margin-top: 0.2rem;
  }
  .content .box .left .left-box .content-box .other {
    height: 0.5rem;
  }
  .content .box .left .left-box .content-box .other .time {
    font-size: 0.25rem;
    line-height: 0.5rem;
  }
  .content .box .left .left-box .content-box .other .Views {
    line-height: 0.5rem;
    font-size: 0.25rem;
  }
  .content .box .left .left-box .content-box .other .Views span::after {
    content: "";
    width: 0.0075rem;
    height: 0.25rem;
  }
  .content .box .left .left-box .content-box .other .phone {
    display: none;
  }
  .content .box .left .left-box .content-box .other .adjustment {
    float: right;
    margin-right: 0.285rem;
    line-height: 0.5rem;
    font-size: 0.25rem;
    font-weight: bold;
    color: #999999;
  }
  .content .box .left .left-box .content-box .other .adjustment div {
    float: left;
    cursor: pointer;
    margin-left: 0.165rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    font-size: 0.2rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #999999;
    text-align: center;
  }
  .content .box .left .left-box .content-box .other .adjustment div.active {
    color: white;
    background-color: #e84127;
  }
  .content .box .left .left-box .content-box .other .adjustment .add img {
    width: 0.1rem;
    vertical-align: top;
    margin-top: 0.13rem;
  }
  .content .box .left .left-box .content-box .other .adjustment .reduce img {
    width: 0.1rem;
    vertical-align: top;
    margin-top: 0.13rem;
  }
  .content .box .left .left-box .content-box .other .adjustment .reduce {
    float: left;
    margin-left: 0.3rem;
  }
  .content .box .left .left-box .content-box .text p {
    font-size: 0.25rem;
    line-height: 1.8;
  }
  .content .box .left .prev {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  }
  .content .box .left .prev a {
    height: 1.2rem;
  }
  .content .box .left .prev a .prev-left {
    font-size: 0.25rem;
    line-height: 0.65rem;
    color: #333333;
    float: left;
    margin-top: 0.275rem;
    margin-left: 0.375rem;
    padding-right: 0.285rem;
    border-right: solid 0.0075rem #c3c1c1;
    transition: 0.5s;
  }
  .content .box .left .prev a .prev-right {
    margin-left: 0.285rem;
    margin-top: 0.275rem;
    float: left;
    width: calc(100% - 2rem);
  }
  .content .box .left .prev a .prev-right .title {
    font-size: 0.25rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #333333;
    transition: 0.5s;
  }
  .content .box .left .prev a .prev-right .time {
    font-family: "DIN-Bold";
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #999999;
    margin-top: 0.15rem;
  }
  .content .box .left .next {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    margin-top: 0.3rem;
  }
  .content .box .left .next a {
    height: 1.2rem;
  }
  .content .box .left .next a .next-left {
    font-size: 0.25rem;
    line-height: 0.65rem;
    color: #333333;
    float: left;
    margin-top: 0.275rem;
    margin-left: 0.375rem;
    padding-right: 0.285rem;
    border-right: solid 0.0075rem #c3c1c1;
    transition: 0.5s;
  }
  .content .box .left .next a .next-right {
    margin-left: 0.285rem;
    margin-top: 0.275rem;
    float: left;
    width: calc(100% - 2rem);
  }
  .content .box .left .next a .next-right .title {
    font-size: 0.25rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #333333;
    transition: 0.5s;
  }
  .content .box .left .next a .next-right .time {
    font-family: "DIN-Bold";
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #999999;
    margin-top: 0.15rem;
  }
}
