@charset "UTF-8";
/**!
 * [服务详情]
 * date:2023-09-11
 * author: [zhoujie];
 */
.content {
  padding-bottom: 60px;
}
.content * {
  box-sizing: border-box;
}

.breadcrumb li > a {
  font-size: 18px;
}

.nav-area .breadcrumb li:last-child a {
  color: #49b9bb;
}

.file-wrap {
  margin-top: 40px;
  border: 1px solid #d2ebed;
  background: #f4feff;
  padding: 28px 36px 47px;
  text-align: left;
}
.file-wrap > P {
  color: #666;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 8px;
}
.file-wrap ul > li a {
  display: flex;
  color: #4e5463;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
}
.file-wrap ul > li a:hover {
  color: #49b9bb;
}
.file-wrap ul > li:last-child a {
  margin-bottom: 0;
}

.c-top {
  height: 200px;
  background: url("../images/top-back.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.c-top .input-wrap {
  position: absolute;
  width: 740px;
  height: 60px;
  line-height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.c-top .input-wrap input {
  width: 600px;
  height: 60px;
  padding-left: 30px;
  font-size: 20px;
  border: 1px solid #e3e3e3;
  background: var(--unnamed, #fff);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  outline: none;
}
.c-top .input-wrap .searchbtn {
  color: #fff;
  background-color: #49b9bb;
  font-size: 22px;
  text-align: center;
  width: 140px;
  height: 60px;
}
.c-top .input-wrap .searchbtn:hover {
  cursor: pointer;
}

.article-area {
  width: 1200px;
  padding: 40px 50px 50px 50px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(161, 179, 197, 0.3);
}

.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: #e5f8fa;
}
.article-tool > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.article-tool > ul > li {
  margin: 0 5px;
  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: flex;
  justify-content: center;
  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%;
  margin-bottom: 30px;
  color: #333333;
}
.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;
  transition: all 0.3s;
}
.article-attach a:last-child {
  margin-bottom: 0;
}
.article-attach a:hover {
  color: #0896fc;
  transition: all 0.3s;
}

.btn-print {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-print p {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.btn-print p .icon {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  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;
  transition: all 0.3s;
}

@media print {
  .noprint {
    display: none !important;
  }
  .article {
    margin-left: 0px;
    width: 1070px;
  }
}