body {
  font-size: 0.16rem;
  color: #333;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .tuwen_page-item-text .p2, .tuwen_page-item-text .p1, .page-list_item .txt .tit, .list_one-item a, .boxd-list_item-text .p1, .boxc-item_img-text p, .onw-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .boxc-flex, .boxa, .footer-flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxc-flex, .boxa, .footer-flex {
    flex-direction: column;
  }
  .dflex > div, .boxc-flex > div, .boxa > div, .footer-flex > div {
    width: 100%;
  }
  .dflex > div + div, .boxc-flex > div + div, .boxa > div + div, .footer-flex > div + div {
    margin-top: 15px;
  }
}

.flex1, .list_one-item a, .boxc-item_img-text p {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 14.3rem;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.top {
  background: #A6211C;
  padding: 0.17rem 0 0.21rem 0;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-logo img {
  width: 5.06rem;
}
.top-search-btn {
  cursor: pointer;
  display: none;
}
.top-search-btn img {
  width: 0.23rem;
}
.top-search_form {
  width: 2.4rem;
  height: 0.43rem;
  display: flex;
  padding: 2px;
  border-radius: 0.06rem;
  background: #EDD3D2;
}
.top-search_form-input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  color: #333;
}
.top-search_form-input::-moz-placeholder {
  color: #999;
}
    .old-site {
      font-size: 0.16rem;
      color: #fff;

    display: flex;
    justify-content: flex-end;
margin-bottom: 0.1rem;

    opacity: 0.8;
    }
    .old-site:hover { opacity: 1; }

.top-search_form-input::placeholder {
  color: #999;
}
.top-search_form-input:focus {
  outline: none;
}
.top-search_form-btn {
  background: url(../images/search.png) center no-repeat;
  width: 0.43rem;
  font-size: 0;
  cursor: pointer;
  border: none;
  background-size: 0.23rem;
}
.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) {
.old-site { display: none; }
  .top {
    position: relative;
    padding: 0.1rem 0;
  }
  .top-logo {
    margin-right: 10px;
    width: 70%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search {
    display: none;
    position: absolute;
    top: 100%;
    background: #A6211C;
    padding: 0.1rem;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #999;
  }
  .top-search_form {
    width: 100%;
    height: 35px;
  }
  .top-search-btn {
    margin-left: auto;
    display: block;
  }
  .top-search-btn i {
    font-size: 16px;
    color: #fff;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    align-self: center;
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #BE3B36;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 0.05rem 0;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1054px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 0.2153846154rem;
  }
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  border-bottom-color: #A6211C;
}
.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: #A6211C;
    min-width: 150%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  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: #A6211C;
  }
  .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;
    text-align: left;
  }
}

.footer {
  background: url(../images/bg3.png) top center no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
}
.footer .fast-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media (max-width: 1054px) {
  .footer .fast-nav {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer .fast-nav {
    font-size: 0.2461538462rem;
  }
}
.footer .fast-nav a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.footer .fast-nav a + a:before {
  content: "|";
  padding: 0 0.15rem;
}
.footer-flex {
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.footer-logo a {
  display: flex;
}
.footer-logo a img {
  width: 5.82rem;
}
.footer-info p {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1054px) {
  .footer-info p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer-info p {
    font-size: 0.2461538462rem;
  }
}
.footer .copyright {
  border-top: 1px solid #C36F6B;
  padding: 0.15rem 0;
  text-align: center;
}
.footer .copyright p {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer .copyright p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer .copyright p {
    font-size: 0.2461538462rem;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 21.875%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 0.45rem;
  padding-right: 3.5rem;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 0.07rem !important;
}
.banner .swiper-pagination-bullet-active {
  background: transparent;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.onw-swiper {
  position: relative;
  overflow: hidden;
}
.onw-swiper-item {
  display: block;
  padding: 0 0.1rem 0.1rem 0.1rem;
}
.onw-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.onw-swiper-item:hover .onw-swiper-item-text .p1 {
  font-weight: bold;
}
.onw-swiper-item-img {
  overflow: hidden;
}
.onw-swiper-item-img .inner-bg {
  padding-bottom: 62.6746506986%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.onw-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.onw-swiper-item-text {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.2rem 0.5rem 0.2rem;
}
.onw-swiper-item-text .p1 {
  text-align: center;
  font-size: 0.24rem;
  color: #A6211C;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .onw-swiper-item-text .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .onw-swiper-item-text .p1 {
    font-size: 0.2461538462rem;
  }
}
.onw-swiper-item-text .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.1em;
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1054px) {
  .onw-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .onw-swiper-item-text .p2 {
    font-size: 0.2153846154rem;
  }
}
.onw-swiper .swiper-pagination {
  bottom: 0.25rem;
}
.onw-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #E5E5E5;
  margin: 0 0.07rem !important;
}
.onw-swiper .swiper-pagination-bullet-active {
  background: #A6211C;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.two-swiper-item:hover .two-swiper-item-text .p1 {
  color: #A6211C;
}
.two-swiper-item-img {
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 67.6274944568%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.two-swiper-item-text .p1 {
  font-size: 0.17rem;
  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;
  height: 3em;
}
@media (max-width: 1054px) {
  .two-swiper-item-text .p1 {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.two-swiper-item-text .p2 {
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0.2rem 0;
}
@media (max-width: 1054px) {
  .two-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p2 {
    font-size: 0.2153846154rem;
  }
}
.two-swiper-item-text .p3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.1em;
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1054px) {
  .two-swiper-item-text .p3 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p3 {
    font-size: 0.2153846154rem;
  }
}

.main {
  padding: 0.45rem 0 0.6rem 0;
}

.box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.15rem;
padding-bottom: 0.1rem;
  border-bottom: 1px solid #CCCCCC;
}
.box-title_text {
  display: flex;
  align-items: center;
}
.box-title_text .s1 {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .box-title_text .s1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title_text .s1 {
    font-size: 0.2769230769rem;
  }
}
.box-title_text .s2 {
  padding-left: 0.12rem;
  text-transform: capitalize;
  font-size: 0.16rem;
  color: #A6211C;
  margin-bottom: 0;
  line-height: 1.5;
  border-left: 1px solid #A6211C;
  margin-left: 0.12rem;
}
@media (max-width: 1054px) {
  .box-title_text .s2 {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .box-title_text .s2 {
    font-size: 0.2153846154rem;
  }
}
.box-title_more {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: capitalize;
}
@media (max-width: 1054px) {
  .box-title_more {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .box-title_more {
    font-size: 0.2153846154rem;
  }
}
.box-title_more:hover {
  color: #A6211C;
}
.boxa {
  justify-content: space-between;
  margin-bottom: 0.55rem;
}
.boxa-left {
  width: 30.3571428571%;
}
.boxa-mid {
  width: 37.1428571429%;
}
.boxb {
  margin-bottom: 0.55rem;
}
.boxc {
  margin-bottom: 0.55rem;
}
.boxc-flex {
  justify-content: space-between;
}
.boxc-item {
  width: 48.7142857143%;
}

.boxc-item_img a {
  position: relative;
  display: block;
  padding-bottom: 53.8123167155%;
  position: relative;
  overflow: hidden;
}
.boxc-item_img a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxc-item_img a img {
  transition: all 0.5s ease;
  display: block;
}
.boxc-item_img a:hover img {
  transform: scale(1.1);
}
.boxc-item_img-text {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.15rem 0.25rem;
}
.boxc-item_img-text p {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxc-item_img-text p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxc-item_img-text p {
    font-size: 0.2153846154rem;
  }
}
.boxc-item_img-text span {
  padding-left: 0.2rem;
  margin-left: 0.2rem;
  border-left: 1px solid #fff;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxc-item_img-text span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxc-item_img-text span {
    font-size: 0.2153846154rem;
  }
}
.boxd-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.12rem;
}
.boxd-list_item {
  width: calc(33.33% - 0.08rem);
}

.boxd-list_item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 65.1639344262%;
  position: relative;
}
.boxd-list_item a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxd-list_item a img {
  transition: all 0.5s ease;
  display: block;
}
.boxd-list_item a:hover img {
  transform: scale(1.1);
}
.boxd-list_item-text {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.15rem 0.25rem;
}
.boxd-list_item-text .p1 {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxd-list_item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxd-list_item-text .p1 {
    font-size: 0.2153846154rem;
  }
}

.list_one-item {
  display: flex;
  background: url(../images/i1.png) left center no-repeat;
  border-bottom: 1px solid #ccc;
  background-size: 0.16rem;
  padding: 0.13rem 0 0.13rem 0.2rem;
  
}
.list_one-item a {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_one-item a {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .list_one-item a {
    font-size: 14px;
  }
}
.list_one-item a:hover {
  color: #A6211C;
}
.list_one-item span {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.1rem;
}
@media (max-width: 1054px) {
  .list_one-item span {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .list_one-item span {
    font-size: 14px;
  }
}
.page_banner {
  padding-bottom: 21.875%;
  position: relative;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.page_banner .page-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.page_banner .page-title h3 {
  background: linear-gradient(90deg, #A6211C 7%, #d61010 107%);
  background-size: cover;
  line-height: 5.208vw;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
}
.page_banner .page-title-menu {
  display: none;
}
.page_banner .page-title-menu i {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
  .page_banner .page-title .wrap {
    background: #A6211C;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_banner .page-title h3 {
    background: transparent;
    line-height: 40px;
    font-size: 20px;
    width: auto;
    padding-left: 0;
  }
  .page_banner .page-title-menu {
    display: block;
  }
}

.page-wrap {
  padding-bottom: 40px;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 250px;
  position: relative;
  z-index: 9;
  margin-right: 70px;
}
.page-menu {
  background: url(../images/img1-3.png) right bottom no-repeat #fff;
  background-size: 100%;
  box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.2);
  padding-bottom: 6.77vw;
}
.page-menu.on {
  display: block;
}
.page-menu_item {
  border-bottom: 1px dashed #d8d8d8;
}
.page-menu_item-inner {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.page-menu_item-inner.act {
  background: #e9f0f3;
}
.page-menu_item-inner.act > i {
  transform: rotate(90deg);
}
.page-menu_item-inner > i {
  font-size: 18px;
  cursor: pointer;
  color: #c7c7c7;
  padding: 10px;
  transition: all 0.3s;
}
.page-menu_item-inner > a {
  flex: 1;
  min-width: 1px;
  font-size: 18px;
  line-height: 66px;
  color: #333;
  transition: all 0.3s;
  position: relative;
  padding-left: 1.822vw;
}
.page-menu_item:hover .page-menu_item-inner > a,
.page-menu_item:hover .page-menu_item-inner > i {
  color: #A6211C;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #A6211C;
  font-weight: bold;
}

.page-submenu {
  padding: 1.041vw 0;
  display: none;
}
.page-submenu_item {
  margin-bottom: 0.364vw;
}
.page-submenu_item a {
  display: block;
  padding: 0 1.562vw 0 2.604vw;
  font-size: 14px;
  position: relative;
  color: #8d8d8d;
}
.page-submenu_item a:after {
  position: absolute;
  content: "";
  left: 1.822vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background: linear-gradient(180deg, #A6211C 0, #d61010 100%);
}
.page-submenu_item a:hover {
  color: #A6211C;
}

.page-wrap_right {
  flex: 1;
  min-width: 1px;
  padding-top: 1.666vw;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.572vw;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.041vw;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
}
.page-wrap_right-title i {
  font-size: 20px;
  color: #A6211C;
}
.page-wrap_right-title span {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-left: 1.145vw;
  line-height: 2;
  position: relative;
}
.page-wrap_right-title span::before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  background: linear-gradient(0deg, #A6211C 0, #d61010 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 20px;
  font-size: 16px;
  color: #626262;
}
.page-wrap_right .crumbs i {
  color: #A6211C;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #A6211C;
}
@media (max-width: 1025px) {
  .page-wrap .wrap {
    flex-direction: column;
    padding: 0;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 999;
  }
  .page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    border: none;
    display: none;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item-inner > a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
  }
  .page-wrap_left .page-submenu_item a {
    padding-left: 30px;
  }
  .page-wrap_left .page-submenu_item a::after {
    left: 20px;
    width: 3px;
    height: 3px;
  }
  .page-wrap_right {
    width: 100%;
    padding: 15px;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-wrap_right-title {
    margin-bottom: 10px;
  }
  .page-wrap_right-title span {
    line-height: 1.5;
    font-size: 18px;
    padding-left: 10px;
  }
  .page-wrap_right-title span:before {
    height: 25px;
    width: 3px;
  }
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
}

.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: #A6211C;
  border-color: #A6211C;
  color: #fff;
}
.paging span {
  border: none;
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img,
.page_content video,
.page_content iframe {
  max-width: 100% !important;
  max-height: auto !important;
}

.page-detail_title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}
.page-detail_info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.page-detail_info span {
  color: #666;
}
.page-detail_pn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.page-detail_pn-item {
  flex: 1;
  border: 1px solid #efefef;
  padding: 10px;
  font-size: 14px;
}
.page-detail_pn-item a {
  color: #333;
}
.page-detail_pn-item a:hover {
  color: #A6211C;
}

.page-list_item {
  margin-bottom: 1.302vw;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  display: flex;
}
.page-list_item .date {
  width: 135px;
  margin-right: 35px;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 26px;
  height: 10.41vw;
  padding-top: 2.604vw;
  position: relative;
  transition: 0.5s;
  border-right: 1px solid #f2f2f2;
}
.page-list_item .date:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  background: url(../images/img1-5.png) no-repeat;
  background-size: 100% 100%;
}
.page-list_item .date .day {
  z-index: 9;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0.52vw;
  margin-bottom: 0.781vw;
  position: relative;
  color: #A6211C;
}
.page-list_item .date .day:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 1.3em;
  border-bottom: solid #aaa;
  position: absolute;
}
.page-list_item .date .year {
  position: relative;
  color: #A6211C;
  z-index: 9;
  font-size: 17px;
  font-weight: 700;
}
.page-list_item .txt {
  padding-right: 2.343vw;
  flex: 1;
  min-width: 1px;
}
.page-list_item .txt .tit {
  font-size: 18px;
  margin-bottom: 13px;
  color: #333;
}
.page-list_item .txt .desc {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8d8b8b;
}
.page-list_item .txts {
  flex: 1;
  min-width: 1px;
  align-items: center;
  display: flex;
}
.page-list_item .pic {
  width: 16.25vw;
  height: 10.41vw;
  overflow: hidden;
}
.page-list_item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 5px 10px rgba(60, 60, 60, 0.8);
  display: block;
  transition: all 0.5s;
}
.page-list_item:hover {
  box-shadow: 0.52vw 0.26vw 0.781vw 0 rgba(37, 92, 121, 0.3);
}
.page-list_item:hover .pic img {
  transform: scale(1.1);
}
.page-list_item:hover .tit {
  font-weight: 700;
  color: #A6211C;
}
.page-list_item:hover .date:after {
  opacity: 1;
}
.page-list_item:hover .day,
.page-list_item:hover .year {
  color: #fff;
}
.page-list_item:hover .day:after {
  border-color: #fff;
}

.tuwen_page {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}
.tuwen_page-item {
  width: calc(25% - 0.9375vw);
}
.tuwen_page-item a {
  display: block;
}
.tuwen_page-item a:hover .tuwen_page-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_page-item a:hover .tuwen_page-item-text .p1 {
  color: #A6211C;
}
.tuwen_page-item-img {
  margin-bottom: 10px;
  padding: 0 2vw;
  overflow: hidden;
}
.tuwen_page-item-img .inner-bg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_page-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_page-item-text .p1 {
  font-size: 0.16pxrem;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p1 {
    font-size: 14pxpx;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p1 {
    font-size: 0.1846153846pxrem;
  }
}
.tuwen_page-item-text .p2 {
  font-size: 0.16pxrem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p2 {
    font-size: 14pxpx;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p2 {
    font-size: 0.1846153846pxrem;
  }
}

@media (max-width: 990px) {
  .boxd-list_item { width: calc(50% - 0.06rem); }
  .tuwen_page {
    gap: 10px;
  }
  .tuwen_page-item {
    width: calc(50% - 5px);
  }
  .page-list_item {
    margin-bottom: 15px;
    flex-direction: column;
  }
  .page-list_item .date {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
    height: auto;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .page-list_item .date:after {
    display: none;
  }
  .page-list_item .date .day {
    order: 2;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #a4a4a4;
    font-weight: normal;
  }
  .page-list_item .date .day:after {
    display: none;
  }
  .page-list_item .date .year {
    font-size: 14px;
  }
  .page-list_item .date .year:after {
    content: ".";
  }
  .page-list_item .txt {
    padding-right: 0;
    width: 100%;
    flex: none;
  }
  .page-list_item .txt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-list_item .txt .desc {
    line-height: 1.5;
  }
  .page-list_item .txts {
    padding: 10px;
    order: 2;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-list_item .pic {
    width: 100%;
    height: auto;
  }
  .page_content {
    font-size: 14px;
  }
  .page_content img,
  .page_content video,
  .page_content iframe {
    width: 100% !important;
    height: auto !important;
  }
  .page-detail_title h1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
  .page-detail_info {
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 5px 15px;
  }
  .page-detail_info span {
    font-size: 14px;
  }
  .page-detail_pn {
    flex-direction: column;
  }
}
@media (max-width: 1054px) and (min-width: 990px) {
  .wrap {
    max-width: 95%;
    padding: 0;
  }
}
@media (max-width: 990px) {
  .main {
    padding: 20px 0;
  }
  .footer-logo a img {
    width: auto;
    max-width: 100%;
  }
  .footer {
    padding-top: 20px;
  }
  .footer .fast-nav,
  .footer-flex {
    margin-bottom: 20px;
  }
  .boxd-list {
    padding-left: 0;
  }
}
.paging * {   box-sizing: content-box; }
.boxc .list_one {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.36rem;
}
.boxc .list_one-item {
  width: calc(50% - 0.18rem);
}