@charset "UTF-8";
body,
p,
button,
input,
textarea,
select {
  margin: 0;
  border: 0;
  padding: 0;
}

button,
input,
textarea,
select {
  outline: none;
  display: block;
}

/*包含以下四种的链接*/
a {
  text-decoration: none;
  /*正常的未被访问过的链接*/
  /*已经访问过的链接*/
  /*鼠标划过(停留)的链接*/
  /* 正在点击的链接*/
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

html,
body {
  position: relative;
  min-width: 1300px;
}

a {
  color: #000;
}

a:hover {
  color: #db0101;
}

.clear {
  clear: both;
  overflow: hidden;
}

.bg {
  background: url(20250909_top.png) center 0/1920px no-repeat, #f3ebe0 url(20250909_bg.png) center 500px/1920px repeat-y;
}

.head img {
  display: block;
  margin: auto;
}
.head #logo {
  position: absolute;
  top: 70px;
  left: 130px;
}
.head > img:nth-child(2) {
  position: absolute;
  top: 43px;
  right: 143px;
  width: 210px;
}
.head > img:nth-child(3) {
  width: 1034px;
  padding-top: 252px;
}

.box,
.list,
.show {
  width: 1200px;
  box-shadow: 0px 5px 27px 1px rgba(143, 93, 33, 0.31);
  margin: 230px auto 0;
  background: white;
  padding: 40px 70px;
  box-sizing: border-box;
  min-height: 300px;
}

.box > div {
  font-size: 46px;
  color: #a36416;
  line-height: 63px;
  text-align: center;
  background: url(20250909_line.png) 70px center/861px no-repeat;
}
.box > div a {
  float: right;
  font-size: 16px;
  color: #5b5b5b;
  line-height: 63px;
}
.box ul li {
  font-size: 20px;
  line-height: 45px;
}
.box ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #a36416;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 5px;
}
.box ul li a {
  color: #000000;
}
.box ul li span {
  float: right;
  color: #5d5d5d;
}

.position {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #bbb;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}

.list ul li {
  font-size: 20px;
  line-height: 45px;
}
.list ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #a36416;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 5px;
}
.list ul li a {
  color: #000000;
}
.list ul li span {
  float: right;
  color: #5d5d5d;
}
.list .pages {
  margin-top: 30px;
}

.show h1 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 20px;
}
.show .about {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 12px;
  font-size: 16px;
  color: #333;
}
.show .content {
  min-height: 300px;
  color: #666;
  line-height: 1.8;
  padding-bottom: 30px;
}
.show .content p {
  text-indent: 2em;
  line-height: 36px;
  color: #666;
}
.show .content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bottom {
  margin-top: 50px;
}

@media screen and (min-width: 1920px) {
  .head #logo {
    position: absolute;
    left: initial;
    right: 50%;
    margin-right: 569px;
  }
  .head #toolbarSwitch {
    position: absolute;
    left: 50%;
    right: initial;
    margin-left: 692px;
  }
}