@charset "utf-8";

/* 方正小标宋字体 */
@font-face { 
  font-family: 'fzxbsj';
  src: url('../fonts/fzxbsj.TTF')
}

body {
  font-size: 0.16rem;
  color: #333;
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .tuwen_page-item-text .p2, .tuwen_page-item-text .p1, .page-list_item .s2, .list_one-item .t2, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .page-wrap_flex, .boxd-flex, .boxc-flex, .boxa-flex, .footer-flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .page-wrap_flex, .boxd-flex, .boxc-flex, .boxa-flex, .footer-flex {
    flex-direction: column;
  }
  .dflex > div, .page-wrap_flex > div, .boxd-flex > div, .boxc-flex > div, .boxa-flex > div, .footer-flex > div {
    width: 100%;
  }
  .dflex > div + div, .page-wrap_flex > div + div, .boxd-flex > div + div, .boxc-flex > div + div, .boxa-flex > div + div, .footer-flex > div + div {
    margin-top: 15px;
  }
}

.flex1, .page-list_item .s2, .page-wrap_right, .list_one-item .t2, .two-swiper-item_text, .footer-left {
  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: 15.52rem;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 0.65rem;
  background: #800000;
}
.header.on .header-logo, .header.fixed .header-logo {
  width: 1.8rem;
  padding-top: 0.1rem;
  left: calc(50% - 0.9rem);
  height: 1.23rem;
}
.header.on .header-logo img, .header.fixed .header-logo img {
  width: 0.75rem;
}
.header .wrap {
  display: flex;
}
.header-logo {
  display: flex;
  order: 2;
  width: 2.56rem;
  justify-content: center;
  padding-top: 0.12rem;
  position: absolute;
  left: calc(50% - 1.28rem);
  top: 0;
  z-index: 99;
  height: 1.75rem;
  background: url(../images/logo-bg.png) top center no-repeat;
  background-size: cover;
  align-items: flex-start;
  transition: all 0.5s;
}
.header-logo img {
  transition: all 0.5s;
  width: 1.1rem;
}
.header_menu-btn {
  display: none;
}
.header_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.header_menu-btn i.icon-system-close {
  display: none;
}
.header_menu-btn.on .icon-menu {
  display: none;
}
.header_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .header {
    padding: 10px 0;
  }
  .header:after {
    display: none;
  }
  .header-logo {
    width: 110px;
    padding-top: 10px;
    left: calc(50% - 55px);
    height: 82px;
  }
  .header-logo img {
    width: 50px;
  }
  .header_menu-btn {
    display: flex;
    margin-left: auto;
  }
}

.nav-box_item {
  position: relative;
  margin-right: 0.6rem;
}
.nav-box_item-wrap {
  display: flex;
  width: 41.7214191853%;
}
.nav-box_item-wrap:nth-of-type(2) {
  order: 3;
  margin-left: 4rem;
}
.nav-box_item-wrap:nth-of-type(2) .nav-box_item {
  margin-right: 0;
  margin-left: 0.6rem;
}
.nav-box_item:last-child {
  margin-right: 0;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 0.175rem 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 {
  font-weight: bold;
}
.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: #fff;
    min-width: 200%;
    padding: 0.2rem 0.1rem;
    overflow: hidden;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  }
}
.sub-box_item > a {
  display: block;
  padding: 0.5em 0;
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  color: #e18e24;
}

@media (max-width: 990px) {
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #800000;
    top: 100%;
  }
  .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;
    font-weight: normal;
    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;
    text-align: left;
    color: #e7e7e7;
  }
}

.footer {
  background: url(../images/f_bg.png) top center no-repeat;
  background-size: cover;
  padding: 0.5rem 0;
}
.footer-flex {
  justify-content: space-between;
}
.footer-right {
  width: 2rem;
}
.footer .links-title {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  border-left: 0.05rem solid #fff;
  padding-left: 0.12rem;
  margin-bottom: 0.15rem;
}
@media (max-width: 1054px) {
  .footer .links-title {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer .links-title {
    font-size: 0.2153846154rem;
  }
}
.footer .links-list a {
  display: block;
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.05rem 0;
}
@media (max-width: 1054px) {
  .footer .links-list a {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .footer .links-list a {
    font-size: 0.1846153846rem;
  }
}
/*
.footer .links-list a:before {
  content: "路";
}
*/
.footer .links-list a:hover {
  text-decoration: underline;
}
.footer-logo {
  display: flex;
}
.footer-logo img {
  width: 5.6rem;
}
.footer-line {
  margin: 0.3rem 0;
  display: flex;
}
.footer-line img {
  width: 8.24rem;
}
.footer-contact {
  display: flex;
}
.footer-contact_item {
  border-left: 0.1rem solid #fff;
  padding-left: 0.2rem;
  margin-right: 0.25rem;
}
.footer-contact_item .p1 {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-contact_item .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-contact_item .p1 {
    font-size: 0.1846153846rem;
  }
}

.fix-top {
  padding-top: 100vh;
  position: relative;
  top: 0;
  transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: -1;
}

.fix-top.fixed {
  padding-top: 0;
}

.banner {
  overflow: hidden;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 0%;
  position: relative;
  height: 100vh;
  transition: 5s;
  transform: scale(1.1);
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-slide-active a {
  transform: scale(1) !important;
}
.banner .swiper-pagination {
  bottom: 0.7rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 0.13rem;
  height: 0.13rem;
  background: #800000;
  margin: 0 0.07rem !important;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 1025px) {
  .banner {
    position: relative !important;
  }
  .banner .swiper-slide a {
    height: 50vh;
  }
  .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 {
    height: 35vh;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item-img {
  overflow: hidden;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 61.2080536913%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-img .inner-bg {
  transition: all 0.5s;
}
.one-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item-text {
  background: #800000;
  padding: 0.3rem 0.3rem 0.5rem 0.3rem;
}
.one-swiper-item-text .p1 {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 0.2461538462rem;
  }
}
.one-swiper-item-text .p2 {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}
.one-swiper .swiper-pagination {
  text-align: right;
  bottom: 0.2rem;
  padding-right: 0.3rem;
}
.one-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 0.08rem;
  height: 0.08rem;
  background: #b30000;
  margin: 0 0.04rem !important;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.two-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.6rem;
border-bottom: 0.04rem solid #800000;
}
.two-swiper-item {
  display: flex;
  margin-bottom: 0.3rem;
}
.two-swiper-item:hover .two-swiper-item_time .p1 {
  background: #ff9600;
  color: #fff;
}
.two-swiper-item:hover .two-swiper-item_time .p2 {
  color: #ff9600;
}
.two-swiper-item:hover .two-swiper-item_text {
  background: #ff9600;
}
.two-swiper-item:hover .two-swiper-item_text .p1 {
  color: #fff;
}
.two-swiper-item_time {
  width: 1rem;
  margin-right: 0.1rem;
}
.two-swiper-item_time .p1 {
  background: #b30000;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 0.35rem;
  padding-left: 0.05rem;
}
@media (max-width: 1054px) {
  .two-swiper-item_time .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item_time .p1 {
    font-size: 0.2153846154rem;
  }
}
.two-swiper-item_time .p2 {
  background: #fff;
  padding-right: 0.1rem;
  font-size: 0.34rem;
  color: #800000;
  margin-bottom: 0;
  line-height: 0.6rem;
  text-align: right;
}
@media (max-width: 1054px) {
  .two-swiper-item_time .p2 {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item_time .p2 {
    font-size: 0.2769230769rem;
  }
}
.two-swiper-item_text {
  background: #fcece8;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
}
.two-swiper-item_text .p1 {
  font-size: 0.24rem;
  color: #850b0a;
  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: 1054px) {
  .two-swiper-item_text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item_text .p1 {
    font-size: 0.2153846154rem;
  }
}
.two-swiper .swiper-pagination {
  bottom: 0.17rem;
}
.two-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
  background: #b30000;
  margin: 0 0.04rem !important;
}
.two-swiper .swiper-pagination-bullet-active {
  background: #ff9600;
}

.main {
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
  padding-top: 1.3rem;
}

.main2 {
  position: relative;
  z-index: 9;
}

.box-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.4rem;
  justify-content: space-between;
}
.box-title_text {
  border-left: 0.35rem solid #800000;
  padding-left: 0.12rem;
  display: flex;
  align-items: flex-start;
}
.box-title_text .p1 {
  font-size: 0.48rem;
  color: #800000;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'fzxbsj';
}
@media (max-width: 1054px) {
  .box-title_text .p1 {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .box-title_text .p1 {
    font-size: 0.2769230769rem;
  }
}
.box-title_text .p2 {
  font-size: 0.2rem;
  color: #800000;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.3rem;
  font-weight: 100;
}
@media (max-width: 1054px) {
  .box-title_text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .box-title_text .p2 {
    font-size: 0.2153846154rem;
  }
}
.box-title_more {
  font-size: 0.16rem;
  color: #800000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .box-title_more {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .box-title_more {
    font-size: 0.1846153846rem;
  }
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-left {
  width: 48.9487516426%;
}
.boxa-right {
  width: 45.6636005256%;
}
.boxb {
  margin: 0.95rem 0;
}
.boxb-img {
  display: flex;
}
.boxb-img img {
  width: 100%;
}
.boxc-flex {
  justify-content: space-between;
}
.boxc-item {
  width: 45.6636005256%;
}
.boxd {
  padding: 0.85rem 0;
}
.boxd-flex {
  justify-content: space-between;
}
.boxd-left {
  width: 45.6636005256%;
}
.boxd-left .box-title_text {
  border-left-color: #800000;
}
.boxd-left .box-title_text .p1,
.boxd-left .box-title_text .p2 {
  color: #800000;
}
.boxd-left .list_one-item a {
  background: #800000;
}
.boxd-left .list_one-item a:hover {
background: #ff9600;
}
.boxd-left .list_one-item a .t1 {
  border-right-color: #fff;
}
.boxd-left .list_one-item a .t1,
.boxd-left .list_one-item a .t2 {
  color: #fff;
}
.boxd-right {
  width: 51.9053876478%;
}
.boxd-list {
 
}
.boxd-list:after {
  content: "";
  display: table;
  clear: both;
}
.boxd-list-item {
  width: 50%;
  float: right;
}
.boxd-list-item a {
  display: block;
  overflow: hidden;
}
.boxd-list-item a img {
  display: block;
  transition: all 0.5s;
}
.boxd-list-item a:hover img {
  transform: scale(1.1);
}
.boxd-list-item a {
  padding-bottom: 50%;
  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:nth-of-type(2) {
   
}
.boxd-list-item:first-child {
  float: left;
}
.boxd-list-item:first-child a {
  padding-bottom: 100%;
  position: relative;
}
.boxd-list-item:first-child a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxe {
  padding-bottom: 1.65rem;
}

.list_one-item {
  margin-bottom: 0.07rem;
}
.list_one-item:last-child {
  margin-bottom: 0;
}
.list_one-item a {
  display: flex;
  padding: 0.07rem;
  background: #fcece8;
  align-items: center;
}
.list_one-item a:hover {
  background: #FF9600;
}
.list_one-item a:hover .t1 {
  border-right-color: #fff;
}
.list_one-item a:hover .t1, .list_one-item a:hover .t2 {
  color: #fff;
}
.list_one-item .t1 {
  font-size: 0.18rem;
  color: #B30000;
  margin-bottom: 0;
  line-height: 0.55rem;
  border-right: 0.03rem solid #B30000;
  padding: 0 0.2rem;
  margin-right: 0.3rem;
}
@media (max-width: 1054px) {
  .list_one-item .t1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .t1 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item .t2 {
  font-size: 0.18rem;
  color: #B30000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_one-item .t2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .t2 {
    font-size: 0.2153846154rem;
  }
}

.page_banner {
  padding-bottom: 20.8333333333%;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.page-title {
  background: url(../images/left-nav-ln.jpg) top center no-repeat;
  height: 0.8rem;
  background-size: cover;
  padding: 0.15rem 0.2rem 0 0.2rem;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.page-title span {
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .page-title span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .page-title span {
    font-size: 0.2461538462rem;
  }
}
.page-title span:after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 1px;
  background: #fff;
  margin-top: 0.05rem;
}
.page-title-menu {
  display: none;
}

.page-menu_item {
  margin-bottom: 0.13rem;
}
.page-menu_item:last-child {
  margin-bottom: 0;
}
.page-menu_item-inner a {
  display: block;
  background: #fdf3f3;
  font-size: 0.18rem;
  color: #800000;
  margin-bottom: 0;
  line-height: 2;
  padding: 0.05rem 0;
  text-align: center;
}
@media (max-width: 1054px) {
  .page-menu_item-inner a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-menu_item-inner a {
    font-size: 0.2153846154rem;
  }
}
.page-menu_item-inner a:hover {
  color: #fff;
  background: #800000;
}
.page-menu_item-inner.on a {
  color: #fff;
  background: #800000;
}

.page-wrap {
  background: #fae7e6;
  padding: 0.5rem 0;
}
.page-wrap_flex {
  justify-content: space-between;
}
.page-wrap_left {
  width: 1.6rem;
  margin-right: 0.6rem;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.2rem;
}
.page-wrap_right-title {
  display: flex;
}
.page-wrap_right-title h3 {
  font-size: 0.2rem;
  color: #800000;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.11rem 0;
  margin: 0;
  position: relative;
}
@media (max-width: 1054px) {
  .page-wrap_right-title h3 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-wrap_right-title h3 {
    font-size: 0.2153846154rem;
  }
}
.page-wrap_right-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #800000;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.2rem;
  color: #999;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .crumbs {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .crumbs {
    font-size: 0.2153846154rem;
  }
}
.crumbs span {
  margin: 0 0.1rem;
}
.crumbs a:hover {
  color: #800000;
}

@media (max-width: 1100px) {
  .page-wrap_left {
    width: 160px;
  }
}
@media (max-width: 990px) {
  .page-wrap {
    padding: 15px 0;
  }
  .page-wrap .crumbs {
    margin-bottom: 15px;
  }
  .page-wrap .wrap {
    flex-direction: column;
  }
  .page-wrap .page-menu {
    display: none;
  }
  .page-wrap .page-menu.on {
    display: block;
  }
  .page-wrap .page-menu_item {
    margin-bottom: 5px;
  }
  .page-wrap .page-title {
    display: flex;
    padding: 5px 10px;
    height: auto;
  }
  .page-wrap .page-title-menu {
    display: block;
  }
  .page-wrap .page-title-menu i {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
  }
  .page-wrap_right {
    width: 100%;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
    align-items: flex-start;
  }
  .page-wrap_right-title {
    display: none;
  }
}

.paging {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 0.01rem solid #ccc;
  padding: 0.04rem 0.08rem;
  margin: 0 0.03rem;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #800000;
  border-color: #800000;
  color: #fff;
}
.paging span {
  border: none;
}

.page_content {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1054px) {
  .page_content {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .page_content {
    font-size: 0.2rem;
  }
}
.page_content img,
.page_content video,
.page_content iframe {
  max-width: 100% !important;
  max-height: auto !important;
}

.page-detail_title h1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.15rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .page-detail_title h1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-detail_title h1 {
    font-size: 0.2153846154rem;
  }
}
.page-detail_info {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid #efefef;
  padding-bottom: 0.1rem;
  gap: 0.1rem 0.2rem;
  flex-wrap: wrap;
}
.page-detail_info span {
  color: #666;
}
.page-detail_pn {
  margin-top: 0.2rem;
}
.page-detail_pn-item {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1054px) {
  .page-detail_pn-item {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .page-detail_pn-item {
    font-size: 0.2rem;
  }
}
.page-detail_pn-item a:hover {
  color: #800000;
}

.page-list_item {
  margin-bottom: 0.15rem;
}
.page-list_item a {
  display: flex;
}
.page-list_item a:hover span {
  background: #800000;
  color: #fff;
}
.page-list_item span {
  font-size: 0.2rem;
  color: #800000;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background: #fdf3f3;
}
@media (max-width: 1054px) {
  .page-list_item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 0.2153846154rem;
  }
}
.page-list_item .s1 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-right: 0.2rem;
}
.page-list_item .s2 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.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: #800000;
}
.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.16rem;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p1 {
    font-size: 0.1846153846rem;
  }
}
.tuwen_page-item-text .p2 {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}

@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 30%;
  }
  .tuwen_page {
    gap: 10px;
  }
  .tuwen_page-item {
    width: calc(50% - 5px);
  }
  .page-list_item {
    margin-bottom: 10px;
  }
  .page-list_item a span {
    padding: 10px 15px;
  }
  .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: 1100px) {
  .wrap {
    max-width: 98%;
  }
  .header {
    height: 0.8rem;
  }
  .footer-right {
    width: 25%;
  }
  .two-swiper-item_time {
    width: 1.3rem;
    margin-right: 0.2rem;
  }
  .two-swiper-item_time .p1 {
    line-height: 30px;
  }
  .two-swiper-item_time .p2 {
    line-height: 40px;
  }
  .one-swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
  .two-swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
}
@media (max-width: 990px) {
  .wrap {
    max-width: 100%;
  }
  .footer {
    padding: 15px 0;
  }
  .footer-logo img,
  .footer-line img {
    width: 100%;
  }
  .main {
    padding-top: 15px;
  }
  .two-swiper-item_time {
    width: 60px;
  }
  .two-swiper-item_time .p1 {
    line-height: 25px;
  }
  .two-swiper-item_time .p2 {
    line-height: 35px;
  }
  .boxb {
    margin: 15px 0;
  }
  .boxd {
    padding: 15px 0;
  }
  .boxe {
    padding-bottom: 15px;
  }
  .box-title {
    margin-bottom: 15px;
  }
  .box-title_text {
    border-left-width: 5px;
  }
}
/*# sourceMappingURL=main.css.map */