img {
  float: none;
}

.page-content-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-content-body  {
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  overflow: hidden;
}

.page-content-body img {
  width: auto;
  max-width: 100%;
}

.page-info-title {
  width: 100%;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  margin-bottom: 30px;
}

.page-info-title h3 {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  line-height: 33px;
  height: 33px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
}

.page-info-title-sm {
  font-size: 14px;
  color: #999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.page-info-title-sm span {
  margin: 0 2.5px;
}

.page-info-title-sm .icon-clock {
  margin-right: 6px;
  color: #cecece;
  font-size: 10px;
}

.page-info-title-sm .icon-eye {
  margin-left: 24px;
  margin-right: 6px;
  color: #cecece;
  font-size: 10px;
}

.page-info-body {
  max-width: 800px;
  margin: auto;
}

.page-info-body > img {
  max-width: 100%;
  margin: 20px auto;
}

.page-read-more {
  border-top: 1px solid rgba(240, 242, 247, 1);
  box-sizing: border-box;
  padding: 30px 0 0 0;
  margin-top: 20px;
}

.page-read-more p {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.page-read-more p span {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.page-read-more p:hover span {
  color: #e72b47;
}

.group-v-g {
  width: 100%;
}

.group-v-title {
  width: 100%;
  height: 50px;
  display: flex;
  color: rgba(30, 107, 194, 1);
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(240, 242, 247, 1);
}

.group-v-title::before {
  width: 62px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgba(30, 107, 194, 1);
}

.file-list {
  width: 100%;
  border-radius: 2px;
  height: 60px;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  align-items: center;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 20px;
}

.file-btn {
  border: 1px solid #e8e8e8;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  height: 35px;
  color: #333;
  justify-content: center;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}

.file-btn div {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.file-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.file-icon div {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.file-icon div img {
  margin: 0 !important;
}

.file-icon p {
  font-size: 14px;
  color: #333333;
}

.group-v-g img {
  margin: 0 !important;
}

.file-btn img {
  margin-right: 10px !important;
  width: 12px;
  height: 12px;
}

#share {
  margin-top: 20px;
}
.donate-detail {
  /* 项目详情 */
  /* 子页面 项目详情 */
  /* 其他推荐项目 */
  /* 弹窗统一样式 */
  /* 爱心留言 */
  /* 筹资项目详情 */
}
.donate-detail .project_detail_prograssbox > div.float_l > ul > li:nth-child(2) {
  float: none;
}
.donate-detail .son_page_title {
  height: 82px;
  line-height: 82px;
  border-bottom: none;
}
.donate-detail .son_page_title .left-title {
  display: none;
}
.donate-detail .group > .inner {
  margin: 30px auto 0;
}
.donate-detail .banner-right > p:nth-of-type(1) {
  border-bottom: none;
}
.donate-detail .inner {
  position: relative;
  width: 100% !important;
}
.donate-detail .float_l {
  float: left;
}
.donate-detail .clearfix {
  zoom: 1;
}
.donate-detail .float_r {
  float: right;
}
.donate-detail ol,
.donate-detail ul {
  list-style: none;
}
.donate-detail .project_detail_content_box {
  width: 100%;
  padding: 40px 40px 40px;
  box-sizing: border-box;
  background: #ffffff;
}
.donate-detail .other_recommended_items_r > div span span {
  margin: 0 3px;
  color: #D18D31;
}
.donate-detail .project_detail_img {
  width: 48%;
  height: 326px;
  overflow: hidden;
}
.donate-detail .project_detail_img > img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.8s;
}
.donate-detail .project_detail_img:hover > img {
  transform: scale(1.1);
}
.donate-detail .project_detail_textbox {
  width: 48%;
}
.donate-detail .project_detail_title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 31px;
}
.donate-detail .project_detail_abstract {
  height: 72px;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  margin: 16px 0 30px;
}
.donate-detail .project_detail_manage {
  font-size: 14px;
  color: #333;
  line-height: 19px;
  margin: 40px 0 14px;
}
.donate-detail .project_detail_manage > span:nth-child(2) {
  margin-left: -11px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.donate-detail .project_detail_prograssbox {
  margin: 21px 0 41px;
}
.donate-detail .project_detail_prograssbox > div.float_l {
  width: calc(100% - 60px);
  margin-top: 5px;
}
.donate-detail .project_detail_prograssbox > div.float_l > ul {
  font-size: 14px;
  color: #333;
  line-height: 19px;
padding-left:0;
}
.donate-detail .project_detail_prograssbox > div.float_l > ul > li:nth-child(1) span span {
  margin: 0 3px;
  color: #D18D31;
}
.donate-detail .project_detail_prograssbox > div.float_l > ul > li:nth-child(1) {
  color: #E72B47;
  margin-right: 25px;
}
.donate-detail .project_detail_prograssbox > div.float_l > ul > li:nth-child(1) .project_detail_prograssbox > div.float_l > ul > li:nth-child(1) > i {
  color: #E72B47;
  font-size: 16px;
  vertical-align: middle;
}
.donate-detail .project_detail_prograssbox > span.right {
  width: 50px;
  text-align: right;
  font-size: 14px;
  color: #E72B47;
  line-height: 19px;
}
.donate-detail .project_detail_btn {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  padding: 16px 35px;
  cursor: pointer;
  box-sizing: border-box;
}
.donate-detail .online_donation_btn {
  margin-right: 20px;
  background: #E72B47;
}
.donate-detail .scanning_code_donation_btn {
  color: #E72B47;
  background: #E72B4726;
}
.donate-detail .project_detail_bottom {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
}
.donate-detail .project_detail_rich_text {
  max-width: 820px;
  width: 63%;
  background: #ffffff;
}
.donate-detail .other_recommended_itemsbox {
  max-width: 430px;
  width: 36%;
  background: #ffffff;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.donate-detail .project_detail_rich_btn {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}
.donate-detail .project_detail_rich_btn > span {
  margin: 0 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.donate-detail .project_detail_rich_btn > span:hover::after {
  content: "";
  display: inline-block;
  background: #E72B47;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.donate-detail .project_detail_rich_btn > span:hover {
  color: #E72B47;
}
.donate-detail .project_detail_rich_btn_active {
  color: #E72B47;
}
.donate-detail .project_detail_rich_btn_active::after {
  content: "";
  display: inline-block;
  background: #E72B47;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.donate-detail .project_detail_rich_text .article {
  width: 100%;
  height: auto;
  color: #2b2b2b;
  line-height: 30px;
  word-wrap: break-word;
  overflow: hidden;
  padding: 30px 30px 50px;
  box-sizing: border-box;
}
.donate-detail .other_recommended_items_title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 26px;
  padding: 18px 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.donate-detail .other_recommended_items_title > span {
  vertical-align: middle;
}
.donate-detail .other_recommended_items_title::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 21px;
  background: #E72B47;
  vertical-align: middle;
  margin-right: 10px;
}
.donate-detail .other_recommended_itemslist {
  padding: 0 24px;
  box-sizing: border-box;
}
.donate-detail .other_recommended_itemslist > li {
  width: 100%;
  height: 140px;
  font-size: 16px;
  color: #333;
  line-height: 21px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.donate-detail .other_recommended_itemslist > li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.donate-detail .other_recommended_itemslist > li .other_recommended_items_imgbox {
  max-width: 146px;
  width: 38%;
  height: 100%;
  overflow: hidden;
}
.donate-detail .other_recommended_itemslist > li .other_recommended_items_imgbox img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.8s;
}
.donate-detail .other_recommended_itemslist > li .other_recommended_items_imgbox:hover img {
  transform: scale(1.1);
}
.donate-detail .other_recommended_items_r {
  max-width: 236px;
  width: 62%;
  height: 100%;
  padding: 19px 13px 26px;
  box-sizing: border-box;
  background: #ffffff;
}
.donate-detail .other_recommended_items_r > div {
  font-size: 14px;
  color: #E72B47;
  display: none;
  align-items: center;
  margin-top: 19px;
}
.donate-detail .other_recommended_items_r > div > img {
  width: 16px;
  height: 14px;
  margin-right: 10px;
}
.donate-detail .love_message {
  padding: 0px 30px 10px;
  box-sizing: border-box;
}
.donate-detail .project_debriefing {
  width: 100%;
  padding: 29px 24px 40px;
  box-sizing: border-box;
}
.donate-detail .project_debriefing_items {
  width: 100%;
  height: auto;
  padding-top: 3px;
  box-sizing: border-box;
  border-left: 2px solid #eff3f5;
}
.donate-detail .project_debriefing_items_r {
  padding-left: 27px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  line-height: 21px;
  position: relative;
  margin-bottom: 30px;
}
.donate-detail .project_debriefing_items_r:last-child {
  margin-bottom: 0px;
}
.donate-detail .project_debriefing_items_radius {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ebf9ff;
  position: absolute;
  top: 2px;
  left: -9px;
}
.donate-detail .project_debriefing_items_radius::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E72B47;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.donate-detail .project_debriefing_items_r_title {
  color: #333;
  line-height: 28px;
  margin: 12px 0;
}
.donate-detail .project_debriefing_items_r_imgbox > ul > li {
  width: 32%;
  height: 150px;
  margin-right: 2%;
  text-align: center;
  overflow: hidden;
}
.donate-detail .project_debriefing_items_r_imgbox > ul > li:nth-child(3n + 3) {
  margin-right: 0%;
  margin-bottom: 10px;
}
.donate-detail .project_debriefing_items_r_imgbox > ul > li:nth-child(3n + 3):last-child {
  margin-bottom: 0px;
}
.donate-detail .project_debriefing_items_r_imgbox > ul > li img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.8s;
}
.donate-detail .project_debriefing_items_r_imgbox > ul > li img:hover {
  transform: scale(1.1);
}
.donate-detail .registered_btn {
  font-size: 16px;
  color: #999999;
  line-height: 21px;
  width: 86px;
  margin: 0px auto;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 30px;
}
.donate-detail .registered_btn > span {
  vertical-align: middle;
  margin-right: 5px;
}
.donate-detail .registered_btn i {
  font-size: 16px;
  color: #999999;
  line-height: 21px;
  vertical-align: middle;
}
.donate-detail .login_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 10000000000000;
}
.donate-detail .login {
  border-radius: 4px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  width: 540px;
  left: 50%;
  background: #fff;
  /* margin-left: -270px */
  transform: translate(-50%, -50%);
}
.donate-detail .login .log-top {
  padding: 18px 30px;
  border-bottom: 1px solid #eff1f6;
}
.donate-detail .login .log-top img {
  float: right;
  vertical-align: middle;
  margin-top: 5px;
  cursor: pointer;
  display: none;
}
.donate-detail .login .wz {
  width: 72px;
  float: left;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  line-height: 30px;
}
.donate-detail .login .chengxu {
  padding: 30px 0;
}
.donate-detail .login .chengxu img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
}
.donate-detail .login .chengxu div {
  margin-top: 25px;
  text-align: center;
  color: #2b2b2b;
  font-size: 14px;
}
.donate-detail .login .chengxu div:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}
.donate-detail .login .close {
  padding: 15px 0;
  border: 1px solid #eaedf3;
  cursor: pointer;
}
.donate-detail .login .guanbi {
  width: 80px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #d8dce6;
  box-shadow: 0px 1px 1px 0px rgba(22, 29, 37, 0.05), 0px 2px 0px 0px rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.donate-detail .pie {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e95549;
  position: relative;
  margin-top: 20px;
}
.donate-detail .pieLeftInner,
.donate-detail .pieRightInner {
  width: 120px;
  height: 120px;
  background-color: #e5e5e5;
  border-radius: 100px;
  position: absolute;
}
.donate-detail .pieLeftInner {
  clip: rect(0px, 120px, 120px, 60px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.donate-detail .pieRightInner {
  clip: rect(0px, 60px, 120px, 0px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.donate-detail .pieLeft,
.donate-detail .pieRight {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 1;
}
.donate-detail .pieLeft {
  clip: rect(0px, 120px, 120px, 60px);
}
.donate-detail .pieRight {
  clip: rect(0px, 60px, 120px, 0px);
}
.donate-detail .pieInner {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 20px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #e25a4a;
}
.donate-detail .prograss {
  background: #e8f8f9;
  height: 10px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  /* margin-top: 10px; */
  margin-bottom: 24px;
}
.donate-detail .prograss .bar {
  background: linear-gradient(90deg, #E72B47 0%, #f3dd59 100%);
  height: 100%;
  /* width: 10%; */
  width: 0;
  border-radius: 5px;
}
.donate-detail .prograss_bar_yellow {
  background: #f8b757 !important;
}
@media only screen and (max-width: 1000px) {
  .donate-detail {
    /* 子页面 捐赠项目列表 */
    /* 子页面 捐赠项目列表 END */
    /* 子页面 项目详情 */
    /* 子页面 项目详情 END */
    /* 子页面 捐赠公示详情 END */
    /* 子页面 捐赠公示详情 END */
    /* 子页面 新闻列表 */
    /* 子页面 新闻列表 END */
    /* 子页面 校友通讯列表 */
    /* 子页面 校友通讯列表 END */
    /* 子页面 校友组织 */
    /* 子页面 校友组织 END */
  }
  .donate-detail .project_detail_container {
    padding: 0;
  }
  .donate-detail .financing_project_listbox > li .financing_project_imgbox {
    height: 180px;
  }
  .donate-detail .financing_project_listbox > li .financing_project_textbox {
    padding: 4%;
    line-height: 18px;
  }
  .donate-detail .financing_project_listbox > li .financing_project_textbox > li.ellipsis-1 {
    margin-bottom: 14px;
  }
  .donate-detail .project_detail_img {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .donate-detail .project_detail_textbox {
    width: 100%;
  }
  .donate-detail .project_detail_rich_text {
    margin-bottom: 20px;
  }
  .donate-detail .project_detail_rich_text,
  .donate-detail .other_recommended_itemsbox {
    max-width: 100%;
    width: 100%;
  }
  .donate-detail .project_debriefing_items_r_imgbox > ul > li {
    height: 130px;
  }
  .donate-detail .donation_publicity_detail_contentbox .donation_publicity {
    padding: 15px 15px 30px;
  }
  .donate-detail .subpage_news_list > li {
    padding-bottom: 24px;
  }
  .donate-detail .subpage_news_list > li:not(:first-child) {
    margin-top: 24px;
  }
  .donate-detail .subpage_newsletters_list > li {
    font-size: 14px;
    line-height: 18px;
    width: 32%;
    margin-right: 2%;
  }
  .donate-detail .subpage_newsletters_list > li:nth-child(4n + 4) {
    margin-right: 2%;
    margin-bottom: 0;
  }
  .donate-detail .subpage_newsletters_list > li:nth-child(3n + 3) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .donate-detail .organization_list > li {
    margin-right: 4%;
    width: 22%;
    padding: 20px 8px;
  }
  .donate-detail .organization_list > li:nth-child(5n + 5) {
    margin-right: 4%;
    margin-bottom: 0;
  }
  .donate-detail .organization_list > li:nth-child(4n + 4) {
    margin-right: 0%;
    margin-bottom: 22px;
  }
}
.donate-detail .love_message {
  padding: 0px 30px 10px;
  box-sizing: border-box;
}
.donate-detail .comment_box {
  position: relative;
  margin: 30px 0 20px;
}
.donate-detail .comment_box textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background: none;
  outline: 0;
  border: 0;
  padding: 14px 20px;
  color: #2b2b2b;
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  resize: none;
  overflow: auto;
}
.donate-detail .tip_maxlength {
  position: absolute;
  bottom: 14px;
  right: 20px;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.donate-detail .theme_color {
  color: #E72B47;
}
.donate-detail .verification_code_box {
  font-size: 12px;
  color: #E72B47;
  line-height: 40px;
  vertical-align: middle;
}
.donate-detail .verification_code_box .proofs {
  display: inline-block;
  outline: 0;
  border: none;
  width: 144px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #2b2b2b;
  box-sizing: border-box;
  padding: 0 4px;
}
.donate-detail .verification_code_box .code {
  display: inline-block;
  line-height: 40px;
}
.donate-detail .verification_code_box .change_btnImg {
  display: inline-block;
}
.donate-detail .verification_code_box .code > img {
  height: 100%;
}
.donate-detail .comment_submit {
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  padding: 10px 20px;
  background: #E72B47;
}
.donate-detail .clearfix:after {
  display: block;
  content: ".";
  clear: both;
  height: 0px;
  visibility: hidden;
}
.donate-detail .comment_detail {
  width: 100%;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 19px;
  margin-top: 30px;
}
.donate-detail .comment_detail > li {
  padding: 30px 0 10px;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
}
.donate-detail .comment_detail > li > img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.donate-detail .comment_detail_tiem {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin: 6px 0 9px;
}
.donate-detail .see_more_btn {
  width: 123px;
  height: 40px;
  margin: 0 auto;
  font-size: 14px;
  color: #E72B47;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #E72B47;
  margin-top: 40px;
}
.donate-detail .project_debriefing {
  width: 100%;
  padding: 29px 24px 40px;
  box-sizing: border-box;
}
.donate-detail .donate-details .donate-right-item {
  width: 100%;
  height: 100%;
}

