.bg {
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 47px;
}
.content {
  width: 1200px;
  padding: 20px 30px 0;
  min-height: 800px;
  background: #FFFFFF;
  margin: auto ;
  border-bottom: 15px solid #9A0000;
}
.position {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 19px;
}
.position img {
  margin-right: 20px;
}
.position ul {
  display: inline-block;
}
.position li {
  display: inline-block;
}
.position li a {
  font-size: 14px;
  color: #999999;
}
.position .red {
  color: #9a0000;
}
.container {
  margin-top: 27px;
  width: 1100px;
  margin: auto;
  display: flex;
  align-self: start;
  justify-content: space-between;
}
.container .article {
  width: 100%;
  box-sizing: border-box;
}
.container .article .article-title {
  font-weight: bold;
  font-size: 24px;
  color: #1A1A1A;
  text-align: center;
}
.container .article .article-summary {
  background: #F3F6F9;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding: 17px 20px 25px;
  margin: 23px auto 0;
}
.container .article .info {
  display: flex;
  justify-content: center;
  margin-top: 19px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.container .article .info .info-inner .ti {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.container .article .info .info-inner .txt {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-right: 12px;
}
.container .article .slogan {
  margin-top: 25px;
  width: 100%;
  background: #f4f1ee;
  border-radius: 6px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 26px;
  box-sizing: border-box;
  padding: 20px;
}
.container .article .article-detail {
  width: 100%;
  padding-bottom: 53px;
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 23px;
}
.container .article .article-detail img {
  max-width: 100%;
}
.container .article .share {
  margin-top: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.container .article .share img {
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 21px;
}
.container .article .share img:first-child {
  margin-left: 10px;
}
.download {
  margin-bottom: 40px;
}
.download .download-tit {
  font-size: 16px;
  color: #666;
}
.download a {
  font-weight: 400;
  font-size: 14px;
  color: #175EFF;
}
.download .download-item {
  font-weight: 400;
  font-size: 14px;
  color: #175EFF;
  margin-top: 12px;
}
#wx-share-qrcode-modal .qrcode-content {
  width: 460px;
  height: 460px;
  box-sizing: border-box;
  padding-top: 76px;
  position: relative;
}
#wx-share-qrcode-modal .qrcode-content img {
  width: 248px;
  height: 248px;
  margin: 0 auto;
}
#wx-share-qrcode-modal .qrcode-content #close-qrcode {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -44px;
  width: 32px;
  height: 32px;
  background: url(../img/close.png) no-repeat;
  cursor: pointer;
  background-size: 100% 100%;
  border-radius: 50%;
}
