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/r1304-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;
  background-color: #FFEFD5;
}
.page-box header .banner
{
  height: 150px;
  background-image: url(../images/topic/logo.png);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 0px center;
}


.menu {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 5px;
  margin-left: -12px;

}

.menu-item {
  padding: 12px 24px;
  /* background: #f0f0f0;
  color: #333; */
  cursor: pointer;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  transition: all 0.3s ease;
    background: url(../images/topic/r1304-menubg.png) no-repeat center 0px;
    background-position: center 0px;
    background-size: 100% 100%;
    color:red;
    font-weight: bold;
}

.menu-item:hover {
  /* background: #e0e0e0;
  transform: translateY(-2px); */
  background: url(../images/topic/r1304-over.png) no-repeat center 0px;
background-position: center 0px;
background-size: 100% 100%;
color:#ffe67a;
}

/* 激活状态样式 */
.menu-item.active {
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3); */
  background: url(../images/topic/r1304-over.png) no-repeat center 0px;
background-position: center 0px;
background-size: 100% 100%;
color:#ffe67a;
}



.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 {
      min-height: 750px;
  background: url(../images/topic/r10304-bg.jpg) no-repeat;
  background-position: center 0px;
  background-size: 100% 100%;
}
.page-box .main-page {
  max-width: 1000px;
  justify-self: center;
  margin-bottom: 10px;
   border-top: 2px solid red;
}
.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;
  background-size: 100% 100%;
  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;
}

.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;
  min-height: 500px;
}
.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;
  min-height: 500px;
}
.page-box .content-page article .content img {
    max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
   align-items: center;
}

.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: 1000px;
  height: 26px;
  line-height: 26px;
  background: url(../images/topic/r8-qhly.jpg) no-repeat;
  /* background-size: 100% 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
      margin-left: -12px;
}
.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;
}
@media (min-width: 540px) and (max-width: 920px) {
  /* .page-box header .top {
  height: 150px;
   background: url(../images/topic/r1304top-sj.jpg) no-repeat center 0px;
  background-position: center 0px;
  background-size: 100% auto;
  } */

.page-box .bg {
  background: none;
}
.page-box .long-title {
  width: 100%;
}
.page-box .footer{
   background: url(../images/topic/r1304bottom-sj.jpg) no-repeat center 0px;
  background-position: center 0px;
  background-size: 100% auto;
}
}
@media (max-width: 480px) {
.page-box header .top {
  height: 150px;
   background: url(../images/topic/r1304top-sj.jpg) no-repeat center 0px;
  background-position: center 0px;
  background-size: 100% auto;
  background-color: #FFEFD5;
  }

/* .page-box .bg {
  min-height: 1000px;
  background: url(../images/topic/r1304bg-sj.jpg) no-repeat;
  background-size: 100% 100%;
  background-position:center center;

} */
.page-box .bg {
  background: none;
}
.page-box .long-title {
  width: 100%;
}
.page-box .footer{
   background: url(../images/topic/r1304bottom-sj.jpg) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
  .page-box header .menu-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .menu-item {
    font-size: 14px;
  }

  .page-box .content-page article .content img {
  max-width: 300px;
  }

}
