.gray_bg {
  background: #f7f7f7;
  padding: 3rem 0;
}
.about_me .about_img {
  text-align: center;
}
.about_me .about_img img {
  width: 90%;
}
.about_me .about_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.about_me .about_desc p {
  font-size: 1rem;
  margin: 0;
  color: #333;
  line-height: 1.6rem;
}
.about_charitable .col-6 img {
  width: 100%;
}
.about_charitable .col-6 p {
  color: #333;
  font-size: 0.9rem;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_news .col {
  margin-top: 1.5rem;
}
.about_news .col img {
  width: 100%;
}
.about_news .col .news_title {
  color: #333;
  font-size: 0.9rem;
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_news .col .news_title .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_news .col .news_title .time {
  flex-shrink: 0;
  padding-left: 0.5rem;
  font-size: 0.6rem;
  color: #666;
}
.about_honor .col {
  margin-top: 1.5rem;
}
.about_honor .col img {
  width: 100%;
}
.about_honor .col .news_title {
  color: #333;
  font-size: 0.9rem;
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_honor .col .news_title .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_honor .col .news_title .time {
  flex-shrink: 0;
  padding-left: 0.5rem;
  font-size: 0.6rem;
  color: #666;
}
.about_contact {
  background: #f7f7f7;
  overflow: hidden;
  border-radius: 3px;
}
.about_contact .about_city {
  background: #009a44;
  color: #fff;
  padding: 0.5rem 0 0.5rem 1rem;
}
.about_contact p {
  padding-left: 1rem;
  color: #333;
  font-size: 0.8rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .about_me .about_img {
    margin-bottom: 1rem;
  }
  .about_me .about_img img {
    width: 100%;
    border-radius: 3px;
  }
  .about_contact {
    margin-bottom: 1rem;
  }
}
