div {
  box-sizing: border-box;
}

.article-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 1320px;
  margin-top: 60px;
}

.article-container {
  width: 1300px;
}

.article-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 80px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #000000;
}

.article-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.left-source {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #a1a1a1;
  gap: 10px;
}
.right-source {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #a1a1a1;
  gap: 10px;
}
.f-size {
  display: flex;
  align-items: center;
  gap: 10px;
}
.font-item {
  cursor: pointer;
}
.font-item:hover {
  color: #1493ff;
}
.size-line {
  width: 1px;
  height: 18px;
  margin: 3px 16px 0;
  background-color: #a1a1a1;
}

.article-line {
  width: 100%;
  height: 13px;
  margin-bottom: 60px;
  background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/sMsyd7AYOa9QtVnMkPtFq/images/line-bg.png") no-repeat;
  background-size: 100% 100%;
}
.article-content {
  width: 1300px;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
}
.article-content p {
  text-indent: 2rem;
}

.article-content img {
  max-width: 100%;
}

.print-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  height: 56px;
  margin-top: 60px;
  padding: 0 18px;
  background-color: #f3f6fc;
}
.next-box {
  font-size: 18px;
  line-height: 34px;
  color: #000000;
}
.right-print {
  display: flex;
  align-items: center;
  gap: 20px;
}
.right-print-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}
.right-print-item img {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #f8f8f8;
  }

  .article-main {
    width: 100%;
    min-width: unset;
    padding: 1.5rem 2rem;
    margin-top: 0;
  }

  .article-container {
    width: 100%;
    padding: 2.5rem 2rem;
    background-color: #fff;
  }

  .article-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }

  .article-source {
    margin-bottom: 1.5rem;
  }
  .left-source {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.5rem;
  }
  .right-source {
    display: none;
  }

  .article-line {
    height: 0.5rem;
    margin-bottom: 2rem;
  }

  .article-content {
    width: 100%;
    font-size: 1.5rem !important;
    line-height: 3rem !important;
  }
  .print-box {
    display: none;
  }
}

@media print {
  /* Òþ²ØÒ³Í· */
  header,
  .breadcrumb-box,
  .print-box,
  .right-source {
    display: none !important;
  }
  /* Òþ²ØÒ³½Å */
  footer {
    display: none !important;
  }
}
