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_three-item a, .list_two-item a, .list_one-item-text .p2, .list_one-item-text .p1, .one-swiper-item-text .p2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .boxc, .boxb, .boxa-flex, .footer-flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxc, .boxb, .boxa-flex, .footer-flex {
    flex-direction: column;
  }
  .dflex > div, .boxc > div, .boxb > div, .boxa-flex > div, .footer-flex > div {
    width: 100%;
  }
  .dflex > div + div, .boxc > div + div, .boxb > div + div, .boxa-flex > div + div, .footer-flex > div + div {
    margin-top: 15px;
  }
}

.flex1, .list_three-item a, .list_two-item a, .list_one-item-text, .one-swiper-item-text .p2, .footer-info, .footer .links .d1 {
  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 0rem;
  margin: 0 auto;
}

.top {
  background: #cc1121 url(../images/top_img.png) center right 3.2rem no-repeat;
  background-size: 4.6rem;
  padding: 0.1rem 0;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-logo {
  display: flex;
}
.top-logo img {
  width: 3.8rem;
}
.top-right {
  display: flex;
  align-items: center;
  padding-top: 0.1rem;
}
.top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0;
  width: 2.1rem;
  padding-right: 0.1rem;
  border-right: 1px solid #fff;
  margin-right: 0.1rem;
}
.top-links a {
  width: 50%;
  text-align: right;
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .top-links a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-links a {
    font-size: 0.2153846154rem;
  }
}
.top-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.top-search {
  position: relative;
}
.top-search-btn {
  cursor: pointer;
}
.top-search-btn img {
  width: 0.27rem;
}
.top-search_form {
  width: 2.25rem;
  height: 0.42rem;
  border: 1px solid #fff;
  display: none;
  padding: 2px;
  border-radius: 0.2rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.2rem);
}
.top-search_form.on {
  display: flex;
}
.top-search_form-input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 0.1rem;
  font-size: 14px;
  color: #fff;
}
.top-search_form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form-input:focus {
  outline: none;
}
.top-search_form-btn {
  background: url(../images/search.png) center no-repeat;
  width: 0.52rem;
  font-size: 0;
  cursor: pointer;
  border: none;
  background-size: 0.27rem;
}
.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;
    padding: 0.1rem 0;
  }
  .top-logo {
    margin-right: 10px;
    width: 50%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search-btn {
    display: none;
  }
  .top-search_form {
    width: 100%;
    position: static;
    display: flex;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    align-self: center;
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #cc1121;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 0.1rem 0;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@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 {
  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: #cc1121;
    min-width: 100%;
    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: #cc1121;
  }
  .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;
  }
}

.box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.box-title_text {
  display: flex;
  align-items: center;
}
.box-title_text-img {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.06rem;
  background: #cc1121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-title_text-img img {
  max-width: 0.22rem;
}
.box-title_text span {
  margin-left: 0.2rem;
  font-size: 0.25rem;
  color: #cc1121;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .box-title_text span {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .box-title_text span {
    font-size: 0.2769230769rem;
  }
}
.box-title_more {
  font-size: 0.2rem;
  color: #747474;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .box-title_more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .box-title_more {
    font-size: 0.2153846154rem;
  }
}
.box-title_more:hover {
  color: #cc1121;
}

.footer {
  background: url(../images/bg5.png) top center no-repeat;
  background-size: cover;
  padding: 0.3rem 0 0.2rem 0;
}
.footer .links {
  display: flex;
  margin-bottom: 0.25rem;
}
.footer .links .p1 {
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  border-left: 2px solid #fff;
  padding-left: 0.15rem;
  align-self: flex-start;
}
@media (max-width: 1054px) {
  .footer .links .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer .links .p1 {
    font-size: 0.2153846154rem;
  }
}
.footer .links .d1 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.49);
  gap: 0.05rem 0.6rem;
  margin-left: 0.25rem;
  padding-bottom: 0.1rem;
}
.footer .links .d1 a {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 0.1rem;
  position: relative;
}
@media (max-width: 1054px) {
  .footer .links .d1 a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer .links .d1 a {
    font-size: 0.2153846154rem;
  }
}
.footer .links .d1 a:hover:after {
  display: block;
}
.footer .links .d1 a:after {
  display: none;
  content: "";
  width: 0.38rem;
  height: 0.07rem;
  background: #fff;
  border-radius: 0.035rem;
  position: absolute;
  left: calc(50% - 0.19rem);
  bottom: -0.14rem;
}
.footer-flex {
  align-items: flex-end;
}
.footer-info {
  text-align: center;
  font-size: 0.17rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-info {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-info {
    font-size: 0.2153846154rem;
  }
}
.footer-info .p2 {
  margin-top: 0.25rem;
}
.footer-ewm {
  display: flex;
  gap: 0.1rem;
}
.footer-ewm_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-ewm_item img {
  width: 0.9rem;
  margin-bottom: 0.05rem;
}
.footer-ewm_item p {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .footer-ewm_item p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-ewm_item p {
    font-size: 0.2153846154rem;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 35%;
  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.5rem;
  padding-right: 2.6rem;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 0.05rem !important;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
  padding: 2px;
  background-clip: content-box;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .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;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item:hover .one-swiper-item-text .p2 {
  font-weight: bold;
  color: #cc1121;
}
.one-swiper-item-img {
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 52.0833333333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.one-swiper-item-text {
  display: flex;
  align-items: center;
}
.one-swiper-item-text .p1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.2rem;
  border-right: 1px solid #cc1121;
}
.one-swiper-item-text .p1 .s1 {
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p1 .s1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 .s1 {
    font-size: 0.2153846154rem;
  }
}
.one-swiper-item-text .p1 .s2 {
  font-size: 0.2rem;
  color: #cc1121;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p1 .s2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 .s2 {
    font-size: 0.2461538462rem;
  }
}
.one-swiper-item-text .p2 {
  margin-left: 0.2rem;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 {
    font-size: 0.2153846154rem;
  }
}

.main {
  background: #fbf8f3 url(../images/bg1.png) bottom center no-repeat;
  background-size: 100%;
  padding: 0.45rem 0 0.4rem 0;
}

.boxa {
  margin-bottom: 0.45rem;
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-flex_left {
  width: 54.8571428571%;
}
.boxa-flex_right {
  width: 43.5714285714%;
}

.boxb {
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.boxb-item {
  width: 48.9285714286%;
}

.boxc {
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.boxc-item {
  width: 48.9285714286%;
}

.boxd {
  background: rgba(183, 187, 185, 0.7);
  padding: 0.25rem 0 0.15rem 0;
}
.boxd_list {
  display: flex;
  flex-wrap: wrap;
}
.boxd_list-item {
  width: 12.5%;
}
.boxd_list-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boxd_list-item a:hover .boxd_list-item-img {
  transform: scale(1.05);
}
.boxd_list-item a:hover .boxd_list-item-text {
  color: #cc1121;
}
.boxd_list-item-img {
  margin-bottom: 0.12rem;
  transition: all 0.5s;
}
.boxd_list-item-img img {
  width: 0.9rem;
}
.boxd_list-item-text {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxd_list-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxd_list-item-text {
    font-size: 0.2153846154rem;
  }
}

.list_one-item {
  padding: 0.13rem 0;
}
.list_one-item:first-child {
  padding-top: 0;
}
.list_one-item:last-child {
  padding-bottom: 0;
}
.list_one-item a {
  display: flex;
  align-items: center;
}
.list_one-item a:hover .list_one-item-text .p1 {
  color: #cc1121;
  font-weight: bold;
}
.list_one-item-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.2rem;
}
.list_one-item-time .p1 {
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_one-item-time .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p1 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item-time .p2 {
  font-size: 0.2rem;
  color: #cc1121;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_one-item-time .p2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p2 {
    font-size: 0.2461538462rem;
  }
}
.list_one-item-text {
  border-left: 1px solid #cc1121;
  padding-left: 0.1rem;
}
.list_one-item-text .p1 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.07rem;
  line-height: 1.2;
}
@media (max-width: 1054px) {
  .list_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item-text .p2 {
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1054px) {
  .list_one-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}
.list_one .list_one-item + .list_one-item {
  border-top: 1px dashed #cfcecd;
}

.list_two-item {
  display: flex;
  margin-bottom: 0.25rem;
}
.list_two-item a {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_two-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item a {
    font-size: 0.2153846154rem;
  }
}
.list_two-item a:hover {
  color: #cc1121;
}
.list_two-item span {
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.3rem;
}
@media (max-width: 1054px) {
  .list_two-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item span {
    font-size: 0.2153846154rem;
  }
}

.tuwen_one {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.2rem;
}
.tuwen_one .row-item {
  width: calc(50% - 0.1rem);
}
@media (max-width: 1054px) {
  .tuwen_one {
    gap: 15px 15px;
  }
  .tuwen_one .row-item {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 990px) {
  .tuwen_one {
    gap: 10px 10px;
  }
  .tuwen_one .row-item {
    width: calc(50% - 5px);
  }
}
.tuwen_one-item a {
  display: block;
}
.tuwen_one-item a:hover .tuwen_one-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_one-item a:hover .tuwen_one-item-text {
  color: #cc1121;
}
.tuwen_one-item-img {
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 62.7565982405%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_one-item-text {
  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;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text {
    font-size: 0.2153846154rem;
  }
}

.list_three {
  padding: 0.2rem;
  background: #fff;
}
.list_three .list_three-item + .list_three-item {
  border-top: 1px dashed #DCDCDC;
}
.list_three-item {
  display: flex;
  align-items: center;
  padding: 0.18rem 0;
}
.list_three-item:before {
  content: "";
  width: 0.17rem;
  height: 0.15rem;
  background: url(../images/i1.png) center no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}
.list_three-item a {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_three-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item a {
    font-size: 0.2153846154rem;
  }
}
.list_three-item a:hover {
  color: #cc1121;
}
.list_three-item span {
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.3rem;
}
@media (max-width: 1054px) {
  .list_three-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item span {
    font-size: 0.2153846154rem;
  }
}

.page_banner {
  padding-bottom: 23.4375%;
  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, #cc1121 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: #cc1121;
    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: #cc1121;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #cc1121;
  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, #cc1121 0, #d61010 100%);
}
.page-submenu_item a:hover {
  color: #cc1121;
}

.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: #cc1121;
}
.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, #cc1121 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: #cc1121;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #cc1121;
}
@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: #cc1121;
  border-color: #cc1121;
  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: #cc1121;
}

.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: #cc1121;
}
.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: #a4a4a4;
  z-index: 9;
  font-size: 16px;
}
.page-list_item .txt {
  padding-right: 2.343vw;
  flex: 1;
  min-width: 1px;
}
.page-list_item .txt .tit {
  font-size: 20px;
  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: #cc1121;
}
.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: #cc1121;
}
.tuwen_page-item-img {
  margin-bottom: 10px;
  padding: 0 2vw;
  overflow: hidden;
}
.tuwen_page-item-img .inner-bg {
  padding-bottom: 142.53%;
  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) {
  .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;
  }
  .top-links {
    width: 210px;
  }
  .list_three-item {
    padding: 12px 0;
  }
}
@media (max-width: 990px) {
  .top-right {
    display: none;
  }
  .nav-top {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .nav-top .top-links {
    width: 160px;
  }
  .nav-top .top-search {
    flex: 1;
    min-width: 1px;
  }
  .sub-box_item > a {
    text-align: left;
  }
  .boxd_list {
    gap: 7px 0;
  }
  .boxd_list-item {
    width: 25%;
  }
  .footer .links .d1 {
    gap: 5px 10px;
  }
  .footer-info .p2 {
    margin-top: 5px;
  }
  .footer-ewm {
    justify-content: center;
  }
}
.one-swiper .swiper-pagination {
bottom: 0.6rem;
}
.one-swiper .swiper-pagination-bullet {
width: 0.16rem;
height: 0.16rem;
opacity: 1;
background: #fff;
}
.one-swiper .swiper-pagination-bullet-active {
background:#cc1121;
}