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: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 20px;
  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/i2-background.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.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", "\5b8b\4f53";
  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 .tr1-box {
  width: 100%;
  height: 200px;
  background-color: #d00000;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.page-box .main-page .tr1-box .tr1-title {
  line-height: 60px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.page-box .main-page .tr1-box .tr1-title .big_txt {
  font-size: 30px;
  font-weight: bold;
}
.page-box .main-page .tr1-box .more {
  display: inline-block;
  text-align: end;
}
.page-box .main-page .tr1-box li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-box .main-page .tr2-box {
  width: 100%;
  height: 200px;
  background-color: #fff6db;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-box .main-page .tr2-box .more {
  display: inline-block;
  text-align: end;
}
.page-box .main-page .tr2-box li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: red;
}
.page-box .main-page .box-1 .box-title {
  height: 60px;
  background: url(../images/topic/i2-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 {
    background: url(../images/topic/i2-title1-sj.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.page-box .main-page .box-1 .box-title .more {
  font-weight: bold;
  font-size: 20px;
  float: right;
  margin-right: 15px;
  color: #fbe0b7;
}
@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 .title {
  display: inline-block;
  color: #d00000;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height: 30px;
}
.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: 60px;
  background: url(../images/topic/i2-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 {
    background: url(../images/topic/i2-title2-sj.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.page-box .main-page .box-2 .box-title .more {
  font-weight: bold;
  font-size: 20px;
  float: right;
  margin-right: 15px;
  color: #fbe0b7;
}
@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 .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-box .main-page .box-2 .img-box img {
  display: block;
  max-width: 100%;
  height: 240px;
}
.page-box .main-page .box-2 .title {
  color: black;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.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;
}
.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;
}
