.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: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .page-list_item-title p, .home-three_list-item-title, .home-two_list-item-title, .home-two_top-text-title, .home-one_list-item, .home-one_top-text h3, .home-one_left .swiper-slide p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo img {
  display: inline-block;
  max-width: 100%;
}

.flex, .home-two_box-inner, .home-one_box, .footer-top {
  display: flex;
}
@media (max-width: 990px) {
  .flex, .home-two_box-inner, .home-one_box, .footer-top {
    flex-direction: column;
  }
  .flex > div, .home-two_box-inner > div, .home-one_box > div, .footer-top > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #ffffff;
}
.top .wrap {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-logo img {
  max-width: 100%;
}
.top-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}
.top-link a {
  color: #333333;
}
.top-link a:hover {
  color: #832228;
}
.top-link span {
  margin: 0 20px;
}

.top-search {
display: flex;
    align-items: center;
}
.top-search a {
border: 1px solid #832228;
padding: 10px 25px;
font-size: 14px;
margin-left: 10px;
color: #333;
white-space: nowrap;
}
.top-search a:hover {
background: #832228;
color: #fff;
}
.top-search form {
  width: 265px;
  height: 42px;
  border: 1px solid #832228;
  display: flex;
}
.top-search input {
  border: none;
  background: transparent;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.top-search input::-moz-placeholder {
  color: #333333;
}
.top-search input::placeholder {
  color: #333333;
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: #832228 url(../images/search.png) center no-repeat;
  width: 55px;
  cursor: pointer;
  border: none;
}
.top-search_btn {
  justify-content: center;
  align-items: center;
  display: none;
}
.top-search_btn i {
  color: #832228;
  font-size: 20px;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #832228;
  font-size: 25px;
}
.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) {
body {padding-top: 50px;}
.header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999999;
}
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo {
    margin-right: 10px;
  }
  .top-logo img {
    width: 100%;
  }
  .top-logo span {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 0;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #dfdfdc;
    border-top: 1px solid #7b7b7a;
  }
  .top-search form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
    justify-content: flex-end;
  }
.top-search a {
padding: 6px 15px;
font-size: 12px;
}
  .top-search input {
    flex: 1;
    color: #333;
    width: auto;
  }
  .top-search_btn {
    display: flex;
    margin-left: auto;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #832228;
}
.nav.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999999;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 28px 0;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: rgba(0, 0, 0, 0.1);
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #832228;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  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: #832228;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 9px 20px !important;
    font-size: 16px !important;
    color: #fff;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #e7e7e7;
  }
}

.home-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.home-title h3 {
  font-size: 26px;
  color: #282828;
  padding-left: 35px;
  background: url(../images/t_bg.png) left center no-repeat;
  height: 53px;
  line-height: 53px;
  margin: 0;
}
.home-title h3 span {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #832228;
}
.home-title a {
  font-size: 20px;
  color: #832228;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-title a:after {
  content: url(../images/more_r.png);
  margin-left: 7px;
}
.home-title a:hover {
  text-decoration: underline;
}
.home-title.white h3 {
  padding-left: 0;
  height: auto;
  background: transparent;
  color: #fff;
}
.home-title.white h3 span {
  color: #fff;
}
.home-title.white a {
  color: #fff;
}
.home-title.white a:after {
  content: url(../images/more_r_w.png);
}
.home-title.center {
  justify-content: center;
}

.footer-top {
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 55px;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-info p {
  font-size: 18px;
  color: #fff;
}
.footer-info p + p {
  margin-top: 15px;
}
.footer-icon {
  display: flex;
}
.footer-icon_item {
  position: relative;
  margin-left: 28px;
}
.footer-icon_item img {
  width: 130px;
  margin-bottom: 10px;
}
.footer-icon_item p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer .copyright {
  padding: 20px 0;
  background:#832228;
  font-size: 19px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1025px) {
  .footer .copyright {
    font-size: 18px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .footer-logo {
    width: 400px;
  }
  .footer-info p {
    font-size: 16px;
  }
  .footer-icon_item img {
    width: 110px;
  }
}
@media (max-width: 990px) {
  .home-title {
    margin-bottom: 20px;
  }
  .home-title h3 {
    font-size: 18px;
    padding-left: 10px;
    background-size: 30px auto;
    height: 40px;
    line-height: 40px;
    margin: 0;
  }
  .home-title h3 span {
    font-size: 16px;
  }
  .home-title a {
    font-size: 15px;
  }
  .footer-top {
    padding: 20px 15px;
  }
  .footer-top .wrap {
    flex-direction: column;
  }
  .footer-icon {
    display: none;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-info p {
    font-size: 14px;
  }
  .footer-info p + p {
    margin-top: 5px;
  }
  .footer .copyright {
    padding: 10px 0;
    font-size: 14px;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 38.785%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 60px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 17px;
  height: 17px;
  background: #fff;
  margin: 0 12px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #832228;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
    text-align: center;
    padding-right: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.home-one {
  background: url(../images/bg1.png) center no-repeat;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .home-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-one_box {
  justify-content: space-between;
}
.home-one_left {
  width: 46.4285714286%;
  position: relative;
  overflow: hidden;
}
.home-one_left .swiper-slide a {
  display: block;
  position: relative;
height: calc(100% - 40px);
}
.home-one_left .swiper-slide img {
  width: 100%;
height: 100%;
object-fit:cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}
.home-one_left .swiper-slide p {
  font-size: 16px;
  color: #888888;
  margin-bottom: 0;
  line-height: 1.5;
  padding-right: 40%;
}
.home-one_left .swiper-pagination {
  bottom: 2px;
  text-align: right;
}
.home-one_left .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  background: #bfbaba;
  margin: 0 0 0 20px !important;
}
.home-one_left .swiper-pagination-bullet-active {
  background: #832228;
}
.home-one_right {
  width: 48.5714285714%;
  position: relative;
}
.home-one_right-img {
  position: absolute;
  max-width: 100%;
  top: -100px;
  left: 0;
}
.home-one_top {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  box-shadow: 0px 0px 6.51px 0.49px rgba(4, 0, 0, 0.19);
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  padding: 47px 44px 47px 17px;
}
.home-one_top-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #832228;
  margin-right: 40px;
}
.home-one_top-date .date {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-one_top-date .year {
  font-size: 14px;
}
.home-one_top-text {
  flex: 1;
  min-width: 1px;
}
.home-one_top-text h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.home-one_top-text p {
  font-size: 16px;
  color: #888888;
  margin-bottom: 0;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-one_list-item {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
  padding-right: 70px;
  padding-left: 33px;
}
.home-one_list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 19px;
  height: 19px;
  background: url(../images/i1.png) center no-repeat;
}
.home-one_list-item span {
  font-size: 20px;
  color: #888;
  margin-bottom: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: 0;
}
.home-one_list-item:hover {
  color: #832228;
}

.home-two {
  background: linear-gradient(#842329, #fff);
  padding-top: 86px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .home-two {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .home-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-two_box {
  max-width: 1686px;
  margin: 0 auto;
  padding: 0 15px;
}
.home-two_box-inner {
  width: 100%;
  justify-content: space-between;
  background: #fff;
  padding: 59px 114px 67px 110px;
  border-radius: 100px 0 0 0;
  margin-bottom: 118px;
}
.home-two_left {
  width: 44.8954489545%;
}
.home-two_right {
  width: 37.8228782288%;
  background: #832228;
  border-radius: 30px;
  padding: 50px 0 27px 0;
}
.home-two_right .home-title {
  margin: 0 27px;
}
.home-two_top {
  display: flex;
  margin-bottom: 30px;
}
.home-two_top:hover .home-two_top-text-title {
  color: #832228;
}
.home-two_top-img {
  width: 43.5%;
  padding-bottom: 26%;
  position: relative;
  margin-right: 30px;
}
.home-two_top-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.home-two_top-text {
  flex: 1;
  min-width: 1px;
  display: flex;
  flex-direction: column;
}
.home-two_top-text-title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 18px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-two_top-text-title:after {
  content: "";
  background: #832228;
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 40px;
  height: 2px;
}
.home-two_top-text-desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
  line-height: 24px;
}
.home-two_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  grid-row-gap: 0;
}
@media (max-width: 1200px) {
  .home-two_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media (max-width: 990px) {
  .home-two_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.home-two_list-item {
  display: flex;
  min-width: 1px;
  flex-direction: column;
  padding: 18px 0;
  border-bottom: 1px dashed #f0f0f0;
}
.home-two_list-item-title {
  font-size: 18px;
  color: #171717;
  margin-bottom: 5px;
  line-height: 1.5;
}
.home-two_list-item-time {
  font-size: 14px;
  color: #f09f66;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-two_list-item:hover .home-two_list-item-title {
  color: #832228;
}

.home-three_list {
  margin: 0 53px;
}
.home-three_list-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 28px;
}
.home-three_list-item-title {
  font-size: 20px;
  color: #171717;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-three_list-item-time {
  font-size: 18px;
  color: #832228;
  margin-bottom: 5px;
  line-height: 1.5;
}
.home-three_list-item:hover .home-three_list-item-title {
  color: #832228;
}

.home-three_swiper {
  overflow: hidden;
  margin: 0 80px;
}
.home-three_swiper-box {
  position: relative;
}
.home-three_swiper-box .home-three_arrow {
  position: absolute;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: calc(50% - 25px);
}
.home-three_swiper-box .home-three_left {
  left: 0;
}
.home-three_swiper-box .home-three_right {
  right: 0;
}
.home-three_swiper .swiper-slide:nth-of-type(even) {
  background: #f09f66;
}
.home-three_swiper .swiper-slide:nth-of-type(odd) {
  background: #f2af60;
}
.home-three_swiper .swiper-slide a {
  display: block;
  padding-bottom: 42%;
  position: relative;
}
.home-three_swiper .swiper-slide span {
  position: absolute;
  left: 13.5770234987%;
  top: 27.950310559%;
  right: 11.7493472585%;
  z-index: 9;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.8;
  text-align: center;
}

.home-three_links {
  margin-top: 40px;
  text-align: center;
}
.home-three_links a {
  font-size: 16px;
  color: #171717;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-three_links a:hover {
  color: #832228;
}
.home-three_links a:after {
  content: "|";
  color: #e2e2e2;
  margin: 0 20px;
}

.page_banner {
  padding-bottom: 25.625%;
  position: relative;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 30%;
  }
}

.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: #832228;
  border-color: #832228;
  color: #fff;
}
.paging span {
  border: none;
}

.page_lan {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  margin-top: -15px;
  position: relative;
  z-index: 99;
}
.page_lan-box {
  display: flex;
  min-width: 20%;
  position: relative;
  height: 98px;
  align-items: center;
  background-color: #832228;
  justify-content: space-between;
  padding: 0 20px;
}
.page_lan-box:before {
  position: absolute;
  left: -49px;
  top: 0;
  bottom: 0;
  width: 49px;
  content: "";
  background: linear-gradient(115deg, transparent 50%, #832228 50%);
}
.page_lan .page-title {
  display: flex;
  align-items: center;
}
.page_lan .page-title img {
  width: 33px;
  margin-right: 10px;
}
.page_lan .page-title span {
  font-size: 33px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
.page_lan .page-menu {
  display: flex;
}
@media (min-width: 991px) {
  .page_lan .page-menu {
    margin-left: 10vw;
  }
}
.page_lan .page-menu_item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.page_lan .page-menu_item:hover, .page_lan .page-menu_item.on {
  border-bottom-color: #fff;
}
.page_lan .page-menu_item > a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 10px;
}
.page_lan .page-menu_item i {
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 991px) {
  .page_lan .page-sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    display: none;
  }
  .page_lan .page-sub-menu_item {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
    line-height: 2;
    padding: 5px;
  }
  .page_lan .page-sub-menu_item:hover {
    color: #832228;
  }
}

.page-wrap {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .page-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .page-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-wrap_title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 20px;
  line-height: 1.5;
}
.page-wrap_text p {
  text-indent: 2em;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 2;
  line-height: 1.5;
}
.page-wrap_text p + p {
  margin-top: 15px;
}

.page-list_item {
  padding: 20px 0;
  border-bottom: 1px solid #dcdfe6;
}
.page-list_item a {
  display: block;
}
.page-list_item a:hover .page-list_item-title p {
  color: #832228;
}
.page-list_item-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page-list_item-title p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  min-width: 1px;
  flex: 1;
}
.page-list_item-title span {
  font-size: 18px;
  color: #832228;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 10px;
}
.page-list_item-desc {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
  line-height: 21px;
}

.page-menu_btn {
  display: none;
}

.page-detail {
  border-top: 3px solid #832228;
}
.page-detail_top {
  padding: 20px 0;
  background-color: #e4e4e4;
  text-align: center;
}
.page-detail_top-title {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bolder;
  color: #832228;
  letter-spacing: 1px;
}
.page-detail_top-info {
  font-size: 14px;
  color: #404040;
}
.page-detail_text {
  min-height: 350px;
  padding: 35px 130px;
  margin-bottom: 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media (max-width: 1430px) {
  .page_lan .page-title img {
    width: 30px;
  }
  .page_lan .page-title span {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .page_lan {
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
  }
  .page_lan-box {
    width: 100%;
    height: 40px;
    padding: 0 20px;
  }
  .page_lan-box:before {
    display: none;
  }
  .page_lan .page-title img {
    width: 20px;
  }
  .page_lan .page-title span {
    font-size: 20px;
  }
  .page_lan .page-menu_btn {
    display: block;
  }
  .page_lan .page-menu_btn i {
    color: #fff;
    font-size: 20px;
  }
  .page_lan .page-menu {
    position: absolute;
    left: 0;
    right: 0;
    flex-direction: column;
    top: 100%;
    z-index: 999;
    background: #fff;
    display: none;
  }
  .page_lan .page-menu_item {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #d3d2d2;
    flex-wrap: wrap;
  }
  .page_lan .page-menu_item > a {
    color: #832228;
    padding: 10px;
    flex: 1;
  }
  .page_lan .page-sub-menu {
    background: #efefef;
    width: 100%;
  }
  .page_lan .page-sub-menu_item {
    font-size: 12px;
    color: #333;
    margin-bottom: 0;
    line-height: 2;
    border-top: 1px solid #d3d2d2;
    display: block;
    padding: 5px 20px;
  }
  .page-list_item {
    padding: 10px 0;
  }
  .page-list_item-title {
    margin-bottom: 10px;
  }
  .page-list_item-title p {
    font-size: 16px;
  }
  .page-list_item-title span {
    font-size: 14px;
  }
  .page-list_item-desc {
    font-size: 13px;
  }
  .page-wrap_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page-wrap_text p {
    font-size: 14px;
  }
  .page-wrap_text p + p {
    margin-top: 10px;
  }
  .page-detail {
    border-top: 2px solid #832228;
  }
  .page-detail_top {
    padding: 10px 0;
  }
  .page-detail_top-title {
    width: 90%;
    font-size: 20px;
  }
  .page-detail_text {
    padding: 15px;
  }
}
@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .top-right {
    margin-left: 20px;
  }
  .nav-box_item > a {
    padding: 22px 0;
    font-size: 16px;
  }
  .home-one_top {
    padding: 20px 15px;
  }
  .home-one_list-item {
    margin-top: 15px;
    font-size: 18px;
  }
  .home-one_list-item span {
    font-size: 18px;
  }
  .home-two_box-inner {
    padding: 30px 50px;
    border-radius: 50px 0 0 0;
    margin-bottom: 50px;
  }
  .home-two_left {
    width: 48%;
  }
  .home-two_right {
    width: 48%;
  }
  .home-two_right {
    padding: 20px;
  }
  .home-two_right .home-title,
  .home-three_list {
    margin: 0;
  }
}
@media (max-width: 990px) {
  .top-link {
    display: none;
  }
  .home-one_left {
    margin-bottom: 15px;
  }
  .home-one_left .swiper-slide p {
    font-size: 14px;
  }
  .home-one_left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px !important;
  }
  .home-one_right-img {
    display: none;
  }
  .home-one_top {
    padding: 10px;
  }
  .home-one_top-date {
    margin-right: 20px;
  }
  .home-one_top-date .date {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-one_top-date .year {
    font-size: 12px;
  }
  .home-one_top-text h3 {
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 5px;
  }
  .home-one_top-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-one_list-item {
    margin-top: 10px;
    font-size: 14px;
    padding-right: 40px;
    padding-left: 15px;
  }
  .home-one_list-item:before {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  .home-one_list-item span {
    font-size: 14px;
  }
  .home-two_box-inner {
    padding: 20px 15px;
    border-radius: 20px 0 0 0;
    margin-bottom: 20px;
  }
  .home-two_left {
    margin-bottom: 15px;
  }
  .home-two_right {
    border-radius: 10px;
    padding: 10px;
  }
  .home-two_right .home-title {
    margin: 0;
  }
  .home-two_top {
    margin-bottom: 15px;
  }
  .home-two_top-img {
    margin-right: 10px;
  }
  .home-two_top-text-title {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .home-two_top-text-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .home-two_list-item {
    padding: 10px 0;
  }
  .home-two_list-item-title {
    font-size: 16px;
  }
  .home-three_list {
    margin: 0;
  }
  .home-three_list-item {
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
  }
  .home-three_list-item-title {
    font-size: 16px;
  }
  .home-three_list-item-time {
    font-size: 14px;
  }
  .home-three_swiper {
    margin: 0 40px;
  }
  .home-three_swiper-box .home-three_arrow {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
  .home-three_swiper-box .home-three_arrow img {
    width: 10px;
  }
  .home-three_swiper .swiper-slide span {
    left: 10px;
    top: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .home-three_links {
    margin-top: 20px;
  }
  .home-three_links a {
    font-size: 12px;
  }
  .home-three_links a:after {
    margin: 0 5px;
  }
}

.img-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px 20px -15px;
}

.img-list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(16.66% - 30px);
  margin: 20px 15px 0 15px;
}
.img-list_item img {
height: 160px;
    width: 110px;
  margin-bottom: 10px;
}
.img-list_item p {
  font-size: 14px;
  color: #333;
}

@media  (max-width: 990px) {
  .img-list {
    margin: -10px -5px 0 -5px;
  }
.img-list_item img {
  width: auto;
max-width: 100%;
height: auto;
  margin-bottom: 10px;
}
  .img-list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }
}