body {
  background-color: #fff;
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
.p {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  word-break: break-word;
}
.p a:hover {
  color: #bf191b;
}
.p img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
/* 头部header 开始 */
.slh_header {
  position: relative;
  height: 4.86rem;
  background: url(../images/slh_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.slh_header .logo {
  padding-top: 0.32rem;
  text-align: left;
}
.slh_header .logo img {
  width: 3.24rem;
}
.slh_header .back_btn {
  width: 1.7rem;
  height: 0.68rem;
  background-color: #ffebcd;
  border-radius: 0.34rem;
  border: solid 0.01rem #a51114;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.34rem;
  letter-spacing: 0.02rem;
  color: #a51114;
  line-height: 0.68rem;
  text-align: center;
  position: absolute;
  top: 0.4rem;
  right: 0;
}
.slh_header .back_btn:hover {
  background-color: #a51114;
  color: #fff;
}
@media (max-width: 992px) {
  .slh_header {
    height: 3rem;
    background-size: 150% auto;
  }
  .slh_header .logo {
    padding-top: 0.3rem;
  }
  .slh_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
.title {
  font-size: 44px;
}
.title .more {
  font-size: 30px;
  line-height: 1.5;
  padding-right: 40px;
  background-size: 20px 20px;
}
.title.vline {
  padding-left: 30px;
}
.title.vline::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 6px;
  height: 43px;
}
.list_t_p2 li {
  line-height: 1.1;
  position: relative;
  padding: 25px 30px 25px 50px;
}
.list_t_p2 li:nth-child(odd) {
  background-color: #f7f9fc;
}
.list_t_p2 li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  width: 8px;
  height: 8px;
  background-color: #bf191b;
}
.list_t_p2 li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 200px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 36px;
  color: #333333;
}
.list_t_p2 li a:hover {
  color: #bf191b;
}
@media (max-width: 600px) {
  .list_t_p2 li a {
    width: 100%;
  }
}
.list_t_p2 li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 36px;
  color: #999;
}
.where_slh {
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 30px;
  color: #5b5b5b;
}
.where_slh span,
.where_slh a {
  color: inherit;
}
.where_slh .cur,
.where_slh a:hover {
  color: #bf191b;
}
.toutiao_box {
  height: 148px;
  background-color: #fff3e2;
  padding: 45px 0.5rem 25px;
  position: relative;
}
.toutiao_box #ttSwiperPag {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 20px;
}
.toutiao_box #ttSwiperPag .swiper-pagination-bullet {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background-color: #d8d8d8;
  border-radius: 8px;
  opacity: 1;
}
.toutiao_box #ttSwiperPag .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #f8b551;
  border-radius: 8px;
}
.toutiao_box .toutiao {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.toutiao_box .toutiao a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 40px;
  font-weight: bold;
  color: #a51114;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .toutiao_box .toutiao a {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .toutiao_box .toutiao a {
    font-size: 20px;
  }
}
.p1_left {
  background-color: #fff3e2;
  padding: 15px;
  position: relative;
}
.p1_left::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #dead68;
  border-width: 22px 0 0 18px;
  /* 兼容性开始 */
  line-height: 0;
  font-size: 0;
  /* 兼容性结束 */
}
.p1_right {
  margin-top: 22px;
  background-color: #f7f9fc;
  padding: 30px;
}
@media (max-width: 992px) {
  .p1_left::after {
    display: none;
  }
}
#Swiper1 {
  width: 100%;
  height: 490px;
}
@media (max-width: 992px) {
  #Swiper1 {
    height: auto;
  }
}
.p1_img {
  width: 100%;
  height: 100%;
}
.p1_img a,
.p1_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Swiper2 {
  width: 100%;
  height: 438px;
}
#Swiper2 .swiper-pagination {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
}
#Swiper2 .swiper-pagination-bullet {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background-color: #d8d8d8;
  border-radius: 8px;
  opacity: 1;
}
#Swiper2 .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #f8b551;
  border-radius: 8px;
}
.p1_text h6 {
  height: 125px;
  border-bottom: solid 1px #aaaaaa;
  margin-bottom: 20px;
}
.p1_text h6 a {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #2d2d2d;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p1_text h6 a:hover {
  color: #a51114;
}
.p1_text p {
  text-indent: 2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.qmyfzs_ul {
  margin-left: -12px;
  margin-right: -12px;
}
.qmyfzs_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.qmyfzs_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.qmyfzs_ul > li:nth-child(n) {
  margin-top: 0;
}
.qmyfzs_ul > li:nth-child(n)::after {
  display: block;
}
.qmyfzs_ul > li:nth-child(n + 3) {
  margin-top: 24px;
}
.qmyfzs_ul > li:nth-child(3) {
  margin-top: 0;
}
.qmyfzs_ul > li:nth-child(3n)::after,
.qmyfzs_ul > li:last-child::after {
  display: none;
}
.qmyfzs_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .qmyfzs_ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .qmyfzs_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .qmyfzs_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .qmyfzs_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .qmyfzs_ul > li:nth-child(n)::after {
    display: block;
  }
  .qmyfzs_ul > li:nth-child(n + 2) {
    margin-top: 24px;
  }
  .qmyfzs_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .qmyfzs_ul > li:nth-child(2n)::after,
  .qmyfzs_ul > li:last-child::after {
    display: none;
  }
  .qmyfzs_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .qmyfzs_ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .qmyfzs_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .qmyfzs_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .qmyfzs_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .qmyfzs_ul > li:nth-child(n)::after {
    display: block;
  }
  .qmyfzs_ul > li:nth-child(n + 1) {
    margin-top: 24px;
  }
  .qmyfzs_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .qmyfzs_ul > li:nth-child(1n)::after,
  .qmyfzs_ul > li:last-child::after {
    display: none;
  }
  .qmyfzs_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.qmyfzs_ul li a {
  height: 247px;
  background-color: #f7f9fc;
  border-radius: 5px;
  text-align: center;
  padding-top: 60px;
}
.qmyfzs_ul li i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.qmyfzs_ul li i.s1 {
  background-image: url(../images/slh_qmyfzs_icon1.png);
}
.qmyfzs_ul li i.s2 {
  background-image: url(../images/slh_qmyfzs_icon2.png);
}
.qmyfzs_ul li i.s3 {
  background-image: url(../images/slh_qmyfzs_icon3.png);
}
.qmyfzs_ul li h6 {
  margin-top: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 36px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  text-align: center;
}
.qmyfzs_ul li:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.qmyfzs_ul li:hover h6 {
  font-weight: bold;
  color: #bf191b;
}
.wyc_card {
  width: 100%;
  height: 162px;
  background-color: #13868a;
  border-radius: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 0.6rem;
}
.wyc_card.wyc_card1 {
  background-color: #13868a;
}
.wyc_card.wyc_card2 {
  background-color: #6085ee;
}
.wyc_card.wyc_card3 {
  background-color: #39a2c4;
}
.wyc_card.wyc_card4 {
  background-color: #4481db;
}
.wyc_card.wyc_card5 {
  background-color: #c52424;
}
.wyc_card.wyc_card6 {
  background-color: #19b595;
}
.wyc_card.wyc_card7 {
  background-color: #1e478a;
}
.wyc_card.wyc_card8 {
  background-color: #0f7f84;
}
.wyc_card.wyc_card9 {
  background-color: #2262a6;
}
.wyc_card.wyc_card10 {
  background-color: #0a7996;
}
.wyc_card.wyc_card11 {
  background-color: #4080c1;
}
.wyc_card:hover i {
  transform: scale(1.2);
}
.wyc_card i {
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 88px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wyc_card i.s1 {
  background-image: url(../images/wyc_img1.png);
}
.wyc_card i.s2 {
  background-image: url(../images/wyc_img2.png);
}
.wyc_card i.s3 {
  background-image: url(../images/wyc_img3.png);
}
.wyc_card i.s4 {
  background-image: url(../images/wyc_img4.png);
}
.wyc_card i.s5 {
  background-image: url(../images/wyc_img5.png);
}
.wyc_card i.s6 {
  background-image: url(../images/wyc_img6.png);
}
.wyc_card i.s7 {
  background-image: url(../images/wyc_img7.png);
}
.wyc_card i.s8 {
  background-image: url(../images/wyc_img8.png);
}
.wyc_card i.s9 {
  background-image: url(../images/wyc_img9.png);
}
.wyc_card i.s10 {
  background-image: url(../images/20250221175606.png);
}
.wyc_card i.s11 {
  background-image: url(../images/202555555.png);
}
.wyc_card h6 {
  flex-shrink: 0;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 20px;
}
.wyc_card ul {
  margin-left: 40px;
}
.wyc_card ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wyc_card ul li {
  position: relative;
  float: left;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 0 20px;
  opacity: 0.7;
}
.wyc_card ul li + li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 3px;
  height: 1em;
  background-color: #fff;
  opacity: 0.7;
}
@media (max-width: 600px) {
  .wyc_card {
    height: 350px;
    flex-direction: column;
  }
  .wyc_card i {
    margin: 40px 0 20px;
  }
  .wyc_card h6 {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .wyc_card ul {
    margin-left: 0;
  }
  .wyc_card ul li {
    float: none;
    width: 100%;
  }
  .wyc_card ul li::after {
    display: none;
  }
}
.SwiperWyc_box {
  position: relative;
}
.SwiperWyc_box .swiper-button-prev,
.SwiperWyc_box .swiper-button-next {
  position: absolute;
  top: 43%;
  width: 68px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.SwiperWyc_box .swiper-button-prev {
  left: -90px;
  background-image: url(../images/wyc_btn_prev.png);
}
.SwiperWyc_box .swiper-button-next {
  right: -90px;
  background-image: url(../images/wyc_btn_next.png);
}
.SwiperWyc_box a {
  width: 100%;
}
.SwiperWyc_box a + a {
  margin-top: 20px;
}
.bmzn_ul {
  box-sizing: border-box;
  margin-left: -12px;
  margin-right: -12px;
}
.bmzn_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmzn_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.bmzn_ul > li:nth-child(n) {
  margin-top: 0;
}
.bmzn_ul > li:nth-child(n)::after {
  display: block;
}
.bmzn_ul > li:nth-child(n + 3) {
  margin-top: 24px;
}
.bmzn_ul > li:nth-child(3) {
  margin-top: 0;
}
.bmzn_ul > li:nth-child(3n)::after,
.bmzn_ul > li:last-child::after {
  display: none;
}
.bmzn_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .bmzn_ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .bmzn_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bmzn_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .bmzn_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .bmzn_ul > li:nth-child(n)::after {
    display: block;
  }
  .bmzn_ul > li:nth-child(n + 2) {
    margin-top: 24px;
  }
  .bmzn_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .bmzn_ul > li:nth-child(2n)::after,
  .bmzn_ul > li:last-child::after {
    display: none;
  }
  .bmzn_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .bmzn_ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .bmzn_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bmzn_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .bmzn_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .bmzn_ul > li:nth-child(n)::after {
    display: block;
  }
  .bmzn_ul > li:nth-child(n + 1) {
    margin-top: 24px;
  }
  .bmzn_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .bmzn_ul > li:nth-child(1n)::after,
  .bmzn_ul > li:last-child::after {
    display: none;
  }
  .bmzn_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.bmzn_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 156px;
  background-color: #fff3e2;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 30px 5px 0;
}
.bmzn_ul li i {
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bmzn_ul li i.s1 {
  background-image: url(../images/bmzn_icon1.png);
}
.bmzn_ul li i.s2 {
  background-image: url(../images/bmzn_icon2.png);
}
.bmzn_ul li i.s3 {
  background-image: url(../images/bmzn_icon3.png);
}
.bmzn_ul li i.s4 {
  background-image: url(../images/bmzn_icon4.png);
}
.bmzn_ul li i.s5 {
  background-image: url(../images/bmzn_icon5.png);
}
.bmzn_ul li i.s6 {
  background-image: url(../images/bmzn_icon6.png);
}
.bmzn_ul li h6 {
  margin-top: 10px;
  transition: all 0.3s;
  font-size: 30px;
  font-weight: normal;
  color: #c10400;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
.bmzn_ul li:hover i {
  transform: rotateY(360deg);
}
.bmzn_ul li:hover h6 {
  font-weight: bold;
  color: #bf191b;
}
.list_t4 li:not(.panel-more) * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t4 li:not(.panel-more):not(:last-child) {
  margin-bottom: 35px;
}
.list_t4 li:not(.panel-more) a {
  box-sizing: border-box;
  width: 100%;
  padding: 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff6f6;
  border-radius: 10px;
  border: solid 1px #f37171;
}
.list_t4 li:not(.panel-more) a:hover .list_text,
.list_t4 li:not(.panel-more) a:hover .date {
  color: #bf191b;
}
.list_t4 li:not(.panel-more) a:hover .list_text::before {
  background-color: #bf191b;
}
.list_t4 .list_text {
  flex: 1;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
@media (min-width: 601px) {
  .list_t4 .list_text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (max-width: 600px) {
  .list_t4 .list_text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.list_t4 .date {
  flex-shrink: 0;
  font-size: 28px;
  font-weight: normal;
  color: #666;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t4 .date {
    display: none;
  }
}
.pages {
  padding: 40px 0;
}
.pages a,
.pages span {
  margin: 5px 5px;
  padding: 27px 29px;
  font-size: 24px;
}
.article .article_title {
  font-size: 40px;
}
.article .option .info {
  text-align: center;
  font-size: 24px;
}
.article .option .info span {
  margin: 0 20px;
}
.article .article_content p,
.article .article_content div {
  font-size: 30px;
  color: #5b5b5b;
}
