.banner {
  width: 100%;
  height: 400px;
  background: url("../jpg/banner7.jpg") no-repeat;
  background-size: 100% 100%;
}
.outreachActivities {
  width: 100%;
  margin: 50px 0;
}
.outreachActivities .content {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.outreachActivities .content .navigation {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 14px;
  color: #000;
  margin-bottom:30px;
}
.outreachActivities .content .navigation .positioning {
  color: #234C8F;
}
.outreachActivities .content .navigation a {
  color: #000;
}
.outreachActivities .content .body {
  width: 100%;
  line-height: 2.5;
  text-align: center;
}
.outreachActivities .content .body h3 {
  font-size: 25px;
  font-weight: 600;
}
.outreachActivities .content .body span {
  margin-left: 12px;
  font-size: 12px;
  /*color: #999;*/
}
.outreachActivities .content .body p {
  /*margin-top: 50px;*/
  text-align: left;
  text-indent: 2em;
}
.outreachActivities .content .body img {
  /*width: 800px;*/
  /*height: 500px;*/
  margin: 0 auto;
}
