#hzal {
  margin-bottom: 50px;
}
#hzal .banner {
  height: 336px;
  margin-bottom: 50px;
  margin-top: 0;
}
#hzal .banner img {
  height: 336px;
}
#hzal .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ed6000;
  position: relative;
  margin-bottom: 32px;
}
#hzal .title::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 65px;
  height: 2px;
  background: #ed6000;
}
#hzal .container {
  display: flex;
  justify-content: space-between;
}
#hzal .container .left {
  width: 920px;
  padding-left: 30px;
  background-color: #fff;
}
#hzal .container .left ul {
  display: flex;
  flex-direction: column;
}
#hzal .container .left ul li {
  display: flex;
  height: 232px;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #f2f2f2;
}
#hzal .container .left ul li .li-left {
  width: 227px;
  margin-right: 30px;
}
#hzal .container .left ul li .li-right {
  width: 603px;
}
#hzal .container .left ul li .li-right h4 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}
#hzal .container .left ul li .li-right p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#hzal .container .right {
  width: 270px;
}
#hzal .container .right ul li {
  margin-bottom: 10px;
}
