body {
  background-color: #f5f5f5;
}
.hd_leader {
  background-color: #fff;
}
.hd_leader .top {
  background: url(../../images/hd/leader_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 20px 40px 40px 40px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.hd_leader .top img {
  margin-right: 10px;
}
.hd_leader .txt {
  padding: 20px 20px 30px 20px;
}
.hd_leader .txt p {
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 10px;
  line-height: 31px;
}
.hd_leader .txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  line-height: 60px;
  color: #fff;
  margin: 0 auto;
  background-color: #7cade0;
  border-radius: 6px;
  font-size: 20px;
}
.hd_leader .txt a img {
  margin-right: 10px;
}
.white_box {
  background-color: #fff;
  padding: 20px;
}
.hd_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  background: url(../../images/index/titleBg.png) no-repeat left center;
  padding-left: 20px;
  line-height: 48px;
}
.hd_title p {
  font-size: 20px;
  font-weight: bold;
  color: #225c9f;
}
.hd_title a {
  color: #999;
}
.hd_title a:hover {
  color: #225c9f;
}
.img_link {
  display: block;
}
.img_link img {
  display: block;
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.ft_img {
  display: block;
}
.ft_img img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.ft_txt {
  padding-left: 40px;
}
.ft_txt .bt {
  font-size: 24px;
  font-weight: bold;
}
.ft_txt .bt:hover {
  color: #225c9f;
}
.ft_txt p {
  margin-top: 10px;
}
.ft_txt p span {
  font-size: 18px;
  color: red;
}
.ft_txt .xq {
  float: right;
  color: red;
}
.ft_txt .xq:hover {
  color: #225c9f;
}
.m-lst42 ul li div {
  float: right;
  color: #666;
}
@media all and (max-width: 992px) {
  .ft_txt {
    padding: 0;
  }
  .m-lst42 ul li {
    display: flex;
    text-indent: 0;
    padding-bottom: 10px;
    margin-top: 10px;
    background: none;
    white-space: wrap;
    line-height: 1.75;
    border-bottom: 1px solid #ddd;
    flex-direction: column-reverse;
  }
  .m-lst42 ul li a {
    margin-bottom: 10px;
  }
  .m-lst42 ul li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-lst42 ul li div .interval {
    color: #225c9f;
  }
}
@media all and (max-width: 767px) {
  .hd_leader .top {
    font-size: 18px;
    padding: 20px 20px 30px 20px;
  }
  .ft_img img {
    height: auto;
  }
}
