/* 深色的黑字体 */
/* 蓝色，主体颜色 */
/* 金色*/
/* 灰色*/
.white_stroke {
  text-shadow: #ffffff 2px 0 0, #ffffff 0 2px 0, #ffffff -2px 0 0, #ffffff 0 -2px 0;
}
/*文字限制n行*/
.hidden {
  display: none;
}
.btn {
  padding-left: 25px;
  padding-right: 25px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
}
.article-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.article-content img {
  max-width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.article-content h1 {
  font-size: 20px;
}
.article-content h2 {
  font-size: 18px;
}
.article-content h3 {
  font-size: 16px;
}
.article-content h4,
.article-content h5,
.article-content h6 {
  font-size: 14px;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  padding: 15px 0;
  font-weight: bold;
}
.article-content ul {
  list-style: square;
  margin-left: 1em;
  padding: 10px 0;
}
.article-content ol {
  list-style: decimal;
  margin-left: 1em;
  padding: 10px 0;
}

strong, b {
    font-weight: bold;
}
i{
  font-style: italic;
}
.back_img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.col_1 {
  width: 8.33333333%;
  float: left;
}
.col_2 {
  width: 16.66666667%;
  float: left;
}
.col_3 {
  width: 25%;
  float: left;
}
.col_4 {
  width: 33.33333333%;
  float: left;
}
.col_5 {
  width: 41.66666667%;
  float: left;
}
.col_6 {
  width: 50%;
  float: left;
}
.col_7 {
  width: 58.33333333%;
  float: left;
}
.col_8 {
  width: 66.66666667%;
  float: left;
}
.col_9 {
  width: 75%;
  float: left;
}
.col_10 {
  width: 83.33333333%;
  float: left;
}
.col_11 {
  width: 91.66666667%;
  float: left;
}
.col_12 {
  width: 100%;
  float: left;
}
.container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.header_wrap{
  height: 100px;
}
.header {
  height: 100px;
  line-height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
     -moz-box-shadow: 0px 1px 3px 1px #ccc;
  -webkit-box-shadow: 0px 1px 3px 1px #ccc;
          box-shadow: 0px 1px 3px 1px #ccc;
}
.header .img_email_wrap{
  height: 100px;
  float: right;
  width: 152px;
  overflow: hidden;
}
.header .img_logo_wrap{
  display: inline-block;
  vertical-align: top;
}
.header .img_logo {
  vertical-align: middle;
  width: auto;
  max-height: 50px;
}
.header .menu {
  display: inline-block;
  margin-left: 60px;
  font-size: 16px;
  overflow: hidden;
}
.header .menu:hover{
  overflow: visible;
}
.header .menu .menu-item {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.header .menu .menu-item a {
  color: #414141;
  display: block;
}
.header .menu .sub-menu{
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: -1;
  margin-left: -80px;
  line-height: 25px;
  padding: 6px 15px 6px 20px;
  width: 125px;
  background-color: #fff;
  border-top: 3px solid #0188E3;
  -moz-transition: opacity .3s,top .3s; /* Firefox 4 */
  -webkit-transition: opacity .3s,top .3s; /* Safari 和 Chrome */
  -o-transition: opacity .3s,top .3s; /* Opera */
  transition: opacity .3s,top .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .menu .menu-item:hover .sub-menu{
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100px;
  z-index: 2;
}
.header .menu .menu-item>.sub-menu>li{
  font-size: 14px;
  line-height: 40px;
  color: #333;
  padding-right: 0;
  padding-left: 0;
  display: block;
  width: 100%;
}
.header .menu .menu-item>.sub-menu>li>a{
  display: block;
}
.header .menu .menu-item>.sub-menu>li:hover a{
  color: #0081CC;
}
.header .menu .menu-item .sub-menu>li:after{
  content: "";
  float: right;
  background: url("../img/get_more_blue.png") no-repeat center;
  background-size: cover;
  width: 8px;
  height: 13px;
  margin-top: -26px;
  display: none;
}
.header .menu .menu-item>.sub-menu>li:hover:after{
  display: inline-block;
}
.header .img_email {
  float: right;
  margin-top: 25px;
}
.footer .top {
  background-color: #0479BD;
  height: 180px;
  color: #ffffff;
  font-size: 14px;
  line-height: 29px;
}
.footer .top .menu_box {
  float: left;
  margin-top: 30px;
}
.footer .top .menu_box .menu_item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.footer .top .menu_box .menu_item_1:before {
  background: url("../img/icon_location.png") no-repeat center;
  background-size: cover;
  width: 18px;
  height: 20px;
  margin-right: 25px;
}
.footer .top .menu_box .menu_item_2:before {
  background: url("../img/icon_tel.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 20px;
  margin-right: 21px;
}
.footer .top .menu_box .menu_item_3:before {
  background: url("../img/icon_email.png") no-repeat center;
  background-size: cover;
  width: 23px;
  height: 15px;
  margin-right: 22px;
}
.footer .top .menu_box .menu_item_4:before {
  background: url("../img/icon_sina.png") no-repeat center;
  background-size: cover;
  width: 24px;
  height: 19px;
  margin-right: 21px;
}
.footer .top .qr_code {
  float: right;
  width: 120px;
  height: 140px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  background-color: #ffffff;
}
.footer .top .qr_code .img_qr_code {
  width: 120px;
  height: 120px;
}
.footer .top .qr_code .qr_code_desc {
  line-height: 14px;
  font-size: 14px;
  color: #333333;
}
.footer .bottom {
  font-size: 12px;
  color: #78A1C3;
  height: 60px;
  background-color: #096CA5;
  line-height: 60px;
}
.footer .bottom a{
  color: #78A1C3;
}
.footer .bottom .copy_right {
  float: left;
}
.footer .bottom .tech_help {
  float: right;
  display: inline-block;
}
.footer .bottom .tech_help .record {
  display: inline-block;
  margin-left: 25px;
}
/* 主页 */
.index_content {
  /*顶部幻灯片*/
  /*项目 & 合作 的标题部分*/
  margin-top: 100px;
}
.index_content .slide_wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 590px;
}
.index_content .slide_wrap .container {
  position: relative;
}
.index_content .slide_wrap .container .swiper-button,.video_wrap .swiper-button{
  width: 44px;
  height: 44px;
  background: url("../img/btn_next.png") no-repeat center;
  background-size: cover;
}
.index_content .slide_wrap .container .swiper-button.swiper-button-disabled{
   pointer-events: auto;
 }
.index_content .slide_wrap .container .swiper-button-prev {
  left: 0;
  z-index: 2;
}
.index_content .slide_wrap .container .swiper-button-next {
  transform: rotateY(180deg);
  right: 0;
  z-index: 2;
}
.index_content .slide_wrap .container .about_us {
  margin-top: 45px;
  width: 434px;
  height: 431px;
  display: inline-block;
}
.index_content .slide_wrap .container .about_us .img_about_us {
  width: 100%;
  height: 100%;
}
.index_content .index_swiper{
  height: 431px;
  z-index: 0;
}
.index_content .slide_wrap .container .swiper_box {
  width: 650px;
  height: 435px;
  position: absolute;
  right: 0;
  top: 40px;
  cursor: pointer;
}
.index_content .slide_wrap .container .page_switch{
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.index_content .slide_wrap .container .swiper_box .swiper-slide {
  position: relative;
}
.index_content .slide_wrap .container .swiper_box .index_swiper .swiper-slide .slide_anchor{
  display: block;
}
.index_content .slide_wrap .container .swiper_box .index_swiper .swiper-slide .slide_anchor .slide_img{
  width: 100%;
  height: auto;
}
.index_content .slide_wrap .container .swiper_box .swiper-slide .slide_desc {
  position: absolute;
  bottom: 30px;
  left: 80px;
  font-size: 24px;
  color: #0081cc;
  line-height: 1.2;
  text-shadow: #ffffff 2px 0 0, #ffffff 0 2px 0, #ffffff -2px 0 0, #ffffff 0 -2px 0;
}
.index_content .summary_box{
  display: flex;
  border: 3px solid #0479BD;
  background-color: #ffffff;
  margin-top: -80px;
  margin-bottom: 60px;
  padding: 50px 0;
}
.index_content .map{
  width: 60%;
  padding: 0 30px;
}
.index_content .map .tips{
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.index_content .map img{
  width: 100%;
  height: auto;
}
.index_content .map .text{
  font-size: 14px;
  color: #999;
  padding-top: 30px;
}
.index_content .summary_box_ul {
  cursor: pointer;
  width: 40%;
  text-align: center;
  color: #0081cc;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.index_content .summary_box .summary_item {
  /* border-right: 1px solid #E5F2FA; */
  box-sizing: border-box;
  width: 50%;
}
.index_content .summary_box .summary_item .summary_anchor{
  color: #0081cc;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.index_content .summary_box .summary_item:hover .summary_img{
  transform: translateY(5px);
}
.index_content .summary_box .summary_item .summary_img {
  position: relative;
  transition: transform .3s;
  -o-transition-timing-function: cubic-bezier(0.36, 0.78, 0.32, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.36, 0.78, 0.32, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.36, 0.78, 0.32, 0.99);
  -ms-transition-timing-function: cubic-bezier(0.36, 0.78, 0.32, 0.99);
  transition-timing-function: cubic-bezier(0.36, 0.78, 0.32, 0.99);
  display: inline-block;
  height: 35px;
  width: 35px;
  margin-bottom: 25px;
}
.index_content .summary_box .summary_item .summary_count {
  font-size: 24px;
  margin-bottom: 15px;
}
.index_content .summary_box .summary_item .summary_desc {
  font-size: 14px;
}

.index_content .blue-bg{
  background-color: #0082ce;
  color: #fff;
  padding: 50px 0;
  height: 300px;
  box-sizing: border-box;
}

.index_content .donate_info{
  display: flex;
  justify-content: space-between;
}

.index_content .donate_info .stat{
  display: flex;
  justify-content: space-between;
  width: 650px;
}
.index_content .donate_info .stat .number{
  font-size: 32px;
  font-weight: bold;
}
.index_content .donate_info .stat .desc{
  font-size: 16px;
  margin-top: 15px;
}

.index_content .donate_info .donate_button{
  display: flex;
  justify-content: space-between;
  width: 380px;
  align-items: center;
}
.index_content .donate_info .donate_button a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 44px;
  background-color: #fff;
  border-radius: 5px;
  color: #0082cd;
  font-size: 18px;
}
.index_content .white-bg{
  margin-top: -226px;
  margin-bottom: 80px;
  box-sizing: border-box;
  position: relative;
}
.index_content .white-bg .wrapper{
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: inset 0 0 10px #eee;
}
.index_content .white-bg:after{
  content: '';
  position: absolute;
  left: -35px;
  right: -35px;
  top: -26px;
  bottom: -26px;
  background: url('../img/donate-bg.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 9;
}

.index_content .donate_detail {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ededed
}

.index_content .donate_detail .donate-info-swiper {
  font-size: 16px;
  color: #333;
  height: 22px
}

.index_content .donate_detail .donate-info-swiper .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.index_content .donate_detail .donate-info-swiper .swiper-slide .donator {
  width: 300px;
  padding-right: 10px
}

.index_content .donate_detail .donate-info-swiper .swiper-slide .donate-count {
  width: 220px;
  padding-right: 10px
}

.index_content .donate_detail .search-form {
  width: 280px;
  height: 35px;
  background-color: #ededed;
  border: 1px solid #dbdbdb;
  position: relative;
  border-radius: 4px
}

.index_content .donate_detail .search-form input {
  padding-left: 10px;
  padding-right: 40px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ededed;
  color: #666;
  box-sizing: border-box;
  outline: none;
}

.index_content .donate_detail .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  border: 0;
}

.icon-search-blue {
  background: url('../img/search-icon.png') no-repeat center;
  width: 16px;
  height: 18px;
  background-origin: content-box;
  background-size: contain;
  display: inline-block;
}

.index_content .report{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.index_content .report .report_list{
  width: 48%;
}

.index_content .report .report_list .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.index_content .report .report_list .title h3{
  font-size: 20px;
  color: #0082cd;
}

.index_content .report .report_list .title a{
  font-size: 16px;
  color: #0082cd;
}

.index_content .report .report_list ul li{
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  align-items: center;
}

.index_content .report .report_list ul li:last-child{
  margin-bottom: 0;
}

.index_content .report .report_list ul li a{
  color: #333;
  font-size: 16px;
}

.index_content .report .report_list ul li .date{
  color: #999999;
  font-size: 16px;
}

.index_content .project_box,
.index_content .co_box {
  cursor: pointer;
}
.index_content .project_box .title,
.index_content .co_box .title {
  color: #0081cc;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  position: relative;
}
.index_content .project_box .title .title_eng,
.index_content .co_box .title .title_eng {
  margin-left: 30px;
}
.index_content .project_box .title:before,
.index_content .co_box .title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
.index_content .project_box .title:after,
.index_content .co_box .title:after {
  border-top: 1px solid #D9EDFB;
  content: "";
  display: inline-block;
  position: absolute;
  left: 300px;
  top: 14px;
}
.index_content .project_box {
  margin-bottom: 85px;
}
.index_content .project_box .title {
  margin-bottom: 40px;
}
.index_content .project_box .title:before {
  background: url("../img/title-icon.png") no-repeat center;
  background-size: cover;
}
.index_content .project_box .title:after {
  right: 0;
}
.index_content .project_box .project_item {
  /* height: 240px; */
  width: 25%;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
.index_content .project_box .project_item  .project_anchor{
  display: block;
}
/* .index_content .project_box .project_item .project_anchor:hover .project_desc{
  display: none;
} */

/* .index_content .project_box .project_item .project_anchor:hover .project_item_wrap .project_img_box .project_img {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
} */
.index_content .project_box .project_item .project_anchor:hover .project_item_wrap .project_more{
  top: 0;
}

.index_content .project_box .project_item .project_desc {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 15px;
  right: 15px;
  color: #0081cc;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.index_content .project_box .project_item .project_desc:last-child {
  margin-right: 0;
}
.index_content .project_box .project_item .project_item_wrap {
  /* height: 240px; */
  position: relative;
  overflow-y: hidden;
}
.index_content .project_box .project_item .project_item_wrap .project_img_box {
  overflow: hidden;
  transition: filter .3s;
}
.index_content .project_box .project_item .project_item_wrap .project_img_box .project_img {
  width: 100%;
  height: auto;
}
.index_content .project_box .project_item .project_item_wrap .project_more {
  /* height: 240px; */
  position: absolute;
  z-index: 1;
  padding: 35px 30px;
  top: 268px;
  transition: top .3s;
  background-color: rgba(0, 0, 0, 0.3);
}
.index_content .project_box .project_item .project_item_wrap .project_more .project_more_title {
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
.index_content .project_box .project_item .project_item_wrap .project_more .project_detail {
  padding-top: 30px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.index_content .co_box {
  margin-bottom: 75px;
}
.index_content .co_box .title:before {
  background: url("../img/title-icon.png") no-repeat center;
  background-size: cover;
}
.index_content .co_box .title:after {
  right: 380px;
}
.index_content .co_box .title .tab_box {
  text-align: right;
  color: #ACACAC;
  width: 380px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
.index_content .co_box .title .tab_box .tab_item {
  float: left;
  padding-right: 45px;
}
.index_content .co_box .title .tab_box .tab_item:first-child {
  padding-left: 20px;
}
.index_content .co_box .title .tab_box .tab_item:last-child {
  padding-right: 0;
}
.index_content .co_box .title .tab_box .tab_item_active {
  color: #0081cc;
  font-weight: 600;
}
.index_content .co_box .swiper_box {
  height: 170px;
  position: relative;
}
.index_content .co_box .swiper_box .img_wrap {
  height: 170px;
  line-height: 170px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}
.index_content .co_box .swiper_box .img_wrap .img_co {
  vertical-align: middle;
  width: 100%;
}
.index_content .co_box .swiper_box .swiper-pagination {
  position: relative;
}
/*其他页面的顶部幻灯片*/
.top_bar {
  height: 360px;
  background: url("../img/top_back.png") no-repeat center;
  background-size: cover;
  margin-top: 100px;
}
.top_bar .container {
  height: 100%;
  position: relative;
  text-align: center;
}
.top_bar .container .img_about_us {
  margin-top: 90px;
  /*wordpass 图片水平居中的神方法*/
  clear: both;
  display: block;
  margin: auto;
  padding-top: 100px;
}
.top_bar .container .menu_box_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top_bar .container .menu_box_wrap .menu_box {
  display: table;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
}
.top_bar .container .menu_box_wrap .menu_box .menu-item {
  background-color: #339ad6;
  width: 170px;
  margin-right: 20px;
  float: left;
}
.top_bar .container .menu_box_wrap .menu_box .menu-item:last-child {
  margin-right: 0;
}
.top_bar .container .menu_box_wrap .menu_box .menu-item a {
  display: block;
  color: #EEF5FB;
}
.top_bar .container .menu_box_wrap .menu_box .menu-item:hover {
  background-color: #ffffff;
}
.top_bar .container .menu_box_wrap .menu_box .menu-item:hover a {
  color: #333333;
}
.top_bar .container .menu_box_wrap .menu_box .current-menu-item {
  background-color: #ffffff;
}
.top_bar .container .menu_box_wrap .menu_box .current-menu-item a {
  color: #333333;
}
/*机构简介*/
.summary_box .content .org_desc1 {
  padding-top: 100px;
  padding-bottom: 95px;
}
.summary_box .content .org_desc1 .left_bar {
  width: 530px;
  float: left;
}
.summary_box .content .org_desc1 .left_bar .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 44px;
  color: #ECBD52;
  margin-bottom: 40px;
}
.summary_box .content .org_desc1 .left_bar .desc {
  font-size: 14px;
  line-height: 26px;
  color: #5C5C5C;
}
.summary_box .content .org_desc1 .right_bar {
  float: right;
  width: 540px;
  position: relative;
}
.summary_box .content .org_desc1 .right_bar .img_enlarge {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
.summary_box .content .org_desc1 .right_bar .img_org_desc1 {
  width: 100%;
  height: auto;
}
.summary_box .content .org_desc2 {
  height: 315px;
  overflow: hidden;
  background-color: #0081cc;
}
.summary_box .content .org_desc2 .container {
  line-height: 315px;
}
.summary_box .content .org_desc2 .container .col_3 .img_org_desc2 {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
.summary_box .content .org_desc2 .container .desc .detail {
  padding-left: 45px;
  padding-right: 45px;
  width: 165px;
  height: 235px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  overflow-y: hidden;
  line-height: 235px;
  text-align: center;
}
.summary_box .content .org_desc2 .container .desc .detail .detail_wrap {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.summary_box .content .org_desc2 .container .desc .detail .detail_wrap .desc_title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #ECBD52;
}
.summary_box .content .org_desc2 .container .desc .detail .detail_wrap .desc_detail {
  font-size: 14px;
  line-height: 22px;
  color: #696969;
}
.summary_box .content .org_desc2 .container .desc:nth-child(2) .detail {
  margin-right: 1px;
}
.summary_box .content .org_desc2 .container .desc:nth-child(3) .detail {
  margin-left: 1px;
}
.summary_box .content .org_desc3 {
  /*height: 490px;*/
  margin: 100px auto;
  /*background: url("../img/org_desc7.png") no-repeat center;*/
  background-size: 100% auto;
  /* width: 1400px; */
}
.summary_box .content .org_desc3 .title {
  font-size: 30px;
  line-height: 30px;
  position: relative;
  top: 19px;
  color: #0081cc;
  text-align: center;
}
.summary_box .content .org_desc3 .desc {
  position: relative;
  margin-top: 45px;
  height: 440px;
  color: #ffffff;
  text-align: center;
}
.summary_box .content .org_desc3 .desc .left,
.summary_box .content .org_desc3 .desc .right {
  position: absolute;
  width: 285px;
  height: 440px;
  display: table;
}
.summary_box .content .org_desc3 .desc .top,
.summary_box .content .org_desc3 .desc .bottom {
  position: absolute;
  width: 570px;
  height: 220px;
  left: 285px;
  display: table;
}
.summary_box .content .org_desc3 .desc .left {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.summary_box .content .org_desc3 .desc .right {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
}
.summary_box .content .org_desc3 .desc .top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.summary_box .content .org_desc3 .desc .bottom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 220px;
}
.summary_box .content .org_desc3 .desc .detail {
  display: table-cell;
  vertical-align: middle;
}
.summary_box .content .org_desc3 .desc .detail .detail_title {
  font-size: 22px;
  padding-bottom: 30px;
}
.summary_box .content .org_desc3 .desc .detail .detail_content {
  font-size: 14px;
  line-height: 24px;
  padding: 0 30px;
}
/*理事长祝语*/
.org_msg_box .content .artilce {

}
.org_msg_box .content .artilce .artilce_subtitle {
  font-size: 16px;
  margin-bottom: 25px;
}
.org_msg_box .content .artilce .title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 45px;
}
/*标题样式*/
.org_conf {
  margin-bottom: 110px;
}
.org_conf .title_box .title {
  color: #0081cc;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding: 0;
  position: relative;
  top: -15px;
}
.org_conf .title_box .title span{
  display: inline-block;
  background-color: #fff;
  padding: 0 50px;
}
.org_conf .title_box .line_deco {
  height: 1px;
  background-color: #D9ECF7;
}
/*机构设置*/
.content .wrap {
  height: 60px;
  border-bottom: 1px solid #E5E5E5;
}
.content .wrap .tab_box {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}
.content .wrap .tab_box .tab_ele {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  color: #999999;
}
.content .wrap .tab_box .tab_ele .tab_item_anchor{
  display: block;
  color: #999999;
}
.content .wrap .tab_box .tab_item_active {
  color: #0081cc;
}
.content .wrap .tab_box .tab_item_active .tab_item_anchor{
  color: #0081cc;
}
/*组织架构*/
.structure_box .content .wrap {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 60px;
}
.structure_box .content .wrap .tab_box {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}
.structure_box .content .wrap .tab_box .tab_ele {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  color: #999999;
}
.structure_box .content .wrap .tab_box .tab_item_active {
  color: #0081cc;
}
.structure_box .content .container .org_conf .title_box {
  margin-bottom: 60px;
}
.structure_box .content .container .org_conf .group_box .group_item {
  overflow-y: hidden;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 80px;
  box-sizing: border-box;
  cursor: default;
}
.structure_box .content .container .org_conf .group_box .group_item:nth-child(3n+1){
  clear: both;
}
.structure_box .content .container .org_conf .group_box .group_item .img_outer{
  width: 87px;
  height: 87px;
  margin-bottom: 35px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.structure_box .content .container .org_conf .group_box .group_item .group_name {
  color: #ECBD52;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.structure_box .content .container .org_conf .group_box .group_item .group_name .group_post {
  padding-left: 20px;
  font-size: 14px;
  display: inline-block;
  color: #414141;
}
.structure_box .content .container .org_conf .group_box .group_item .group_desc {
  color: #A0A0A0;
  line-height: 22px;
  font-size: 12px;
}
.structure_box .content .container .org_conf .group_box .group_item .group_desc_active {
  color: #414141;
}
.structure_box .content .container .tutor .group_box .group_item {
  height: 120px;
}
/*加载的样式*/
.loading {
  text-align: center;
  color: #4E4E4E;
}
.loading .img_loading {
  margin-bottom: 20px;
  line-height: 14px;
  font-size: 14px;
}
.accept_box {
  color: #4A4C4E;
  margin-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.accept_box .hide_line_deco {
  width: 16px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  left: calc(50% - 8px);
  bottom: 0;
  height: 72px;
}
.accept_box:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  bottom: 0;
  background-color: #E8E8E8;
  width: 1px;
  z-index: -1;
}
.accept_box .accept_item {
  width: 50%;
}
.accept_box .accept_item:last-child .center_bar .line_decoration {
  display: none;
}
.accept_box .accept_item:first-child .center_bar .line_decoration {
  top: 10px;
}
.accept_box .accept_item:nth-child(odd) {
  position: relative;
  left: 50%;
}
.accept_box .accept_item:nth-child(odd) .center_bar {
  left: 0;
  text-align: right;
}
.accept_box .accept_item:nth-child(odd) .center_bar .blue_circle {
  margin-left: -8px;
}
.accept_box .accept_item:nth-child(odd) .center_bar .line_decoration {
  margin-left: -8px;
}
.accept_box .accept_item:nth-child(odd) .content_bar {
  float: right;
  left: 0;
}
.accept_box .accept_item:nth-child(odd) .content_bar .accept_content:after {
  border-top: 5px solid transparent;
  border-right: 10px solid #E3F2FC;
  border-bottom: 5px solid transparent;
  left: -10px;
  top: 10px;
}
.accept_box .accept_item:nth-child(odd) .content_bar .accept_time {
  float: right;
}
.accept_box .accept_item:nth-child(even) {
  position: relative;
  left: 0;
}
.accept_box .accept_item:nth-child(even) .center_bar {
  right: 0;
}
.accept_box .accept_item:nth-child(even) .center_bar .blue_circle {
  margin-right: -8px;
}
.accept_box .accept_item:nth-child(even) .center_bar .line_decoration {
  margin-left: 8px;
}
.accept_box .accept_item:nth-child(even) .content_bar {
  float: left;
}
.accept_box .accept_item:nth-child(even) .content_bar .accept_content:after {
  right: -10px;
  top: 10px;
  border-top: 5px solid transparent;
  border-left: 10px solid #E3F2FC;
  border-bottom: 5px solid transparent;
}
.accept_box .accept_item .center_bar {
  position: absolute;
  top: 0;
  bottom: 0;
}
.accept_box .accept_item .center_bar .blue_circle {
  margin-top: 10px;
  border: 2px solid #0188E3;
  background-color: #ffffff;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.accept_box .accept_item .center_bar .line_decoration {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 125%;
  display: none;
}
.accept_box .accept_item .content_bar {
  width: 515px;
}
.accept_box .accept_item .content_bar .accept_content {
  font-size: 16px;
  line-height: 1.5;
  background-color: #E3F2FC;
  position: relative;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 10px;
}
.accept_box .accept_item .content_bar .accept_content:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.accept_box .accept_item .content_bar .accept_time {
  margin-bottom: 10px;
  font-size: 14px;
}

/*社会影响力*/
.effect_box .content .container {
  /*媒体报道*/
  /*社会荣誉*/
  /*分享会*/
}
.effect_box .content .container .effect_wrap .top {
  margin-bottom: 60px;
}
.effect_box .content .container .effect_wrap .top .left_bar {
  width: 475px;
  padding-right: 70px;
  float: left;
  margin-top: 15px;
}
.effect_box .content .container .effect_wrap .top .left_bar .title {
  font-size: 22px;
  margin-bottom: 40px;
  color: #ECBD52;
  font-weight: 400;
}
.effect_box .content .container .effect_wrap .top .left_bar .desc {
  font-size: 14px;
  line-height: 24px;
}
.effect_box .content .container .effect_wrap .top .right_bar {
  float: right;
}
.effect_box .content .container .effect_wrap .top .right_bar .dynamic {
  width: 590px;
  height: 220px;
  background: url("../img/midea_report1.png") no-repeat center;
  background-size: cover;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.effect_box .content .container .effect_wrap .top .right_bar .dynamic .desc_wrap_left,
.effect_box .content .container .effect_wrap .top .right_bar .dynamic .desc_wrap_right {
  position: absolute;
  top: 90px;
  width: 160px;
}
.effect_box .content .container .effect_wrap .top .right_bar .dynamic .desc_wrap_left {
  left: 60px;
}
.effect_box .content .container .effect_wrap .top .right_bar .dynamic .desc_wrap_right {
  left: 410px;
}
.effect_box .content .container .effect_wrap .top .right_bar .remarks {
  margin-top: 18px;
  font-size: 12px;
  text-align: right;
  color: #999999;
}
.effect_box .content .container .effect_wrap .org_conf .title_box {
  margin-bottom: 35px;
}
.effect_box .content .container .effect_wrap .org_conf .tab_wrap {
  text-align: center;
}
.effect_box .content .container .effect_wrap .org_conf .tab_wrap .tab_container {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  color: #4E4E4E;
}
.effect_box .content .container .effect_wrap .org_conf .tab_wrap .tab_container .tab_ele {
  padding-right: 40px;
  padding-left: 40px;
  float: left;
  border: 1px solid #D2D2D2;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
.effect_box .content .container .effect_wrap .org_conf .tab_wrap .tab_container .tab_ele:last-child {
  margin-right: 0;
}
.effect_box .content .container .effect_wrap .org_conf .tab_wrap .tab_container .tab_active {
  color: #ffffff;
  background-color: #0188E3;
}
.effect_box .content .container .effect_wrap .org_conf .report_box {
  padding-top: 55px;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_anchor{
  display: block;
  margin-bottom: 10px;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item {
  height: 82px;
  padding: 20px 30px;
  background-color: #F7F7F7;
  overflow: hidden;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item .report_img,
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item .report_info,
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item .report_program {
  float: left;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item .report_img{
  width: 136px;
  height: 82px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 30px;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item .report_info{
  width: 770px;
  height: 82px;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item .report_info .report_content {
  color: #4D4D4D;
  white-space: nowrap;
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  display: block;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item .report_program {
  height: 14px;
  width: 140px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1;
  font-size: 14px;
  background-color: #D7D7D7;
  color: #444444;
  text-align: center;
  float: right;
  margin-top: 23.5px;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item:hover .report_program{
  background-color: #ffcc59;
  color: #fff;
}
.effect_box .content .container .effect_wrap .org_conf .report_box .report_item .report_time {
  color: #4D4D4D;
  font-size: 14px;
}
.effect_box .content .container .effect_wrap .org_conf .loading {
  margin-top: 50px;
}
.effect_box .content .container .accept_wrap .org_conf {
  margin-bottom: 50px;
}
.effect_box .content .container .share_wrap .org_conf {
  margin-bottom: 55px;
}
.effect_box .content .container .share_wrap .share_desc {
  font-size: 14px;
  line-height: 24px;
  color: #414141;
  margin-bottom: 50px;
}
.effect_box .content .container .share_wrap .share_box {
  color: #414141;
  margin-bottom: 120px;
}
.effect_box .content .container .share_wrap .share_box .share_item {
  margin-bottom: 10px;
  padding: 35px 30px;
  background-color: #F7F7F7;
  font-size: 14px;
}
.effect_box .content .container .share_wrap .share_box .share_item .share_content {
  float: left;
  display: inline-block;
  max-width: 970px;
  line-height: 24px;
}
.effect_box .content .container .share_wrap .share_box .share_item .share_time {
  float: right;
  line-height: 24px;
}
.effect_box .content .container .share_wrap .loading {
  margin-top: 80px;
  margin-bottom: 80px;
}
/*联系我们*/
.contact_box .content .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact_box .content .container .left_bar {
  float: left;
  width: 450px;
}
.contact_box .content .container .left_bar .menu_box {
  margin-bottom: 45px;
  padding-top: 65px;
  font-size: 14px;
  line-height: 14px;
}
.contact_box .content .container .left_bar .menu_box .menu_item {
  margin-bottom: 20px;
}
.contact_box .content .container .left_bar .menu_box .menu_item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.contact_box .content .container .left_bar .menu_box .location:before {
  width: 18px;
  height: 20px;
  margin-right: 27px;
  background: url("../img/location_blue.png") no-repeat center;
  background-size: cover;
}
.contact_box .content .container .left_bar .menu_box .tel:before {
  width: 24px;
  height: 20px;
  margin-right: 21px;
  background: url("../img/tel_blue.png") no-repeat center;
  background-size: cover;
}
.contact_box .content .container .left_bar .menu_box .email:before {
  width: 23px;
  height: 15px;
  margin-right: 22px;
  background: url("../img/email_blue.png") no-repeat center;
  background-size: cover;
}
.contact_box .content .container .left_bar .menu_box .sina:before {
  width: 22px;
  height: 17px;
  margin-right: 23px;
  background: url("../img/sina_blue.png") no-repeat center;
  background-size: cover;
}
.contact_box .content .container .left_bar .menu_box .wechat:before {
  width: 22px;
  height: 18px;
  margin-right: 23px;
  background: url("../img/wechat_blue.png") no-repeat center;
  background-size: cover;
}
.contact_box .content .container .left_bar .menu_box .website:before {
  width: 26px;
  height: 20px;
  margin-right: 19px;
  background: url("../img/website_blue.png") no-repeat center;
  background-size: cover;
}
.contact_box .content .container .left_bar .qr_code {
  padding-left: 45px;
  width: 150px;
  text-align: center;
}
.contact_box .content .container .left_bar .qr_code .img_qr_code {
  width: 150px;
  margin-bottom: 25px;
}
.contact_box .content .container .left_bar .qr_code .qr_code_desc {
  font-size: 14px;
  line-height: 14px;
}
.contact_box .content .container .right_bar {
  float: right;
  position: relative;
  height: 640px;
  width: 100%;
}
.contact_box .content .container .right_bar .img_map {
  width: 100%;
  height: auto;
}
/*日常活动，节选   的项目模块*/
.active_wrap,
.common_zone_box .active_wrap {
  margin-bottom: 50px;
}
.active_wrap .active_item,
.common_zone_box .active_wrap .active_item {
  display: inline-block;
  float: left;
  height: 396px;
  width: calc(-26.6667px + 33.33%);
  background-color: #FAFAFA;
  padding: 10px 10px 20px;
  margin-right: 40px;
  box-sizing: border-box;
  margin-bottom: 50px;
  transition: box-shadow 0.5s, background-color 0.5s;
}
.active_wrap .active_item:nth-child(3n),
.common_zone_box .active_wrap .active_item:nth-child(3n) {
  margin-right: 0;
}
.active_box .active_wrap .active_item .img_wrap,
.common_zone_box .active_wrap .active_item .img_wrap {
  overflow: hidden;
  margin-bottom: 20px;
  height: 165px;
}
.active_wrap .active_item .img_wrap .img_active,
.common_zone_box .active_wrap .active_item .img_wrap .img_active {
  width: 100%;
  height: auto;
}
.active_wrap .active_item .active_content,
.common_zone_box .active_wrap .active_item .active_content {
  padding-left: 17px;
  padding-right: 17px;
}
.active_wrap .active_item .active_content .active_title,
.common_zone_box .active_wrap .active_item .active_content .active_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 10px;
  color: #565656;
  font-weight: normal;
  height: 62px;
}

.active_wrap .active_item .active_content .active_desc,
.common_zone_box .active_wrap .active_item .active_content .active_desc {
  height: 41px;
  font-size: 12px;
  overflow: hidden;
  line-height: 22px;
  margin-bottom: 20px;
}

.active_wrap .active_item .active_content .active_time{
   color: #333;
}

.active_wrap .active_item:hover,
.common_zone_box .active_wrap .active_item:hover {
  background-color: #0188E3;
  box-shadow: 5px 5px 12px #9CE0FF;
}

.active_wrap .active_item:hover .active_content .active_title,
.common_zone_box .active_wrap .active_item:hover .active_content .active_title{
  color: #ffffff;
}

.active_wrap .active_item:hover .active_content .active_desc,
.active_wrap .active_item:hover .active_content .active_time,
.common_zone_box .active_wrap .active_item:hover .active_content .active_desc,
.common_zone_box .active_wrap .active_item:hover .active_content .active_time{
  color: #BABABA;
}

.active_wrap .active_item .active_content .active_time,
.common_zone_box .active_wrap .active_item .active_content .active_time {
  text-align: right;
}
/*日常活动*/
.active_box .container .org_conf {
  margin-bottom: 0;
}
.active_box .container .org_conf .title_box {
  margin-top: 70px;
  margin-bottom: -5px;
}
.active_box .container .loading {
  margin-top: 50px;
  margin-bottom: 30px;
}
/*文章详情页面*/
/*.article_box .container .article_site {
  margin-bottom: 130px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}*/
.article_box .container .article_site .atricle_desc {
  margin-bottom: 25px;
  color: #333333;
}
.article_box .container .article_site .atricle_desc .atricle_time,
.article_box .container .article_site .atricle_desc .atricle_subtitle {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}
.article_box .container .article_site .atricle_desc .atricle_time {
  margin-right: 5px;
}
.article_box .container .article_site .article_title {
  color: #333333;
  font-size: 34px;
  line-height: 64px;
  font-weight: normal;
  margin-bottom: 30px;
}
/*答辩*/
.defence_box .container .org_conf {
  margin-bottom: 0;
}
.defence_box .container .org_conf .title_box {
  margin-top: 70px;
  margin-bottom: 55px;
}
.defence_box .container .defence_wrap {
  margin-bottom: 110px;
  margin-top: 50px;
}
.defence_box .container .defence_wrap .defence_item {
  display: block;
  color: #696969;
  height: 96px;
  line-height: 96px;
  padding-left: 45px;
  padding-right: 30px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
  font-size: 14px;
}
.defence_box .container .defence_wrap .defence_item .defence_time {
  float: right;
}
.defence_box .container .defence_wrap .defence_item .img_defence {
  width: 16px;
  height: 28px;
  margin-top: 34px;
  margin-left: 20px;
  vertical-align: middle;
  float: right;
}
/*公共空间*/
.common_zone_box .container .article_site {
  margin-bottom: 100px;
  margin-top: 50px;
}
.common_zone_box .common_zone_wrap .excerpt_title {
  margin-bottom: 0;
}
.common_zone_box .excerpt_wrap {
  padding-top: 50px;
  background-color: #F7F7F7;
  height: 630px;
}
.common_zone_box .excerpt_wrap .container .org_conf {
  margin-bottom: 55px;
}
.common_zone_box .excerpt_wrap .container .active_wrap {
  margin-bottom: 25px;
}
.common_zone_box .excerpt_wrap .container .btn_wrap {
  text-align: center;
}
.common_zone_box .excerpt_wrap .container .btn_wrap .btn_blue {
  padding-left: 25px;
  padding-right: 25px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background-color: #0188E3;
}
.common_zone_box .excerpt_wrap .container .btn_wrap .btn_blue:hover {
  border: 1px solid #0188E3;
  color: #0188E3;
  background-color: #ffffff;
}
.common_zone_box .loading {
  margin-bottom: 110px;
}
/*留守儿童书信陪伴*/
.accompany_box .container .org_conf {
  margin-bottom: 50px;
}
.accompany_box .container .article_site {
  padding-top: 20px;
}
.accompany_box .container .article_site .article_title {
  margin-bottom: 60px;
}
.accompany_box .container .event_wrap .accept_box {
  margin-bottom: 100px;
}
.accompany_box .container .pic_box {
  margin-bottom: 70px;
}
.accompany_box .container .pic_box .pic_item {
  margin-bottom: 30px;
  float: left;
  width: 252px;
  padding: 5px;
  height: 185px;
  margin-right: 30px;
  background-color: #ffffff;
  box-shadow: 2px 2px 22px #DFEBF1;
  position: relative;
  overflow: hidden;
}
.accompany_box .container .pic_box .pic_item:nth-child(4n) {
  margin-right: 0;
}
.accompany_box .container .pic_box .pic_item .pic_top {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
.accompany_box .container .pic_box .pic_item .pic_top .img_pics {
  height: 100%;
  width: auto;
}
.accompany_box .container .pic_box .pic_item.active .pic_bottom{
  opacity: 1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
.accompany_box .container .pic_box .pic_item .pic_bottom {
  background-color: rgba(0, 0, 0, 0.65);
  width: 252px;
  height: 185px;
  line-height: 185px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  opacity: 0;
  filter:alpha(opacity=0); /* For IE8 and earlier */
  transition: opacity .3s;
  cursor: pointer;
}
.accompany_box .container .pic_box .pic_item .pic_bottom .img_magnifier {
  vertical-align: middle;
}
.container.picture_wrap .loading {
  margin-bottom: 30px;
}
.accompany_box .container .video_wrap {
  position: relative;
}
.accompany_box .container .video_wrap .video_box {
  height: 500px;
  margin: 0 auto 50px;
  position: relative;
}
.accompany_box .container .video_wrap .video_box iframe{
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 10;
  transition: opacity .3s;
  top: 0;
  left: 0;
}
.accompany_box .container .video_wrap .video_box .img_video_cover {
  width: 1140px;
}
.accompany_box .container .video_wrap .video_box .video_outer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.accompany_box .container .video_wrap .video_box .video_outer .img_video_cover {
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.accompany_box .container .video_wrap .video_box .video_outer .cover_filter {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(109, 109, 109, 0.3);
}
.accompany_box .container .video_wrap .video_box .video_inner {
  position: relative;
  z-index: 1;
}
.accompany_box .container .video_wrap .video_box .video_inner .video_inner_outer {
  width: 1100px;
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  height: 450px;
  position: absolute;
  top: 20px;
  left: 15px;
  padding: 5px;
}
.accompany_box .container .video_wrap .video_box .video_inner .video_inner_outer .video_inner_inner {
  background-color: #ffffff;
  position: absolute;
  left: 6px;
  right: 5px;
  top: 6px;
  bottom: 5px;
  overflow: hidden;
  height: 448px;
}
.accompany_box .container .video_wrap .video_box .video_inner .video_inner_outer .video_inner_inner .img_video_cover {
  position: absolute;
  left: 30px;
  top: -25px;
  height: auto;
  margin-right: -70px;
  margin-left: -70px;
}
.accompany_box .container .video_wrap .video_box .video_inner .video_content {
  position: relative;
  z-index: 3;
  top: 26px;
  text-align: center;
  height: 100px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 174.5px;
  padding-bottom: 174.5px;
  background-color: rgba(0, 0, 0, 0.24);
  left: 1px;
}
.accompany_box .container .video_wrap .video_box .video_inner .video_content .img_video_play {
  display: inline-block;
  background: url(../img/video_play.png) no-repeat center;
  background-size: cover;
  width: 86px;
  height: 86px;
  margin-bottom: 35px;
  margin-top: -25px;
}
.accompany_box .container .video_wrap .video_box .video_inner .video_content .video_desc {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
}
.accompany_box .container .video_wrap .pic_box {
  margin-bottom: 90px;
}
.accompany_box .container .video_wrap .pic_box .pic_wrap {
  float: left;
  height: 240px;
  width: 262px;
  position: relative;
  margin-right: 30px;
  overflow: hidden;
}
.accompany_box .container .video_wrap .pic_box .pic_wrap:last-child {
  margin-right: 0;
}

.accompany_box .container .video_wrap .pic_box .pic_wrap .pic_desc {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  line-height: 14px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.accompany_box .container .video_wrap .pic_box .pic_wrap .pic_item {
  margin-bottom: 0;
}
.accompany_box .container .repert_wrap .repert_box {
  margin-bottom: 130px;
}
.accompany_box .container .repert_wrap .repert_box .repert_item {
  height: 95px;
  line-height: 95px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 40px;
  color: #333333;
}
.accompany_box .container .repert_wrap .repert_box .repert_item .report_detail,
.accompany_box .container .repert_wrap .repert_box .repert_item .report_time,
.accompany_box .container .repert_wrap .repert_box .repert_item .report_download {
  display: inline-block;
}
.accompany_box .container .repert_wrap .repert_box .repert_item .report_detail {
  margin-right: 30px;
}
.accompany_box .container .repert_wrap .repert_box .repert_item .report_download {
  color: #333333;
  line-height: 20px;
  text-align: center;
  width: 135px;
  position: relative;
  height: 95px;
  float: right;
}
.accompany_box .container .repert_wrap .repert_box .repert_item .report_download .img_download {
  position: relative;
  top: 20px;
  width: 30px;
  height: 34px;
  display: inline-block;
}
.accompany_box .container .repert_wrap .repert_box .repert_item .report_download .report_desc {
  position: relative;
  top: 25px;
}
.accompany_box .container .repert_wrap .repert_box .repert_item .report_download_active {
  background-color: #0081CC;
  color: #ffffff;
}
.convene_box .container .org_conf {
  margin-top: 70px;
  margin-bottom: 45px;
}
.convene_box .container .convene_wrap {
  margin-bottom: 110px;
}
.convene_box .container .convene_wrap .convene_item {
  padding: 20px 30px 20px 20px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
  display: block;
}
.convene_box .container .convene_wrap .convene_item .convene_left {
  float: left;
  height: 136px;
  width: 266px;
  overflow: hidden;
  margin-right: 40px;
}
.convene_box .container .convene_wrap .convene_item .convene_left .img_convene {
  width: 100%;
  height: auto;
}
.convene_box .container .convene_wrap .convene_item .convene_center {
  /* margin-top: 15px; */
  float: left;
  color: #333333;
  max-width: 730px;
}
.convene_box .container .convene_wrap .convene_item .convene_center .convene_title {
  font-size: 20px;
  line-height: 20px;
  /* margin-bottom: 20px; */
  font-weight: 400;
}
.convene_box .container .convene_wrap .convene_item .convene_center .convene_desc {
  font-size: 12px;
  line-height: 22px;
  height: 40px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.convene_box .container .convene_wrap .convene_item .convene_right {
  float: right;
  line-height: 135px;
  padding-left: 30px;
}
.convene_box .container .convene_wrap .convene_item .convene_right .img_more {
  vertical-align: middle;
}
.love_box .content .love_wrap .org_conf {
  margin-bottom: 0;
}
.love_box .content .love_wrap .org_conf .title_box {
  margin-top: 70px;
  margin-bottom: 60px;
}
.love_box .content .love_wrap .love_donate_box {
  text-align: center;
  color: #494949;
}
.love_box .content .love_wrap .love_donate_box .love_donate_desc {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.love_box .content .love_wrap .love_donate_box .love_donate {
  position: relative;
  height: 500px;
}
.love_box .content .love_wrap .love_donate_box .love_donate img {
  width: 100%;
  height: auto;
}
.love_box .content .love_wrap .love_donate_box .love_donate .left_bar {
  width: 449px;
  height: 360px;
  overflow: hidden;
  padding-top: 70px;
  margin-right: -35px;
  float: left;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar {
  position: absolute;
  width: 222px;
  left: 50%;
  margin-left: -111px;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .img_qr_code {
  margin-bottom: 25px;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .qr_code_desc {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 45px;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .parting_line {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .parting_line:before,
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .parting_line:after {
  display: inline-block;
  border-top: 1px solid #CCCCCC;
  content: "";
  width: 90px;
  height: 0;
  vertical-align: middle;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .parting_line:before {
  margin-right: 10px;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .parting_line:after {
  margin-left: 10px;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .btn_donate {
  line-height: 50px;
  width: 225px;
  height: 50px;
  background-color: #0081CC;
  font-size: 14px;
  display: inline-block;
  color: #ffffff;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.love_box .content .love_wrap .love_donate_box .love_donate .center_bar .btn_donate:hover {
  background-color: #ffffff;
  border: 1px solid #0081CC;
  color: #0081CC;
}
.love_box .content .love_wrap .love_donate_box .love_donate .right_bar {
  margin-left: -10px;
  padding-top: 30px;
  width: 449px;
  height: 390px;
  overflow: hidden;
  float: right;
}
.love_box .content .receive_wrap {
  text-align: center;
  margin-top: 50px;
}
.love_box .content .receive_wrap .org_conf {
  margin-bottom: 0;
}
.love_box .content .receive_wrap .org_conf .title_box {
  margin-bottom: 40px;
}
.love_box .content .receive_wrap .receive_desc {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 50px;
  color: #5C5C5C;
}
.love_box .content .receive_wrap .bank_account {
  margin-bottom: 120px;
  height: 212px;
  width: 804px;
  display: inline-block;
  background-color: #F7F7F7;
  border-radius: 100px;
}
.love_box .content .receive_wrap .bank_account .account_name {
  margin-top: 50px;
  line-height: 56px;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 45px;
}
.love_box .content .receive_wrap .bank_account .account_desc {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 50px;
  color: #5C5C5C;
  margin-bottom: 0;
  display: inline-block;
}
.love_box .content .receive_wrap .bank_account .account_desc:last-child {
  padding-left: 30px;
}
.love_box .content .memory_wrap .org_conf {
  margin-bottom: 60px;
  margin-top: 70px;
}

.love_box .content .memory_wrap .book_wrap h4{
  font-size: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  font-weight: normal;
}
.love_box .content .memory_wrap .book_wrap .left_bar {
  margin-right: 30px;
  float: left;
}
.love_box .content .memory_wrap .book_wrap .right_bar {
  float: left;
  width: 445px;
}
.love_box .content .memory_wrap .book_wrap .right_bar .btn_group {
  font-size: 0;
}
.love_box .content .memory_wrap .book_wrap .right_bar .btn_group .btn {
  line-height: 50px;
  font-size: 14px;
  width: 120px;
  text-align: center;
  margin-right: 20px;
}
.love_box .content .memory_wrap .book_wrap .right_bar .btn_group .btn_blue {
  background-color: #0081CC;
  color: #ffffff;
}
.love_box .content .memory_wrap .book_wrap .right_bar .btn_group .btn_yellow {
  background-color: #F7D54D;
  color: #211C0A;
}
/*捐赠详情*/
.donate_box .content .org_conf {
  margin-top: 70px;
  margin-bottom: 60px;
}
.donate_box .content .search_form {
  line-height: 50px;
  font-size: 0;
  margin-bottom: 35px;
}
.donate_box .content .search_form .input_date,
.donate_box .content .search_form .input_purpose,
.donate_box .content .search_form .input_name {
  background-color: #f7f7f7;
  border: 0;
  height: 50px;
  width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  margin-right: 25px;
}
.donate_box .content .search_form .btn {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  color: #ffffff;
}
.donate_box .content .search_form .btn_blue {
  background-color: #0081CC;
  margin-right: 25px;
}
.donate_box .content .search_form .btn_yellow {
  background-color: #E9B337;
}
table.tablepress {
  font-size: 14px;
  color: #414141;
  width: 100%;
  margin-bottom: 95px;
}
table.tablepress tr th {
  font-weight: bold;
}
table.tablepress tr th,
table.tablepress tr td {
  border: 1px solid #BBDBEF;
  vertical-align: middle;
}
table.tablepress tr td {
  height: 50px;
  padding: 0 10px;
}
/*年度审计*/
.audit_box .content .org_conf {
  margin-bottom: 45px;
  margin-top: 70px;
}
.audit_box .content .audit_wrap {
  margin-bottom: 110px;
}
.active_box.audit_box .active_wrap .active_item{
  height: auto;
}
.content .audit_wrap .audit_item {
  background-color: #F7F7F7;
  height: 96px;
  line-height: 96px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #404040;
  font-size: 16px;
}
.content .audit_wrap .audit_item .img_year {
  vertical-align: middle;
  display: inline-block;
  margin-right: 30px;
}
.content .audit_wrap .audit_item .audit_download {
  width: 135px;
  float: right;
  height: 100%;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  color: #404040;
}
.content .audit_wrap .audit_item .audit_download .img_download {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.content .audit_wrap .audit_item .audit_download_active {
  background-color: #0081CC;
  color: #ffffff;
}
/*留守儿童书信集*/
.child_letter_box .content .org_conf {
  margin-top: 50px;
  margin-bottom: 70px;
}
.child_letter_box .content .child_letter_wrap {
  margin-bottom: 110px;
}
.child_letter_box .content .child_letter_wrap .child_letter_item {
  width: 352px;
  margin-right: 40px;
  color: #414141;
  float: left;
  margin-bottom: 30px;
}
.child_letter_box .content .child_letter_wrap .child_letter_item .img_wrap {
  position: relative;
  height: 310px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.child_letter_box .content .child_letter_wrap .child_letter_item .img_wrap .img_book_cover {
  width: 100%;
  height: auto;
}
.child_letter_box .content .child_letter_wrap .child_letter_item .img_wrap .img_mask {
  height: 310px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 310px;
  background-color: rgba(31, 31, 31, 0.25);
  display: none;
}
.child_letter_box .content .child_letter_wrap .child_letter_item .img_wrap .img_mask .anchor {
  background-color: #0081CC;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 40px;
  color: #ffffff;
  height: 40px;
  display: inline-block;
}
.child_letter_box .content .child_letter_wrap .child_letter_item .title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.child_letter_box .content .child_letter_wrap .child_letter_item .download {
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-bottom: 15px;
}
.child_letter_box .content .child_letter_wrap .child_letter_item:nth-child(3n) {
  margin-right: 0;
}
.story_title .top_bar .container .menu_box {
  top: 81px;
}

.project_item{
  margin-top: 50px;
}

.audit_wrap{
  margin-bottom: 50px;
}

.wp-pagenavi{
  margin: 30px 0;
  text-align: center;
  font-size: 16px;
}
.wp-pagenavi span.current{
  display: inline-block;
  padding: 5px;
  border-bottom: 3px solid #0188E3;
  text-align: center;
  color: #0188E3;
  margin: 0 5px;
}

.wp-pagenavi a{
  color: #333;
  display: inline-block;
  padding: 5px;
  text-align: center;
  margin: 0 5px;
}

.text-center{
  text-align: center;
}

.mask_wrap{
  .container;
}
.mask_wrap .mask_main{

}
.mask_wrap .mask_main .mask_content{
}
.mask_wrap .mask_main .mask_content .content{
  background-color: #fff;
}
.mask_wrap .mask_main .mask_content .content .page{
  padding: 30px 15px;
}

.mask_wrap .mask_main .mask_content .content p{
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0;
}

.mask_wrap .mask_main .mask_content .content p .img_qr_code{
  width: 354px;
  height: 354px;
}

.mask_wrap .mask_main .mask_content .content p  .img_wechat{
  vertical-align: middle;
}

.mask_wrap .mask_main .mask_content .content p  .close{
  float: right;
  margin-top: -40px;
}

/*新文章样式*/
.article_wrap{
  background-color: #F7F7F7;
  padding-bottom: 145px;
}
.article_info{
  padding: 65px 90px 80px;
  background-color: #fff;
  box-sizing: border-box;
}

/*爱心捐赠*/
.love_contribute{
  margin-top: 40px;
  margin-bottom: 130px;
  overflow: hidden;
}

.love_contribute .left_bar{
  width: 780px;
  margin-right: 30px;
  float: left;
}

.love_contribute .left_bar .title{
  font-size: 26px;
  line-height: 55px;
  height: 55px;
  color: #0081CC;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 20px;
  font-weight: 400;
}

.love_contribute .left_bar .love_contribute_list{
  margin-bottom: -30px;
}

.love_contribute .left_bar .love_contribute_list .love_contribute_item{
  padding: 20px 30px 20px 20px;
  background-color: #F7F7F7;
  height: 120px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

.love_contribute .left_bar .love_contribute_list .love_contribute_item:hover .love_contribute_info .love_contribute_title,
.love_contribute .left_bar .love_contribute_list .love_contribute_item:hover .love_contribute_info .love_contribute_desc{
  color: #0081CC;
}

.love_contribute .left_bar .love_contribute_list .love_contribute_item .love_contribute_img{
  width: 200px;
  height: 100%;
  float: left;
  margin-right: 30px;
}

.love_contribute .left_bar .love_contribute_list .love_contribute_item .love_contribute_info{
  display: table;
  width: 495px;
  height: 120px;
}

.love_contribute .left_bar .love_contribute_list .love_contribute_item .love_contribute_info .v_align{
  display: table-cell;
  vertical-align: middle;
}

.love_contribute .left_bar .love_contribute_list .love_contribute_item .love_contribute_info .love_contribute_title{
  font-size: 22px;
  margin-bottom: 18px;
  line-height: 1.5;
  color: #333333;
  font-weight: 400;
  transition: color .3s;
}

.love_contribute .left_bar .love_contribute_list .love_contribute_item .love_contribute_info .love_contribute_desc{
  font-size: 12px;
  color: #676767;
  line-height: 1.5;
  transition: color .3s;
}

.love_contribute .right_bar{
  background-color: #F7F7F7;
  width: 290px;
  float: right;
  padding: 0 20px 30px 20px;
}

.love_contribute .right_bar .title{
  font-size: 20px;
  color: #0081CC;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.pt_65{
  padding-top: 65px;
}

.mfp-bottom-bar .mfp-title{
  display: none;
}

/*视频的幻灯片切换*/
.video_wrap .swiper-button.swiper-button-prev{
  top: 100%;
  left: -50px;
  margin-top: -160px;
}

.video_wrap .swiper-button.swiper-button-next{
  top: 100%;
  right: -50px;
  margin-top: -160px;
  transform: rotateZ(180deg);
}

.swiper-button.disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.pic_wrap iframe{
  display: none;
}

.defence_list{
  padding-top: 50px;
}

.article-info{
  padding: 65px 0 80px;
}
