body {
  background-color: #f5f5f5; }

.wrap .banner {
  width: 100%;
  height: 500px;
  background: url("../images/a05.png") no-repeat;
  background-size: cover;
  position: relative; }
  .wrap .banner p {
    height: 54px;
    border-color: brown;
    position: absolute;
    top: 219px;
    left: 360px;
    color: #fff;
    font-size: 36px; }


.content {
  background-color: #f5f5f5;
  position: relative;
  /* height: 1530px; */
  margin-bottom: 118px; }
  .content .one {
    background-color: #f5f5f5;
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
    width: 1200px; }
    .content .one .c_title p {
      width: 502px;
      height: 48px;
      padding: 80px 60px 20px 0;
      position: relative;
      background-color: #f5f5f5;
      font-size: 36px;
      color: #000; }
    .content .one .c_content {
      /* position: relative; */
      /* top: 100px; */
      /* background: green; */
      height: 283px;
      display: flex; }
      .content .one .c_content .c_content_r {
        background-color: #fff; }
      .content .one .c_content img {
        flex: 30%; }
        	.content .one .c_content .c_content_r {
					flex: 70%;
					display: block;
					position: relative;
        	}
        .content .one .c_content .c_content_r .r_title {
          font-size: 24px;
          padding: 50px 0 0 38px; }
        .content .one .c_content .c_content_r .r_time {
          position: absolute;
          bottom: 0;
          line-height: 36px;
          background-color: #4273b1;
          margin-left: 38px;
          color: #fff;
          margin-bottom: 29px;
          padding: 0 14px; }
        	.content .one .c_content .c_content_r samp {
					position: absolute;
					bottom: 0;
					right: 0;
					width: 28px;
					height: 28px;
					margin-bottom: 31px;
					margin-right: 37px;
        	}

.content .one:nth-child(n+1) {
  margin-bottom: 30px; }

.mb_banner {
  display: none; }

/*# sourceMappingURL=programs_we_fund.css.map */
