header {
  position: relative;
  width: 100%;
}
header img {
  width: 100%;
}
header .header_content {
  position: absolute;
  width: 1200px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
header .header_content .logo {
  position: absolute;
  top: 36px;
  left: 26px;
  z-index: 99999;
}
html,
body {
  position: relative;
  width: 100%;
  font-family: MicrosoftYaHei;
  background-color: #fff;
}
.slh_pubCon {
  width: 1200px;
  margin: 0 auto;
}
.hoverList li:hover a {
  color: #eb8031;
}
.hoverList li:hover a::before {
  background-color: #eb8031;
}
.slh_content {
  padding: 55px 30px;
  padding-bottom: 100px;
  background-color: #ffffff;
  box-shadow: 0px 7px 16px 0px rgba(113, 18, 3, 0.11);
  border: solid 3px #ffffff;
}
.slh_pubCon #fontzoom img{
  max-width: 100%;
}
.list_title {
  height: 58px;
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #a6462c;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.list_title a {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mImg_dw {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.left_dw {
  position: absolute;
  top: 0;
  left: 0;
}
.inline {
  display: inline-block;
}
.bl_a {
  display: block;
}
