html,
body {
    background-color: #fff;
}

.title {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    vertical-align: top;
    font-size: 24px;
    color: #333;
}

#header  {
  background-color: #fafafa;
  box-shadow: 2px 2px 1px #f2f2f2;
  text-shadow: 1px 1px 12px #b83030;
  .container {
    text-align: center;
    .title {
      font-size: 28px;
    }
  }
}
.top-content{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  .top-image {
      width: 600px;
      height: 450px;
      text-align: center;
      background-color: #fff;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 4px 4px 16px #4a3424;
  }
  
  .top-image .image {
      width: 100%;
      /* height: 450px; */
      display: inline-block;
      vertical-align: bottom;
  }
  
  .top-image .image-bg {
      width: 100%;
      height: 100%;
  }
  .server {
    margin-right: 20px;
    .list {
      .item {
        width: 380px;
        height: 190px;
        padding: 12px;
        text-align: center;
        line-height: 22px;
        border: 1px solid #ebebeb;
        border-radius: 10px;
        box-shadow: 2px 2px 2px #ccc;
        img {
          float: left;
          width: 180px;
          height: 120px;
          margin: 5px 10px;
          border-radius: 5px;
          &:hover {
            transition: 0.3s linear;
            transform: scale(1.07);
          }
        }
        h4 {
          width: 180px;
          color: #c43025;
          font-size: 18px;
          line-height: 46px;
        }
        p {
          text-align: left;
          text-indent: 2em;
          color: #808080;
        }
        &:last-child {
          margin-top: 20px;
        }
      }
    }
  }
}


/*左侧的部分*/

#base {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

#base .container {
    margin-top: 36px;
}

#base:after {
    content: '.';
    clear: both;
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
}

#base .left_container {
    width: 620px;
    height: auto;
    float: left;
    padding: 0 5px;
}


/*左侧的标题部分*/

#base .title {
    width: 100%;
    margin-bottom: 20px;
    color: #3f3f3f;
    border-bottom: 1px solid #efefef;
    /* background: red; */
    height: 54px;
    line-height: 48px;
}

#base .title h3 {
    font-size: 24px;
    font-weight: bold;
    height: 52px;
    color: #333;
    /* width: 120px; */
    text-align: left;
    /* padding: 4px 0 14px 0; */
    /* float: left; */
    /* background: red; */
    float: left;
    text-shadow: 1px 1px 8px #d48282;
}

#base .title .more {
    color: #999;
    font-size: 14px;
    float: right;
    display: block;
}

#base .title .more:hover {
    color: #0e6497;
}
/*左侧的相关资讯*/
#base .relative_msg {
  padding-bottom: 20px;
}
#base .relative_msg img {
    float: right;
    display: block;
    width: 280px;
    height: 180px;
    margin: 10px 40px;
    border-radius: 6px;
    &:hover {
      transition: .3s linear;
      transform: scale(1.1);
    }
}

#base .relative_msg .lis {
    width: 530px;
    float: left;
    height: 160px;
}

#base .relative_msg .lis li {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

#base .relative_msg li:after {
    content: '.';
    width: 0;
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

#base .relative_msg li:hover {
    font-size: 18px;
}

#base .relative_msg li .tit {
    display: block;
    float: left;
    width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#base .relative_msg li .datetime {
    display: block;
    float: right;
    color: #4a4a4a;
    font-size: 15px;
}
#base .quesion-list {
  padding: 10px 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  box-shadow: 4px 4px 4px #f4f4f4;
  .mission, .introduction {
    padding-top: 15px;
    text-align: left;
    dt {
      margin-bottom: 10px;
      color: #b53d2f;
      font-size: 18px;
      font-style:italic;
    }
  
   dd {
      color: #3f3f3f;
      line-height: 30px;
      font-size: 14px;
      color: #3f3f3f;
      text-indent: 2em;
    }
  }
}

/*左侧的合作伙伴*/

#base .cooperating_partner a {
    margin-right: 30px;
}

#base .cooperating_partner a img {
    max-width: 160px;
    height: auto;
}


/*右侧的愿景和使命*/

#base .right_container .mission {
    margin-bottom: 50px;
}

.common-box .heading {
    overflow: hidden;
    width: 816px;
    padding: 24px 0 0;
}

.common-box .heading h4 {
    float: left;
    font-size: 38px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 2px solid #1e6e9e;
}

.common-box .heading a {
    float: right;
    font-size: 18px;
    color: #dadada;
}

.common-box .infobox {
    overflow: hidden;
    padding-top: 34px;
}

.common-box .infobox img {
    float: left;
    margin-right: 26px;
}

.common-box .infobox ul li {
    line-height: 40px;
}

.common-box .infobox ul a {
    font-size: 24px;
}

.common-box .infobox ul .em {
    font-size: 28px;
    color: #1e6e9e;
}

.common-box .infobox ul .date {
    float: right;
}

.action-box {
    overflow: hidden;
    padding-top: 34px;
}

.action-box .title {
    font-size: 24px;
    font-weight: 400;
    padding: 24px 0;
}

.action-box .desc {
    font-size: 16px;
    padding-bottom: 60px;
    line-height: 24px;
}

.action-box .box1 {
    float: left;
    width: 393px;
}

.action-box .box2 {
    float: right;
    width: 393px;
}

.logo-wrapper img {
    margin: 30px 40px 40px 0;
}


/* body */


/* 组织架构 */

.organization-img {
    width: 1000px;
    height: auto;
    background: #fff;
    margin-top: 46px;
    overflow: hidden;
}

.organization-img img {
    display: block;
    /* width: 800px; */
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
}


/* 基金会介绍 */

.foundation-direct .intro-box {
    width: 1000px;
    margin-top: 36px;
    box-sizing: border-box;
    text-align: left;
    padding: 0 138px 60px;
    background-color: #fff;
    margin-bottom: 42px;
}


/* .foundation-direct .intro-box  .quote {
vertical-align: middle;
font-size: 54px;
color: #0e6497;
opacity: 0.4;
} */

.foundation-direct .intro-box .quot {
    width: 28px;
    height: 22px;
    overflow: hidden;
    background: red;
}

.foundation-direct .intro-box .quot-left {
    background: url("/static/asset/image/quot_left.png") no-repeat center center;
}

.foundation-direct .intro-box .quot-right {
    background: url("/static/asset/image/quot_right.png") no-repeat center center;
}

.foundation-direct .intro-box h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #0e6497;
    line-height: 20px;
    padding: 50px 0 20px 0;
}

.foundation-direct .intro-box p {
    line-height: 36px;
    word-break: break-all;
}

.foundation-direct .intro-box .txt {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.foundation-direct .intro-box span {
    display: inline-block;
    color: #333333;
    margin-top: 20px;
    font-weight: 700;
}


/* 历史足迹 */

.rd-bg {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.responsive-wall {
    overflow: hidden;
    margin-top: 45px;
    width: 1000px;
    margin-bottom: 120px;
    background: #fff;
    padding-bottom: 90px;
}

.responsive-wall .history-list {
    overflow: hidden;
    margin: 0 0 0 140px;
}

.responsive-wall .history-list li {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 60px;
    margin-top: 50px;
    height: 226px;
}

.responsive-wall .history-list img {
    width: 200px;
    height: 160px;
    margin-bottom: 10px;
}

.responsive-wall .history-list img:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -moz-transform: scale(1.1, 1.1);
    /* Firefox */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1, 1.1);
}

.responsive-wall .history-list .desc {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
}


/* 加入我们 */

.concat-box {
    width: 1000px;
    box-sizing: border-box;
    margin-top: 36px;
    margin-bottom: 100px;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 170px;
}

.concat-box .heading {
    width: 880px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    border-bottom: 1px solid #15adde;
}

.concat-box .heading h3 {
    float: left;
    height: 53px;
    display: inline-block;
    color: #0e6497;
    font-size: 24px;
    border-bottom: 3px solid #0e6497;
    margin-bottom: -1px;
}

.concat-box .heading span {
    display: inline-block;
    margin-top: 10px;
    float: right;
}

.concat-box .icon {
    margin-top: 4px;
}

.concat-box .icon li {
    width: 24px;
    height: 2px;
    margin-top: 6px;
    background: #28538F;
}

.concat-items {
    text-align: center;
    padding: 38px 0;
    margin-top: 36px;
}

.concat-items .item {
    float: left;
    /* width: calc(100% / 3); */
    width: 200px;
    margin-right: 20px;
    /* background: red; */
}

.concat-items .item:first-child {
    margin-left: 180px;
}

.concat-items .item .icon {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 102px;
    background-image: url(/static/asset/image/address.png);
    background-repeat: no-repeat;
    /* background-color: red; */
}

.concat-items .item span {
    display: inline-block;
    /* margin-top: 12px; */
    color: #0E6497;
    line-height: 30px;
    font-size: 20px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* margin-top: -20px; */
}

.icon-phone {
    background-position: 0 0;
}

.icon-email {
    background-position: -102px 0;
}

.icon-address {
    background-position: -205px 0;
}


/* .icon-chuanzhen {
background-position: 0 -395px;
} */

.concat-items .item p {
    line-height: 26px;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}


/* 加入我们结束 */


/* body */


/* 相关资讯详情 */

.related-content {
    margin-top: 44px;
    text-align: center;
}

.related-content .article-desc h3 {
    font-size: 20px;
    color: #333;
    height: 48px;
    line-height: 48px;
}

.related-content .article-desc .date {
    font-size: 14px;
    color: #6666;
    margin: 25px 0 45px 0;
}

.related-content .article-detail {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 38px;
    padding-top: 10px;
    width: 828px;
    margin: 0 auto;
}

.related-content .article-detail img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.related-content .article-detail p {
    text-indent: 30px;
    font-size: 14px;
    margin-bottom: 28px;
}

.related-content .article-detail .hint {
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    height: 14px;
    margin-bottom: 20px;
}


/* 相关资讯详情 */


/* 公司logo部分 */

#company-logo {
    width: 600px;
    height: auto;
    padding: 20px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 1px #888888;
    zoom: 1;
    margin-top: 40px;
}

#company-logo li {
    height: 40px;
    overflow: hidden;
}

#company-logo li a {
    display: block;
}

#company-logo:after {
    content: '.';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

#company-logo img {
    width: 100px;
    display: block;
    margin: 0 auto;
    line-height: 80px;
}

#company-logo .charity-logo {
    border-right: 1px solie #eee;
    border-right: 1px solid #cfcbcb;
    margin-left: -1px;
    float: left;
    width: 50%;
}

#company-logo .charity-logo img {
    width: 130px;
    margin-top: -5px;
}

#company-logo .linghit-logo {
    width: 48%;
    height: auto;
    float: right;
}
.num1, .num2, .num3, .num4 {
  display: inline-block;
  padding-right: 5px;
  font-weight: bolder;
  font-size: 20px;
}
.num1 {
  color: #63b299;
}
.num2 {
  color: #f95d19;
}
.num3 {
  color: #0474cf;
}
.num4 {
  color: #046d01;
}