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;
}
.banner {
  background-image: url(../images/topic/r3-banner.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 140px;
  width: 100%;
  /* margin-bottom: 10px; */
  margin-top: 10px;
}
.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: 25px;
  padding-bottom: 25px;
  background-image: url(../images/topic/r3-footer.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.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: flex;
  height: 30px;
  margin: 0;
  justify-content: start;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  padding-left: 15px;
  bottom: 30px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.page-box .header {
  width: 100%;
  height: auto;
}
.page-box .header img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.page-box .nav {
  width: 100%;
  background-color: #800c0d;
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-box .nav img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.page-box .nav .nav-box {
  height: 48px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-box .nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  position: relative;
  box-sizing: border-box;
  line-height: 48px;
  padding-right: 30px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.page-box .nav .item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -1;
  /* 根据需要改方向 */
  content: '|';
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  font-size: 18px;
}
.page-box .nav .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.page-box .main-page .border {
  padding: 15px;
  border: 1px solid #CDC8B1;
}
.page-box .main-page .hot-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #d3311d;
  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 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SimHei;
  width: 100%;
  height: 130px;
  line-height: 130px;
  font-size: 30px;
  background-image: url("../images/topic/r3-wrap.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-box .main-page .wrap .item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #800c0c;
  font-size: 22px;
  font-weight: bold;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.page-box .main-page .wrap .swiper-button-prev {
  left: 70px;
  color: #800c0c;
  font-weight: bold;
}
.page-box .main-page .wrap .swiper-button-next {
  right: 70px;
  color: #800c0c;
  font-weight: bold;
}
.page-box .main-page .book {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SimHei;
  width: 100%;
  background-image: url("../images/topic/r3-hygbbj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 500px;
}
.page-box .main-page .book .left {
  margin-top: -30px;
  height: 300px;
}
.page-box .main-page .book .left .pic {
  text-align: center;
  margin: 0 auto;
}
.page-box .main-page .book .left .title {
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.page-box .main-page .book .left .info {
  font-family: "宋体";
  font-size: 14px;
  line-height: 20px;
}
.page-box .main-page .book .right {
  margin-top: -30px;
  height: 300px;
  padding-left: 15px;
}
.page-box .main-page .book .swiper-pagination {
  bottom: 10px !important;
  left: 290px !important;
}
.page-box .main-page .btm .hot-title {
  color: #000;
  border-bottom: 1px solid #800c0c;
}
.page-box .main-page .btm .hot-title .title {
  color: #000;
}
.page-box .main-page .btm .hot-title .more {
  color: #000;
}
.page-box .main-page .btm .left-box {
  background-image: url(../images/topic/r3-plzs.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 680px;
  overflow: hidden;
}
.page-box .main-page .btm .left-box .timeline .item {
  position: relative;
  font-size: 14px;
  padding-bottom: 20px;
  list-style: none;
}
.page-box .main-page .btm .left-box .timeline .item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.page-box .main-page .btm .left-box .timeline .item:last-child:before {
  display: none;
}
.page-box .main-page .btm .left-box .timeline .item i {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #5fb878;
}
.page-box .main-page .btm .left-box .timeline .item .tl_time {
  font-weight: 200;
  color: black;
}
.page-box .main-page .btm .left-box .timeline .item .tl_title {
  margin-top: 10px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .btm .left-box .timeline .item .tl_content {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-box .main-page .btm .right-box {
  background-image: url(../images/topic/r3-contentbj.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #CDC8B1;
  border-radius: 5px;
}
.page-box .main-page .btm .right-box .c_title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .btm .right-box .c_content {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-decoration: none;
  height: 265px;
  padding-top: 10px;
}
.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%;
}
