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;
}
.nav {
  width: 100%;
  background-color: #0b4fbf;
}
.nav .nav-box {
  margin-right: auto;
  margin-left: auto;
  height: 48px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}
.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: #fff;
}
.nav .item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -1;
  /* 根据需要改方向 */
  content: '|';
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
}
.nav .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.banner {
  width: 100%;
  background: url(../images/topic/i1-bg1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .img {
  background-image: url(../images/topic/i1-title.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 246px;
  background-position: center 0px;
}
.banner .video {
  width: 80%;
}
.btm-bg {
  background-image: url(../images/topic/r1-xtbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content-bg {
  background: linear-gradient(to bottom, white, #cb0000);
  min-height: 500px;
}
.page-box .header {
  width: 100%;
  height: auto;
}
.page-box .header img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.page-box .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d00000;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-box .footer a {
  color: #FFF;
}
.page-box .footer a:hover {
  color: #FFF;
}
.page-box .main-page .top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-family: "SourceHanSansCN Bold", "Microsoft Yahei";
  color: #d80d0e;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-box .main-page .swiper-box {
  width: 100%;
  height: 410px;
}
@media (max-width: 480px) {
  .page-box .main-page .swiper-box {
    width: 100%;
    height: auto;
  }
}
.page-box .main-page .list-box {
  display: block;
  width: 100%;
  height: 690px;
  list-style: none;
  font-size: 14px;
}
.page-box .main-page .list-box li {
  font-family: "宋体";
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  border-bottom: 1px dashed #ceb489;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .list-box li:hover {
  background-color: #cb0000;
  color: white;
}
.page-box .main-page .more-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-box .main-page .more-box .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dc3545;
  height: 38px;
  border: 1px solid #dc3545;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.page-box .main-page .more-box .more-btn:hover {
  background-color: #dc3545;
  color: #fff;
}
.page-box .main-page .sd-box .sd-title {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cb0000;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .page-box .main-page .sd-box .sd-title {
    height: 50px;
  }
}
.page-box .main-page .sd-box .sd-title .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  width: 82px;
  color: #cb0000;
}
@media (max-width: 480px) {
  .page-box .main-page .sd-box .sd-title .more {
    margin-right: 5px;
    font-size: 16px;
  }
}
.page-box .main-page .sd-box .sd-title .more img {
  width: 28px;
  height: 28px;
  margin-top: 1px;
}
.page-box .main-page .sd-box .sd-body {
  height: 270px;
}
.page-box .main-page .sd-box .sd-body img {
  width: 100%;
  height: 100%;
}
.page-box .main-page .sd-box .sd-body .txt-header {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .box-1 .box-title {
  height: 125px;
  background: url(../images/topic/r1-title1.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 480px) {
  .page-box .main-page .box-1 .box-title {
    height: 60px;
    background: url(../images/topic/r1-title1-sj.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.page-box .main-page .box-1 .box-title .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  width: 82px;
  color: #cb0000;
}
@media (max-width: 480px) {
  .page-box .main-page .box-1 .box-title .more {
    margin-right: 5px;
    font-size: 16px;
  }
}
.page-box .main-page .box-1 .box-title .more img {
  width: 34px;
  height: 34px;
  margin-top: 3px;
}
.page-box .main-page .box-1 .top-article {
  width: 100%;
  height: 150px;
  font-size: 14px;
  border: 1px solid #f2d49a;
  background-color: #fef6e9;
  color: black;
}
.page-box .main-page .box-1 .top-article .atl-title {
  padding: 15px;
  font-weight: bold;
  line-height: 35px;
  font-family: "宋体" !important;
}
.page-box .main-page .box-1 .top-article .atl-body {
  line-height: 21px;
  font-family: "宋体" !important;
  padding-left: 15px;
  padding-right: 15px;
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-box .main-page .box-1 .article-list {
  list-style: none;
}
.page-box .main-page .box-1 .article-list li {
  display: flex;
  color: #333;
  position: relative;
  padding-left: 24px;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}
.page-box .main-page .box-1 .article-list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.page-box .main-page .box-1 .article-list li a:hover {
  color: #777;
}
.page-box .main-page .box-1 .article-list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .box-1 .article-list li .date {
  display: block;
  width: 90px;
  text-align: end;
  color: #777;
}
.page-box .main-page .box-1 .article-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 .main-page .box-1 .content {
  color: #000000;
  font-weight: normal;
  font-family: "SourceHanSansCN Bold", "Microsoft Yahei";
  font-size: 20px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.page-box .main-page .box-2 .box-title {
  height: 125px;
  background: url(../images/topic/r1-title2.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 480px) {
  .page-box .main-page .box-2 .box-title {
    height: 60px;
    background: url(../images/topic/r1-title2-sj.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.page-box .main-page .box-2 .box-title .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  float: right;
  margin-right: 15px;
  color: #cb0000;
  width: 82px;
}
@media (max-width: 480px) {
  .page-box .main-page .box-2 .box-title .more {
    margin-right: 5px;
    font-size: 16px;
  }
}
.page-box .main-page .box-2 .box-title .more img {
  width: 34px;
  height: 34px;
  margin-top: 3px;
}
.page-box .main-page .box-2 .card-box {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-image: url(../images/topic/r1-redbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  height: 600px;
}
.page-box .main-page .box-2 .card-box .card-title {
  height: 65px;
  line-height: 65px;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .box-2 .card-box .card-title a {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.page-box .main-page .box-2 .card-box .card-img {
  text-align: center;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-box .main-page .box-2 .card-box .card-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-box .main-page .box-2 .card-box .card-img img {
  display: block;
  max-width: 100%;
  height: 400px;
}
.page-box .main-page .box-2 .card-box .card-info {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: justify;
  letter-spacing: 2px;
  font-family: sans-serif;
  font-size: 14px;
  color: white;
  line-height: 20px;
  height: 76px;
  overflow: hidden;
}
.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%;
}
.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 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;
}
