body {
  background: #f9f9f9;
}

.local {
  width: 100%;
  height: 64px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
}

.localbox {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  box-sizing: border-box;
}

.localbox .home {
  width: 20px;
  height: 20px;
}

.localbox .location {
  display: flex;
  align-items: center;
  height: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 10px;
}

.localbox .location a:first-child {
  color: rgba(54, 74, 123, 1);
}

.localbox .location span {
  margin: 0 8px;
}

.content {
  background: #fff;
  padding: 32px 25px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-top: 15px;
}

.title {
    width: 100%;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 700;
    font-size: 40px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 22px;
    /* margin-top: 12px; */
}
}

.desc {
  width: 100%;
  height: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 500;
  font-size: 22px;
  color: #2c3e51;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}

.info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.info .left {
  display: flex;
  height: 22px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.info .left span {
  margin-right: 20px;
}

.info .right {
  display: flex;
  align-items: center;
}

.info .right span {
  height: 22px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.info .right img {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.info .right img:nth-child(1) {
  margin-left: 10px;
}

.artlcle {
  padding-top: 24px;
  width: 100%;
  display: flex;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding-bottom: 32px;
}

.artlcle .share {
  width: 120px;
  height: 454px;
  background: #f1f5f9;
  border-radius: 0px 0px 0px 0px;
  margin-right: 60px;
}

.artlcle .text {
  width: 1008px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;    font-size: 20px;
 
    line-height: 38px;
}

.artlcle .text img,
.artlcle .text video {
  max-width: 100%;
      margin-top: 10px ;
}
.editor {
  width: 100%;
  margin-top: 16px;
  height: 22px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  padding-bottom: 60px;
}

.weixin {
  font-size: 44px;
  color: #aaa;
  justify-content: center;
  text-align: center;

  cursor: pointer;
}
.weixin {
  position: relative;
}

.weixin:hover .imgCode {
  display: block;
}

.imgCode {
  display: none;
  position: absolute;
  top: -57px;
  left: 118px;
  width: 180px;
  height: 204px;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 10px #aaa;
  box-shadow: 0 2px 10px #aaa;
  text-align: center;
  background-color: #fff;
  z-index: 99;
}

.weixin .imgCode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
  margin-bottom: 5px;
}

.weixin .imgCode .qrcode {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.weixin .imgCode .qrcode canvas {
  margin-top: 10px;
}

.weixin .imgCode .help {
  margin-top: 20px;
  padding: 0 15px;
}
.textList p {
  font-size: 18px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #212121;

  line-height: 2.2;
  margin-bottom: 15px;
}

.textList p img {
  max-width: 100%;
}

.shares p {
  width: 90px;
  text-align: center;
  font-size: 20px;
  color: #8d8d8d;
  font-weight: 700;
}

.qrcode img {
  width: 108px !important;
  height: 108px !important;
}

.help p {
  text-indent: 0;
  padding: 0;
  line-height: normal;
}

.share {
  width: 120px;
  height: 454px;
  background: rgba(13, 110, 252, 0.1);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.share span {
  margin-top: 28px;
  margin-bottom: 24px;
  height: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.share img {
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
}