.lead-banner {
  max-height: 500px;
}
.lead-banner img {
  width: 100%;
  height: 100%;
}
.project {
  height: 1470px;
  background-image: url('../images/responsibility/bg.png');
}
.project .title {
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.project .title .left-icon {
  opacity: 0.2;
}
.project .center-title {
  flex: 1;
  display: flex;
  justify-content: center;
  color: #004771;
  font-size: 30px;
}
.project .center-title h3 {
  position: relative;
}
.sub-title::after {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  background-image: url('../images/responsibility/h.png');
  background-size: cover;
  position: absolute;
  right: -40px;
  bottom: 0;
}
.project .desc {
  text-align: center;
  color: #2A2B2B;
  font-size: 16px;
  margin-top: 25px;
}
.project .welfare-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.project .welfare-list .item-welfare {
  height: 80px;
  background-color: rgba(0, 71, 113, 0.2);
  color: #004771;
  font-size: 22px;
}
.project .username {
  margin-top: 94px;
}
.news-images {
  display: flex;
  margin-top: 86px;
}
.news-images .item-image {
  width: 386px;
  height: 236px;
}
.news-images .item-image img {
  width: 100%;
  height: 100%;
}
.news-images .item-image + .item-image {
  margin-left: 20px;
}
.service-project {
  background-color: #FAFBFC;
  padding-bottom: 100px;
}
.service-project .basic-width {
  text-align: center;
}
.service-project .sub-title {
  text-align: center;
  position: relative;
  padding-top: 94px;
  display: inline-block;
  font-size: 30px;
  color: #004771;
}
.service-project .desc {
  margin-top: 37px;
  font-size: 16px;
  color: #2A2B2B;
  line-height: 27px;
  margin-left: 40px;
  margin-right: 31px;
}
.service-project .item-project .news-images {
  margin-top: 25px;
}