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;
}
.fx {
  display: flex;
}
.w100 {
  width: 100% !important;
}
.w50 {
  width: 50% !important;
}
.h100 {
  height: 100%;
}
.bc {
  height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 35px;
  font-weight: bold;
}
.bc img {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  margin-top: -4px;
}
.swiper-title {
  position: relative;
  display: flex;
  height: 36px;
  margin: 0;
  justify-content: start;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  padding-left: 10px;
  bottom: 36px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.page-box {
  background-color: #A70302;
}
.page-box header .top {
  background-image: url(../images/topic/r8-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 180px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: end;
}
.page-box header .nav {
  width: 100%;
  background-color: transparent;
  height: 48px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-box header .nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  position: relative;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 20px;
  color: #ffe67a;
  font-size: 16px;
}
@media (max-width: 480px) {
  .page-box header .nav .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-box header .nav .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  font-family: "microsoft yahei";
  font-weight: bold;
}
.page-box .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.page-box .footer a {
  color: #FFF;
}
.page-box .footer a:hover {
  color: #FFF;
}
.page-box .bg {
  background: url(../images/topic/r8-bg.jpg) no-repeat center 0px;
  background-position: center 0px;
  background-size: 100% 100%;
}
.page-box .main-page {
  max-width: 1000px;
  justify-self: center;
  margin-bottom: 10px;
}
.page-box .main-page .swiper-box {
  width: 100%;
  height: 280px;
}
@media (max-width: 999px) {
  .page-box .main-page .swiper-box {
    width: 100%;
  }
}
.page-box .main-page .box-1 {
  width: 370px;
}
@media (max-width: 999px) {
  .page-box .main-page .box-1 {
    width: 100%;
  }
}
.page-box .main-page .box-2 {
  width: 370px;
}
@media (max-width: 999px) {
  .page-box .main-page .box-2 {
    width: 100%;
  }
}
.page-box .main-page .box-3 {
  width: 226px;
}
@media (max-width: 999px) {
  .page-box .main-page .box-3 {
    width: 100%;
  }
}
.page-box .main-page .short-title {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: url(../images/topic/r8-qhyw.jpg) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-box .main-page .short-title .txt {
  padding-left: 15px;
  line-height: 26px;
  font-family: "宋体";
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.page-box .main-page .short-title .more {
  font-family: "宋体";
  font-size: 12px;
  line-height: 26px;
  font-weight: normal;
  color: #A00C04;
  text-decoration: none;
  padding-right: 5px;
}
.page-box .main-page .long-title {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: url(../images/topic/r8-qhly.jpg) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-box .main-page .long-title .txt {
  padding-left: 15px;
  line-height: 26px;
  font-family: "宋体";
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.page-box .main-page .long-title .more {
  font-family: "宋体";
  font-size: 12px;
  line-height: 26px;
  font-weight: normal;
  color: #A00C04;
  text-decoration: none;
  padding-right: 5px;
}
.page-box .main-page .border-box {
  border: 1px solid #dadada;
}
.page-box .main-page .list {
  line-height: 28px;
  color: #333;
  padding-right: 5px;
}
.page-box .main-page .list .item {
  display: flex;
  width: 100%;
  color: #333;
  position: relative;
  padding-left: 24px;
  font-family: "宋体";
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .list .item::before {
  position: absolute;
  content: '•';
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #B41601;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 480px) {
  .page-box .main-page .list .item {
    font-size: 14px;
  }
}
.page-box .main-page .list .item a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .list .item .title {
  flex: 1;
  display: block;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .list .item .other {
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .art-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "宋体";
  padding: 5px;
}
.page-box .main-page .art-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  margin-top: 15px;
  color: #555555;
  text-indent: 30px;
  height: 52px;
  overflow: hidden;
  font-family: "宋体";
  padding: 5px;
}
.page-box .list-page {
  background-color: #fff;
}
.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: 14px;
  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 .img-list .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-box .list-page .img-list .img-box img {
  display: block;
  max-width: 100%;
  height: 180px;
}
.page-box .list-page .img-list .title {
  color: black;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}
.page-box .list-page .page {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  color: #333;
  height: 38px;
}
.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: #fff;
}
.page-box .content-page article .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 article .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 article .ps .gap {
  margin-left: 10px;
  margin-right: 10px;
}
.page-box .content-page article .content {
  color: #333333;
}
.page-box .content-page article .content img {
  max-width: 100%;
}
.page-box .content-page .page-content {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  font-size: 14px;
}
.page-box .content-page .page-content p {
  display: inline-block;
  width: 100%;
}
.page-box .content-page .page-content p a {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-box .content-page .page-content p a span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.page-box .content-page .page-content p a:visited {
  color: #333;
}
.page-box .content-page .page-content p a:hover {
  color: #333;
}
.page-box .content-page .page-content .title {
  width: 60%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .content-page .page-content .prev {
  display: flex;
  justify-content: start;
  align-items: center;
}
.page-box .content-page .page-content .prev a {
  justify-content: start;
  text-align: left;
}
.page-box .content-page .page-content .next {
  display: flex;
  justify-content: end;
  align-items: center;
}
.page-box .content-page .page-content .next a {
  justify-content: end;
  text-align: right;
}
.page-box .long-title {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: url(../images/topic/r8-qhly.jpg) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-box .long-title form {
  display: inline-block;
  line-height: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
}
.page-box .long-title .input {
  font-family: "宋体";
  font-size: 12px;
  color: #2b5a5e;
  border: 1px solid #98a6a6;
  height: 22px;
}
.page-box .long-title .go {
  border: #DEAF39 1px solid;
  background: linear-gradient(to bottom, #e6e66f, #f5f5d8);
  color: #A70302;
}
.page-box .long-title .txt {
  padding-left: 15px;
  line-height: 26px;
  font-family: "宋体";
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.page-box .long-title .more {
  font-family: "宋体";
  font-size: 12px;
  line-height: 36px;
  font-weight: normal;
  color: #A00C04;
  text-decoration: none;
  padding-right: 5px;
}
