body,
header,
footer,
div,
p,
ul,
li,
section,
article,
nav {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none !important;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  background-image: url(../images/topic/r10-bj.jpg);
  background-repeat: repeat-x;
  background-color: white;
}
.header {
  background-image: url(../images/topic/r10-top.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 380px;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .header {
    background-image: url(../images/topic/r10-top-sj.jpg);
    height: 220px;
  }
}
@media (max-width: 480px) {
  .header {
    background-image: url(../images/topic/r10-top-sj.jpg);
    height: 100px;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #197247;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #FFF;
}
.page-box .bc {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  padding-left: 10px;
}
.page-box .bc img {
  margin-right: 10px;
  width: 15px;
  height: 14px;
}
.page-box .list-page {
  background-color: #fff;
}
.page-box .list-page .list-head {
  height: 40px;
  display: flex;
  font-size: 14px;
  line-height: 16px;
  justify-content: start;
  align-items: center;
  border-top: 1px solid #498786;
  border-bottom: 1px dashed #498786;
  font-weight: bold;
  color: #333;
  padding-left: 24px;
}
.page-box .list-page .list-head div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-box .list-page .list {
  line-height: 28px;
  color: #333;
}
.page-box .list-page .list .item {
  display: flex;
  width: 100%;
  color: #333;
  position: relative;
  padding-left: 24px;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #498786;
}
.page-box .list-page .list .item::before {
  position: absolute;
  content: '•';
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #498786;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 480px) {
  .page-box .list-page .list .item {
    font-size: 14px;
  }
}
.page-box .list-page .list .item .title {
  display: flex;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .list-page .list .item .other {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .list-page .page {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  color: #333;
}
.page-box .list-page .page li {
  margin-right: 10px;
  font-size: 16px;
  cursor: not-allowed;
}
@media (max-width: 480px) {
  .page-box .list-page .page li {
    font-size: 14px;
  }
}
.page-box .list-page .page li a {
  cursor: pointer;
}
.page-box .content-page {
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
}
.page-box .content-page .head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "microsoft yahei";
  font-size: 20px;
  line-height: 20px;
  color: #A70302;
  height: 50px;
  border-bottom: 1px dashed #498786;
}
.page-box .content-page .ps {
  color: #333333;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.page-box .content-page .ps .gap {
  margin-left: 10px;
  margin-right: 10px;
}
.page-box .content-page .content {
  color: #333333;
  font-size: 14px;
}
.page-box .content-page .content img {
  max-width: 100%;
}
