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: #333;
  line-height: 22px;
}
.header {
  width: 100%;
  height: auto;
}
.header img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.content-btm {
  background-image: url(../images/topic/r7-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/r7-btm_middle.jpg);
    height: 132px;
  }
}
@media (max-width: 480px) {
  .content-btm {
    background-image: url(../images/topic/r7-btm_small.jpg);
    height: 100px;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d0182d;
  color: #333;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/topic/r4-footer.jpg);
}
.footer .footer a {
  color: #333;
}
.footer .footer a:hover {
  color: #333;
}
.bc {
  height: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 20px;
  font-weight: bold;
}
.bc img {
  margin-right: 10px;
  width: 15px;
  height: 14px;
}
.swiper-title {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 15px;
  padding-right: 160px;
  bottom: 40px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper-pagination {
  bottom: 10px !important;
  left: 290px !important;
}
.page-box .main-page .border {
  padding: 15px;
  border: 1px solid #CDC8B1;
}
.page-box .main-page .block_title {
  background: #9C9C9C;
  width: 100%;
  height: 36px;
  color: white;
  font-size: 16px;
  font-family: SimHei;
  padding-left: 15px;
  line-height: 36px;
  font-weight: bold;
}
.page-box .main-page .hot-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #800d0b;
  height: 40px;
}
.page-box .main-page .hot-title img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.page-box .main-page .hot-title .title {
  position: relative;
  font-size: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  display: flex;
  justify-content: start;
  align-items: center;
}
.page-box .main-page .hot-title .more {
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.page-box .main-page .hot-list li {
  position: relative;
  display: flex;
  width: 100%;
  color: #333;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.page-box .main-page .hot-list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.page-box .main-page .hot-list li a:hover {
  color: #a80000;
}
.page-box .main-page .hot-list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.page-box .main-page .hot-list li .date {
  font-size: 16px;
  display: block;
  width: 90px;
  text-align: end;
}
.page-box .main-page .hot-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #e5350c;
  font-size: 16px;
  padding-left: 8px;
}
.page-box .main-page .white_list {
  color: #333;
}
.page-box .main-page .white_list .item {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  font-family: 微软雅黑;
  height: 55px;
  background-color: white;
  border-left: 0.25rem solid #f7ce95;
  justify-content: start;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1.05rem;
}
.page-box .main-page .white_list .item:last-child {
  margin-bottom: 0;
}
.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 .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%;
}
