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: "宋体";
  font-size: 12px;
  color: #FFFFFF;
  line-height: 22px;
  background-color: #d0182d;
}
.header {
  background-image: url(../images/topic/r6-top.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 220px;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .header {
    background-image: url(../images/topic/r6-top_middle.jpg);
    height: 132px;
  }
}
@media (max-width: 480px) {
  .header {
    background-image: url(../images/topic/r6-top_small.jpg);
    height: 100px;
  }
}
.content-btm {
  background-image: url(../images/topic/r6-btm.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 155px;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .content-btm {
    background-image: url(../images/topic/r6-btm_middle.jpg);
    height: 132px;
  }
}
@media (max-width: 480px) {
  .content-btm {
    background-image: url(../images/topic/r6-btm_small.jpg);
    height: 100px;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d0182d;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #FFF;
}
.page-box .list-page {
  background-color: #fffcf2;
}
.page-box .list-page .list {
  line-height: 28px;
  color: #333;
}
.page-box .list-page .list li {
  display: flex;
  width: 100%;
  color: #333;
  position: relative;
  padding-left: 24px;
  margin-right: 10px;
  font-family: "微软雅黑";
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999;
}
.page-box .list-page .list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.page-box .list-page .list li a:hover {
  color: #777;
}
.page-box .list-page .list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .list-page .list li .date {
  display: block;
  width: 90px;
  text-align: end;
  color: #777;
}
.page-box .list-page .list li::before {
  position: absolute;
  content: '❯';
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.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;
}
.page-box .list-page .page li a {
  cursor: pointer;
}
.page-box .content-page {
  background-color: #fffcf2;
}
.page-box .content-page .head {
  text-align: center;
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.page-box .content-page .ps {
  color: #333333;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom-color: #b4b4b4;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.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%;
}
