.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, .list_four-item-text, .list_three-item a, .list_two-item-title, .list_one-item-text .p1,
.list_one-item-text .p2, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-info_logo img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_three-left-box, .layout_three, .layout_two-left-box, .layout_two, .layout-one_box, .two-swiper-item, .footer-info {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_three-left-box, .layout_three, .layout_two-left-box, .layout_two, .layout-one_box, .two-swiper-item, .footer-info {
    flex-direction: column;
  }
  .dflex > div, .layout_three-left-box > div, .layout_three > div, .layout_two-left-box > div, .layout_two > div, .layout-one_box > div, .two-swiper-item > div, .footer-info > div {
    width: 100%;
  }
  .dflex > div + div, .layout_three-left-box > div + div, .layout_three > div + div, .layout_two-left-box > div + div, .layout_two > div + div, .layout-one_box > div + div, .two-swiper-item > div + div, .footer-info > div + div {
    margin-top: 15px;
  }
}

.flex1, .list_four-item-text, .list_three-item a, .list_one-item-text, .two-swiper-item-text, .top-search_form-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: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  background: url(../images/bg1.png) top center no-repeat;
  padding-bottom: 16px;
}

.top {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-search_form {
  width: 240px;
  height: 43px;
  border-radius: 6px;
  background: #fff;
  display: flex;
}
.top-search_form-input {
  background: transparent;
  border: none;
  padding: 0 18px;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .top-search_form-input {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-search_form-input {
    font-size: 14px;
  }
}
.top-search_form-input::-moz-placeholder {
  color: #c1c1c1;
}
.top-search_form-input::placeholder {
  color: #c1c1c1;
}
.top-search_form-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
}
.top-search_btn {
  display: 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;
}

.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.8;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1530px) {
  .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: #9f2428;
    min-width: 150%;
    overflow: hidden;
  }
}
.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-box {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #9f2428;
  }
  .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;
  margin-bottom: 15px;
}
.layout-title_text {
  display: flex;
  align-items: center;
  position: relative;
}
.layout-title_text-img {
  position: absolute;
  left: 0;
  top: -3px;
}
.layout-title_text span {
  position: relative;
  z-index: 9;
  font-size: 24px;
  color: #822530;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 10px;
}
@media (max-width: 1530px) {
  .layout-title_text span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout-title_text span {
    font-size: 16px;
  }
}
.layout-title_text img {
  max-width: 100%;
}
.layout-title_more {
  display: flex;
  align-items: center;
}
.layout-title_more span {
  font-size: 18px;
  color: #9f9f9f;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 10px;
}
@media (max-width: 1530px) {
  .layout-title_more span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout-title_more span {
    font-size: 14px;
  }
}
.layout-title_more:hover span {
  color: #9f2428;
}

.footer {
  background: url(../images/bg3.png) top center no-repeat;
  background-size: cover;
}
.footer-info {
  align-items: center;
  justify-content: space-around;
  padding: 2.0833333333vw 0 3.5416666667vw 0;
}
.footer-info_left {
  width: 48.6666666667%;
}
.footer-info_logo {
margin-bottom: 1vw;
}
.footer-info_left p {
  font-size: 17px;
  color: #efefef;
  line-height: 1.8;
}

.footer-info_text p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .footer-info_text p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-info_text p {
    font-size: 14px;
  }
}
.footer-info_text p + p {
  margin-top: 18px;
}
.footer-copyright {
  border-top: 1px solid #b3484d;
  padding: 16px 0;
  text-align: center;
}
.footer-copyright p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .footer-copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright p {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 47.3958333333%;
  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: 45px;
  padding-right: 17.96875%;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 7px !important;
  border-radius: 50%;
}
.banner .swiper-pagination-bullet-active {
  background: transparent;
}
@media (max-width: 1530px) {
  .banner .swiper-pagination {
    bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px !important;
  }
  .banner .swiper-pagination-bullet-active {
    background: transparent;
  }
}
@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-pagination {
  position: absolute;
  right: 6.2972292191%;
  left: auto;
  bottom: 20px;
  width: auto;
  z-index: 99;
}
.one-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  margin: 0 5px;
  border: 2px solid transparent;
  opacity: 1;
  border-radius: 0;
  background-clip: content-box;
}
.one-swiper .swiper-pagination-bullet-active {
  background: transparent;
  border-color: #fff;
}
.one-swiper-item {
  display: block;
  position: relative;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 62.9722921914%;
  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(159, 36, 40, 0.8);
  font-size: 16px;
  padding: 1.375em 40% 1.375em 2.5em;
}
.one-swiper-item-text .p1 {
  color: #fff;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper_wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15.68px 0.32px rgba(0, 0, 0, 0.17);
  padding: 1.7708333333vw 2.2395833333vw 2.5520833333vw;
}
.two-swiper-item {
  align-items: center;
}
.two-swiper-item-img {
  width: 34.2%;
  margin-right: 1.71875vw;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 140.0584795322%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1530px) {
  .two-swiper-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p1 {
    font-size: 16px;
  }
}
.two-swiper-item-text .p2 {
  font-size: 18px;
  color: #a2a2a2;
  margin-bottom: 0;
  line-height: 1.5;
  padding-left: 3.3333333333em;
  margin-bottom: 1.3888888889em;
}
@media (max-width: 1530px) {
  .two-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p2 {
    font-size: 14px;
  }
}
.two-swiper-item-text .p3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 1530px) {
  .two-swiper-item-text .p3 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p3 {
    font-size: 14px;
  }
}

.layout_main {
  background: url(../images/bg2.png) bottom 5.7291666667vw center no-repeat;
  background-size: 100% auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 1530px) {
  .layout_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout-one {
  margin-bottom: 3.125vw;
}
.layout-one_box {
  justify-content: space-between;
  align-items: flex-start;
}
.layout-one_left {
  width: 53.6666666667%;
  background: #f4e4e5;
  padding: 10px 0 0 10px;
}
.layout-one_right {
  width: 44.3333333333%;
}

.layout_two {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.125vw;
}
.layout_two-left {
  width: 70.3333333333%;
}
.layout_two-left-box {
  justify-content: space-between;
  align-items: flex-start;
}
.layout_two-left-box-left {
  width: 21.327014218%;
}
.layout_two-left-box-right {
  width: 77.2511848341%;
}
.layout_two-right {
  width: 28%;
}

.layout_two-tab-box {
  display: none;
}
.layout_two-tab-box.on {
  display: block;
}

.layout_two-tab {
  display: flex;
  border-bottom: 1px solid #d5a4a6;
  margin-bottom: 20px;
}
.layout_two-tab-item {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 1.1363636364em 0.9090909091em;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1530px) {
  .layout_two-tab-item {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_two-tab-item {
    font-size: 16px;
  }
}
.layout_two-tab-item:after {
  content: "";
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 3px;
}
.layout_two-tab-item.on {
  font-weight: bold;
  color: #9f2428;
}
.layout_two-tab-item.on:after {
  background: #9f2428;
}
.layout_two-tab-con-item {
  display: none;
}
.layout_two-tab-con-item.on {
  display: block;
}

.layout_three {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.6041666667vw;
}
.layout_three-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8229166667vw;
}
.layout_three-title_text {
  border-left: 6px solid #9f2428;
  padding-left: 13px;
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 1530px) {
  .layout_three-title_text {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .layout_three-title_text {
    font-size: 16px;
  }
}
.layout_three-title_more {
  display: flex;
  align-items: center;
}
.layout_three-title_more span {
  font-size: 18px;
  color: #9f9f9f;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 10px;
}
@media (max-width: 1530px) {
  .layout_three-title_more span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_three-title_more span {
    font-size: 14px;
  }
}
.layout_three-title_more:hover span {
  color: #9f2428;
}
.layout_three-left {
  width: 35%;
}
.layout_three-left-box {
  background: #fff;
  padding: 30px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.layout_three-left-box:after, .layout_three-left-box:before {
  content: "";
}
.layout_three-left-box-item {
  width: 90%;
}
.layout_three-right {
  width: 27.6666666667%;
}

.layout_links-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout_links-item {
  width: 23%;
}
.layout_links-item select {
  width: 100%;
  height: 43px;
  border: 1px solid #b85f5c;
  border-radius: 4px;
}
.layout_links-item select option:first-child {
  text-align: center;
}

.list_one-item {
  border-bottom: 1px solid #c5c5c5;
  padding: 1.3020833333vw 0 1.8229166667vw 0;
}
.list_one-item:last-child {
  border-bottom: none;
}
.list_one-item a {
  display: flex;
  align-items: center;
}
.list_one-item a:hover .list_one-item-time,
.list_one-item a:hover .list_one-item-text .p1,
.list_one-item a:hover .list_one-item-text .p2 {
  color: #9f2428;
}
.list_one-item-time {
  font-size: 28px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  width: 100px;
  text-align: center;
  font-weight: bold;
  margin-right: 1.0416666667vw;
}
@media (max-width: 1530px) {
  .list_one-item-time {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time {
    font-size: 18px;
  }
}
.list_one-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-right: 50px;
  background: url(../images/r.png) right center no-repeat;
}
@media (max-width: 1530px) {
  .list_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 14px;
  }
}
.list_one-item-text .p2 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .list_one-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p2 {
    font-size: 12px;
  }
}

.tuwen_two {
  margin-top: 0px;
}
.tuwen_two-item {
  margin-bottom: 0.5vw;
}
.tuwen_two-item:last-child {
  margin-bottom: 0;
}
.tuwen_two-item a {
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgb(157, 34, 39) 0%, rgb(213, 59, 66) 100%);
  border-radius: 6px;
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.6em 2em;
}
@media (max-width: 1530px) {
  .tuwen_two-item a {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item a {
    font-size: 16px;
  }
}
.tuwen_two-item a img {
  margin-right: 19px;
  max-width: 100%;
}
.tuwen_two-item a span {
  font-weight: bold;
}

.list_two {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 30px -15px;
}
.list_two-item {
  width: calc(50% - 30px);
  margin: 15px 0 15px 15px;
  padding-top: 10px;
  background: transparent;
  border-bottom: 2px solid transparent;
}
.list_two-item:hover {
  background: #f2e4e3;
  background-clip: content-box;
  border-bottom-color: #fcba1c;
}
.list_two-item:hover a {
  background: #9f2428;
}
.list_two-item:hover a .list_two-item-num {
  background: #fcba1c;
}
.list_two-item:hover a .list_two-item-title {
  color: #fff;
}
.list_two-item:hover a .list_two-item-time span {
  color: #fff;
}
.list_two-item:hover a .list_two-item-time i {
  background: #fff;
  color: #9f2428;
  width: 45px;
}
.list_two-item a {
  position: relative;
  display: block;
  padding: 1.3020833333vw 2.0833333333vw 0.5208333333vw 3.3854166667vw;
  margin-bottom: 5px;
}
.list_two-item-num {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 0;
  background: #9f2428;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px;
  top: -10px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 1530px) {
  .list_two-item-num {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-num {
    font-size: 14px;
  }
}
.list_two-item-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .list_two-item-title {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-title {
    font-size: 14px;
  }
}
.list_two-item-time {
  display: flex;
  justify-content: space-between;
}
.list_two-item-time span {
  font-size: 18px;
  color: #909090;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .list_two-item-time span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time span {
    font-size: 14px;
  }
}
.list_two-item-time i {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #9f2428;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.tuwen_one-item {
  background: #9f2428;
}
.tuwen_one-item a {
  display: flex;
  align-items: center;
  height: 86px;
  padding-left: 2.2395833333vw;
}
.tuwen_one-item a:hover,
.tuwen_one-item.on a {
  background: #c07275;
}
.tuwen_one-item a img {
  margin-right: 12px;
}
.tuwen_one-item a span {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .tuwen_one-item a span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item a span {
    font-size: 14px;
  }
}

.list_three-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2.1875vw;
}
.list_three-item:last-child {
  margin-bottom: 0;
}
.list_three-item:hover::after {
  content: "";
}
.list_three-item:hover a {
  color: #9f2428;
}
.list_three-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #9f2428;
  margin-right: 14px;
  margin-left: 3px;
}
.list_three-item::after {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #9f2428;
  left: 0;
  box-sizing: border-box;
}
.list_three-item a {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .list_three-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item a {
    font-size: 14px;
  }
}
.list_three-item span {
  margin-left: 10px;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .list_three-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item span {
    font-size: 14px;
  }
}

.list_four-item {
  margin-bottom: 26px;
}
.list_four-item:last-child {
  margin-bottom: 0;
}
.list_four-item a {
  display: flex;
  align-items: center;
}
.list_four-item a:hover .list_four-item-text {
  color: #9f2428;
}
.list_four-item-time {
  width: 70px;
  margin-right: 13px;
}
.list_four-item-time .p1 {
  text-align: center;
  background: #9f2428;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}
.list_four-item-time .p2 {
  text-align: center;
  border-radius: 4px;
  background: #f8efed;
  color: #9f2428;
  font-size: 14px;
  line-height: 30px;
}
.list_four-item-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1530px) {
  .list_four-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_four-item-text {
    font-size: 14px;
  }
}

.list_five {
  background: #fff;
  padding: 1.25vw 1.5625vw;
}
.list_five-item {
  margin-bottom: 8px;
}
.list_five-item:last-child {
  margin-bottom: 0;
}
.list_five-item a {
  display: block;
  border: 1px dashed #b8b8b8;
  padding: 0.78125vw 1.3020833333vw;
}
.list_five-item a:hover {
  border-color: #9f2428;
}
.list_five-item a:hover .p1 {
  color: #9f2428;
}
.list_five-item .p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 2.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4.4em;
}
@media (max-width: 1530px) {
  .list_five-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_five-item .p1 {
    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, #9f2428 7%, #d15357 107%);
  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: #9f2428;
    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: #9f2428;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #9f2428;
  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, #9f2428 0, #d15357 100%);
}
.page-submenu_item a:hover {
  color: #9f2428;
}

.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: #9f2428;
}
.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, #9f2428 0, #d15357 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: #9f2428;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #9f2428;
}
@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: #9f2428;
  border-color: #9f2428;
  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: #9f2428;
}

@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .list_one-item {
    padding-bottom: 15px;
  }
  .tuwen_one-item a {
    height: 68px;
    padding-left: 20px;
  }
  .list_four-item {
    margin-bottom: 8px;
  }
}
@media (max-width: 990px) {
  .header {
    padding-bottom: 0;
    position: relative;
  }
  .top {
    padding: 10px 0;
  }
  .top-logo {
    width: 70%;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #9f2428;
    z-index: 999;
    top: 100%;
  }
  .top-search.on {
    display: block;
    padding: 10px;
  }
  .top-search_form {
    width: 100%;
    height: 35px;
  }
  .top-search_form-btn {
    width: 35px;
  }
  .top-search_form-btn img {
    width: 20px;
  }
  .top-search_btn {
    display: flex;
    margin-right: 10px;
    margin-left: auto;
  }
  .top-search_btn i {
    color: #fff;
    font-size: 20px;
  }
  .top_menu-btn {
    display: block;
  }
  .top_menu-btn i {
    color: #fff;
    font-size: 24px;
  }
  .nav-box.on {
    display: block;
  }
  .list_one-item-time {
    width: 70px;
  }
  .layout-title_text img,
  .layout-title_more img {
    height: 5px;
  }
  .one-swiper-item-text {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .one-swiper .swiper-pagination {
    bottom: 9px;
  }
  .list_two {
    margin: -10px 0 15px 0;
  }
  .list_two-item {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .list_two-item a {
    padding-left: 45px;
  }
  .tuwen_one {
    display: flex;
    flex-wrap: wrap;
  }
  .tuwen_one-item {
    width: 50%;
  }
  .tuwen_one-item a {
    height: 45px;
  }
  .layout_two-tab-item {
    font-size: 14px;
    padding: 5px;
  }
  .tuwen_two {
    margin-top: 0;
  }
  .layout_links-item {
    width: 49%;
    margin-bottom: 10px;
  }
  .layout_links-item select {
    font-size: 14px;
  }
  .footer-info_text p + p {
    margin-top: 5px;
  }
.footer-info_left p { font-size: 14px; line-height: 1.6; }
}
.layout-new { margin-bottom: 1vw; }
/*# sourceMappingURL=main.css.map */