@charset "UTF-8";
@font-face {
  font-family: bebas;
  src: url(../fonts/bebas.woff2);
}
body {
  font-size: 0.16rem;
  color: #333;
  overflow-x: hidden;
  font-family:
    "Microsoft YaHei", "PingFang", "PingFang SC", "syht", "黑体", "宋体",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow,
.last-list-item .p1,
.news-list_item a,
.tuwen_two-item-text .p1,
.list_five-item a,
.list_four-item a,
.list_two-item_text .p1,
.list_one-item_text .p1,
.boxb-list_item a,
.two-swiper-item-text .p1,
.one-swiper-item-text .p1,
.banner .swiper-slide a p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.dflex,
.page-detail,
.boxg-flex,
.boxe,
.boxb-flex,
.boxa-flex,
.footer-bot .wrap,
.footer-info .wrap {
  display: flex;
}
@media (max-width: 990px) {
  .dflex,
  .page-detail,
  .boxg-flex,
  .boxe,
  .boxb-flex,
  .boxa-flex,
  .footer-bot .wrap,
  .footer-info .wrap {
    flex-direction: column;
  }
  .dflex > div,
  .page-detail > div,
  .boxg-flex > div,
  .boxe > div,
  .boxb-flex > div,
  .boxa-flex > div,
  .footer-bot .wrap > div,
  .footer-info .wrap > div {
    width: 100%;
  }
  .dflex > div + div,
  .page-detail > div + div,
  .boxg-flex > div + div,
  .boxe > div + div,
  .boxb-flex > div + div,
  .boxa-flex > div + div,
  .footer-bot .wrap > div + div,
  .footer-info .wrap > div + div {
    margin-top: 15px;
  }
}

.flex1,
.page-detail_left,
.renwu-list-item-text,
.news-list_item a,
.page-main_menu-item-inner a,
.page-main_right,
.tuwen_two-item-text .p1,
.list_four-item a,
.list_two-item_text,
.list_one-item_text,
.boxb-list_item a,
.box-title_text:after,
.box-title_text,
.three-swiper-item-text,
.top-search_input {
  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: 12.3rem;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.bot {
  background: #540306;
  padding: 0.08rem 0;
}
.bot .wrap {
  display: flex;
  justify-content: flex-end;
}
.bot-cont {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.bot-cont i {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 0.1rem;
}
@media (max-width: 1054px) {
  .bot-cont i {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .bot-cont i {
    font-size: 0.2153846154rem;
  }
}
@media (max-width: 1054px) {
  .bot-cont {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .bot-cont {
    font-size: 0.2153846154rem;
  }
}

.top {
  background: url(../images/top_bg.png) center no-repeat;
  background-size: cover;
  padding: 0.24rem 0;
}
.top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-logo {
  display: flex;
}
.top-logo img {
  width: 2.2rem;
}
.top-text p {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-text p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .top-text p {
    font-size: 0.2153846154rem;
  }
}
.top-search {
  position: relative;
  margin-left: 0.2rem;
}
.top-search_form {
  width: 2.3rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 0.15rem;
  display: flex;
}
.top-search_input {
  border: none;
  background: transparent;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .top-search_input {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .top-search_input {
    font-size: 0.1846153846rem;
  }
}
.top-search_input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.top-search_input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  background: transparent;
  width: 0.4rem;
  cursor: pointer;
  border: none;
}
.top-search_btn i {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-search_btn i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-search_btn i {
    font-size: 0.2153846154rem;
  }
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 990px) {
  .top {
    position: relative;
    padding: 0.15rem 0;
    background: #920712;
  }
  .top:after {
    display: none;
  }
  .top-logo {
    margin-right: 10px;
    width: 70%;
  }
  .top-logo img {
    width: 63%;
  }
  .top .mob-search_btn {
    display: none;
  }
  .top .topmob_search-btn {
    display: block;
    margin-left: auto;
  }
  .top .topmob_search-btn img {
    width: 0.25rem;
  }
  .top-search {
    padding: 10px;
    background: #920712;
  }
  .top-search_form {
    width: 100%;
    display: flex;
    position: static;
    height: 33px;
  }
  .top-search_btn {
    width: 35px;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #920712;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 0.165rem 0.19rem;
  font-size: 0.18rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@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(255, 255, 255, 0.2);
}
.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: #920712;
    min-width: 100%;
    border-radius: 0 0 0.05rem 0.05rem;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 0.8em 1.2em;
  font-size: 0.16rem;
  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;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .nav-box_item > a {
    padding: 10px 0 !important;
    font-size: 14px !important;
    color: #333;
    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: #333;
    font-size: 16px;
  }
  .nav-box_item-arrow i.icon-jianhao {
    display: none;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow .icon-jianhao {
    display: block;
    color: #920712;
  }
  .nav-box_item.act > .nav-box_item-arrow .icon-system-plus {
    display: none;
  }
  .sub-box {
    display: none;
    width: 100%;
  }
  .sub-box_item > a {
    padding: 7px 20px 7px 10px;
    font-size: 12px;
    text-align: left;
    color: #333;
  }
  .sub-box_item > a i {
    font-size: 14px;
    color: #920712;
    margin-right: 0.1rem;
  }
}

.footer-info {
  background: url(../images/bg1.png) center no-repeat;
  background-size: cover;
  padding: 0.4rem 0;
}
.footer-info .wrap {
  justify-content: space-between;
  align-items: center;
}
.footer-links {
  display: flex;
  align-items: center;
}
.footer-links p {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 1054px) {
  .footer-links p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-links p {
    font-size: 0.2153846154rem;
  }
}
.footer-links .select {
  width: 2.95rem;
  position: relative;
}
.footer-links .select.open .link-list {
  max-height: 1.5rem;
}
.footer-links .select.open .tops i {
  transform: rotate(-180deg);
}
.footer-links .select .tops {
  width: 100%;
  height: 0.4rem;
  background-color: rgba(85, 3, 9, 0.6);
  padding: 0 0.16rem;
  border: 0.01rem solid #bd9a9d;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.footer-links .select .tops span {
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-links .select .tops span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-links .select .tops span {
    font-size: 0.1846153846rem;
  }
}
.footer-links .select .tops i {
  display: block;
  transition: all 0.3s;
  font-size: 0.12rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .footer-links .select .tops i {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .footer-links .select .tops i {
    font-size: 0.1846153846rem;
  }
}
.footer-links .link-list {
  width: 100%;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.01rem solid #bd9a9d;
  border-bottom: none;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s;
}
.footer-links .link-list a {
  display: block;
  width: 100%;
  padding: 0 0.16rem;
  color: #333;
  transition: all 0.3s;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0;
  line-height: 2.14;
}
@media (max-width: 1054px) {
  .footer-links .link-list a {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .footer-links .link-list a {
    font-size: 0.1846153846rem;
  }
}
.footer-links .link-list a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-logo {
  display: flex;
}
.footer-logo img {
  width: 2.2rem;
}
.footer-ewm {
  display: flex;
}
.footer-ewm img {
  width: 1.1rem;
}
.footer-bot {
  background: #4f0006;
  padding: 0.1rem 0;
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.7;
}
.footer-bot .wrap {
  justify-content: space-between;
}
@media (max-width: 1054px) {
  .footer-bot {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .footer-bot {
    font-size: 0.1846153846rem;
  }
}
.footer-bot a {
  color: inherit;
  margin-right: 0.1rem;
}
.footer-bot .gaba {
  display: inline-flex;
  align-items: center;
}
.footer-bot .gaba img {
  margin-right: 0.1rem;
}

.back-top {
  position: fixed;
  right: 0;
  bottom: 1rem;
  display: none;
  cursor: pointer;
}
.back-top_box {
  width: 0.54rem;
  height: 0.54rem;
  background: #920712;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-top i {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 37.5%;
  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-slide a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 3.125;
}
@media (max-width: 1054px) {
  .banner .swiper-slide a p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .banner .swiper-slide a p {
    font-size: 0.1846153846rem;
  }
}
.banner .swiper-pagination {
  bottom: 0.1rem;
}
.banner .swiper-pagination-bullet {
  width: 0.38rem;
  height: 0.02rem;
  background: #fff;
  border-radius: 0;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  background: transparent;
}
.banner .swiper-button-prev i,
.banner .swiper-button-next i {
  font-weight: bold;
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .banner .swiper-button-prev i,
  .banner .swiper-button-next i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .banner .swiper-button-prev i,
  .banner .swiper-button-next i {
    font-size: 0.2153846154rem;
  }
}
.banner .swiper-button-prev {
  left: 0.2rem;
}
.banner .swiper-button-next {
  right: 0.2rem;
}
@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 .swiper-button-prev,
.one-swiper .swiper-button-next {
  background: transparent;
  width: 0.3rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
.one-swiper .swiper-button-prev i,
.one-swiper .swiper-button-next i {
  font-weight: bold;
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .one-swiper .swiper-button-prev i,
  .one-swiper .swiper-button-next i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper .swiper-button-prev i,
  .one-swiper .swiper-button-next i {
    font-size: 0.2153846154rem;
  }
}
.one-swiper .swiper-button-prev {
  left: 0;
}
.one-swiper .swiper-button-next {
  right: 0;
}
.one-swiper .swiper-pagination {
  bottom: 0.18rem;
  text-align: right;
  padding-right: 0.25rem;
}
.one-swiper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  opacity: 1;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #920712;
}
.one-swiper-item {
  display: block;
  position: relative;
}
.one-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item-img {
  overflow: hidden;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 67.7966101695%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.one-swiper-item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.1rem 1.3rem 0.1rem 0.24rem;
}
.one-swiper-item-text .p1 {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.875;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 0.1846153846rem;
  }
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper:hover .swiper-button-prev,
.two-swiper:hover .swiper-button-next {
  opacity: 1;
}
.two-swiper .swiper-button-prev,
.two-swiper .swiper-button-next {
  background: transparent;
  width: 0.3rem;
  height: 0.6rem;
  margin-top: -0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.two-swiper .swiper-button-prev i,
.two-swiper .swiper-button-next i {
  font-weight: bold;
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .two-swiper .swiper-button-prev i,
  .two-swiper .swiper-button-next i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper .swiper-button-prev i,
  .two-swiper .swiper-button-next i {
    font-size: 0.2153846154rem;
  }
}
.two-swiper .swiper-button-prev {
  left: 0;
}
.two-swiper .swiper-button-next {
  right: 0;
}
.two-swiper:hover .inner-bg {
  transform: scale(1.1);
}
.two-swiper-item-img {
  overflow: hidden;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 105.6338028169%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.two-swiper-item-text {
  margin-top: 0.1rem;
}
.two-swiper-item-text .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1054px) {
  .two-swiper-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p1 {
    font-size: 0.1846153846rem;
  }
}

.three-swiper {
  position: relative;
  overflow: hidden;
}
.three-swiper .swiper-pagination {
  position: static;
  margin-top: 0.02rem;
}
.three-swiper .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
}
.three-swiper .swiper-pagination-bullet-active {
  width: 0.2rem;
  background: #920712;
}
.three-swiper .swiper-slide {
  box-shadow: 0px 0px 0.1rem 0px rgba(19, 109, 201, 0.1);
  background: #fff;
}
.three-swiper-item {
  display: flex;
  padding: 0.2rem;
}
.three-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.three-swiper-item:hover .three-swiper-item-text .p1 {
  color: #920712;
}
.three-swiper-item-img {
  width: 38.7596899225%;
  overflow: hidden;
  margin-right: 0.2rem;
}
.three-swiper-item-img .inner-bg {
  padding-bottom: 120.3007518797%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.three-swiper-item-text {
  display: flex;
  flex-direction: column;
}
.three-swiper-item-text .p1 {
  font-size: 0.18rem;
  color: #0d1c29;
  margin-bottom: 0.1rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .three-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .three-swiper-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.three-swiper-item-text .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  color: rgba(13, 28, 41, 0.5);
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 1054px) {
  .three-swiper-item-text .p2 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .three-swiper-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}
.three-swiper-item-text .p3 {
  margin-top: auto;
  text-align: right;
  font-size: 0.14rem;
  color: #136dc9;
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 1054px) {
  .three-swiper-item-text .p3 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .three-swiper-item-text .p3 {
    font-size: 0.1846153846rem;
  }
}

.box {
  padding-top: 0.01rem;
}
.box-title {
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
}
.box-title_text {
  display: flex;
  align-items: center;
}
.box-title_text i {
  font-size: 0.26rem;
  color: #ccc;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .box-title_text i {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title_text i {
    font-size: 0.2461538462rem;
  }
}
.box-title_text span {
  font-weight: bold;
  margin-left: 0.1rem;
  font-size: 0.24rem;
  color: #920712;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .box-title_text span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .box-title_text span {
    font-size: 0.2461538462rem;
  }
}
.box-title_text:after {
  content: "";
  margin-left: 0.2rem;
  height: 1px;
  background: #e6e6e6;
}
.box-title_more {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1;
  margin-left: 0.2rem;
}
@media (max-width: 1054px) {
  .box-title_more {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .box-title_more {
    font-size: 0.1846153846rem;
  }
}
.box-title_more i {
  font-size: 0.14rem;
  color: inherit;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .box-title_more i {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .box-title_more i {
    font-size: 0.1846153846rem;
  }
}
.box-title_more:hover {
  color: #920712;
}

.boxa {
  padding-bottom: 0.25rem;
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-flex_left {
  width: 49.1666666667%;
}
.boxa-flex_right {
  width: 48.3333333333%;
}

.boxbb {
  background: #f9f9f9;
  padding-bottom: 0.25rem;
}
.boxb-flex {
  justify-content: space-between;
}
.boxb-flex_left {
  width: 72.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boxb-flex_left .box-title {
  width: 100%;
}
.boxb-flex_right {
  width: 23.6666666667%;
}
.boxb-imgs {
  width: 32.6436781609%;
}
.boxb-imgs_item {
  display: none;
  padding-bottom: 150%;
  position: relative;
}
.boxb-imgs_item.on {
  display: block;
}
.boxb-imgs_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.boxb-list {
  width: 63.7931034483%;
}
.boxb-list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.boxb-list_item:before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #920712;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: content-box;
  padding: 0.02rem;
  border: 1px solid #920712;
  margin-right: 0.15rem;
}
.boxb-list_item a {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 3.3125;
}
@media (max-width: 1054px) {
  .boxb-list_item a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .boxb-list_item a {
    font-size: 0.1846153846rem;
  }
}
.boxb-list_item a:hover {
  color: #920712;
}

.boxc {
  padding-bottom: 0.1rem;
}

.boxd {
  background: #f9f9f9;
  padding-bottom: 0.25rem;
}
.boxd-main {
  position: relative;
}
.boxd-main-arrow {
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 0.27rem);
  cursor: pointer;
}
.boxd-main-arrow:hover {
  background: #fff;
}
.boxd-main-arrow i {
  font-size: 0.2rem;
  color: #920712;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .boxd-main-arrow i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxd-main-arrow i {
    font-size: 0.2153846154rem;
  }
}
.boxd-main-prev {
  left: -0.8rem;
}
.boxd-main-next {
  right: -0.8rem;
}

.boxe {
  justify-content: space-between;
}
.boxee {
  padding-bottom: 0.25rem;
}
.boxe-img {
  padding-bottom: 23.5602094241%;
  position: relative;
}
.boxe-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.boxe-item {
  width: 32%;
}

.boxf {
  padding-bottom: 0.25rem;
  background: #f9f9f9;
}

.boxg {
  padding-bottom: 0.25rem;
}
.boxg-flex {
  justify-content: space-between;
}
.boxg-flex_left {
  width: 53.3333333333%;
}
.boxg-flex_right {
  width: 45%;
}
.boxg-video a {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
}
.boxg-video a .big {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.boxg-video a .play {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.boxg-video a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.18rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  margin-top: -0.8rem;
  padding: 0 0.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.boxh {
  background: #f9f9f9;
  padding-bottom: 0.25rem;
}

.list_one-item:first-child a {
  padding-top: 0;
}
.list_one-item:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}
.list_one-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0 0.14rem;
  border-bottom: 0.01rem solid #e6e6e6;
}
.list_one-item a:hover .list_one-item_text .p1 {
  color: #920712;
}
.list_one-item_time {
  display: flex;
  align-items: center;
  font-family: "bebas", "PingFang", "PingFang SC", "syht";
  margin-right: 0.3rem;
}
.list_one-item_time .p1 {
  font-size: 0.52rem;
  color: #920712;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 0.1rem;
}
@media (max-width: 1054px) {
  .list_one-item_time .p1 {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .list_one-item_time .p1 {
    font-size: 0.3076923077rem;
  }
}
.list_one-item_time .p2 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_one-item_time .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item_time .p2 {
    font-size: 0.1846153846rem;
  }
}
.list_one-item_text .p1 {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.07rem;
  line-height: 1.3;
}
@media (max-width: 1054px) {
  .list_one-item_text .p1 {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .list_one-item_text .p1 {
    font-size: 0.2rem;
  }
}
.list_one-item_text .p2 {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.6;
  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) {
  .list_one-item_text .p2 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .list_one-item_text .p2 {
    font-size: 0.1846153846rem;
  }
}

.list_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_two-item {
  width: 49%;
}
.list_two-item a {
  display: flex;
  align-items: center;
  padding: 0.2rem;
  transition: all 0.3s;
}
.list_two-item a:hover {
  background: #920712;
}
.list_two-item a:hover .list_two-item_text .p1,
.list_two-item a:hover .list_two-item_text .p2 {
  color: #fff;
}
.list_two-item_time {
  background-color: #920712;
  color: #fff;
  font-family: "bebas";
  padding: 0.18rem 0.1rem;
  margin-right: 0.2rem;
}
.list_two-item_time .p1 {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0.05rem;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_two-item_time .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_two-item_time .p1 {
    font-size: 0.2461538462rem;
  }
}
.list_two-item_time .p2 {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_two-item_time .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_two-item_time .p2 {
    font-size: 0.1846153846rem;
  }
}
.list_two-item_text .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.14rem;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_two-item_text .p1 {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .list_two-item_text .p1 {
    font-size: 0.2rem;
  }
}
.list_two-item_text .p2 {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.857;
  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) {
  .list_two-item_text .p2 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .list_two-item_text .p2 {
    font-size: 0.1846153846rem;
  }
}

.list_four-item {
  margin-top: 0.1rem;
  display: flex;
  background: #f9f9f9;
  align-items: center;
}
.list_four-item:before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #920712;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: content-box;
  padding: 0.02rem;
  border: 1px solid #920712;
  margin: 0 0.15rem;
}
.list_four-item a {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 2.75;
}
@media (max-width: 1054px) {
  .list_four-item a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_four-item a {
    font-size: 0.1846153846rem;
  }
}
.list_four-item:hover {
  background: #fff;
}
.list_four-item:hover a {
  color: #920712;
}

.tuwen_one {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem -0.1rem 0;
}
.tuwen_one-item {
  width: calc(25% - 0.2rem);
  margin: 0.2rem 0.1rem 0;
}
.tuwen_one-item a {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.08rem 0px rgba(51, 51, 52, 0.1);
  background: #fff;
  transition: all 0.5s ease;
}
.tuwen_one-item a:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(51, 51, 51, 0.18);
}
.tuwen_one-item a:hover .inner-bg {
  transform: scale(1.1);
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1 {
  color: #920712;
}
.tuwen_one-item-img {
  overflow: hidden;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 59.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.tuwen_one-item-text {
  padding: 0.2rem;
}
.tuwen_one-item-text .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.1rem;
  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;
  font-weight: bold;
  height: 3em;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text .p1 {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 0.2rem;
  }
}
.tuwen_one-item-text .p1 span {
  background: #ff8d50;
  border-radius: 0.02rem;
  font-size: 0.12rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  padding: 0.01rem 0.05rem;
  font-weight: normal;
  margin-right: 0.1rem;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text .p1 span {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 span {
    font-size: 0.1846153846rem;
  }
}
.tuwen_one-item-text .p2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tuwen_one-item-text .p2 span {
  font-size: 0.12rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text .p2 span {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 span {
    font-size: 0.1846153846rem;
  }
}
.tuwen_one-item-text .p3 {
  margin-top: 0.1rem;
}
.tuwen_one-item-text .p3 span:first-child {
  color: #4aca53;
}
.tuwen_one-item-text .p3 span:last-child {
  color: #920712;
}

.list_five-item {
  border-bottom: 0.01rem dashed #acb6be;
}
.list_five-item:last-child {
  border-bottom: none;
}
.list_five-item:first-child a {
  padding-top: 0;
}
.list_five-item a {
  display: block;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.18rem 0;
}
@media (max-width: 1054px) {
  .list_five-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_five-item a {
    font-size: 0.2153846154rem;
  }
}
.list_five-item a:hover {
  color: #920712;
}

.tuwen_two {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem -0.1rem 0;
}
.tuwen_two-item {
  width: calc(25% - 0.2rem);
  margin: 0.2rem 0.1rem 0;
}
.tuwen_two-item a {
  display: block;
  position: relative;
}
.tuwen_two-item a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.tuwen_two-item a:hover:before {
  opacity: 1;
}
.tuwen_two-item a:hover .inner-bg {
  transform: scale(1.1);
}
.tuwen_two-item a:hover .tuwen_two-item-text {
  opacity: 1;
}
.tuwen_two-item-img {
  overflow: hidden;
}
.tuwen_two-item-img .inner-bg {
  padding-bottom: 67.3684210526%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.tuwen_two-item-text {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.tuwen_two-item-text .p1 {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_two-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.tuwen_two-item-text i {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.1rem;
}
@media (max-width: 1054px) {
  .tuwen_two-item-text i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text i {
    font-size: 0.2153846154rem;
  }
}

.page-banner_img {
  padding-bottom: 20.8333333333%;
  position: relative;
}
.page-banner_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.page-crumbs_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.1rem 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .page-crumbs_box {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page-crumbs_box {
    font-size: 0.1846153846rem;
  }
}
.page-crumbs_box i {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 0.1rem;
}
@media (max-width: 1054px) {
  .page-crumbs_box i {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page-crumbs_box i {
    font-size: 0.1846153846rem;
  }
}
.page-crumbs_box a {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 0.05rem;
}
@media (max-width: 1054px) {
  .page-crumbs_box a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page-crumbs_box a {
    font-size: 0.1846153846rem;
  }
}

.page-main_flex {
  display: flex;
}
.page-main_left {
  width: 2.7rem;
  padding: 0.2rem;
}
.page-main_right {
  border-left: 1px solid #e6e6e6;
  padding: 0.3rem;
}
.page-main_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.3rem 0;
}
.page-main_title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .page-main_title h1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page-main_title h1 {
    font-size: 0.2461538462rem;
  }
}
.page-main_title i {
  display: none;
}
.page-main_menu-item.on .page-main_menu-item-inner {
  background: #920712;
}
.page-main_menu-item.on .page-main_menu-item-inner a {
  color: #fff;
}
.page-main_menu-item-inner {
  display: flex;
  transition: all 0.4s;
}
.page-main_menu-item-inner:hover {
  background: #920712;
}
.page-main_menu-item-inner:hover a {
  color: #fff;
}
.page-main_menu-item-inner a {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.15rem 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 1054px) {
  .page-main_menu-item-inner a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page-main_menu-item-inner a {
    font-size: 0.1846153846rem;
  }
}

.page-about p {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 1054px) {
  .page-about p {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .page-about p {
    font-size: 0.2153846154rem;
  }
}

.news-list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.news-list_item:before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #920712;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: content-box;
  padding: 0.02rem;
  border: 1px solid #920712;
  margin-right: 0.15rem;
}
.news-list_item a {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 3.3125;
}
@media (max-width: 1054px) {
  .news-list_item a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .news-list_item a {
    font-size: 0.1846153846rem;
  }
}
.news-list_item a:hover {
  color: #920712;
}
.news-list_item span {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.1rem;
}
@media (max-width: 1054px) {
  .news-list_item span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .news-list_item span {
    font-size: 0.1846153846rem;
  }
}

.pagination {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li a,
.pagination li span {
  border: 0.01rem solid #ccc;
  padding: 0.04rem 0.08rem;
  margin: 0 0.03rem;
  color: #333;
}
.pagination li a:hover,
.pagination li.active span  {
  background: #920712;
  border-color: #920712;
  color: #fff;
}

.renwu-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem -0.1rem 0 -0.1rem;
}
.renwu-list-item {
  width: calc(50% - 0.2rem);
  margin: 0.2rem 0.1rem 0 0.1rem;
}
.renwu-list-item a {
  display: flex;
}
.renwu-list-item a:hover .inner-bg {
  transform: scale(1.1);
}
.renwu-list-item a:hover .three-swiper-item-text .p1 {
  color: #920712;
}
.renwu-list-item-img {
  width: 28.1818181818%;
  overflow: hidden;
  margin-right: 0.2rem;
}
.renwu-list-item-img .inner-bg {
  padding-bottom: 120.1612903226%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.renwu-list-item-text .p1 {
  font-size: 0.18rem;
  color: #0d1c29;
  margin-bottom: 0.1rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .renwu-list-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .renwu-list-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.renwu-list-item-text .p2 {
  font-size: 0.14rem;
  color: rgba(13, 28, 41, 0.5);
  margin-bottom: 0;
  line-height: 1.8;
  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) {
  .renwu-list-item-text .p2 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .renwu-list-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}

.page-huodong .tuwen_one-item {
  width: calc(33.33% - 0.2rem) !important;
}

.tuwen_page {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem -0.1rem 0 -0.1rem;
}
.tuwen_page-item {
  width: calc(33.33% - 0.2rem);
  margin: 0.2rem 0.1rem 0 0.1rem;
}
.tuwen_page-item:hover .inner-bg {
  transform: scale(1.1);
}
.tuwen_page-item:hover .p1 {
  color: #920712;
}
.tuwen_page-item-img {
  overflow: hidden;
}
.tuwen_page-item-img .inner-bg {
  padding-bottom: 67.3684210526%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.tuwen_page-item-text .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-video .tuwen_page-item {
  background: #fff;
  box-shadow: 0px 0px 0.1rem 0px rgba(19, 109, 201, 0.1);
}
.page-video .tuwen_page-item-text {
  margin-top: 0.1rem;
  padding: .1rem;
}
.page-video .tuwen_page-item-text .p1 {
  line-height: 1.5;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  height: 3em;
}
@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;
  }
}

.page-detail_left {
  border-right: 1px solid #e6e6e6;
  padding: 0.3rem 0.2rem;
}
.page-detail_right {
  width: 3rem;
  padding: 0.3rem 0.2rem;
}
.page-detail_title h1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.15rem;
  line-height: 1.5;
}
@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;
  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;
  gap: 10px;
}
.page-detail_pn-item {
  flex: 1;
  padding: 0.1rem;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .page-detail_pn-item {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .page-detail_pn-item {
    font-size: 0.1846153846rem;
  }
}
.page-detail_pn-item a {
  color: #333;
}
.page-detail_pn-item a:hover {
  color: #920712;
}

.back-list {
  margin-top: 0.2rem;
}
.back-list a {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5 14;
  display: inline-block;
  padding: 0.15rem 0.4rem;
  background: #920712;
}
@media (max-width: 1054px) {
  .back-list a {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .back-list a {
    font-size: 0.2153846154rem;
  }
}

.last-news_title {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .last-news_title {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .last-news_title {
    font-size: 0.2461538462rem;
  }
}

.last-list-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
}
.last-list-item .p1 {
  font-size: 0.18rem;
  color: #920712;
  margin-bottom: 0.05rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .last-list-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .last-list-item .p1 {
    font-size: 0.2153846154rem;
  }
}
.last-list-item .p2 {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.1rem;
  line-height: 1.7;
  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) {
  .last-list-item .p2 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .last-list-item .p2 {
    font-size: 0.1846153846rem;
  }
}
.last-list-item .p3 {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1054px) {
  .last-list-item .p3 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .last-list-item .p3 {
    font-size: 0.1846153846rem;
  }
}
.last-list-item .p3 i {
  font-size: inherit;
  color: inherit;
}

@media (max-width: 990px) {
  .tuwen_page {
    margin: -10px -5px 0;
  }
  .tuwen_page-item {
    margin: 10px 5px 0;
    width: calc(50% - 10px);
  }
  .page-banner .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .page-crumbs {
    margin-bottom: 10px;
  }
  .page-main_flex {
    flex-direction: column;
  }
  .page-main_left {
    width: 100%;
    padding: 0;
  }
  .page-main_right {
    border-left: none;
    padding: 10px 0;
  }
  .page-main_title {
    background: #920712;
    margin-bottom: 0;
    padding: 10px;
  }
  .page-main_title h1 {
    color: #fff;
  }
  .page-main_title i {
    display: block;
    font-size: 18px;
    color: #fff;
  }
  .page-main_menu {
    display: none;
  }
  .page-main_menu-item {
    border-bottom: 1px solid #ccc;
  }
  .page-main_menu-item:last-child {
    border-bottom: none;
  }
  .page-main_menu-item-inner:hover {
    background: transparent;
  }
  .page-main_menu-item-inner:hover a {
    color: #920712;
  }
  .page-main_menu-item-inner a {
    text-align: center;
  }
  .page-main_menu-item.on {
    border-bottom: 1px solid #920712;
  }
  .page-main_menu-item.on .page-main_menu-item-inner {
    background: transparent;
  }
  .page-main_menu-item.on .page-main_menu-item-inner a {
    color: #920712;
  }
  .renwu-list {
    margin: -15px 0 0;
  }
  .renwu-list-item {
    width: 100%;
    margin: 15px 0 0;
  }
  .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;
  }
}
.mob-box {
  display: none;
}

@media (max-width: 1420px) {
  .boxd-main {
    padding: 0 0.7rem;
  }
  .boxd-main-prev {
    left: 0;
  }
  .boxd-main-next {
    right: 0;
  }
}
@media (max-width: 1100px) {
  .wrap {
    max-width: 98%;
  }
  .footer-links .select {
    width: 2rem;
  }
  .list_five-item a {
    padding-top: 0.13rem;
    padding-bottom: 0.13rem;
  }
}
@media (max-width: 990px) {
  .wrap {
    max-width: 100%;
  }
  .boxb-imgs {
    display: none;
  }
  .boxb-list {
    width: 100%;
  }
  .two-swiper .swiper-button-prev,
  .two-swiper .swiper-button-next {
    opacity: 1;
  }
  .list_two-item {
    width: 100%;
  }
  .tuwen_one {
    margin: -15px 0 0 0;
  }
  .tuwen_one-item {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .tuwen_one-item a {
    display: flex;
    align-items: center;
  }
  .tuwen_one-item-img {
    width: 50%;
  }
  .tuwen_one-item-img .inner-bg {
    padding-bottom: 70%;
  }
  .tuwen_one-item-text {
    flex: 1;
    min-width: 1px;
    padding: 0 10px;
  }
  .tuwen_two {
    margin: -15px -7px 0;
  }
  .tuwen_two-item {
    width: calc(50% - 14px);
    margin: 15px 7px 0;
  }
  .footer-links .select {
    width: auto;
    flex: 1;
  }
  .footer-logo {
    align-items: center;
  }
  .footer-logo img {
    width: auto;
    max-width: 63%;
  }
  .footer-ewm {
    display: none;
  }
  .footer-copyright {
    margin-top: 0 !important;
  }
  .bot {
    display: none;
  }
  .top-text {
    display: none;
  }
  .topmob_search-btn i {
    color: #fff;
  }
  .mob-box {
    display: flex;
    position: fixed;
    width: 100vw;
    top: 0;
    right: -100%;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    flex-direction: column;
  }
  .mob-box.on {
    visibility: visible;
    opacity: 1;
    right: 0;
    transition: all 0.8s;
  }
  .mob-box_top {
    display: flex;
    background: url(../images/top_bg.png) center no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .mob-box_logo {
    display: flex;
    width: 70%;
  }
  .mob-box_logo img {
    width: 100%;
  }
  .mob-box_menu i {
    font-size: 20px;
    color: #fff;
  }
  .top-search {
    background-image: linear-gradient(180deg, #680001, #fff);
    margin-left: 0;
  }
  .mob-nav {
    flex: 1;
    min-height: 1px;
    overflow-x: hidden;
  }
  .nav-box {
    padding: 0 10px;
  }
  .box-banner .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  body.fixed {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
  }
}
