header {
  height: 380px;
  width: 100%;
  background: url('../images/head_bg_2021_4_23.png') no-repeat center;
}

.sxz_width {
  width: 1180px;
  margin: 0 auto;
}

.sxz_logo img {
  margin-top: 30px;
}

.sxz_back_homepage {
  display: block;
  height: 46px;
  width: 120px;
  border-radius: 5px;
  background: url('../images/back_bg_2021_4_23.png') no-repeat center left 14px;
  background-color: #fff;
  float: right;
  margin-top: 42px;
  font-size: 16px;
  line-height: 46px;
  color: #222222;
  text-indent: 2.5em;
}

.sxz_special {
  height: 138px;
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  background: #fef4f0;
}

.sxz_special > div {
  overflow: hidden;
}

.sxz_special ul {
  height: 120%;
  width: 110%;
}

.sxz_special ul li {
  width: 280px;
  height: 100px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.sxz_special ul li img {
  transition: all 0.5s ease;
}

.sxz_special ul li:hover img {
  transform: scale(1.25);
}

.content {
  margin-top: 40px;
}

.title_head {
  text-align: center;
}

.title_head img {
  display: inline;
}

.content > ul {
  min-height: 1280px;
}

.content > ul > li {
  padding: 40px 0;
  border-bottom: 1px dashed #f0f0f0;
}

.content ul li > a {
  display: block;
  width: 310px;
  height: 175px;
  overflow: hidden;
  float: left;
}

.content ul li img {
  width: 310px;
  height: 175px;
  display: block;
  transition: all 0.5s ease;
}

.content ul li > a:hover img {
  transform: scale(1.25);
}

.list_right {
  height: 175px;
  width: 840px;
  float: right;
  padding-top: 10px;
  box-sizing: border-box;
}

.list_right h1 a {
  font-size: 20px;
  line-height: 42px;
  color: #222222;
  font-weight: 500;
  width: 100%;
  display: block;
}

.list_right h1 a:hover {
  color: #b70006;
}

.list_right p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.list_right ul {
  margin-top: 20px;
}

.list_right ul li {
  float: left;
  position: relative;
  padding-right: 60px;
}

.list_right ul li:nth-child(1):after {
  height: 38px;
  width: 1px;
  content: '';
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.list_right ul li i {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.list_right ul li span {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.list_right ul li:nth-child(2) i {
  text-indent: 4em;
}

.list_right ul li:nth-child(2) span {
  text-indent: 4em;
}

.list_right ul li:nth-child(3) {
  display: block;
  height: 28px;
  width: 90px;
  float: right;
  padding-top: 11px;
}

.list_right ul li:nth-child(3) a {
  background: #b70006;
  height: 28px;
  width: 90px;
  border-radius: 14px;
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

.sxz_fenye {
  margin: 40px auto;
}

.sxz_fenye img {
  display: block;
  margin: auto;
}

footer {
  height: 230px;
  width: 100%;
  background: url('./footer_bg_2021_4_23.png') no-repeat center;
}
