.all-content {
  padding-top: 0.63rem;
  padding-bottom: 1.5rem;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.all-content .center {
  margin: 0 auto;
  width: 81.25%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.all-content .center .left {
  width: 2.925rem;
  position: sticky;
  top: 0.75rem;
}
.all-content .center .left .content {
  border-right: 1px solid #ddd;
  padding-right: 0.375rem;
}
.all-content .center .left .content .title {
  width: 100%;
}
.all-content .center .left .content .title .ch {
  font-size: 0.24rem;
  color: #666666;
}
.all-content .center .left .content .title .en {
  margin-top: 0.12rem;
  font-size: 0.2475rem;
  font-family: Arial;
  color: #e84227;
}
.all-content .center .left .content .list {
  margin-top: 0.45rem;
  width: 100%;
}
.all-content .center .left .content .list .item {
  display: block;
  margin-bottom: 0.255rem;
}
.all-content .center .left .content .list .item:hover .item-title {
  color: #e84227;
}
.all-content .center .left .content .list .item:hover .bot-title {
  text-decoration: underline;
}
.all-content .center .left .content .list .item span {
  display: block;
}
.all-content .center .left .content .list .item .date {
  font-size: 0.135rem;
  font-family: Arial;
  color: #999999;
}
.all-content .center .left .content .list .item .item-title {
  font-size: 0.135rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.195rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
.all-content .center .left .content .list .item:first-child {
  margin-bottom: 0.405rem;
}
.all-content .center .left .content .list .item:first-child .date {
  font-size: 0.3rem;
  font-family: Arial;
  font-weight: bold;
  color: #e84227;
}
.all-content .center .left .content .list .item:first-child .item-title {
  margin-top: 0.15rem;
}
.all-content .center .left .content .list .item:first-child .bot-title {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.195rem;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.all-content .center .left .btn {
  margin-top: 0.8rem;
}
.all-content .center .left .btn a {
  display: block;
  width: 2.37rem;
  height: 0.4875rem;
  line-height: 0.4875rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.0375rem;
  text-align: center;
  font-size: 0.12rem;
  color: #666666;
  transition: all 0.5s;
}
.all-content .center .left .btn a:hover {
  border: 1px solid transparent;
  background-color: #e84227;
  color: #fff;
}
.all-content .center .left .btn a:hover .icon {
  fill: #fff;
}
.all-content .center .left .btn a .text,
.all-content .center .left .btn a .icon {
  display: inline-block;
  vertical-align: middle;
}
.all-content .center .left .btn a .icon {
  margin: 0 -0.045rem;
  width: 0.09rem;
  height: 0.09rem;
  fill: #666;
  transition: all 0.5s;
}
.all-content .center .left .btn .prev {
  margin-bottom: 0.12rem;
}
.all-content .center .left .btn .prev .text {
  margin-left: 0.075rem;
}
.all-content .center .left .btn .next .text {
  margin-left: 0.075rem;
}
.all-content .center .right {
  width: 8.1002rem;
}
.all-content .center .right h1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
}
.all-content .center .right .mid {
  margin-top: 0.2625rem;
  margin-bottom: 0.6rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.all-content .center .right .mid .time {
  font-size: 0.12rem;
  color: #e84227;
}
.all-content .center .right .mid .time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 0.15rem;
}
.all-content .center .right .mid .line {
  width: 1px;
  height: 0.15rem;
  background-color: #DEE3E9;
  margin: 0 0.15rem;
}
.all-content .center .right .mid .company {
  margin-right: 0.66rem;
  font-size: 0.12rem;
  color: #e84227;
}
.all-content .center .right .mid .company img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 0.15rem;
}
.all-content .center .right .mid .share {
  font-size: 0.12rem;
  color: #C9C9C9;
  position: relative;
}
.all-content .center .right .mid .share .text,
.all-content .center .right .mid .share .icon {
  display: inline-block;
  vertical-align: middle;
}
.all-content .center .right .mid .share .icon {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
}
.all-content .center .right .mid .share .qrcode {
  box-shadow: 0px 0px 0.225rem 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.03rem;
  padding: 0.07rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.255rem;
  transform: scale(0);
  transition: all 0.5s;
}
.all-content .center .right .mid .share .qrcode-active {
  transform: scale(1);
}
.all-content .center .right .mid .font {
  margin-left: 2.5rem;
}
.all-content .center .right .mid .font span {
  display: inline-block;
  vertical-align: middle;
  width: 0.255rem;
  height: 0.255rem;
  border-radius: 0.05rem;
  line-height: 0.255rem;
  text-align: center;
  border: 1px solid #E9EEF4;
  color: #333;
  transition: all 0.5s;
  cursor: pointer;
}
.all-content .center .right .mid .font span:hover {
  background-color: #e84227;
  color: #fff;
}
.all-content .center .right .mid .font .normal {
  font-size: 0.105rem;
  font-family: Arial;
}
.all-content .center .right .mid .font .big {
  font-size: 0.165rem;
  font-family: Arial;
}
.all-content .center .right .mid .font .active {
  background-color: #e84227;
  color: #fff;
}
.all-content .center .right .mid .phone {
  width: 1.1925rem;
  height: 0.255rem;
  line-height: 0.255rem;
  border-radius: 0.0125rem;
  border: 1px solid #E9EEF4;
  text-align: center;
  font-size: 0.12rem;
  color: #e84227;
  position: relative;
}
.all-content .center .right .mid .phone .qrcode {
  box-shadow: 0px 0px 0.225rem 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.03rem;
  padding: 0.07rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.255rem;
  transform: scale(0);
  transition: all 0.5s;
}
.all-content .center .right .mid .phone .qrcode-active {
  transform: scale(1);
}
.all-content .center .right .content {
  min-height: 3.5rem;
  width: 100%;
  font-size: 0.135rem;
  color: #333333;
  line-height: 0.27rem;
  text-align: justify;
}
.all-content .center .right .content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.all-content .center .right .content video {
  height:  auto;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .all-content .center {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .all-content .center .left {
    display: none;
  }
  .all-content .center .right h1 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
  }
  .all-content .center .right .mid {
    margin-top: 0.2625rem;
    margin-bottom: 0.6rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .all-content .center .right .mid .time {
    flex-shrink: 0;
    font-size: 0.25rem;
    color: #e84227;
  }
  .all-content .center .right .mid .time img {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1rem;
    width: 0.25rem;
  }
  .all-content .center .right .mid .company {
    flex-shrink: 0;
    margin-right: 0.66rem;
    font-size: 0.25rem;
    color: #e84227;
  }
  .all-content .center .right .mid .company img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
    width: 0.25rem;
  }
  .all-content .center .right .mid .share {
    font-size: 0.25rem;
    color: #C9C9C9;
    position: relative;
    display: none;
  }
  .all-content .center .right .mid .font {
    margin-left: 0.5rem;
  }
  .all-content .center .right .mid .phone {
    display: none;
  }
  .all-content .center .right .mid .line:nth-of-type(6) {
    display: none;
  }
  .all-content .center .right .mid .font span {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.05rem;
    line-height: 0.5rem;
    text-align: center;
    border: 1px solid #E9EEF4;
    color: #333;
    transition: all 0.5s;
    cursor: pointer;
  }
  .all-content .center .right .mid .font .normal {
    font-size: 0.2rem;
    font-family: Arial;
  }
  .all-content .center .right .mid .font .big {
    font-size: 0.25rem;
    font-family: Arial;
  }
  .all-content .center .right .mid .font span:last-child {
    margin-left: 0.1rem;
  }
  .all-content .center .right .content {
    min-height: auto;
    width: 100%;
    font-size: 0.25rem;
    color: #333333;
    line-height: 1.8;
    text-align: justify;
  }
}
