@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  display: block;
  border: 0;
}
a {
  text-decoration: none;
  color: #202020;
  transform: all 0.5s;
}
html {
  font-family: "Microsoft Yahei";
  font-weight: 400;
  font-size: 16px;
  color: #202020;
  min-width: 77.5rem;
  background: #f1f4f9;
}
header {
  width: 100%;
  background-image: linear-gradient(to left top, #02972f, #02a530, #05b430, #0cc22f, #15d12d);
  border-bottom: #caffdc 0.0625rem solid;
}
header h1 {
  width: 75rem;
  margin: 0 auto;
  line-height: 8.125rem;
  font-size: 2.875rem;
  background: linear-gradient(45deg, #ffffff, #e5ff00, #c51212, #ba12c5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
nav {
  width: 100%;
  height: 3.25rem;
  border-bottom: #e2e2e4 0.0625rem solid;
  line-height: 3.25rem;
  background: #fff;
  font-size: 1.125rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
main {
  margin: 0 auto;
  width: 75rem;
}
.tel {
  width: 75rem;
  margin: 0 auto;
}
.tel,
.tel span,
.tel a {
  color: #f60;
}
.shadow-box {
  width: 100%;
  border-radius: 0.5rem;
  border: #fff 0.0625rem solid;
  background: #fff;
  margin-top: 2.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  padding: 1.25rem;
  box-sizing: border-box;
  font-size: 1.125rem;
}
section h2,
aside h2 {
  color: #01ad35;
}
section p,
aside p {
  line-height: 2.25rem;
}
/* 小图标 */
.tel .icon-dianhua11 {
  color: #f60;
  padding: 0rem 0.625rem 0rem 0rem;
  font-size: 1.125rem;
  line-height: 3.25rem;
}
.shadow-box .icon-shiherenqun,
.shadow-box .icon-teshurenqun {
  color: #01ad35;
  padding: 0rem 0.375rem 0rem 0rem;
  font-size: 1.625rem;
  line-height: 3.25rem;
}
.shadow-box .icon-biaoti {
  color: #01ad35;
  padding: 0rem 0.375rem 0rem 0rem;
  font-size: 1.5rem;
  line-height: 3.25rem;
}
aside .icon-mubiao11 {
  color: #01ad35;
  padding: 0rem 0.375rem 0rem 0rem;
  font-size: 1.625rem;
  line-height: 3.25rem;
}
aside .icon-tedian,
aside .icon-dianhua12,
aside .icon-dizhi2 {
  color: #01ad35;
  padding: 0rem 0.375rem 0rem 0rem;
  font-size: 1.25rem;
}
footer {
  width: 100%;
  background: #333;
  color: #868585;
  /* background-image: linear-gradient(to left top, #02972f, #02a530, #05b430, #0cc22f, #15d12d); */
  /* background-color: hsla(0, 0%, 0%, 0.637); */
  margin-top: 2.5rem;
}
.copyright {
  padding: 1.25rem 0rem;
  width: 75rem;
  margin: 0 auto;
}
.copyright p {
  line-height: 1.875rem;
}
.copyright a {
  color: #868585;
}
.copyright:nth-child(1) p a {
  margin-right: 1.5rem;
}
.copyright:nth-child(5) p a {
  margin-right: 1.5rem;
}
/* 栏目 */
.top-nav {
  display: flex;
  width: 75rem;
  margin: 0 auto;
}
.top-nav a {
  color: #01ad35;
  margin-right: 2.5rem;
}
.top-nav a:hover {
  color: #f60;
}
.list ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #cecece;
  line-height: 3.125rem;
}
.list ul li time {
  color: #777;
}
.list ul li a:hover {
  color: #01ad35;
}
.article-title::before {
  content: "•";
  color: #777;
  line-height: 3.125rem;
  margin-right: 0.5rem;
}
.paging {
  padding: 1.25rem 0rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
.paging b {
  text-align: center;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  color: #f00;
  border-radius: 0.125rem;
  font-size: 1rem;
  background: #e1e1e1;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.112);
}
.paging a b {
  padding: 0rem 0.625rem 0rem 0rem;
  border-radius: 1rem;
}
.paging a {
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  text-align: center;
  border-radius: 0.125rem;
  font-size: 1rem;
  background: #e1e1e1;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.paging a:hover {
  text-decoration: none;
  color: #01ad35;
  border-radius: 0.125rem;
  background: #dbdbdb;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
/* 内容 */
.content-box h2 {
  font-size: 2.125rem;
  font-weight: 600;
  text-align: center;
}
.provenance {
  line-height: 2.875rem;
  text-align: center;
  padding-top: 0.375rem;
  font-size: 1rem;
  color: #a9a9a9;
  border-bottom: #5c5c5c 1px dotted;
}
.content {
  padding: 1rem 0rem;
  word-break: break-all;
  text-align: justify;
}
.content p {
  font-size: 1.125rem;
  text-indent: 2em;
  line-height: 1.66;
  font-weight: 400;
  padding: 0.625rem 0rem;
}
.content p img {
  margin: 0 auto;
  padding: 0.375rem 0rem;
}
.content table {
  margin: 0.375rem 0rem;
}
.content td {
  height: 2.25rem;
}
.previous {
  padding: 1.25rem 0rem;
  border-top: 1px dotted #5c5c5c;
}
.previous p {
  line-height: 2.25rem;
}
