.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 16px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .list_five-item .p2, .list_three-item .p1, .list_two-item-text .p1, .list_one-item .p2, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo a img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .page-next-prev, .box-flex, .footer-top .wrap {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .page-next-prev, .box-flex, .footer-top .wrap {
    flex-direction: column;
  }
  .dflex > div, .page-next-prev > div, .box-flex > div, .footer-top .wrap > div {
    width: 100%;
  }
}

.flex1, .list_five-item .p1 i, .list_three-item .p1, .list_two-item-text, .list_one-item .p2 {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .one-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .one-swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #990000 url(../images/bg1.png) right 13.5416666667vw center no-repeat;
  padding: 2.1875vw 0 3vw 0;
  background-size: contain;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  width: 60%;
}
.top-search_form {
  width: 225px;
  height: 42px;
  border: 1px solid #fff;
  display: flex;
  padding: 2px;
  border-radius: 20px;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.top-search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  background: url(../images/search.png) center no-repeat;
  width: 52px;
  font-size: 0;
  cursor: pointer;
  border: none;
}
.top .mob-search_btn {
  display: none;
}
.top .mob-search_btn i {
  font-size: 24px;
  color: #fff;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.top_menu-btn i.icon-system-close {
  display: none;
}
.top_menu-btn.on .icon-menu {
  display: none;
}
.top_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo {
    margin-right: 10px;
    width: 80%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #990000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-search_form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #E90000;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: rgba(0, 0, 0, 0.1);
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #E90000;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #990000;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 9px 20px !important;
    font-size: 16px !important;
    color: #fff;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #e7e7e7;
  }
}

.footer {
  background: url(../images/bg2.png) top center no-repeat;
  background-size: cover;
}
.footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1430px) {
  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-top .wrap {
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  width: 50%;
}
.footer-logo a {
  display: flex;
}
.footer-text {
  padding-left: 1vw;
}
.footer-text p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .footer-text p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-text p {
    font-size: 14px;
  }
}
.footer-text p + p {
  margin-top: 1.2vw;
}
.footer-copyright {
  padding: 10px 0;
  text-align: center;
  background: #370202;
}
.footer-copyright p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .footer-copyright p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-copyright p {
    font-size: 14px;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 64.8689956332%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  background: #FDF6F6;
  padding: 0.78125vw;
  text-align: center;
}
.one-swiper-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.one-swiper .swiper-pagination {
  bottom: 85px;
  padding-right: 37px;
  text-align: right;
}
.one-swiper .swiper-pagination-bullet {
  background: #303030;
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #303030;
  margin: 0 8px;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.boxa {
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 1430px) {
  .boxa {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .boxa {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-title .p1 {
  display: flex;
  align-items: center;
}
.box-title .p1 img {
  margin-right: 14px;
  width: 33px;
}
.box-title .p1 span {
  font-size: 21px;
  color: #990000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .box-title .p1 span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title .p1 span {
    font-size: 16px;
  }
}
.box-title .a1 {
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .box-title .a1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .box-title .a1 {
    font-size: 14px;
  }
}
.box-title .a1:hover {
  color: #990000;
}
.box-flex {
  flex-wrap: wrap;
  gap: 25px 20px;
}
.box-flex_item {
  width: calc(33.33% - 15px);
}

.boxb {
  background: #FAFAFA;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1430px) {
  .boxb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .boxb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.boxb .box-title {
  margin-bottom: 20px;
}
.boxb .list_four,
.boxb .list_five {
  box-shadow: 0px 3px 21px 0px rgba(164, 164, 164, 0.15);
  padding: 0 20px;
}
.boxb-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: calc(100% - 56px);
  gap: 25px;
}
.boxb-list a {
  background-image: url(../images/bg4.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.15vw 3vw;
}
@media (max-width: 1430px) {
  .boxb-list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxb-list a {
    font-size: 14px;
  }
}
.boxb-list a:last-child {
  background-image: url(../images/bg3.png);
}
.boxb-list a:hover {
  color: #990000;
}

.list_one-item {
  padding: 0.45vw 0;
  border-bottom: 1px solid #E0E0E0;
}
.list_one-item:last-child {
  border-bottom: none;
}
.list_one-item a {
  display: flex;
  align-items: center;
}
.list_one-item a:hover .c1 {
  background: #990000;
}
.list_one-item a:hover .p1 {
  color: #990000;
}
.list_one-item a:hover .p2 {
  color: #990000;
}
.list_one-item .p1 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 8px;
}
@media (max-width: 1430px) {
  .list_one-item .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p1 {
    font-size: 12px;
  }
}
.list_one-item .p2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_one-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p2 {
    font-size: 14px;
  }
}
.list_one-item .p2 + .p1 {
  margin-left: 8px;
  margin-right: 0;
}
.list_one-item .c1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B8B8B8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.list_two-item {
  padding: 0.5vw 0;
  border-bottom: 1px dashed #BFBFBF;
}
.list_two-item a {
  display: flex;
}
.list_two-item a:hover .list_two-item-text .p1 {
  color: #990000;
}
.list_two-item-time {
  width: 70px;
  height: 60px;
  border-right: 1px solid #D6D6D6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 1vw;
}
@media (max-width: 1430px) {
  .list_two-item-time {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time {
    font-size: 14px;
  }
}
.list_two-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0.8vw;
  line-height: 1;
}
@media (max-width: 1430px) {
  .list_two-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 14px;
  }
}
.list_two-item-text .p2 {
  font-size: 18px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
@media (max-width: 1430px) {
  .list_two-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p2 {
    font-size: 14px;
  }
}

.list_three-item {
  padding: 0.45vw 0;
}
.list_three-item a {
  display: flex;
  align-items: center;
}
.list_three-item a:hover .c1 {
  background: #990000;
}
.list_three-item a:hover .p1 {
  color: #990000;
}
.list_three-item a:hover .p2 {
  color: #990000;
}
.list_three-item .p1 {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_three-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item .p1 {
    font-size: 14px;
  }
}
.list_three-item .p2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 8px;
}
@media (max-width: 1430px) {
  .list_three-item .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_three-item .p2 {
    font-size: 12px;
  }
}
.list_three-item .c1 {
  width: 10px;
  height: 10px;
  background: #B8B8B8;
  transform: rotate(45deg);
  margin-right: 10px;
}
.list_three-item .l1 {
  width: 1px;
  height: 18px;
  background: #B8B8B8;
  margin-left: 8px;
}

.list_four-item {
  border-bottom: 1px solid #E5E5E5;
}
.list_four-item:last-child {
  border-bottom: none;
}
.list_four-item a {
  display: block;
  padding: 0.4vw 0;
}
.list_four-item a:hover .p2 {
  color: #990000;
}
.list_four-item .p1 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 7px;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_four-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_four-item .p1 {
    font-size: 14px;
  }
}
.list_four-item .p2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1430px) {
  .list_four-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_four-item .p2 {
    font-size: 14px;
  }
}

.list_five-item {
  padding: 0.2vw 0;
}
.list_five-item a {
  display: block;
}
.list_five-item a:hover .p2 {
  color: #990000;
}
.list_five-item .p2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_five-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_five-item .p2 {
    font-size: 14px;
  }
}
.list_five-item .p1 {
  display: flex;
  align-items: center;
}
.list_five-item .p1 i {
  margin-right: 5px;
  position: relative;
  padding-top: 2px;
}
.list_five-item .p1 i::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DCDCDC;
}
.list_five-item .p1 i::after {
  content: "";
  z-index: 9;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.list_five-item .p1 span {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_five-item .p1 span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_five-item .p1 span {
    font-size: 12px;
  }
}

.page_banner {
  height: 225px;
  display: flex;
}
.page_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .page_banner {
    height: 120px;
  }
}

.page-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F8F8F8;
}
@media (max-width: 1430px) {
  .page-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .page-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-wrap_left {
  width: 290px;
  margin-right: 2.5vw;
  background-color: #fff;
  padding: 1.5vw 1.4vw 13vw;
  background-image: url(../images/erji-menu2-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 700px;
}
.page-menu_title {
  margin-bottom: 1.5vw;
}
.page-menu_title span {
  font-size: 28px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .page-menu_title span {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .page-menu_title span {
    font-size: 20px;
  }
}
.page-menu_title i {
  display: none;
}
.page-menu.on {
  display: block;
}
.page-menu_item {
  margin-bottom: 10px;
}
.page-menu_item:last-child {
  margin-bottom: 0;
}
.page-menu_item-inner.act {
  background: url(../images/menuh.jpg) top center no-repeat;
  background-size: cover;
}
.page-menu_item-inner.act a {
  color: #fff;
}
.page-menu_item-inner > a {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  padding: 0.9vw;
}
@media (max-width: 1430px) {
  .page-menu_item-inner > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-menu_item-inner > a {
    font-size: 14px;
  }
}
.page-menu_item-inner:not(.act):hover > a {
  color: #990000;
}

.page-wrap_right {
  flex: 1;
  min-width: 1px;
  background-color: #fff;
  padding: 1.5vw 1.4vw 13vw;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3vw;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 1vw;
}
.page-wrap_right-title span {
  font-size: 28px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .page-wrap_right-title span {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .page-wrap_right-title span {
    font-size: 20px;
  }
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #999;
}
.page-wrap_right .crumbs i {
  color: #990000;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #990000;
}
@media (max-width: 1025px) {
  .page-wrap .wrap {
    flex-direction: column;
    padding: 0;
    margin: 0 15px;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 999;
    background: #fff;
    min-height: auto;
    padding: 10px;
    margin-bottom: 15px;
  }
  .page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    border: none;
    top: 45px;
    display: none;
    margin-bottom: 0;
  }
  .page-menu_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-menu_title span {
    font-size: 16px;
  }
  .page-menu_title i {
    display: block;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item-inner > a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
  }
  .page-wrap_right {
    width: 100%;
    padding: 10px;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
  }
  .page-wrap_right-title {
    white-space: nowrap;
  }
  .page-wrap_right-title span {
    font-size: 16px;
  }
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
}

.page_content {
  font-size: 16px;
  line-height: 0.5;
}
.page_content img, .page_content video, .page_content iframe {
  max-width: 100% !important;
  max-height: auto !important;
}
@media (max-width: 990px) {
  .page_content {
    font-size: 14px;
    line-height: 1.7;
  }
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #990000;
  border-color: #990000;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.page-info span {
  color: #666;
}

.page-next-prev {
  margin-top: 20px;
  justify-content: space-between;
  gap: 15px;
}
.page-next-prev > div {
  flex: 1;
  border: 1px solid #efefef;
  padding: 10px;
  font-size: 14px;
}
.page-next-prev a {
  color: #333;
}
.page-next-prev a:hover {
  color: #990000;
}

@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
}
@media (max-width: 990px) {
  .top {
    padding: 0;
  }
  .one-swiper .swiper-pagination {
    bottom: 40px;
  }
  .box-title .p1 img {
    width: 20px;
    margin-right: 8px;
  }
  .list_one-item .c1 {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .box-title {
    margin-bottom: 10px;
  }
  .list_two-item {
    padding: 10px 0;
  }
  .list_two-item-time {
    width: 50px;
    margin-right: 10px;
  }
  .list_three-item .c1 {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .list_three-item .l1 {
    height: 14px;
  }
  .boxb-list {
    height: auto;
    gap: 15px;
  }
  .list_four-item a,
  .list_five-item {
    padding: 10px 0;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
}
    .banner {
      padding: 1vw 0;
    }

    .banner-box  {
      position: relative;
      overflow: hidden;
    }
    .banner-box .banner-item {
      display: flex;
    }
    .banner-box .banner-item img { 
      width: 100%;
    }
.page_content ul li { line-height: 1.7; }