body,
div,
table,
ul,
li,
a {
  padding: 0;
  margin: 0;
  list-style: none;
  caret-color: transparent;
}
body {
  width: 100vw;
  height: 100vh;
  letter-spacing: 1px;
  background-color: #eeeeee;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.main-archives {
  width: 100%;
  background: url("../images/main/main-top.png") no-repeat;
  background-size: 100% auto;
}
.main-bg {
  padding-top: 35px;
  text-align: center;
}
.main-bg > .logo {
  width: 100%;
  height: 100px;
  background: url("../images/main/logo.png") no-repeat;
  background-size: 100% auto;
  background-position: 50%;
}
.main-box {
  margin: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #a9d300;
}
.main-box > .box-title {
  padding-top: 12px;
  border-radius: 10px;
  background: url("../images/main/box-title-bg.png") no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: 20px;
  height: 50px;
  text-align: center;
}
.main-box > .box-title > ul {
  display: flex;
  justify-content: center;
}
.main-box > .box-title > ul > li:first-child {
  flex: 1;
  background: url("../images/main/box-title-left.png") no-repeat;
  background-size: 100% 100%;
}
.main-box > .box-title > ul > li:nth-child(2) {
  flex: 1;
}
.main-box > .box-title > ul > li:last-child {
  flex: 1;
  background: url("../images/main/box-title-right.png") no-repeat;
  background-size: 100% 100%;
}
.main-box > .box-text {
  margin: 0px 20px;
  padding-bottom: 10px;
}
.main-box > .box-text > li {
  padding: 10px;
  border-bottom: 1px dashed #999;
  font-size: 18px;
}
.main-box .box-img-fill {
  margin: 5px 0px;
  width: 100%;
}
.main-box .box-img-fill > li {
  flex: 1;
  border-radius: 5px;
  border-bottom: none;
  margin: 10px;
}
.main-box .box-img-fill > li > img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.main-box .box-img-avg {
  margin: 25px 0px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.main-box .box-img-avg > li {
  width: 30%;
  height: 120px;
  border-radius: 5px;
  border-bottom: none;
}
.main-box .box-img-avg > li:nth-child(2) {
  margin: 0px 5px;
}
.main-box .box-img-avg > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.main-box > .swiper {
  margin: 10px 15px;
  border-radius: 20px;
}
.main-box > .swiper .swiper-slide {
  width: 100%;
  height: 300px;
}
.main-box > .swiper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-box > .swiper .my-pagination {
  width: auto;
  left: calc(100% - 70px);
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}
.archives-nssc {
  margin: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.archives-nssc .nssc-title {
  width: 100%;
}
.archives-nssc .nssc-title > img {
  width: 100%;
}
.archives-nssc .nssc-sfsy-box {
  margin: 10px 0px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.archives-nssc .nssc-sfsy-box .nssc-sfsy-title {
  font-size: 20px;
  font-weight: bold;
}
.archives-nssc .nssc-box {
  margin: 10px 0px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.archives-nssc .nssc-box > .nssc-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archives-nssc .nssc-box > .nssc-box-title > li:first-child {
  font-size: 20px;
  font-weight: bold;
}
.archives-nssc .nssc-box > .nssc-box-title > li:nth-child(2) {
  font-size: 16px;
  color: #999;
}
.archives-nssc .nssc-box > .nssc-box-title > li:last-child > img {
  margin: 0 auto;
  width: 100%;
  height: 25px;
}
.archives-nssc .nssc-box > .nssc-box-img {
  margin: 25px 0px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.archives-nssc .nssc-box > .nssc-box-img > li {
  width: 30%;
  height: 120px;
  border-radius: 5px;
}
.archives-nssc .nssc-box > .nssc-box-img > li:nth-child(2) {
  margin: 0px 5px;
}
.archives-nssc .nssc-box > .nssc-box-img > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
