@charset "UTF-8";
/**!
 * [服务详情]
 * date:2023-09-11
 * author: [zhoujie];
 */
.content {
  padding-bottom: 60px;
}
.content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-area {
  width: 1200px;
  padding: 40px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(161, 179, 197, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(161, 179, 197, 0.1);
}

.article {
  margin: 0 auto;
  text-align: center;
}
.article-name {
  color: #222;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
.article-tool {
  width: 100%;
  height: 48px;
  margin-top: 24px;
  background: #f4f9fc;
}
.article-tool > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.article-tool > ul > li {
  margin: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 38px;
  color: #666;
  text-align: left;
}
.article-tool > ul > li > .name {
  float: left;
  height: 100%;
}
.article-tool > ul > li > .text {
  float: left;
  max-width: 300px;
  min-width: 150px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-tool > ul > li > .text.short-num {
  width: 80px;
  min-width: 80px;
}
.article-tool > ul .long {
  width: 67%;
}
.article-tool > ul .short {
  width: 32%;
}
.article-tool .font-size {
  max-width: 300px;
  min-width: 150px;
}
.article-tool .change-font {
  cursor: pointer;
}
.article-tool .change-font.active {
  color: #333;
  font-weight: 700;
}
.article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 30px;
  text-align: justify;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.article-content[font=big] {
  font-size: 18px;
}
.article-content[font=middle] {
  font-size: 16px;
}
.article-content[font=small] {
  font-size: 14px;
}
.article-content .part {
  width: 100%;
  margin-bottom: 20px;
  text-indent: 2em;
  text-align: justify;
}
.article-content .part:last-child {
  margin-bottom: 0;
}
.article-content .part-l {
  text-indent: 0em;
}
.article-content img {
  max-width: 100%;
  margin-bottom: 24px;
}
.article-content img:last-child {
  margin-bottom: 0;
}
.article-content > .sign, .article-content > .date {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.article-content > .sign:last-child, .article-content > .date:last-child {
  margin-bottom: 0;
}
.article-content > .sign {
  margin-top: 30px;
}
.article-bd {
  width: 100%;
  min-height: 500px;
  margin-bottom: 30px;
}
.article-other-info {
  width: 100%;
  padding: 30px 0;
  margin-top: 10px;
  border-top: 1px solid #e9edf4;
  border-bottom: 1px solid #e9edf4;
}
.article .link {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.article .link a {
  color: #0896fc;
  font-size: 18px;
}
.article-attach {
  margin-top: 14px;
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.article-attach > p {
  margin-bottom: 8px;
}
.article-attach a {
  display: block;
  margin-bottom: 16px;
  color: #4e5463;
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article-attach a:last-child {
  margin-bottom: 0;
}
.article-attach a:hover {
  color: #0896fc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.btn-print p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-print p .icon {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../images/icon-print.png) center no-repeat;
}
.btn-print p .char {
  margin-left: 5px;
}
.btn-print:hover {
  opacity: 0.88;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print {
  .noprint {
    display: none !important;
  }
  .article {
    margin-left: 0px;
    width: 1070px;
  }
}