.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 16px;
  color: #000000;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .page-list_item .txt .tit, .tuwen_one-item-text .p1, .list_five-item a, .list_four-item .p1, .list_three-item-text .p2, .list_three-item-text .p1, .list_two-item-text .p2, .list_two-item-text .p1, .list_one-item .p1, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_five-box, .layout_two-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_five-box, .layout_two-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_five-box > div, .layout_two-box > div, .layout_one-box > div {
    width: 100%;
  }
  .dflex > div + div, .layout_five-box > div + div, .layout_two-box > div + div, .layout_one-box > div + div {
    margin-top: 15px;
  }
}

.flex1, .list_five-item a, .list_three-item-text, .list_two-item-text, .layout_five-item, .top-search_form-input {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .tuwen_one-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .tuwen_one-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .tuwen_one-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: url(../images/bg1.png) center no-repeat;
  background-size: cover;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  width: 50%;
}
.top-right {
  padding: 12px 0 25px 0;
}
.top-links {
  display: flex;
  justify-content: flex-end;
}
.top-links a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 1em;
}
@media (max-width: 1430px) {
  .top-links a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-links a {
    font-size: 14px;
  }
}
.top-links a:hover {
  text-decoration: underline;
}
.top-search {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}
.top-search_btn {
  display: none;
  margin-left: auto;
  margin-right: 10px;
}
.top-search_btn i {
  font-size: 24px;
  color: #fff;
}
.top-search_form {
  width: 240px;
  height: 37px;
  border: 1px solid #fff;
  border-radius: 18px;
  display: flex;
}
.top-search_form-input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0 15px;
}
.top-search_form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.top-search_form-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.top-search_form-input:focus {
  outline: none;
}
.top-search_form-btn {
  background: url(../images/search.png) center no-repeat;
  width: 55px;
  cursor: pointer;
  border: none;
}
.top-search_form-btn:focus {
  outline: none;
}
.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: 10px 0;
  }
  .top-right {
    padding: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    background: #711615;
    top: 100%;
    padding: 10px;
  }
  .top-right.on {
    display: block;
  }
  .top-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .top-links a {
    font-size: 12px;
    margin: 3px;
  }
  .top-logo {
    margin-right: 10px;
  }
  .top-search {
    margin-top: 5px;
  }
  .top-search_form {
    width: 100%;
  }
  .top-search_btn {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
  }
}

.nav {
  background: #941d22;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1430px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  border-bottom-color: #fff;
}
.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: #711615;
    min-width: 170%;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
  }
}
.sub-box_item > a {
  display: block;
  padding: 12px 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #711615;
  }
  .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;
    border: none;
  }
  .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;
  }
}

.layout_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.5625vw;
  padding-bottom: 1.3020833333vw;
}
.layout_title-text {
  font-size: 26px;
  color: #500307;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 33px;
  background: url(../images/t_bg.png) right center no-repeat;
}
@media (max-width: 1430px) {
  .layout_title-text {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .layout_title-text {
    font-size: 18px;
  }
}
.layout_title-more {
  font-size: 20px;
  color: #ad181f;
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: capitalize;
  padding-right: 40px;
  background: url(../images/r.png) right center no-repeat;
}
@media (max-width: 1430px) {
  .layout_title-more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_title-more {
    font-size: 14px;
  }
}
.layout_title-more:hover {
  text-decoration: underline;
}
.layout_title-white .layout_title-text {
  color: #fff;
  background: url(../images/t_bg1.png) right center no-repeat;
}
.layout_title-white .layout_title-more {
  color: #fff;
  background: url(../images/r2.png) right center no-repeat;
}
.layout_title-center {
  justify-content: center;
}

.footer {
  background: url(../images/bg3.png) center no-repeat;
  background-size: cover;
  padding: 2.6041666667vw 0;
}
.footer p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .footer p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer p {
    font-size: 14px;
  }
}
.footer p span {
  margin: 0 0.5em;
}
.footer p + p {
  margin-top: 20px;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  overflow: hidden;
  padding-bottom: 38.5416666667%;
  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 img {
  transition: all 10s ease;
  transform: scale(1.1);
}
.banner .swiper-slide-active a img {
  transform: scale(1);
}
@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 {
  position: relative;
  display: block;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 62.8912071535%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 99;
  background: rgba(113, 22, 21, 0.73);
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 1.1em 0.7em;
}
@media (max-width: 1430px) {
  .one-swiper-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text {
    font-size: 14px;
  }
}
.layout_one {
  padding: 2.6041666667vw 0;
}
.layout_one-box {
  justify-content: space-between;
  align-items: center;
}
.layout_one-left {
  width: 47.9285714286%;
}
.layout_one-right {
  width: 50%;
  border-left: 1px solid #ababab;
  padding-left: 1.3020833333vw;
}

.layout_two {
  padding: 2.6041666667vw 0;
}
.layout_two-box {
  justify-content: space-between;
}
.layout_two-left {
  width: 50%;
}
.layout_two-right {
  width: 50%;
}
.layout_two-right .layout_title {
  padding-left: 1.5625vw;
}

.layout_three {
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
  padding: 3.125vw 0 5.2083333333vw 0;
}

.layout_five {
  background: #faf8fb;
  padding: 3.6458333333vw 0 4.6875vw 0;
}
.layout_five-mid .layout_five-item-box {
  margin: 0 5px;
}
.layout_five-item:first-child .layout_five-item-box {
  margin-right: 10px;
}
.layout_five-item:last-child .layout_five-item-box {
  margin-left: 10px;
}
.layout_five-item-box {
  padding: 1px;
  background: #fff;
  box-shadow: 0.209px 2.993px 13px 0px rgba(180, 28, 43, 0.21);
}
.layout_five-item-box:hover {
  background: #9a1d1f;
}
.layout_five-item-box:hover .list_five-item a {
  color: #fff;
}
.layout_five-item-box:hover .layout_five-more a {
  background: #c6363c;
}
.layout_five-img {
  margin: 19px;
  padding-bottom: 0%;
  position: relative;
}
.layout_five-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.layout_five-more a {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9a1d1f;
  padding: 0.9em 0;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .layout_five-more a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_five-more a {
    font-size: 14px;
  }
}
.layout_five-more a img {
  margin-left: 20px;
}

.layout_six {
  padding: 3.125vw 0;
}

.list_one-item {
  margin-bottom: 15px;
}
.list_one-item a {
  display: block;
}
.list_one-item a:hover .p1 {
  color: #711615;
}
.list_one-item .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_one-item .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p1 {
    font-size: 16px;
  }
}
.list_one-item .p2 {
  display: flex;
  align-items: center;
}
.list_one-item .p2 span {
  font-size: 16px;
  color: #172e5a;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 1.5em;
}
@media (max-width: 1430px) {
  .list_one-item .p2 span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p2 span {
    font-size: 12px;
  }
}
.list_one-item .p2:before, .list_one-item .p2:after {
  content: "";
  height: 1px;
  background: #d8d8d8;
}
.list_one-item .p2:before {
  flex: 1;
}
.list_one-item .p2:after {
  width: 55px;
}

.list_two-item + .list_two-item {
border-top: 1px solid #efefef;
}

.list_two-item a {
  display: flex;
  align-items: center;
}

.list_two-item a:hover .p1,
.list_two-item a:hover .p2 {
  color:#A82328;
}
.list_two-item-time {
  width: 110px;
  text-align: center;
  padding: 15px 0 20px 0;
}
.list_two-item-time .p1 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 1430px) {
  .list_two-item-time .p1 {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p1 {
    font-size: 20px;
  }
}
.list_two-item-time .p2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1430px) {
  .list_two-item-time .p2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p2 {
    font-size: 16px;
  }
}
.list_two-item-text {
  position: relative;
  padding-right: 20px;
  padding-left: 40px;
}
.list_two-item-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #dbdbdb;
  transform: rotate(20deg);
  transform-origin: left bottom;
}
.list_two-item-text .p1 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 12px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1430px) {
  .list_two-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 16px;
  }
}
.list_two-item-text .p2 {
  font-size: 16px;
  color: #848484;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_two-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p2 {
    font-size: 14px;
  }
}

.list_three {
  padding-left: 1.1979166667vw;
}
.list_three-item {
  margin-bottom: 25px;
}
.list_three-item:last-child {
  margin-bottom: 0;
}
.list_three-item a {
  display: flex;
  align-items: center;
}
.list_three-item a:hover .list_three-item-text .p1 {
  color: #711615;
}
.list_three-item-time {
  width: 71px;
  margin-right: 1.5104166667vw;
  text-align: center;
}
.list_three-item-time .p1 {
  border: 1px solid #c3c3c3;
  padding: 7px 0;
  border-bottom: none;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_three-item-time .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_three-item-time .p1 {
    font-size: 16px;
  }
}
.list_three-item-time .p2 {
  background: #ffd3bf;
  padding: 3px 0;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_three-item-time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item-time .p2 {
    font-size: 14px;
  }
}
.list_three-item-text .p1 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 7px;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_three-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_three-item-text .p1 {
    font-size: 16px;
  }
}
.list_three-item-text .p2 {
  font-size: 18px;
  color: #848484;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_three-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item-text .p2 {
    font-size: 14px;
  }
}

.list_four {
  margin-top: 3.6458333333vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list_four-item {
  width: 27.1428571429%;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 60px 20px 20px;
  margin-left: -45px;
}
.list_four-item.bg1 {
  background: #2d71d0;
  margin-left: 0;
}
.list_four-item.bg2 {
  background: #fff;
  margin-top: 50px;
}
.list_four-item.bg2 .p1 {
  color: #333333;
}
.list_four-item.bg2 .p2 {
  color: #848484;
}
.list_four-item.bg2 .p3 .s1,
.list_four-item.bg2 .p3 .s2 {
  color: #333;
}
.list_four-item.bg3 {
  background: #35121f;
}
.list_four-item.bg4 {
  background: #cb9444;
  margin-top: 50px;
}
.list_four-item a {
  display: block;
}
.list_four-item .p1 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.1;
}
@media (max-width: 1430px) {
  .list_four-item .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_four-item .p1 {
    font-size: 16px;
  }
}
.list_four-item .p2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 35px;
}
@media (max-width: 1430px) {
  .list_four-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_four-item .p2 {
    font-size: 14px;
  }
}
.list_four-item .p3 {
  display: flex;
  align-items: flex-end;
}
.list_four-item .p3 .s1 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 5px;
  margin-right: 5px;
}
.list_four-item .p3 .s2 {
  font-size: 14px;
  color: #ffffff;
}

.list_five {
  padding: 0 20px 20px 20px;
}
.list_five-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.list_five-item:last-child {
  margin-bottom: 0;
}
.list_five-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  margin-right: 14px;
}
.list_five-item a {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list_five-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_five-item a {
    font-size: 14px;
  }
}
.list_five-item a:hover {
  text-decoration: underline;
}

.list_six .list_five-item:before {
  border-radius: 0;
  transform: rotate(45deg);
}

.tuwen_one {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tuwen_one-wrap {
  width: 27.4285714286%;
}
.tuwen_one-wrap:first-child {
  margin-top: 50px;
}
.tuwen_one-wrap:nth-of-type(3) {
  width: 42.2857142857%;
}
.tuwen_one-wrap .tuwen_one-item + .tuwen_one-item {
  margin-top: 15px;
}
.tuwen_one-wrap:last-child {
  align-self: center;
}
.tuwen_one-item a {
  display: block;
  position: relative;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 81.7708333333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100%;
  bottom: 0;
  background: rgba(154, 29, 31, 0.85);
  text-align: center;
  padding: 0.8em;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1430px) {
  .tuwen_one-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text {
    font-size: 14px;
  }
}
.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, #A82328 0%, #941D22 100%);
  background-size: cover;
  line-height: 4.2vw;
  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: #711615;
    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: #711615;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #711615;
  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, rgb(238, 1, 34) 0%, rgb(254, 75, 7) 100%);
}
.page-submenu_item a:hover {
  color: #711615;
}

.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: #711615;
}
.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, rgb(238, 1, 34) 0%, rgb(254, 75, 7) 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: #711615;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #711615;
}
@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;
  }
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !important;
}

.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: #711615;
  border-color: #711615;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}
.page-next-prev a {
  font-size: 14px;
  color: #333;
}
.page-next-prev a:hover {
  color: #711615;
}

.page-list .list_one-item {
  border-bottom: 1px solid #ccc;
}
.page-list .list_one-item:hover .list_one-item-text .p1 {
  color: #711615;
}
.page-list .list_one-item-time {
  border: 1px solid #711615;
}
.page-list .list_one-item-time .p1,
.page-list .list_one-item-time .p2 {
  color: #711615;
}
.page-list .list_one-item-text .p1 {
  color: #333;
}
.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: #711615;
}
.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: 18px;
  margin-bottom: 13px;
  color: #333;
}
.page-list_item .txt .desc {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8d8b8b;
}
.page-list_item .txts {
  flex: 1;
  min-width: 1px;
  align-items: center;
  display: flex;
}
.page-list_item .pic {
  width: 16.25vw;
  height: 10.41vw;
  overflow: hidden;
}
.page-list_item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 5px 10px rgba(60, 60, 60, 0.8);
  display: block;
  transition: all 0.5s;
}
.page-list_item:hover {
  box-shadow: 0.52vw 0.26vw 0.781vw 0 rgba(37, 92, 121, 0.3);
}
.page-list_item:hover .pic img {
  transform: scale(1.1);
}
.page-list_item:hover .tit {
  font-weight: 700;
  color: #711615;
}
.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;
}

@media (max-width: 990px) {
  .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-wrap {
    padding-bottom: 10px;
  }
}
@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .list_four-item {
    width: 28%;
  }
}
@media (max-width: 990px) {
  .top-right {
    display: none;
  }
  .layout_title {
    margin-bottom: 15px;
  }
  .list_two-item-time {
    width: 80px;
    padding: 5px 0 10px 0;
  }
  .list_two-item-time .p1 {
    margin-bottom: 8px;
  }
  .list_two-item-text .p1 {
    margin-bottom: 5px;
  }
  .list_two-item-text {
    padding-left: 25px;
  }
  .list_three {
    padding-left: 0;
  }
  .list_three-item {
    margin-bottom: 10px;
  }
  .list_three-item-time {
    width: 60px;
  }
  .list_three-item-time .p1 {
    padding: 3px 0;
  }
  .list_four-item {
    width: 100%;
    margin: 0 0 10px 0 !important;
    padding: 10px;
  }
  .list_four-item .p2 {
    margin-bottom: 10px;
  }
  .layout_five-img {
    margin: 9px;
  }
  .list_five {
    padding: 0 10px 10px 10px;
  }
  .list_five-item {
    margin-bottom: 10px;
  }
  .layout_five-more a img {
    height: 15px;
  }
  .footer p + p {
    margin-top: 5px;
  }
  .tuwen_one {
    flex-wrap: wrap;
  }
  .tuwen_one-wrap {
    width: 100% !important;
    margin: 0 !important;
  }
  .tuwen_one-item {
    margin: 0 0 10px 0 !important;
  }
  .one-swiper-item-text {
    padding: 0.5em;
  }
  .top-logo {
    width: 70%;
  }
}



/* 现任领导 */
.xrld{overflow-x: auto;width: 100%;}
.xrld table{border-spacing:0;border-collapse:collapse;width: 100%;display: block;}
.xrld table tbody{width: 100%;display: block;}
.xrld table tr{display: flex;}
.xrld table tr:nth-child(odd){background: #fcfbf7;}
.xrld table th{color: #fff;font-weight: bold;font-size: 22px;padding: 20px 40px 20px 45px;text-align: left;display: flex;flex-wrap: wrap;}
.xrld table tr:first-child{background: #a62426;}
.xrld table td{border-right: 1px solid #edece6 !important;border-left: 1px solid #edece6 !important;border-bottom: 1px solid #edece6 !important;font-size: 18px;color: #000;line-height: 1.5;display: flex;align-items: center;padding: 20px 40px 20px 45px;text-align: center;}
.xrld table td p{width: 100%;}
.xrld table td:first-child,.xrld table th:first-child{text-align: center;padding: 20px;justify-content: center;}
.xrld table td:nth-child(1),.xrld table th:nth-child(1){width: 50%;}
.xrld table td:nth-child(2),.xrld table th:nth-child(2){width: 50%;}
.xrld table td:nth-child(3),.xrld table th:nth-child(3){width: 55%;}
.xrld table td:nth-child(3){color: #4c4c4c;border-right: 1px solid #edece6 !important;}

@media(max-width: 768px){	
	.xrld table{width:100%;display: table;}
	.xrld table td{padding: 10px !important; font-size: 16px;}
}